@charset "utf-8";
/* リセット */
h1,h2,h3,h4,h5,dl,dt,dd,ul,ol,li,p {
	margin:0px;
	padding:0px
	}
	
body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	background-image: url(../images/body_bg.jpg);
	background-position: center top;
	background-color: #3266CC;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 20px;
	}

img {
	vertical-align:bottom;
	}

#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;	
	}
	
* html #navi ul li .navi01 a,#navi ul li .navi05 a ,#header .logo a {
	behavior: expression(IEPNGFIX.fix(this));
}
	
/* ヘッダー */	
#header {
	height: 150px;
	text-align: left;
	width: 900px;
}

#header .logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	display: block;
	height: 131px;
	width: 388px;
}
#header h1 {
	font-size: 10px;
	line-height: 14px;
	color: #333;
	font-weight: normal;
	text-align: right;
}



/* フッター */	
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
	padding: 20px;
}
#footer .produce {
	font-size: 10px;
	color: #999;
}
#footer .produce a {
	color: #999;
	text-decoration: none;
}


/* ナビ*/
#navi {}
#navi ul li {
	float: left;
	list-style-type: none;
}
#navi ul li .navi01 a {
	height: 80px;
	width: 180px;
	display: block;
	background-image: url(../images/navi_01.png);
	background-repeat: no-repeat;
}
#navi ul li .navi01 a:hover {
	background-image: url(../images/navi_01on.png);
	background-repeat: no-repeat;
	}
#navi ul li .navi05 a {
	display: block;
	height: 80px;
	width: 180px;
	background-image: url(../images/navi_05.png);
	background-repeat: no-repeat;
}
#navi ul li .navi05 a:hover {
	background-image: url(../images/navi_05on.png);
	background-repeat: no-repeat;
	}



/* メイン */
#main {
	background-color: #FFF;
	padding: 20px;
	text-align: left;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main .contents {
	float: left;
	width: 640px;
}

/* サイド */
#main .side {
	float: right;
	width: 200px;
}
#main .side h3 {
	background-color: #B8CFCF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #699;
	margin-bottom: 5px;
	padding-left: 5px;
	color: #527A52;
	padding-top: 5px;
}

#main .side .s-info {
	border: 1px solid #B5D9DD;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #FFF;
	}
	
#main .side .bana {
	
	}
#main .side .bana li {
	list-style-type: none;
	margin-bottom: 10px;
	
	}

