@charset "UTF-8";
/* CSS Document */


/* for common reset ==================================*/
body{
	margin:0;
	padding:0;
	line-height:1.5;
	color:#444;
	font-size:100.01%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif ;
}
img{
	margin:0;
	padding:0;
	vertical-align:bottom;
	border:none;
}
ul,ol{
	padding:0;
	list-style:none;
	list-style-position:outside;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
dl,dt,dd{
	margin:0;
	padding:0;
}
hr{
	display:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:1.2em;
	font-weight:normal;
}
p{
	margin:0;
	padding:0;
	font-size: 0.9em;
	line-height: 1.5em;
}
div{
	margin:0;
	padding:0;
}

/*for clearFix ==================================*/
div:after{ 
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
   content: ".";
}
/* 追加 MacIE 5 と WinIE 7 向け */
div{
   display: inline-block;
}

/*MacIE \*/
   * html div {height: 1em;}
   div {display: block;}
/*  */

/*for common link ==================================*/
a {
	color:#FF6600;
	text-decoration:none;
}
a:link {
	color:#FF6600;
	text-decoration:none;
}
a:hover {
	color:#F09C27;
	text-decoration:none;
}

/*for common layout ==================================*/

div#wrapper {
	background-image: url(../img/common/g_headertop_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/*maruhama_ym 090821*/
#top09 div#wrapper {
	background-image: none;
}
/*maruhama_ym 090821*/

div#wrapper-inner {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#header {
	padding-top: 0px;
	margin-bottom: 10px;
}
div#contents {
	width: 920px;
	margin-bottom: 30px;
	float: left;
	padding-bottom: 30px;
	padding-top: 55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*maruhama_ym 090821*/
#top09 div#contents {
	width: 920px;
	margin-bottom: 30px;
	float: left;
	padding-bottom: 30px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*maruhama_ym 090821*/

body#top div#contents {
	padding-top: 65px;
	}

div#contents div#contents_left {
	width: 700px;
	float: left;
	margin-right: 20px;
}
div#contents div#contents_right {
	width: 200px;
	float: left;
}
div#footer {
	float: left;
	width: 920px;
	padding-bottom: 10px;
}

/*for header ==================================*/

div#title h1 {
	display: inline;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #000000;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
	line-height: 35px;
	background-position: top;
}
div#title {
	width: 920px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#header h2 {
	float: left;
	width: 720px;
}
div#header ul#top_nav li {
	float: left;
}

div#header ul#top_nav {
	float: left;
	display: block;
	line-height: 1em;
	margin-top: 20px;
	width: 150px;
	font-size: 12px;
	position: relative;
	right: -50px;
}

/*maruhama_ym 090821*/
#top09 div#header ul#top_nav {
	float: left;
	display: block;
	line-height: 1em;
	margin-top: 20px;
	width: 80px;
	font-size: 12px;
	position: relative;
	right: -150px;
}
/*maruhama_ym 090821*/

div#header ul#top_nav li#en {
	margin-left: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F69421;
}

/*maruhama_ym 090821*/
#top09 div#header ul#top_nav li#en {
	margin-left: 0px;
	padding-left: 0px;
	border-left-style: none;
}
/*maruhama_ym 090821*/

div#header img {
	margin-top: 10px;
}

/*for global navigation ==================================*/

div#g_nav {
	width:920px;
	float:left;
	position:absolute;
	z-index:100;
	margin-top:5px;
	height:45px;
}

ul.globalNavMenu{
	width:100%;
}

/* メインメニューの背景とサブメニューへ移動したときの色 ==========*/
ul.globalNavMenu a:hover{
	background-color:#fff;
}
ul.globalNavMenu li.on{
	background-color:#fff;
}

/* メインメニューのサイズ ==========*/
ul.globalNavMenu li.off{
    height:45px;
    width:184px;
}
ul.globalNavMenu li.on{
    width:184px;
}

/* サブメニューの位置とサイズ ==========*/
ol.sub{
    left:0;
    top:0;
}

ol.sub,
ol.sub li.off2,
ol.sub li.on2{
    width:184px;
	font-size: 12px;
	border-top:1px solid #ffffff;
}

ol.sub{
}
ol.sub li a,ol.sub li a:hover{
	padding:7px 0 0 10px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}

/* サブメニューのテキストと背景色 ==========*/
ol.sub li a{
	color:#000;
	text-decoration:none;
}
ol.sub li a:hover,
ol.sub li.on2{
	color:#FFF;
	text-decoration:none;
}

/* サブ01 */
li#nav01 ol.sub li a{
	background-color:#E733AE;
}
li#nav01 ol.sub li a:hover,
li#nav01 ol.sub li.on2{
	background-color:#A3247B;
}

/* サブ02 */
li#nav02 ol.sub li a{
	background-color:#FF7E20;
}
li#nav02 ol.sub li a:hover,
li#nav02 ol.sub li.on2{
	background-color:#B55916;
}

/* サブ03 */
li#nav03 ol.sub li a{
	background-color:#D0E500;
}
li#nav03 ol.sub li a:hover,
li#nav03 ol.sub li.on2{
	background-color:#93A201;
}

/* サブ04 */

li#nav04 ol.sub li a{
	background-color:#2CB3F3;
}
li#nav04 ol.sub li a:hover,
li#nav04 ol.sub li.on2{
	background-color:#1F7EAC;
}

/* サブ05 */
li#nav05 ol.sub li a{
	background-color:#A12CF4;
}
li#nav05 ol.sub li a:hover,
li#nav05 ol.sub li.on2{
	background-color:#721FAD;
}


/* 以下のプロパティは変更不可 */
.globalNavMenu *{
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
}
ul.globalNavMenu{
	position:relative;
}
ul.globalNavMenu li.off{
	position:relative;
	float:left;
	display:inline;
	overflow:hidden;
}
ul.globalNavMenu li.on{
	float:left;
	display:inline;
	overflow:hidden;
}
ul.globalNavMenu>li.on{
	overflow:visible;/*×*/
}
ol.sub{
	position:relative;
}
ol.sub li.off2{
	position:relative;
	overflow:hidden;
}
ol.sub li.on2{
	overflow:hidden;
}
ol.sub>li.on2{
	overflow:visible;
}

p#kuzu {

}


/*for right contents ==================================*/

div#contents_right div#banner img {
	margin-bottom: 10px;
}
div#contents_right div#side_logo {
	margin-top: 20px;
}
div#contents_right div#sub_nav {
	background-color: #E6E6E6;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
div#sub_nav div.sub_section h4 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	height: 25px;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
	cursor:pointer;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
div#sub_nav div.sub_section h4.on
{
	background-color: #CFCFCF;
}
div#sub_nav div.sub_section ul {
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
}
div#sub_nav div.sub_section li {
	margin-bottom: 5px;
}
div#contents_right div#sub_nav ul li.on {
	list-style-type: disc;
}
div#contents_right div#sub_nav ul li a:hover {
	list-style-type: disc;
	text-decoration: underline;
}
div#sub_nav div.sub_section {
	font-size: 12px;
	color: #000000;
}

div#sub_nav div.sub_section a {
	width:200;
	height:25;
	color: #000000;
}
div#sub_nav div.sub_section a:hover h4,
div#sub_nav2 div.sub_section a:hover h4
 {
	background-color: #CFCFCF;
	color: #333333;
}

div#sub_nav div.sub_section li {
	margin-bottom: 5px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 3px;
}
div#sub_nav2 {
	background-color: #E6E6E6;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
div#sub_nav2 h4 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	height: 25px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
}
div#sub_nav2 h4.on
{
	background-color: #CFCFCF;
}
div#sub_nav2 div.sub_section a {
	color: #000000;
}
div#sub_nav2 div.sub_section a:hover
 {
	color: #333333;
}

/*for footer ==================================*/

div#footer h3 {
	margin-bottom: 15px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 330px;
	margin-top: 0px;
	padding-top: 0px;
	font: 14px/20px Arial, Helvetica, sans-serif;
}
div#footer .funders li{
	float: left;
	padding-left: 30px;
}

div#footer .funders {
	clear: both;
	margin: 0px;
	padding: 0px;
}

div#textlink {
	width: 920px;
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
}
div#textlink_inner {
	margin: 0px auto;
	width: 766px;
}
ul#link1 {
	list-style: none;
	text-align: center;
	width: 766px;
	font-size: 77%;
	margin-bottom: 10px;
}
ul#link1 li {
	display: inline;
	margin-left: 5px;
	border-left: 1px solid #666666;
	padding-left: 5px;
}
ul#link2 {
	list-style: none;
	text-align: center;
	width: 766px;
	font-size: 77%;
}
ul#link2 li {
	display: inline;
	margin-left: 5px;
	border-left: 1px solid #666666;
	padding-left: 5px;
}
ul#link1 .textlinktop {
	border-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
ul#link2 .textlinktop {
	border-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
div#copyright {
	width: 100%;
	text-align: center;
	height: 25px;
	clear: both;
	background-color: #000000;
}
div#copyright address {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
}
#footer #pagetop #gototop {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 10px;
}
#footer #pagetop a {
	clear: both;
}
#footer .funders img {
}
#footer #sponsor {
	clear: both;
	padding: 0px;
	margin: 0px auto;
	width: 750px;
}
#footer #sponsor .funders .h30 {
	margin-top: 8px;
}

#footer #sponsor .funders .credit_link {
	background: url(../img/common/arrow.gif) no-repeat 10px center;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: both;
	float: right;
}
#footer #sponsor .funders .first {
	padding-left: 0px;
}
#footer #woll_logo {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
