@charset "UTF-8";
/* CSS Document */
/*==================reset=================*/
*{
	margin:0px;
	padding:0px;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	}	
img{
	border:0;
	}
ul{
	list-style: none;
	}		
	
/*==================common==================*/
body{
	background:#FFFFFF url(../img/bgblue.jpg) repeat-x;
	color:#000000;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	line-height:1.4;
	font-size:14px;
	*font-size:87%;
	}	
a{
	color:#003399;
	}	
a:hover{
	color:#CC6600;
	}
br.clear{
	clear: both;
	line-height: 0;
	}		
strong{
	color:#CB6E1E;
	}

/*===ページ内リンク・トップへ戻る===*/	
p.pagelink{
   text-align:right;}
p.pageback{
   text-align:right;}
.pageback a{
	background:url(../img/gotop.gif) no-repeat 0 50%;
	padding-left: 18px;
	}	

/*==================parts==================*/	
#container{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
	}
		
/*==================head==================*/
#head {
	height: 65px;
 	background: url(../img/head.gif) no-repeat;
	}
#head h1{
   float:left;
   }	
#headtop{
	float:right;}	
	
/*==================navi==================*/
#navi {
	height: 35px;
	width:780px;
	}
#navi li {
	float: left;
	width:130px;
	height: 35px;
	overflow:hidden;
	}
/*==================foot==================*/
#foot {
	text-align: right;
	background: url(../img/line.jpg) no-repeat 0 0;
	padding-top: 15px;
	}
#foot p{
	font-size: 85%;
	}
/*==================midashi==================*/
h3,p{
   margin-bottom:15px;
}

.main h4,#info h4,#topmain h4,h4#about{
	color:#262B7F;
	font-size: 120%;
	font-weight: bold;
	background: url(../img/h4head.gif) no-repeat 0 1px;
	line-height:1;
	padding-left: 20px;
	margin-bottom:10px;
}