@charset "utf-8";


div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.3;
}

div#wrapBg{
	border-top: 1px solid #ccc;
}

div#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#header h1{
	font-weight: bold;
	float: left;
	width: 300px;
	padding: 26px 0 0 23px;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #504F4F;
	text-shadow:0px -1px 1px #777;
}

div#header ul#gNavi{
	float: right;
	margin-bottom: 0;
	padding-bottom: 0;		
}

ul#gNavi li{
	display: block;
	float: right;
	border-left: 1px solid #dedede;
}

ul#gNavi li.firstItem{
	border-right: 1px solid #dedede;
}
ul#gNavi li img{
	vertical-align: bottom;
}

ul#gNavi li.lastItem{
	margin-left: 0;
}

div#header ul#gNavi li a{
	font-size: 13px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 30px 13px;
}

div#header ul#gNavi li a:hover{
	background: url(../img/bg_gnavi.gif) repeat-x bottom left;
}

.boxmidashi{
	width:100%;
	height:30px;
	background-image:url(/img/index_saiyou.jpg);
	margin-bottom:0;
	}
	
.topicsBox5{
	width: 188px;
	margin-bottom: 30px;
	padding:5px;
	background-color:#FCFCFF;
	border-bottom:1px #00C solid;
	border-right:1px #00C solid;
	border-left:1px #00C solid;
}

.ul1{
	list-style-type:disc;
	margin-top:10px;
	margin-bottom:10px	;
}


div#footer{
	width:100%;
	min-width:960px;
	/*border-top: 1px #dedede solid;
	border-bottom: 1px #dedede solid;*/
	margin-top: 30px;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	text-align: center;
}

div#footer_menu{
	border-top: 1px #333 solid;
	border-bottom: 1px #333 solid;
	background-color: #009;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #fff;
	font-size:10px;
}

.inherit  {
	  color: inherit;
}

#footer_menu a:hover{color:#FFF; text-decoration:none; outline:none;}