@charset "UTF-8";

*{
    margin:0;
		padding:0;
		font-family:
		"メイリオ",
		Meiryo,
		Sans-serif
		;
}
body{
	background-color:#ddd;
	font-size:1em;
}
#container{
	  width:960px;
		margin:0 auto;
		background-color:#fff;
}
#header{
	width:960px;
}
#header_info{
	  position:absolute;
		width:360px;
		font-size:0.75em;
		right:100px;
		top:20px;
}
#header_info li{
    list-style:none;
		display:inline;
}
#header_info li a{
	    color:#1300ac;
}
#header_info a:hover{
	    color:#5ca4ff;
}
em{
  visibility:hidden;
}
#navi{
	top: 73px;
	left: 0;
	width: 960px;
	height: 33px;
	list-style-type: none;
	background: #000000 url(../img/global_nav_bg.gif) left top repeat-x;
}
#navi  li{
	list-style-type:none;
	float:left;
	width:94px;
}
#navi  li a{
	display:block;
	overflow:hidden;
  text-decoration:none;
	height:33px;
  background-image:url(../img/global_nav.gif);
	background-repeat:no-repeat;
}
#navi01 a{
	background-position:0 0;
}
#navi01 a:hover{
	background-position:0 -33px;
}
#navi01 a.stay{
	background-position:0 -66px;
}
#navi02 a{
	background-position:-94px 0;
}
#navi02 a:hover{
	background-position:-94px -33px;
}
#navi03 a{
	background-position:-188px 0;
}
#navi03 a:hover{
	background-position:-188px -33px;
}
#navi04 a{
	background-position:-282px 0;
}
#navi04 a:hover{
	background-position:-282px -33px;
}
#navi05 a{
	background-position:-376px 0;
}
#navi05 a:hover{
	background-position:-376px -33px;
}
#navi06 a{
	background-position:-470px 0;
}
#navi06 a:hover{
	background-position:-470px -33px;
}
#navi07 a{
	background-position:-564px 0;
}
#navi07 a:hover{
	background-position:-564px -33px;
}

#wrapper{
	float:left;
	width:598px;
/*	background-color:#00ca70;*/
	border-right:1px solid #ccc;
}
#primary{
	width:580px;
	}
#komoku1{
	width:580px;
	background-image:url(../img/title_bg.gif);
	background-repeat:repeat-x;
}
.midashi{
	color:#fff;
	font-size:0.875em;
	font-weight:bold;
	padding:2px 0 0 5px;
}
.submidashi{
	color:#fff;
	font-size:0.675em;
	font-weight:normal;
	padding:0 0 2px 5px;
}
.gaiyo{
	width:560px;
	margin:0 10px 10px 10px;
	height:auto;
}
h2{
	font-size:1.1em;
	color:#240073;
	font-weight:normal;
}
.section{
	width:560px;
	margin:0 10px 10px 10px;
	height:auto;
	font-size:0.875em;
	border-bottom:1px solid #ccc;
}
.hyperlink{
	background:url(../img/arrow.gif) left center no-repeat;
	padding:0 0 0 16px;
	color:#0040ff;
	margin:0 0 10px 0;
}
.hyperlink a{
	    color:#1300ac;
}
.hyperlink a:hover{
	    color:#5ca4ff;
}
#sidebar{
	float:right;
	width:340px;
	margin:0 5px;
}
#komoku2{
	width:340px;
	background-image:url(../img/title_bg.gif);
	background-repeat:repeat-x;
}
#newsrelease  dl dt{
  font-size:0.8em;
	color:#ff9c2a;
}
#newsrelease  dl dd{
	font-size:0.85em;
	color:#555;
}

#footer{
	clear:both;
	text-align:center;
	background-color:#333;
	color:#fff;
	font-size:0.65em;
	height:40px;
}





