@charset "utf-8";
@import url("reset.css");



/*===== Base =====================================*/


body,p,td,th {
	font: 85%/180% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}
a:link{
	color: #0066CC;
}
a:visited{
	color: #5E4873;
}
a:hover{
	text-decoration:underline;
}
a:active{
}




/*===== Basic Layout =====================================*/



#container{
	margin: 0 auto;
	width: 700px;
	}
	
#header{
	width: 700px;
	height: 91px;
	}

#contents {
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	}
	
#primary {
	float: right;
	width: 516px;
	}
	
	
#footer{
	clear: left;
	width: 700px;
	margin: 35px 0 10px;
	}


	

/*===== Header =====================================*/

	
#header h1 {
	float: left;
	}
	
	

/*===== Menu =====================================*/


#menu ul {
	background: url(../images/common/menu/menu-bg.gif) repeat-x;
	height: 42px;
	padding-left: 40px;
}
#menu li {
	float: left;
}




/*===== Contents =====================================*/


.w-563 {
	width: 563px;
	margin-top: 25px;
	}

.w-534 {
	width: 534px;
	text-align:center;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	}
	
.w-582 {
	width: 582px;
	margin-top: 35px;
	}

.w-700 {
	width: 700px;
	margin-top: 25px;
	}


	
h3 {
	margin-bottom: 12px;
	}
	
#contents h4 {
	font-weight: bold;
	color: #5082D2;
	background: url(../images/common/h3-bg.gif) no-repeat left center;
	font-size: 85%;
	padding-left: 25px;
	margin-bottom: 8px;
	}
	
#contents p {
	margin-bottom: 10px;
	}

#secondery {
	float: left;
	width: 160px;
	background: #F0F2F7;
	}
	
#secondery ul {
	text-align: center;
	}
	
#primary h2 {
	display: inline;
	}

.top-botan{
	margin-top: 25px;
}

.top-botan li{
	float: left;
}




/*===== Footer =====================================*/








/*===== Others =====================================*/


.clear {
	clear: both;
	}

.right {
	float: right;
	}

.left {
	float: left;
	}
.before-p {
	margin-top: 25px;
}
table.chart {
	background: #F3F3F3;
}

.fotbanner{
margin:0px;
padding:0px;
list-style-type:none;
}


.fotbanner li{
float:left;
list-style-type:none;
width:150px;
}

#fotbannera{
width:750px;
margin:auto;
text-align:center;
}

