/* -----------------------------------------------------------
CSS Information
 File name:     index.css
 Style Info:     トップページ用スタイル
----------------------------------------------------------- */
div#indexContentsColumn{
	margin:0 10px;
	padding:18px 0 0 0;
	width:603px;
	display: inline-block;
}
div#indexContentsColumn:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}
div#indexContentsColumnL{
/*	width:377px; */
	width:390px;
	float:left;
}
div#indexContentsColumnL dl#newNumber{
	margin:0;
	padding:5px 0 5px 7px;
	background:#FFFFFF;
	border:1px solid #D3D3D3;
}
div#indexContentsColumnL dl#newNumber dt{
	margin :0 0 0 0;
	padding:0 0 0 13px;
	background:url(/site/images/index/icon_yellow.gif) left top no-repeat;
}
div#indexContentsColumnL dl#newNumber dd strong{
	letter-spacing:1px;
}
div#indexContentsColumnL h2{
	padding:11px 0 0 22px;
	background:url(/site/images/index/h2_bg.gif) left top no-repeat;
	font-size:0.9em;
	letter-spacing:1px;
}
/*
        background-image : url(/site/images/index/icon_red.gif) ;
        background-repeat: no-repeat;   
        background-position:8px 4px;
*/

div#indexContentsColumnL h2 span{
	font-weight:normal;
}
div#indexContentsColumnL dl#specialEdit{
	margin:0 0 10px 0;
	background:url(/site/images/index/special_edit_bg.gif) left top repeat-y;
}
div#indexContentsColumnL dl#specialEdit dt{
	padding:9px 4px 0px 20px;
        background-image : url(/site/images/index/dt_icon.gif) ;
        background-repeat: no-repeat;   
        background-position:-1px 1px;
/*
	background:url(/site/images/index/dt_icon.gif) left top no-repeat;
	border-left  :1px solid #DDD3D3;
	border-right :1px solid #D3D3D3;
*/
	background-color:white;
	color:#6A6A6A;
	font-weight:normal;
/*	font-weight:bold; */
}
div#indexContentsColumnL dl#specialEdit li{
	border : none;
}
div#indexContentsColumnL dl#specialEdit dd{
	padding:0 4px 4px 21px;
/*
	border-left  :1px solid #D3D3D3;
	border-right :1px solid #D3D3D3;
*/
	border-bottom:1px solid #D3D3D3;
	background-color:white;
	color:#6A6A6A;
	font-size:0.8em;
	line-height:1.2em;
}
div#indexContentsColumnL dl#specialEdit dt span{
	font-weight:normal;
}
div#indexContentsColumnR{
	width:190px;
	float:right;
}

/* ========================= */
form.searchFoam{
	padding:11px 0 0 0;
	text-align:right;
}
input.searchFormArea{
	margin:0 10px 9px 0;
	width:176px;
	height:15px;
}
input.searchBtn_check {
	margin:0 8px 0 0;
	width:85px;
	height:24px;
	background:url(/site/images/index/search_btn.gif) no-repeat;
	CURSOR: pointer;
	border:none;
}
ul#bannerList{
	padding:17px 0 0 1px;
	width:607px;
	_width:608px;
	background:url(/site/images/index/maincolumn_bg.gif) left top no-repeat;
	display: inline-block;
	text-align:left;
}
ul#bannerList:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}
ul#bannerList li{
	margin:0 0 0 9px;
	width:190px;
	height:55px;
	display:inline;
	float:left;
	font-size:0.1em;
	line-height:1;
}

