@charset "shift_jis";

/***************************************************
	about.css
	運営会社レイアウトスタイル定義
***************************************************/

/* 共通設定
------------------------------------------------------------ */
#header ul.gnavi li.n06 a {	background-position: 0 -30px;}

/*-----contents-----*/
#contents h2.title {
	margin-bottom: 15px;
	padding: 5px 12px;
	border: 1px solid #3296c8;
	background: url(../img/temp/title_bg.jpg) left center repeat-x;
}

#contents h2.title span,
#contents h2.title a {
	display: block;
	padding: 2px 0 0 10px;
	background: url(../img/temp/border02.gif) left top repeat-y;
	color: #3296c8;
	font-weight: bold;
	font-size: 120%;
	line-height: 1;
}

#contents {	padding-bottom: 7em;}
#wrap {	position: relative;}
#wrap .value_partner {	height: 57px;}
#wrap .value_partner div {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 569px;
	margin: 15px 15px 15px 0;
	padding: 9px 10px;
	border: 1px solid #c8c8c8;
	line-height: 1.3;
}
#wrap .value_partner p.bn {
	float: right;
	width: 240px;
	padding-top: 1px;
}
#wrap .value_partner p.bn a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}

#contents .inner01 {	padding: 0 0 30px 20px;}
#contents .inner02 {	padding: 0 0 15px 20px;}

/* トップページ
------------------------------------------------------------ */
#wrap.index #contents table {	width: 100%;}
#wrap.index #contents table th {
	padding: 5px 10px;
/*	border: 1px solid #e7e7e7;*/
	font-weight: normal;
	white-space: nowrap;
	font-weight: bold;
	background: url(../img/temp/border01.gif) left bottom repeat-x;
}
#wrap.index #contents table td {
	padding: 5px 10px;
	background: url(../img/temp/border01.gif) left bottom repeat-x;
}



