@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	outline: none;
	font-size: 100%;
}

body{
	line-height:1.4;
	color:#FFFFFF;
	font-size: 0.78em;
	background-color:#000;
}

body#toppage {
	background: url(home/img/topBg.jpg) repeat-x #1B1B1B ;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

body#toppage a {
	color: #000000;
	text-decoration: none;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0em;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	}
	
td {
 text-align:left;
 }
 
img {
	border:none;
	margin:0px;
	padding:0px;
}

li	{
	list-style:none;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.fontS {
	font-size: 0.9em;
}

.lh12 {
	line-height: 1.2;
}

.tCenter {
	text-align: center;
}

.tRight {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.color1 {
	color: #CCCCCC;
}

.cell_top	{
	border-top:solid 1px #FFF;
}
.cell_bottom	{
	border-bottom:solid 1px #FFF;
}
.cell_left	{
	border-left:solid 1px #FFF;
}
.cell_right	{
	border-right:solid 1px #FFF;
}

/********************************************************** コンテナ ***/

div#wrapper {
	width:750px;
	margin: 0 auto;
	background:#000;
}

div#wrapper2 {
	width:870px;
	margin: 0 auto;
	border-left: 1px solid #3E3E3E;
	border-right: 1px solid #3E3E3E;
	background:#000;
}

div#wrapper3 {
	width:850px;
	margin: 0 auto;
	border-left: 1px solid #3E3E3E;
	border-right: 1px solid #3E3E3E;
	background:#000;
}

div.inner {
	width: 850px;
	margin: 0 auto;
}

div.contents table {
	margin-right: auto;
	margin-left: auto;
}

div.contents2 ,div.contents {
	width: 850px;
	margin: 12px 0 0 0;
}

div.contents2 table {
	margin-right: auto;
	margin-left: auto;
}

div.contents3 {
	width: 100%;
	border-top: 1px solid #3E3E3E;
	border-bottom: 1px solid #3E3E3E;
}

div.contents3 table {
	margin-right: auto;
	margin-left: auto;
}

div.left {
	float: left;
	width: 230px;
}

div.left2 {
	padding-left: 10px;
	padding-top: 5px;
}

div.main {
	float: right;
	width: 580px;
}

div.main2 {
	float: right;
	width: 580px;
	border-left: 1px solid #3E3E3E;
	padding: 5px 8px 80px 8px;
}


/********************************************************** ヘッダ ***/

div#header {
	position: relative;
	width: 100%;
	height: 128px;
	margin-bottom: 1px;
}

div#header h1 {
	position: absolute;
	top: 17px;
	left: 50px;
}

img#logo2 {
	position: absolute;
	right: 10px;
	bottom: 9px;
}

div#header ul {
	position: absolute;
	top: 85px;
	left: 0;
	width: 100%;
	height: 43px;
	background: url(cmnfix/naviBg.jpg) repeat-x;
}

div#header li {
	display: inline;
}

div#header li img {
	float: left;
}

div#header1 {
	height: 85px;
}

.bg_gray{
	background-color:#333333;
}
.text_right td{
	text-align:right;
	padding-right:10px;
	width:130px;
}
.text_center td{
	text-align:center;
}




img.css-hover{
opacity:1.0;
filter: alpha(opacity=100);
}
a:hover img.css-hover{
opacity:0.7;
filter: alpha(opacity=70);
}




















