@charset "utf-8";
/*
機能：レイアウトを構成するIDのスタイルを指定
使用：各ID系のスタイルとレイアウト関係を記述
LATEST UPDATE：090114
*/

/*---------------------------------- layout */
/*body {
	text-align: center;
	margin: 0px;
}*/
/** html body{
	margin-right: -1px;
	}*/

div#wrapper {
	background-image:url(../images/com_bg_02.gif);
	background-repeat:repeat-y;
	width: 986px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	min-height:900px;
}




/*div#header {
	background-image:url(../images/hed_bg_01.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height: 64px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
padding-bottom:5px;
}*/


.search label{
display:none;
}

div#gnavi{
	padding-left:15px;
	height:34px;
	margin-left:8px;
}


/*div#container {
	margin-top: 7px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}*/
div#contents{
	width: 747px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#index div#contents{	
	float: left;
	width: 747px;
	margin: 0px;
}
div#topics{
	float: right;
	width: 170px;
	margin: 0px 0px 0px 6px;
}

/*div#navi {
	float: left;
	width: 170px;
	margin: 0px 10px 0px 0px;
}
div#footer {
	background-image:url(../images/fot_line_01.gif);
	background-repeat:no-repeat;
	background-position:0,0;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left:10px;
}*/


/*---------------------------------- clearfix */
div#wrapper,
div#header,
div#container,
div#footer { clear: both; }

div#wrapper:after,
div#header:after,
div#container:after,
div#footer:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#wrapper,
div#header,
div#container,
div#footer { display: inline-table; }

div#wrapper,
div#header,
div#container,
div#footer { display: block; }
