@charset "UTF-8";

/*firefox　テキストインデントマイナス時アクティブリンクに表示される破線対策*/
a {
outline:none;
}

a:link { color:#03f; text-decoration:underline;}
a:visited { color:#03f; text-decoration:underline;}
a:hover { color:#f33; text-decoration:underline;}
a:active { color:#f33; text-decoration:underline;}

/*基本設定*/
body {
	font-family:'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka';
	font-size:80%;
	line-height:140%;
	color:#000;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(../../images/common/bg_sky.jpg);
	background-repeat:no-repeat;
	}



img { border:0px; }

h1, h2, h3, h4, h5, a, p, div, ul, ol, li, form, input { margin:0px; padding:0px; }


.gray6 {color:#666;}
.gray9 {color:#999;}
.grayc {color:#ccc;}
.red {color:#c00;}
.blue {color:#2255a4;}

.small {
	font-size:0.8em;}


/*wrapper*/
	/*shade含む*/
#wrapper {
	width:755px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding: 0;
	/*background-color:#fff;*/
}

	/*wrapper右側shade指定*/
#wrappershade {
	background:url(../../images/common/bg_h.png);
	background-repeat:repeat-y;
	background-position-x:right;
	margin: 0;
	padding: 0;
	}

/*header*/
#header {
	width:750px;
	height:70px;
	background-image:url(../../images/common/header.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	}

#header h2 {
	float:left;
}

.toplink {
	float:right;
	padding:5px 20px 0 20px;
	display:block;
}

.toplink a{
	text-decoration:none !important;
}


a#entry {
	margin-top:5px;
	width:180px;
	height:32px;
	/*float:right;*/
	background-image:url(../../images/common/btn-entry.jpg);
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}
a:hover#entry {
	background-position:-180px 0;
}


/*main*/
	/*IE6用*/
#main {
	float:left;
	width:510px;
	padding: 0 0 0 20px;
	text-align:left;
	background-color:#fff;
	/*border:solid 1px #F00;*/
	}


#main h1 {
	float:left;
	margin-bottom:10px;
}

#main #breadcrumbs {
	font-size:0.9em;
	margin:12px 0 8px 0;
}


/*点線ケイ付見出し*/
#main h3 {
	font-size:1.35em;
	line-height:120%;
	float:left;
	width:510px;
	border-bottom:1px dotted #999;
	padding:0 0 10px 0;
	margin:10px 0;
}


/*キャプション*/
#main p.caption {
	font-size:0.85em;
	line-height:190%;
	margin:5px 0;
	padding-top:10px;
	clear:both;
}


/*ページトップへ*/
#main p.pagetop{
clear:both;
margin:20px 0 0 422px;
}

#main p.pagetop a{
width:88px;
height:13px;
display:block;
text-indent:-5000px;
background: url(../../images/common/pagetop.gif) no-repeat;
}



/************* gl-navi *************/
/************* gnavi *************/
	/*IE6用*/

#gl-navi {
	width:195px;
	float:right;
	overflow:hidden;
background:url(../../images/common/gnavi_bg.jpg) repeat-y;
margin:0 10px 0 20px;
padding: 0;
/*border:solid 1px #F00;*/
}


#gl-navi #gnavi {
	width:195px;
padding: 0;
margin: 0;
	/**/
	
	}

	/*Modernbrza用-Safari,Firefox*/
html>body #gnavi {
	margin:0 10px 0 10px;
	}


	/*gnavi*/
		/*firstnavi　画像大*/
#gnavi ul#firstnavi {
	display:block;
	width:195px;
	list-style-type:none;
	text-align:left;
}

#gnavi ul#firstnavi li a {
	width:195px;
	height:46px;
	display:block;
	text-indent:-5000px;
	background:url(../../images/common/btn-gnavi1.jpg);
	margin-top:7px;
	background-position:0 -9px;
	background-repeat:no-repeat;
}

#gnavi ul#firstnavi li#gn1 a {background-position:0 -9px;}
#gnavi ul#firstnavi li#gn1 a:hover {background-position:-195px -9px;}

#gnavi ul#firstnavi li#gn2 a {background-position:0 -62px;}
#gnavi ul#firstnavi li#gn2 a:hover {background-position:-195px -62px;}

#gnavi ul#firstnavi li#gn3 a {background-position:0 -115px;}
#gnavi ul#firstnavi li#gn3 a:hover {background-position:-195px -115px;}

#gnavi ul#firstnavi li#gn4 a {background-position:0 -168px;}
#gnavi ul#firstnavi li#gn4 a:hover {background-position:-195px -168px;}

#gnavi ul#firstnavi li#gn5 a {background-position:0 -221px;}
#gnavi ul#firstnavi li#gn5 a:hover {background-position:-195px -221px;}

#gnavi ul#firstnavi li#gn6 a {background-position:0 -274px;}
#gnavi ul#firstnavi li#gn6 a:hover {background-position:-195px -274px;}

#gnavi ul#firstnavi li#gn7 a {background-position:0 -327px;}
#gnavi ul#firstnavi li#gn7 a:hover {background-position:-195px -327px;}


	/*gnavi*/
		/*secondnavi　テキスト*/
#gnavi ul#secondnavi {
	font-size:0.9em;
	list-style-type:square;
	color:#fff;
	text-align:left;
	/*margin-left:25px;*/
	margin:2px 25px 10px 25px;
}

#gnavi ul#secondnavi li.off {
	color:#999;
}

#gnavi ul#secondnavi li a {
	color:#fff;
}

#gnavi p {
	font-size:0.8em;
	color:#fff;
	text-align:left;
	margin:8px 0 0 5px;
}

/************* gnavi end *************/


/************* gnavi2 *************/
		/*thirdnavi　画像小*/

/*gnavi2*/
	/*IE6用*/
#gl-navi #gnavi2 {
	width:195px;
	margin:0;
padding: 5px 0;
	background:url(../../images/common/gnavi2_bg.jpg) repeat-y;
	}

	/*Modernbrza用-Safari,Firefox*/
html>body #gnavi2 {
	margin:0 10px 0 10px;
	}

#gnavi2 ul#thirdnavi {
	display:block;
	width:195px;
	list-style-type:none;
	text-align:left;
	margin-bottom:10px;
}

#gnavi2 ul#thirdnavi li a {
	width:195px;
	height:24px;
	display:block;
	text-indent:-5000px;
	background:url(../../images/common/btn-gnavi2.jpg);
	margin-top:6px;
	background-position:0 -6px;
	background-repeat:no-repeat;
}

#gnavi2 ul#thirdnavi li#gns1 a {background-position:0 -6px;}
#gnavi2 ul#thirdnavi li#gns1 a:hover {background-position:-195px -6px;}

#gnavi2 ul#thirdnavi li#gns2 a {background-position:0 -36px;}
#gnavi2 ul#thirdnavi li#gns2 a:hover {background-position:-195px -36px;}

/************* gnavi2 end *************/
/************* gl-navi end *************/



/*close-btn*/
#close a {
	margin-left:auto;
	margin-right:auto;
	width:80px;
	height:28px;
	background-image:url(../../images/common/btn_close.jpg);
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}

#close a:hover {
	background-position:-80px 0;
}



/*footer*/
	/*shade含む*/
#footer {
	clear:both;
	width:755px;
	height:60px;
	text-align:center;
	background-color:#fff;
	/*footer下部shade指定*/
	background:url(../../images/common/bg_w.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	}

#footer p {
	padding-top:20px;
	font-size:0.8em;
}


/*エントリーbtn*/

a#ebtn {
	margin-bottom:5px;
	width:160px;
	height:32px;
	background-image:url(../../images/common/btn-entry.jpg);
	background-position:0 0;
	display:block;
	text-indent:-5000px;
}
a:hover#ebtn {
	background-position:-160px 0;
}


/*SEO*/
#footer2 {
	clear:both;
	width:645px;
	text-align:center;
	color:#666;
	margin:0 55px 0 55px;
	padding:0;
	display:block;
	}

#footer2 p {
	padding-top:30px;
	font-size:0.8em;
}

#footer2 p a {
	color:#666;
	text-decoration:none;
}

#footer2 p a:hover {
	color:#f33;
	text-decoration:underline;
}



/*テーブル*/
#main table {
	width:510px;
	font-size:1em;
	line-height: 140%;
	margin:0 0 0 0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

#main table th, #main table td{
	text-align:left;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:3px;
}

#main table th {
	vertical-align:top;
	width:100px;
	font-weight:normal;
	background:#fbfbe2;
}

#main table th span {
	font-size:0.8em;
	line-height: 130%;
}



p.u10 {
	margin-bottom:10px;
}


/***************** Renewal *****************/

.top-header {
	height:18px;
	color:#fff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size:0.9em;
	font-weight:normal;
}


body#index {
	background:url(../../images/top/bg_skytop.jpg) no-repeat;
}