@charset "utf-8";
@import url("clearfix.css");
@import url("reset.css");


* {
	line-height: 170%;
}

/*++++++++++++++++++++++++++++++++++++++++++
	Basic Font Setting
+++++++++++++++++++++++++++++++++++++++++++*/
body {
	color: #222222;
	background: url(../images/share/body_bg.gif) repeat left top;
	text-align: center;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro W3",
	"メイリオ",
	Meiryo,
	Osaka,
	"ＭＳ Ｐゴシック",
	"MS P Gothic",
	sans-serif;
}

*html body {
	font-family: "メイリオ", Meiryo, sans-serif;
}

*:first-child+html body {
	font-family: "メイリオ", Meiryo, sans-serif;
}	
;;body {/* for Opera 9*/
	font-family: "メイリオ", Meiryo, sans-serif;
}

td {
	vertical-align: top;
}
	
/*++++++++++++++++++++++++++++++++++++++++++
Basic Ancher Setting
+++++++++++++++++++++++++++++++++++++++++++*/
a {
		color					:#0083ff;
		text-decoration			:none;
}
a:visited {
		color					:#0083ff;
		text-decoration			:none;
}
a:hover {
		color					:#0083ff;
		text-decoration			:underline;
}
a:active {
		color					:#0083ff;
		text-decoration			:underline;
}

/*++++++++++++++++++++++++++++++++++++++++++
Topix Path
+++++++++++++++++++++++++++++++++++++++++++*/
.path {
	text-align: right;
	margin-bottom: 10px;
	width: 750px;
}
/*
.path a {
	text-decoration: underline;
}*/
		
/*++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++*/
#wrap {
	margin: 0 auto;
	width: 800px;
	text-align:left;
	padding-bottom: 20px;
}

#header {
	width: 800px;
	height: 160px;
}

/*++++++++++++++++++++++++++++++++++++++++++
gnavi
+++++++++++++++++++++++++++++++++++++++++++*/
#gnavi {
	width: 800px;
	height: 40px;
}

/*++++++++++++++++++++++++++++++++++++++++++
Content
+++++++++++++++++++++++++++++++++++++++++++*/
#mainContent {
	width: 800px;
	background: #FFFFFF url(../images/share/cont_bg.gif) repeat-y left top;
}

*html #mainContent {
	border-right: 2px solid #c00d26;
}

.pageTop {
	text-align: right;
	margin-top: 30px;
	width: 750px;
}

h1{
	font-size:10px;
	margin:0.5em;
	color:#666666;
	text-align:right;
}

/*++++++++++++++++++++++++++++++++++++++++++
font
+++++++++++++++++++++++++++++++++++++++++++*/
.s_text{
	font-size:0.65em;
	}
	

/*++++++++++++++++++++++++++++++++++++++++++
???
+++++++++++++++++++++++++++++++++++++++++++*/
.ken{
	padding-left:78px;
	}
	
.red{
	color:#CC0000;
	}
.line{
	border-top:1px dotted #999999;
	margin:15px 0px;
	}
	
table.media_box{
	margin-bottom:15px;
	border-bottom:1px dotted #666666;
	}	

table.media_box tr{
	width:750px;
	padding-top:10px;
	padding-bottom:5px;
	}

table.media_box th{
	padding:5px;
	font-weight:bold;
	vertical-align:top;
	width:15%;
	}	

table.media_box td{
	padding:5px;
	}


.cmbg{
	background:url(../images/cm/cmback.gif) repeat;
	}
	
.w20{
	width:20px;
	}