@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本
　02. 固定ヘッダー
  03. メインコンテンツ


******************************************************************************* */



/* ==

　01. 基本

=============================================================================== */


.container {
	clear: both;
	margin: 0 auto;
	min-height: 1%;
	position: relative;
	width: 950px;
	z-index:1;
}




* html .main div{ height:1%; }
.section .main div:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0; 
	visibility:hidden;
}

.main div{
	min-height:1%;
	margin-bottom:20px;
	line-height:1.5;
	clear:both;
}
* html .main div{ height:1%; }
.main div div{ margin-bottom:0; clear:none; }

.section .main div:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0; 
	visibility:hidden;
}



.container p.bnr a:link, .container p.bnr a:visited{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.container p.bnr a:active, .container p.bnr a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}




/* ==

  02. メインコンテンツ

=============================================================================== */
/* 背景
------------------------------------------------------------------------------- */
#topLiquidBg {
	position: absolute;
	width: 100%;
	min-width: 960px;
	z-index: -1000;	
	/*top: 124px;*/
	top:170px;
	left: 0;
	overflow: hidden;
}
#topLiquidBg img {
	width: 100%;
	height: auto;
	margin-bottom: -5px; /* IE7対策 */
	-ms-interpolation-mode: bicubic; /* IE7対策 */
}
* html #topLiquidBg img { display: none; }



/* タイトルエリア
------------------------------------------------------------------------------- */
div.title{
	width:934px;
	margin-left:-2px;
	padding:20px 10px 10px;
	background:url(../images/bg_title.png) left 10px no-repeat;
	clear:both;
}
div.title p{ float:left; }
div.title .typeImg{ margin-bottom:-2px; float:right; }
div.title .typeImg li{ margin-bottom:2px; }

div.title2{
	width:934px;
	margin-left:-2px;
	margin-bottom:20px;
	padding:0 10px 10px;
	background:url(../images/bg_bottom.png) left bottom no-repeat;
	zoom:1;
	clear:both;
}
div.title2 p.hd{
	width:880px;
	padding:7px 47px 7px 7px;
	background-color:#8bcf2f;
	font-size:14px;
	line-height:1.0;
	color:#fff;
	font-weight:bold;
	text-align:right;
	position:relative;
}
div.title2 p.hd span{
	width:20px;
	margin:0;
	padding:7px;
	background-color:#939598;
	color:#fff;
	text-align:center;
	display:block;
	position:absolute;
	top:0;
	right:0;
}


div.title2 h1{
	height:95px;
	margin-bottom:0;
	padding:50px 20px 0;
	background-color:#f4f4f4;
	background-repeat:no-repeat;
	background-position:right bottom;
	border-bottom:none;
	font-size:32px;
	line-height:1.3;
	color:#333;
}
div.title2 h1 small{ font-size:75%; color:#333; }



/* コンテンツ
------------------------------------------------------------------------------- */
.mainCnts{
	width:914px;
	margin:0 0 0 -2px;
	padding:0 20px;
	background:url(../images/bg.png) left top repeat-y;
	font-size:120%;
	line-height:1.5;
}
.mainCnts div:after{ content:''; display:block; clear:both; }
.mainCnts.top{
	padding-top:10px;
	background:url(../images/bg_top.png) left top no-repeat;
	font-size:10px;
	line-height:1.0;
}
.mainCnts.btm{
	margin-bottom:25px;
	padding-bottom:10px;
	background:url(../images/bg_bottom.png) left bottom no-repeat;
	font-size:10px;
	line-height:1.0;
}
.mainCnts p, .mainCnts li, .mainCnts strong, .mainCnts span, .mainCnts dd{ color:#333; }
.mainCnts em{ font-style:normal; font-weight:bold; color:#333; }

.container .mainCnts p.txt_lead{
	height:auto;
	margin-bottom:10px;
	padding-bottom:10px;
	background:none;
	border-bottom:1px dotted #ccc;
	font-size:24px;
	line-height:1.2;
	color:#78b226;
	font-weight:bold;
}
.container .mainCnts h2{
	height:auto;
	margin-bottom:10px;
	padding:7px 7px 7px 10px;
	background:none;
	background-color:#f4f4f4;
	border-left:5px solid #8bcf2f;
	font-size:110%;
	line-height:1.3;
	color:#333;
}

.container .mainCnts p.txt_link a{
	padding-left:12px;
	background:url(/common/images/renew2009/arrow.gif) left 4px no-repeat;
	font-weight:bold;
}

.mainCnts ul.dotted li{
	margin-bottom:5px;
	padding-left:12px;
	background:url(../images/li_disc.gif) left 0.5em no-repeat;
	color:#333;
}


/* 表組（デフォルト） */
.mainCnts .defTable{
	width:900px;
	margin:0 auto 30px;
	padding:5px;
	background-color:#dbdbdb;
	clear:both;
}
.mainCnts .defTable table{
	width:100%;
	background-color:#ccc;
	border-collapse:separate;
	border-spacing:1px;
}
.mainCnts .defTable th{
	padding:5px 10px;
	background-color:#f9feef;
	color:#2987ad;
	text-align:left;
	vertical-align:top;
}
.mainCnts .defTable td{
	padding:5px 10px 0;
	background-color:#fff;
	color:#333;
	vertical-align:top;
}



