/*-- 

	Base

====================================================== --*/

body {
	background-color: #222222;
	font-size: 75%;
	color: #333333;
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	text-align:center;
}
h1 {
	font-size: 10px;
	margin:0px;
	padding:0px;
}
h2 {
	font-size: 10px;
	margin:0px;
	padding:0px;
}
img {
	border: 0px;
	vertical-align:top;
}
td {
	vertical-align:top;
}
th {
	text-align:left;
}
dl,dt,dd,ul,li,ol,p {
	margin: 0px;
	padding:0px;
}
dt {
	font-weight: bold;
}
dd {
	line-height: 1.3em;
}
li {
	line-height: 1.3em;
}
hr {
	display:none;
	clear:both;
}
strong {
}
em {
}
.anchor{
	font-size:0px;
	line-height:0px;
	display:block;
	overflow:hidden;
	height:0px;
}
sup{
	vertical-align:5px;
	font-size:9px;
}
.spacer{
	font-size:1px;
}

/*-- 

	Index

====================================================== --*/
.index-contents{
	background:#000;
}
.index-contents h3{
	color:white;
	font-size:1.5em;
	line-height:1.4em;
	margin:0px;
	padding:0px;
}
.index-contents p{
	color:white;
	line-height:1.5em;
}
.head-lines td,
.head-lines th{
	color:white;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
}
/*-- 	Index link
------------------------------------------------------- --*/
/*-- トップページ リンク --*/
.index-contents a{
	color:#FFFFFF;
}
.index-contents a:hover{
	color:#FF9900;
	text-decoration:none;
}

/*-- 

	Main

====================================================== --*/
.contents{
	background:#000;
}
.main {
	background:white;
}
.main-wrap {
	background:url(images/main_wrap_bg.gif) repeat-y left top;
}
.title,
.tab{
	background:black;
}
.detail td{
	vertical-align:top;
	text-align:left;
	color:white;
	font-weight:normal;
	line-height:1.5em;
}
.detail td h3,
.detail td p{
	margin:0px;
	padding:0px;
}
.path{
	color:#fff9b0;
	text-align:left;
	text-indent:4px;
	font-size:0.8em;
}
.common-table th{
	background:#0021f6;
	text-align:center;
	color:white;
	vertical-align:middle;
	line-height:1.5em;
	padding:5px 5px 5px;
	font-weight:normal;
	border:1px solid #D0CEE6;
}
.common-table td{
	background:white;
	text-align:left;
	color:#090909;
	border:1px solid #D0CEE6;
	vertical-align:middle;
	line-height:1.5em;
	padding:5px 5px 5px;
	font-weight:normal;
}
.common-table2 td{
background:#ffffff;
text-align:left;
color:#090909;
border:1px solid #ffffff;
vertical-align:middle;
line-height:1.5em;
padding:0px 10px 0px;
font-weight:normal;
}
.common-table3 td{
color:#090909;
border:0px solid #ffffff;
vertical-align:middle;
line-height:1.5em;
padding:0px 0px 0px;
font-weight:normal;
}
.common-table td.spacer{
	padding:0px;
	border:none;
}

.main .head-lines td,
.main .head-lines th{
	color:black;
}

/*-- 	main link
------------------------------------------------------- --*/
/*-- ぱんくずリスト部分　リンク --*/
.path a{
	color:#FFFFFF;
}
.path a:hover{
	color:#FF3300;
	text-decoration:none;
}
/*-- 通常コンテンツ内　リンク --*/
.main a{
	color:#000000;
}
.main a:hover{
	color:#999999;
	text-decoration:none;
}
/*-- 記事中　リンク --*/
.detail a{
	color:#FFAD5B;
}
.detail a:hover{
	text-decoration:none;
}
/*-- 

	Footer

====================================================== --*/
.footer{
	text-align:center;
}

