@charset "utf-8";

* {
margin:0;
padding:0;
}

img {
border:0;
}

a{
color:#00007C;
text-decoration:underline;
}

a:hover{
color:#012e5a;
text-decoration:none;
}

/*---------------------------------------------- 
 Setting
---------------------------------------------- */
body {
background: url(../images/bg_body.gif) repeat left top;
}

body,td,th,div,p,form {
	text-autospace:ideograph-alpha;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	font-size:14px;
	line-height:120%;
}

#xhtmlstep {
width:100%;
text-align:center;
margin-left:auto;
margin-right:auto;
}


/*---------------------------------------------- 
 Wrapper
---------------------------------------------- */
#Wrapper {
width:790px;
background-color:#ffffff;
margin-left:auto;
margin-right:auto;
background:url(../images/bg.gif) repeat-y;
}

/*---------------------------------------------- 
 Header
---------------------------------------------- */
#HEADERbg {
	width:780px;
	height:203px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#HEADERover {
	width:780px;
	/*width:764px;*/
    text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-position:bottom;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-right: 0px;
	overflow:hidden;
}

#HEADERover strong {
	font-size:10px;
	font-weight:normal;
	padding-top:5px;
	overflow:hidden;
	padding-left: 5px;
}
#HEADERover div#logo {
	width:780px;
    height: 116px;
	text-indent: 0px;
	padding:0px;
	float:left;

}
#HEADERover h1 {
	text-indent: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	font-size:12px;
	line-height:1.2em;
	padding-top: 3px;
	padding-left: 5px;

}

#MainMenu {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	overflow:hidden;
	clear:both;
	padding-top:18px;
	padding-bottom: 0px;
	height: 50px;
	background-image: url(../images/global_bg.jpg);
	background-repeat: repeat-x;
}
#MainMenu ul {
list-style-type:none;
display:block;
font-size: 18px;
}

#MainMenu li {
display:inline;
}

#MainMenu li a:link,#MainMenu li a:visited {
color:#666666;
font-weight:bold;
text-decoration:none;
}

#MainMenu li a:hover {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	background: url(../images/button_bg.gif);
}

#MainMenu li.line a {
	border-right:1px solid #cccccc;
	padding:0 8px;
	color: #666666;
}
#MainMenu li.line_none a {
	border:0;
	padding-right:13px;
	padding-left:10px;
	color: #666666;
}

/*---------------------------------------------- 
	Container
---------------------------------------------- */
#Container {
width:752px;
margin-left:auto;
margin-right:auto;
padding-top:10px;
overflow:hidden;
}

/*---------------------------------------------- 
 Contents
---------------------------------------------- */
#Contents {
	width:181px;
	text-align:left;
	float:left;
	height: auto;
}
.C_Box1 {
	width:181px;
	margin-bottom: 20px;
	background:#FFFFFF url(../images/side_label.gif) no-repeat top;
}
.C_Box1 p {
	padding:5px 0px 0px 0px;
	color:#FFFFFF;
	font-weight:bold;
}
.C_Box1 ul {
	list-style-type:none;
	padding:4px 0;
	border-bottom: 1px solid #426f0e;
}
.C_Box1 li {
	padding:2px 5px 2px 10px;
}
.C_Box1 li.end{
	border-bottom-style: none;
}
.C_Box1 li a {
	padding:2px 0 3px 15px;
	background:url(../images/list.gif) no-repeat 0px 3px;
}
.C_Box1 li a:link, .C_Box li a:visited {
	color:#00007C;
	font-weight:normal;
	text-decoration:underline;
}
.C_Box1 li a:hover {
	color:#FF6666;
	font-weight:normal;
	text-decoration:underline;
}

.C_Box_now {
	width:181px;
	margin-bottom: 20px;
	background:#FFFFFF url(../images/side_label_now.gif) no-repeat top;
}
.C_Box_now p {
	padding:5px 0px 0px 0px;
	color:#FFFFFF;
	font-weight:bold;
}
.C_Box_now ul {
	list-style-type:none;
	padding:4px 0;
	border-bottom: 1px solid #78c68b;
}
.C_Box_now li {
	padding:2px 5px 2px 10px;
}
.C_Box_now li.end{
	border-bottom-style: none;
}
.C_Box_now li a {
	padding:2px 0 3px 15px;
	background:url(../images/list.gif) no-repeat 0px 3px;
}
.C_Box_now li a:link, .C_Box li a:visited {
	color:#00007C;
	font-weight:normal;
	text-decoration:underline;
}
.C_Box_now li a:hover {
	color:#FF6666;
	font-weight:normal;
	text-decoration:underline;
}

#Contents p {
width:181px;
text-align:center;
margin-bottom:10px;
}


#Detail {
	width:556px;
	text-align:left;
	margin-bottom:10px;
	float:right;
	height: auto;
}

#Detail p.toTop{
	text-align: right;
	padding: 15px 5px 5px;
	background: url(../images/list.gif) no-repeat 432px 18px;
}
#Detail p.toTop a:link, #Detail p.toTop a:visited {
	color:#00007C;
	font-weight:normal;
	text-decoration:underline;
}
#Detail p.toTop a:hover {
	color:#FF6666;
	font-weight:normal;
	text-decoration:underline;
}


/*---------------------------------------------- 
	Footer

---------------------------------------------- */
#Footer {
	width:780px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	background-color:#589510;
	overflow:hidden;
}
#FooterMenu {
width:780px;
padding-top:10px;
padding-left:280px;
}
#FooterMenu ul {
text-align:left;
list-style-type:none;
}
#FooterMenu li {
display:inline;
}
#FooterMenu li.lineR {
border-right:1px solid #333333;
padding-left:10px;
padding-right:7px;
}
#FooterMenu li.lineRnone {
border:none;
padding-left:10px;
}
#FooterMenu li a:link, #FooterMenu li a:visited {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}
#FooterMenu li a:hover {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}
address {
	width:780px;
	height:22px;
	margin-left:auto;
	margin-right:auto;
	background:#426f0e;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	font-style:normal;
	line-height:200%;
	clear:both;
}/* CSS Document */
