@charset "Shift_JIS";

body{
text-align:center;
background-color:#ffffff;
margin: 0px 0px 0px 0px;
}

img {
border:none;
}

#bodyWrap{
width:924px;
margin:auto;
text-align:left;
}
/* ____________  menu List __________ */
.MenuGif ul, li{
	margin:0;
	padding:0;
	list-style:none;
}
.MenuGif ul li{
	float:left;
	line-height:0;
	font-size:0;
}

/* ____________ text __________ */

.middle{
font-size:80%;
line-height:180%;
color:#696969;
}

.small{
font-size:70%;
line-height:160%;
color:#696969;
}

.news{
font-size:70%;
line-height:140%;
color:#000000;
padding:5px 0 5px 10px;
color:#696969;
}

/* ____________ NEWSRELEASE __________ */

td.box01{
font-size:80%;
line-height:160%;
color:#ff0000;
width:85px;
vertical-align:top;
padding:10px 0px 20px 10px;
}

td.box02{
font-size:80%;
line-height:160%;
color:#002C48;
width:100px;
vertical-align:top;
padding:10px 0px 20px 0px;
}

td.box03{
font-size:80%;
line-height:160%;
color:#000000;
vertical-align:top;
padding:10px 0px 20px 0px;
}

.box03_b{
color:#002C48;
font-weight:bold;
}

/* ____________ PROFILE __________ */
td.pro_b01{
font-size:80%;
line-height:160%;
color:#002C48;
padding:5px 0px 5px 20px;
text-align:center;
width:100px;
vertical-align:top;
}

td.pro_b02{
font-size:80%;
line-height:160%;
color:#363636;
padding:5px 0px 5px 5px;
}


/* ____________ top __________ */
div.topics {
	margin:1px 0 0;
	color:#CCD5DA;
	background-color:#002C48;
	height:20px;
	font-size:10px;
	letter-spacing:0.05em;
}
div.topics img{
	vertical-align:middle;
	margin-right:10px;
}
div.topics a{	
	color:#CCD5DA;
}

table.top_bukken {
margin:40px 0 0;
color:#727272;
}


table.top_bukken td h2 {
margin:5px 0 10px;
}


table.top_bukken td p {
font-size:11px;
line-height:16px;
width:420px;
}

table.top_bukken td.data {
padding:3px 0 0;
font-size:10px;
color:#727272;
}

table.top_bukken td.comment {
font-size:11px;
color:#727272;
}

table.top_bukken td.comment a{
text-decoration:underline;
color:#727272;
}

table.top_bukken td.comment span{
color:#CC0033;
}

.footer-info{
	text-align:left;
	font-size:10px;
	border-top:#002C48 solid 4px;
	background-color:#ECEDF0;
	padding:10px;
	line-height:130%;
	letter-spacing:0.05em;
}

.footer-info a{
	color:#000;
}
/* ------------- clearFix ------------- */
.clearFix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}
* html .clearFix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clearFix + *{
	clear: both;
}



