@charset "EUC-JP";


/*Base Type Reset&Setting*/
@import url(../css/shared_css/base_set.css);


/*Header Setting*/
@import url(../css/shared_css/header.css);


/*Navigation Setting*/
@import url(../css/shared_css/shared_navigation.css);


/*Main Contents Setting*/
@import url(../css/shared_css/shared_main_contents.css);


/*footer Setting*/
@import url(../css/shared_css/footer.css);


body {
	background-color:#bda05c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img2/bg.gif);
}

.clear{
	margin:0;
	padding:0;
	clear:both;
	height: 0px;
	}

.notes{
	font-size: 0.8em;
}

.logo{
width:100%;
background-color: #000000;
text-align:center;
}


#img_table{
width:806px;
margin:15px;
padding:0px;
}

td.bg1{
height:230px;
background-image: url(img2/base_01.gif);
}

td.bg2{
height:252px;
background-image: url(img2/base_02.gif);
}

td.bg3{
height:225px;
background-image: url(img2/base_03.gif);
}

td.bg4{
height:271px;
background-image: url(img2/base_04.gif);
}

td.bg5{
height:203px;
text-align:center;
vertical-align:top;
background-image: url(img2/base_05.gif);
}

.btn{
padding-top:20px;
}
