@charset "utf-8"

/* -----------------------
 __Default style clear
----------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
	background:#e0a804 url("../img/bg_body.gif") repeat-x scroll left top;
	font-size: 80%;
	font-family: Verdana, Meiryo, メイリオ, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Osaka, ＭＳ Ｐゴシック, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.4;
}

html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre table, th, td, dl, dt, dd, form {
	font-weight: normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

p {
	margin: 0 0 1em:
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a,
a:link,
a:visited {
	color: #0089CC;
	text-decoration: none;
}

a:hover {
    color: #0089CC;
    text-decoration: underline;
}

a:active {
	color: #ffcc00;
} 

.clear {
clear:both;
content:"";
display:block;
}

/* -----------------------
 __container
----------------------- */

#container {
	width: 985px;
	margin: 0 auto;
	background-color: #ffffff;
	/* background: url("./img/bg_white.gif") repeat-y scroll left top; */
	text-align: left;
}
#containerInner {
	margin: 0 15px;
	padding: 10px 0;
}

/* -----------------------
 __header1
----------------------- */

#header {
	width: 955px;
	height: 100px;
	background: url("../img/bg_header.jpg") no-repeat left top;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
}

#header h1{
	float: left;
	margin-left: 15px;
	line-height: 100px;
}

/* -----------------------
 __grobalnavi
----------------------- */
/* 
#grobalnavi {
	width: 955px;
	height: 21px;
	background: url("./img/bg_grobalnavi.gif") no-repeat left top;
	padding: 7px 0 0 0;
}

#grobalnavi li{
	float: left;
	margin: 0 0 0 10px;
}
 */
/* -----------------------
 __contents
----------------------- */

#contents {
	clear: both;
	width: 955px;
}

#contentsinner {
	padding: 10px 0 0 0;
}

/*
 #contents h2{
	width: 740px;
	height: 25px;
	background: url("./img/bg_main_top.gif") no-repeat left top;
	margin-bottom: 10px;
	padding-left: 40px; 
	line-height: 25px;
	font-size: 14px;
}
*/
 

/* -----------------------
 __main
----------------------- */

#main {
	float: left;
	width: 640px;
}

#mainInner {
}

.maintitle {
}

.maintitle h2{
	display: block;
	height: 35px;
	font-size: 17px;
	font-weight: 900;
	border-bottom:  2px solid #0d66a6;
	margin: 0 0 20px 0;
	color: #444444;
}



.main1 {
	margin: 0 0 10px 0;
}

.main1 .mainhead {
	width: 640px;
	height: 29px;
	background: url("../img/bg_titlehead.gif") ;
	line-height: 29px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
}

.main1 .mainhead h3 {
	padding-left: 10px; 
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.agitation {
	background-color: #e8d27f;
	border: 1px solid #fb8b1f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 114%;
}

 .agitationInner {
	padding: 15px;
}

.agitation p {
	padding-bottom: 25px;
}

.main1inner {
	width:640px;
}

.mainbox {
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}

.mainboxInner {
	padding: 15px;
}

.f_left {
	float: left;
	padding: 0 10px 15px 0;
}

.f_right{
	float: right;
	padding: 0 0 15px 10px;
}

.readmore {
	font-size: 11px;
	padding: 7px 10px 0 0;
	text-align: right;
}

.returntotop {
	width: 740px;
	font-size: 13px;
	display: block;
	text-align: center;
}



.mainbottom {
	display: block;
	width: 640px;
	height: 28px;
	background-color: #D0D0D0;
	line-height: 28px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
}

.mainbottom span {
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}

.mainbottom span a{
	color: #333333;
}

.mainbottom span a:hover{
	text-decoration: none;
	color: #0089CC;
}

th, td {
	text-align: left;
	vertical-align: top;
	padding: 4px 10px;
	line-height: 150%; 
}

th a, td a, th a:link, td a:link {
	color: #1d2088;
	text-decoration: none;
}

th a, td a:hover {
	color: #ff7200c;
	text-decoration: underline;
}


/* -----------------------
 __sub
----------------------- */

#sub {
	float: right;
	width: 300px;
	font-size: 92%;
	line-height: 1.8;
}

#subInner {
}

.sub1, .sub3 {
	margin-bottom: 10px;
}

.subbox {
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
}

.sub3 .subbox {
	background-color: #999999;
	border: none;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
}

.subboxInner {
}

.sub3 .subboxInner {
	padding: 10px 15px;
}


.sub1 .mainhead {
	width: 300px;
	height: 29px;
	background: url("../img/bg_titlehead.gif");
	line-height: 29px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
}

.sub1 .mainhead h3 {
	padding-left: 10px; 
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.sub3 .subtop {
	width: 300px;
	background-color: #999999;
	border-bottom: 1px dotted #333333;
	line-height: 1.5em;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
}

.sub3 .subtopInner {
	padding: 15px 15px 10px 15px;
}

.sub3 .subtopInner h5{
	font-size: 14px;
	font-weight: bold;
}

.sub3 .subtopInner p{
	width: 160px;
	float: right;
	display: block;
}

.subboxInner li {
	display: block;
	height: 30px;
	background: url("./img/el_arrow1.gif") left center no-repeat;
	padding: 0 15px 0 15px;
	list-style-type: none;
	color: #ff7200c;
	font-size: 12px;
	border-bottom:  1px dotted #cccccc;
	line-height: 30px;
}

.subbox a:hover span {
text-decoration:underline;
}

.navimenu {
	float: left;
	font-size: 105%;
}

.updateddate {
	float: right;
	font-size: 80%;
}

.sub2 {
	margin-bottom: 10px;
	color: #ffffff;
}

.sub2 {
	margin-bottom: 10px;
}

.sub2 h3, .sub3 h3 {
	height: 26px;
	background: url("./img/bg_sub2_top.gif") no-repeat left top;
	font-weight: 900;
	line-height: 26px;
	padding-left: 10px;
	color: #ffffff;
}

.sub2 h4 {
	font-size: 12px;
}

.sub2 .subinner {
	background-color: #5c5447;
	border-top: 1px solid #ada9a3;
	border-bottom: 1px solid #332d23;
	padding: 3px 10px 7px 10px;
	display: block;
}

.sub2 .subinner img {
vertical-align: middle;
padding-right: 5px;
}

.sub1 .mainbottom {
	display: block;
	width: 300px;
	height: 28px;
	background-color: #D0D0D0;
	line-height: 28px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
}

.bunner {
	margin-bottom: 10px;
}


/* -----------------------
 __footer
----------------------- */
#footer {
	width: 955px;
	height: 29px;
	background: url("../img/bg_titlehead.gif") repeat left top;
	color: #ffffff;
	line-height: 29px;
	font-weight: 100;
	font-size: 90%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#footerInner {
	padding: 0	10px;
}