@charset "utf-8";
/* CSS Document */

/*==================reset=================*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	}
img {
	border: 0;
	}
/*==================common==================*/
html {
	overflow-y:scroll;
	}
body {
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	line-height: 1.4;
	font-size: 14px;
	text-align: center;
	}
*html body {
	font-size: 90%;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
a {
	color: #000099;
	}
a:hover {
	color: #FF9900;
	}
strong {
	font-weight: bold;
	color:#666666;
	}
em {
	font-weight: bold;
	color:#FF9999;
	}
.clearfix {
	zoom:1;/*for IE 5.5-7*/
	}
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
.clear {
	clear: both;
	line-height: 0;
	}
ul {
	list-style: none;
	}
.imgR {
	float: right;
	margin: 0 0 10px 15px;
	}
.imgL {
	float: left;
	margin: 0 15px 10px 0;
	}
.imgC {
	text-align: center;
	}
.textR {
	text-align: right;
	}
.textC {
	text-align: center;
	}

/*==================header==================*/

#contentHeader{
	width:804px;
	background:url(../img/bg.jpg) repeat-y;
	margin: 0 auto 15px;
	text-align:left;
	}
#contentHeader div#header{
	width:800px;
	background:url(../img/top_head.png) no-repeat;
	margin-left:2px;
	}
#contentHeader div#header h1{
	float:left;
	display:inline;
	width:359px;
	height:42px;
	margin:30px 0 0 14px;
	}
#contentHeader div#header p{
	float:right;
	width:160px;
	height:84px;
	margin-top:10px;
	}
/*==================navi==================*/

#navi{
	width:800px;
	margin-left:2px;
	}
#navi ul li{
	float:left;
	width:160px;
	}
#navi ul li img{
	vertical-align:bottom;
	}
	
/*==================footer==================*/

#footer{
	width:774px;
	background:url(../img/bg.jpg) repeat-y;
	margin: 0 auto;
	border-top:3px solid #4F3450;
	border-bottom: 1px solid #CCCCCC;
	padding:15px;
	text-align:left;
	font-size:85%;
	}
#footer p{
	margin-bottom:5px;
	}

