@charset "Shift_JIS";


/*
===== 1: #Common =====
*/

body {
 	background: url(../img/top_bg.jpg) repeat-x #003366;
}


/*
===== 1: #Contents =====
*/

#Topmain {
	margin:0 0 15px 0;
	overflow:hidden;
}

#TopMain .TopMain01 {
	width:475px;
	float:left;
}
#TopMain .TopMain02 {
	width:475px;
	float:left;
}

#TopNews {
	clear:both;
	font-size:12px;
	width:880px;
	margin:0 auto ;
	padding:20px 0;
}

#TopNews h1{
	background:url(../img/h1_news.gif) no-repeat;
	height:30px;
	text-indent:-9999px;
}

#TopNews li{
	list-style-type: none;	
}

#TopMenu {
	line-height:140%;
}


#TopNavi {
	font-size:12px;
	margin:20px auto;
	text-align:center;
}


#TopMenu .TopBox{
	background:url(../img/box_bg01.gif);
	width:320px;
	padding:3px;
	margin-right:10px;
	margin-bottom:8px;
	float:left;
	overflow:hidden;
}

#TopMenu .TopBox .inner{
	background:#FFFFFF;
	padding:8px;
	overflow:hidden;
}
#TopMenu .TopBox .TopIcon{
	float:left;
	margin-right:10px;
}
/* IE6 only */
* html body
#TopMenu .TopBox .inner{
	height:70px;
}
/* end */