@charset "UTF-8";


/* -----------------------------------------------------------
CSS Information

 Style Info:     サイト全体のレイアウト設定
 File name:      global.css
 Last update:    2010.06.10
----------------------------------------------------------- */
p{
line-height:1.5em;
}
/*----------------------------------------------------
	Global Layout
----------------------------------------------------*/
*{	font-family: "MS Pゴシック",sans-serif;}


body{

	margin:0 auto;
	color: #000;
	font-size: 1em;
	font-family: "MS Pゴシック",sans-serif;
}
#contents{
width:840px;
margin:0 auto;}
#shadow_bg{
margin:0 auto;
	width:1020px;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;}
/*  ヘッダー
----------------------------------------------------*/

#header {
	width:840px;
	padding:0 80px;
	margin:0 auto;
	background: #FFF;
	height:95px;
	
}
#header #header_inr {
	position: relative;
	width: 840px;
	height:95px;
	margin: 0 auto;
}

#header #header_inr #logo span {
	position: absolute;
	top: 28px;
}
#header #header_inr #Snavi {
	position: absolute;
	right: 20px;
	width: 212px;
}
#header #header_inr #Snavi li {
	display: inline;
	font-size: 3px;
}

#header #header_inr #Onavi {
	position: absolute;
	right: 20px;
	top: 30px;
}
#header #header_inr #Onavi li {
	display: inline;
	font-size: 9px;
	padding-left: 12px;
	margin-right: 5px;
	background: url(./common/images/common_arrow_orange_R.gif) no-repeat left center;
}
/*  Gnavi
----------------------------------------------------*/
#gnavisp{
width:1000px;
height:40px;
margin:0 auto;
padding:0;

}
#Gnavi {
	width: 840px;
	height:40px;
	margin:0px auto;
	padding-top:0px;
	font-size: 20px;
	background-image:url(../images/gnavi_bg.gif);
	background-repeat:no-repeat;
}
#Gnavi li {
	float: left;
}
#Gnavi li a:hover img {
	opacity:0;
	filter: alpha(opacity=0);
}

#Gnavi li a img {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*  メインフラッシュ
----------------------------------------------------*/

/*  キービジュアル
----------------------------------------------------*/
#visual{
	width:840px;
	margin:0 auto;
	}
/*  コンテンツ
----------------------------------------------------*/
#s_contents{
width:720px;
margin:15px auto 0 auto;
}
#m_contents{
width:780px;
margin:15px auto 0 auto;
}

#contents {
	width: 840px;
	margin: 0 auto;
	padding: 8px 80px;
	background: #FFF;
	font-family: "MS Pゴシック",sans-serif;
}


/* フッター
----------------------------------------------------*/

#footer {
	width:840px;
	padding: 8px 80px;
	margin:0 auto;
	clear: both;
color:#f8310e;
	background:#fff;
}
.Fnavi{
list-style-type:none;
width:800px;
height:14px;
margin:8px auto;
color:#f8310e;
}
.Fnavi li{
float:left;
font-size:11px;
font-style:normal;
line-height:14px;
color:#f8310e;
}
.Fnavi li a:link{
color:#f8310e;}
.Fnavi li a:visited{
color:#f8310e;}
.Fnavi li a:hover{
color:#808080;}




/*----------------------------------------------------
	テーブルの設定
----------------------------------------------------*/

table.tableA {
	font-size: 0.8em;
	line-height: 1.2;
}
table.tableA th {
	width: 7em;
	border: 1px solid #DDD;
	padding: 8px;
	background: #E9E9E9;
	vertical-align: top;
	text-align: right;
}
table.tableA td {
	padding: 8px;
	border: 1px solid #DDD;
}



table.tableB {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	font-size: 0.8em;
}
table.tableB table {
	width: auto;
	margin: 0;
	border: none;
	font-size: ;
}
table.tableB th {
	width: 10em;
	padding: 5px;
	border: 1px solid #CCC;
	background: #E9E9E9;
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
	font-size: 0.9em;
}
table.tableB table th {
	width: auto;
	padding: 0;
	border: none;
	background: none;
	vertical-align: center;
	text-align: center;
	font-size: ;
}
table.tableB td {
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}
table.tableB table td {
	padding: 0;
	border: none;
	background: none;
}

table.tableB td span {
	font-size: 0.8em;
	color: #68B4DC;
}




table.tableC {
	font-size: 12px;
}
table.tableC th {
	width: 90px;
	background: #CCC;
	border: 1px solid #999;
	padding: 5px 0;
	text-align: center;
}
table.tableC td {
	border: 1px solid #999;
	padding: 20px 0;
	text-align: center;
}


table.tableD {
	font-size: 12px;
margin-bottom:10px;
}
table.tableD th {
	width: 140px;
	background: #CCC;
	border: 1px solid #999;
	padding: 5px 0;
	text-align: center;
}
table.tableD td {
	border: 1px solid #999;
	padding: 15px 0;
	text-align: center;
}

table.tableE {
	font-size: 11px;
}
table.tableE th {
	width: 95px;
	background:transparent url("../images/th_background.png") repeat-x scroll left bottom;
	border: 1px solid #ccc;
	padding: 2px 0;
	text-align: center;
}
table.tableE td {
	background:transparent url("../images/th_background.png") repeat-x scroll left bottom;
	border: 1px solid #ccc;
	padding: 2px 0;
	text-align: center;
}
/*----------------------------------------------------
	オンマウスやリンクテキストのカラー設定
----------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #de7705;
}

a:active {
	color: #FF0000;
}




a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

a img {
	opacity: 1;
	filter: alpha(opacity=100);
}



/*----------------------------------------------------
	general class
----------------------------------------------------*/

.pagetop {
}
.pagetop_btm {
	clear: both;
	margin: 25px 0;
	text-align: right;
}
.img_c {
	display:block;
	margin:auto;
}
.img_l {
	float:left;
	margin-right:10px;
}
.img_r {
	float:right;
	margin-left:10px;
}
.margin_b {
	margin-bottom:10px;
}
.nowrap {
	white-space: nowrap;
}

.bold {
	font-weight:bold;
}
.text_Red {
	color: #CC0000;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.clear{
	clear:both;
}
.blue_box {
	padding: 15px;
	border: 1px solid #005bac;
	background: #EFFFFC;
	font-size: 0.8em;
}