@charset "Shift_JIS";

/*@wrap
 ------------------*/
#wrap{
	text-align:left;
	border:solid 1px #333333;
}

/*
===== 1: header ==========================================
*/


#header{
	width: 950px;
	background-image:url('../images/header_topbg.jpg');
	background-repeat:repeat-y;
	overflow:hidden;
}


#header .h_left{
	width: 400px;
	float:left;
}

#header .h_right{
	width: 368px;
	float:right;
	overflow:hidden;
}


.logo_margin{
	margin: 5px 0px 0px 13px ;
}

p.policy{
	font-size: 10px;
	margin: 0px 8px 17px 80px;
	padding: 35px 0px 0px 0px;
}


p.h_line{
	clear:both;
	border-top:solid 1px #666666;
	background-color:#14A1FF;
	margin: 0;
	height: 4px;
}


#header .list{
	width: 100%;
	overflow:hidden;
}

	#header ul{
		margin: 0;
		padding: 0;
		list-style-type:none;
		overflow:hidden;
	}
	
	#header li{
		float:left;
	}
	
	#header li.menu01{
		text-indent: -9999em;
	}
	
	#header li.menu02{
		text-indent: -9999em;
	}
	
	#header li.menu03{
		text-indent: -9999em;
	}
	
	#header li.menu04{
		text-indent: -9999em;
	}


/* menu
 ----------------*/
#header li.conner{
	background-image:url('../images/h_conner.gif');
	background-repeat:no-repeat;
	width: 15px;
	height: 21px;
	text-indent: -9999em;
}


#header li.menu01 a{
	display:block;
	background-image:url('../images/menu01.gif');
	background-repeat:no-repeat;
	width: 80px;
	height: 21px;
}

#header li.menu02 a{
	display:block;
	background-image:url('../images/menu02.gif');
	background-repeat:no-repeat;
	width: 80px;
	height: 21px;
}

#header li.menu03 a{
	display:block;
	background-image:url('../images/menu03.gif');
	background-repeat:no-repeat;
	width: 80px;
	height: 21px;
}

#header li.menu04 a{
	display:block;
	background-image:url('../images/menu04.gif');
	background-repeat:no-repeat;
	width: 113px;
	height: 21px;
}




/*
===== 2: footer ==========================================
*/

#footer{
	clear:both;
}

#footer .f_link{
	background-image:url('../images/f_linkbg.gif');
	height: 30px;
	font-size: 10px;
	overflow:hidden;
}

#footer .f_link ul{
	margin: 0px;
	padding-left: 27px;
	list-style-type:none;
}

#footer .f_link li{
	float:left;
	margin: 10px;
}

#footer .f_link li.square{
	border-left:solid 1em #333333;
	padding-left: 5px;
}


#footer p{
	height: 4px;
	margin: 1px 0px;
	background-color:#14A1FF;
}

#footer p.line{
}


#footer .copyright{
	overflow:hidden;
	background-image:url('../images/footer_bg.gif');
	border-top:solid 1px #333333;
	height: 32px;
	font-size: 10px;
}

#footer .copyright ul{
	margin: 0px;
	padding-left: 27px;
	list-style-type:none;
}

#footer .copyright li{
	float:left;
	margin: 10px;
}

address{
	font-style:normal;
	margin: 10px 5px 0px 0px;
	text-align:right;
}


/*
===== 3: contents ====================================
*/

#contents{
	clear:both;
	width:920px;
	font-size:95%;
	padding:10px;

}
