@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	color: #333333;
	background: url(../img/bg.gif) repeat-x;
	font-size: 95%;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	line-height: 1.7;
}

*html body {	
/* for IF6 */	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {	
	color: #065084;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #846a06;
	}
a:active {}

/*--- clearfix */
.clearfix:after { content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both; }
.clearfix { min-height: 1em; }
*html .clearfix { height: 1em; }

/* =================================================================== 
 * style info :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#container {
	width: 950px;
	margin: 0 auto;
}

#header {
	padding: 25px 0 25px;
	position: relative;
}

h2 {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 600px;
	font-size: 13px;
	font-weight: normal;
}

.mainimage {
	margin-bottom: 15px;
}

.gnavi li {
	float: left;
}

#suggestion {
	margin-bottom: 15px;
}

#sidearea {
	width: 280px;
	float: left;
	display: inline;
}

#mainarea {
	width: 600px;
	float: right;
	display: inline;
}

h4 {
	background: url(../img/bgttl.gif) repeat-x;
	padding: 12px 10px 5px;
	font-weight: normal;
}

h5 {
	font-weight: normal;
	margin: 10px 0 2px 20px;
	padding-bottom: 2px;
	background: url(../img/bg.gif) bottom repeat-x;
}

h6 {
	font-weight: normal;
	margin: 10px 0 2px 0;
	padding-bottom: 2px;
	background: url(../img/bg.gif) bottom repeat-x;
}

.side {
	margin-bottom: 16px;
}

.side li {
	margin-left: 10px;
}

#mainarea p {
	margin-bottom: 12px;
}

.btm {
	margin: 3px 0 22px 35px;
}	


table{
	margin:20px 0;
	border-collapse: collapse;
}

table th,table td {
	padding:5px;
	border: 1px solid;
}




#footer {
	background: url(../img/bgttl.gif) repeat-x #f3e2a0;
	padding: 10px 30px 25px;
}

#footer ul {
	margin: 10px 0 10px;
}

#footer li {
	float: left;
	padding: 0 15px 0 0;
}

#footer p {
	text-align: right;
}

























