/* CSS Document */

/* 全体構造
---------------------------------------------------- */

body {
	margin:0;
	padding:0;
	background: url(../../common/images/wadding_haikei.gif) repeat;
	background-color: #ffffff;  
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
}

#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

h1, h2, h3, div, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border:0;
	margin:0;
}

/* リンク
---------------------------------------------------- */
	
a:link{
	color:#5D5DE3;
	text-decoration: none;
}

a:visited{
	color:#5D5DE3 ;
	text-decoration: none;
}

a:hover{
	color: #CC6600;
	text-decoration: underline;
}

a:active{
	color: #CC6600;
	text-decoration: none;
}


/* header
---------------------------------------------------- */

#header {
	width:760px;
	height:200px;
	margin:0;
	padding:0;
}

#header h2 {
	width:760px;
	height:200px;
	background:url(../../tenpo/img/main_image_1.jpg) no-repeat;
	text-indent:-9999px;
}


/* content-box
---------------------------------------------------- */

#top-box {
	width: 760px;
	height: 510px;
	margin:0 auto 0 auto;
	padding:0;
	background: url(../../00_top/images/book.jpg) no-repeat;
}

#top-box h1{
	text-indent:-9999px;
	margin:0;
	padding:0;
}

#top-box h2{
	text-indent:-9999px;
	margin:0;
	padding:0;
}


#top-box ul#main {
	list-style:none;
	margin:0;
	padding:0;
}

#top-box ul#menu {
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
}

#top-box ul#menu li#menu1 {
	position:absolute;
	top:121px;
	left: 112px;
	width: 208px;
	height: 138px;
	text-indent:-9999px;
}

#top-box ul#menu li#menu1 a {
	width: 208px;
	height: 138px;
	display:block;
}

#top-box ul#menu li#menu2 {
	position:absolute;
	top:287px;
	left: 402px;
	width: 123px;
	height: 20px;
	text-indent:-9999px;
}

#top-box ul#menu li#menu2 a {
	width: 123px;
	height: 20px;
	display:block;
}

#top-box ul#menu li#menu3 {
	position:absolute;
	top:313px;
	left: 411px;
	width: 212px;
	height: 63px;
	text-indent:-9999px;
	background:url(../../../image/wedding_siryou_botan.gif);
}

#top-box ul#menu li#menu3 a {
	width: 212px;
	height: 63px;
	display:block;
}


#top-box ul#menu li#menu4 {
	position:absolute;
	top:502px;
	left: 263px;
	width: 96px;
	height: 30px;
	text-indent:-9999px;
}

#top-box ul#menu li#menu4 a {
	display:block;
	width: 96px;
	height: 30px;
}

#top-box ul#menu li#menu_back {
	position:absolute;
	top:366px;
	left: 626px;
	width: 43px;
	height: 59px;
	text-indent:-9999px;
}

#top-box ul#menu li#menu_back a {
	display:block;
	width: 43px;
	height: 59px;
}

#top-box ul#menu li#menu_back a:hover {
	background: url(../../common/images/top_button_2-2.jpg) no-repeat;
}


#top-box ul#menu li#menu_next {
	position:absolute;
	top:367px;
	left: 670px;
	width: 42px;
	height: 59px;
	text-indent:-9999px;
}

#top-box ul#menu li#menu_next a {
	display:block;
	width: 42px;
	height: 59px;
}

#top-box ul#menu li#menu_next a:hover {
	background: url(../../common/images/top_button_3-2.jpg) no-repeat;
}



#top-box img {
	border:0;
	margin:0;
	padding:0;
}


#content-box {
	width:760px;
	height:500px;
}

#left-box {
	width:185px;
	float:left;
}

#right-box {
	width:570px;
	height:500px;
	float:right;
}

