@charset "utf-8";
/* CSS Document */

/* 初期化
===========================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { 
	margin:0;
	padding:0;
}

.body {
	background: #e0eaea;
	color: #666;
}


nav,ul {
    list-style:none;
}



#main_contents a:link, #main_contents a:visited {
	color: #355788;
}

#main_contents a:hover {
	color: #3e4647;
}

#sidebar a:link,#sidebar a:visited,#sidebar a:hover {
	color:#fff
}

#footer a:link, #footer a:visited,#footer a:hover {
	color: #FF0;
	text-decoration: none;
}



h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ul, ol, dl {
	margin: 0 0 1em;
}

#container {
	width: 900px;
	margin: 0px auto 50px;
}



#top {
	width: 900px;
	height: 295px;
	overflow: hidden;
	margin:0;
	padding:0;
		}
		
#top img{
	margin:0;
	padding:0;
	vertical-align:bottom;
}

#contents {
	background: #FFF;
	padding: 20px 0 0;
}


#contents:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#main_contents {
	float: right;
	width: 620px;
	margin: 0 0 20px 0;
	padding: 0 20px;
	}

#contents h1{
	color: #ff8c00;
}

#contents h2 {
	color:#764E39;
}

#contents h3 {
	color: #575666;
}

#contents h1 {
	background: #f8f8f8 url(../img/img_h1.gif) no-repeat left top;
	background: url(../img/img_h1.gif) no-repeat left top, -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f8f8f8), color-stop(100%, #cccccc));
	background: url(../img/img_h1.gif) no-repeat left top, -moz-linear-gradient(top, #f8f8f8 30%, #ccc 100%);
	margin: 0 0 15px;
	padding: 10px;
}
#contents h1 a:link,
#contents h1 a:visited {
	color: #575666;
}
#contents h1 a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #575666;
}
#contents h2 {
	margin-bottom: 15px;
	padding: 5px 5px 5px 15px;
	background: url(../img/img_h2.gif) repeat-y left bottom;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
#contents h3 {
	background: url(../img/img_h3.gif) no-repeat left center;
	margin-bottom: 10px;
	padding: 8px 5px 8px 15px;
	border: 1px solid #DDD;
	font-weight: bold;
}
#contents ul,
#contents ol {
	margin: 0;
}
#contents .j-text ul li,
#contents .j-text ol li,
#contents .j-imageSubtitle ul li,
#contents .j-imageSubtitle ol li,
#contents .j-textWithImage ul li,
#contents .j-textWithImage ol li {
	margin-bottom: 5px;
	padding: 0 0 0 0;
}
#contents ul ul li,
#contents ol ol li {
}


#sidebar {
	width: 200px;
	padding: 0 19px 0 20px;
	float: left;
	border-right: 1px solid #dddddd;
	margin: 0;
}

#footer {
	background-image:url(../img/footer.jpg);


}
	
#footer_in {
	width:900px;
	margin: 0 auto;
	padding: 25px 20px 15px;
	color: #fff;
	}
	
	
	
	
#footer_list{
	width:860px;
	margin:0px auto;
	padding-top:20px;
	font-size:90%;
	color: #fff;	
	}


#footer_list ul{
	float:left;
	margin-right:40px;
}

#footer_list li{
	margin-bottom:5px;
}

#footer_in:after,#footer_list:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.b{font-weight:bold}
.p10{padding-left:10px;}


/** NAVIGTAION **/

#globalnavi {
	margin: 0 0 10px 0;
}
ul#mainNav1 {
	margin: 0;
	padding: 0;
}
ul#mainNav1 li {
	margin: 0 0 10px;
	padding: 0;
	background: none;
	list-style: none;
}

ul#mainNav1 li a {
	display: block;
	_height: 1%;
	background: url(../img/img_nav_off.gif) no-repeat left center;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px 10px 10px 20px;
	color: #FFF;

}
ul#mainNav1 li a:link, ul#mainNav1 li a:visited {
	color: #FFF;
}
ul#mainNav1 li a:hover {
	color: #FFF;
	background: url(../img/img_nav_on.gif) no-repeat left center;
}

ul.accordion { width:200px; padding:0px; margin:0;}
ul.accordion a { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; text-decoration:none; color:#fff;font-weight:bold;}
ul.accordion span { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; color:#fff;font-weight:bold;}
ul.accordion ul { display:none;}
ul.accordion > li { background-image:url(../img/footer.jpg);margin:0 0 10px 0;
border-radius:10px;}
ul.accordion > li > p {
	background-image:url(../img/footer.jpg);
	cursor: pointer;
	margin: 0;
	border-radius:10px;
	}
ul.accordion > li > ul > li { background:#bbb; border-bottom:1px solid #EEE;}
ul.accordion > li > ul > li > p { background:#999;}
ul.accordion > li > ul > li > a { background:url(go.png) no-repeat 95% center;}
ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}
ul.accordion > li > p span { background-image:url(open.png);}
ul.accordion > li > p span.open { background-image:url(close.png);}
