@charset "utf-8";

/* clearfix
------------------------------------------------------------------------------*/
.clearfix:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
/* clearfix ie7
------------------------------------------------------------------------------*/
*:first-child+html .clearfix {
	zoom:1;
}
/* clearfix ie6
------------------------------------------------------------------------------*/
* html .clearfix {
	zoom:1;
}

#gnavi {
	border-color:#909090;
}

#contents #menus dl {
	border-bottom:1px solid #7DA2BC;
}

#mainContents {
	font-size:117%;
}
#mainContents h1 {
	background-image:url(../images/common/news_bg_common_gray.gif);
	font-size:100%;
}

/*#mainContents h2 {
	padding:0 0 4px 13px;
	background-image:url(../images/common/list_h2_gray.gif);
	background-position:1px 1px;
	background-repeat:no-repeat;
	font-size:100%;
}*/
#mainContents h2 {
	height:auto !important;
	height:27px;
	min-height:27px;
	padding:0 0 3px 13px;
	margin-bottom:9px;
	background-image:url(../images/common/h2_title_gray.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-size:100%;
}

#mainContents .lead {
	padding-bottom:10px;
	/*padding:13px 0 10px 0;
	background-image:url(../images/common/tensen_gray.gif);
	background-position:left top;
	background-repeat:repeat-x;*/
}

#mainContents table {
	width:100%;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}
#mainContents table th,
#mainContents table td {
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:left;
	vertical-align:middle;
}
#mainContents table thead th {
	background-color:#E3E3E3;
}
#mainContents table tbody th {
	background-color:#FFFFE1;
}


#footer .partLink ul {
	width:728px;
}





