/*共通部分のcss */
/**/

/*全体*/
body{
	background-color:#000;
}

/*東スペマーク（ヘッダー）*/
div#to-sp_mark{
	margin-top:20px;
}

/*東スペアニメーション＆ヘッドタイトル*/
h1{
	margin:0;padding:0;
}

/*ナビゲーション*/
div#for_navi{
	margin-bottom:10px;
}

div#for_navi ul.nav-tabs li{
	color:#FFF;
	font-weight:bold;
	border-right:1px solid #666;
	border-bottom:1px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#333;
	margin-top:2px;
	margin-left:2px;
}


div#for_navi ul.nav-tabs li a{
	color:#FFF;
}

div#for_navi ul.nav-tabs li a:hover{
	color:#000;
	background-color:#fff;
}

/*ナビゲーション（リンク先が現表示ページの場合）*/
div#for_navi ul.nav-tabs li.active{
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#fff;
}

div#for_navi ul.nav-tabs li.active a{
	color:#000;
	background-color:#fff;
}

/*アドレス*/
address{
	color:#FFF;
	text-align:right;
}

/*コンテンツ*/
div#web_contents{
	background-color:#eee;
	background-image:url(../bs_images/mark_bk.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*コンテンツタイトル*/
div#web_contents h2{
	background-color: #CCC;
	border-left-width: 5px;
	border-left-color: #000;
	border-left-style: double;
	border-right-width: 5px;
	border-right-style: double;
	border-right-color: #000;
	margin:10px 5px 0 5px;
	padding: 0.2em 0.2em;
	font-size:x-large;
	font-weight:normal;
}

div#web_contents h3{
	font-size:large;
	margin-left:0.2em;
	margin-bottom: 0.5em;
	font-weight:bold;
	border-bottom:1px solid #666;
}

div#web_contents h4{
	font-size:medium;
	margin-left:0.2em;
	margin-bottom: 0.5em;
	font-weight:bold;
}

div#web_contents p{
	padding-left:1em;
	padding-right:1em;
}

/*ページトップに戻る*/
div.return_top{
	float:right;
	margin-right:10px;
}