@charset "Shift_JIS";

/* top contents only */

/********************************************************************
 * contents layout
 * 
 *******************************************************************/

/* top header
----------------------------------------------- */

#topcontents #header{
	position: relative;
	width : 100%; 
	height : 96px;
	padding-bottom:0;
	background: url(../img/top/header_top.jpg) no-repeat right 25px;
}

#topcontents #header h1 { 
	position:absolute;
	left:9px;
	top:30px;
}


#topmessage{
	height : 170px;
	margin-bottom:10px;
}

/* information block  
----------------------------------------------- */
#infoblock{
	font-size:14px;
	width:590px;
	margin-bottom:20px;
}

#infoblock h3{
	height:47px;
}


#infoblock div.pd{
	height:300px;
	overflow:auto;
	padding:3px 10px 5px 10px;
	scrollbar-arrow-color:#333333;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#333333;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#333333;	
	border:1px solid #BCAB87;
	border-top:none;
}

/* for list page  */
#newslist #infoblock div.pd{
	height:500px;
	overflow:auto;
	padding:3px 10px 5px 10px;
}

#infoblock div.pd ul li{
	padding:5px 0 0px 0;
	list-style-type:none;
	border-bottom:1px solid #E7E7E7;
}

#infoblock div.pd ul li.end{
	border-bottom:none;
}


#infoblock div.pd ul li p{
	line-height:120%;
	vertical-align:middle;
	margin-bottom:5px;
}

#infoblock div.pd ul li p img.cat{
	margin-right:5px;
}

#infoblock span.title{
	font-weight:bold;
}

/* top block  
----------------------------------------------- */


div.collum h3 , #infoblock h3{
	border-bottom:none;
	margin-bottom:0px;
	padding:00;
	background:none;
}



/* access block  */
div.access{
	overflow:auto;
	margin-right:8px;
	border:1px solid #dbc7ac;
}

div.access div.pd{
	padding:10px;
}

div.access p.title{
	font-weight:bold;
	margin-bottom:5px;
}

/* collum block  */

div.collum{
	height:400px;
	overflow:auto;
	margin-bottom:30px;
}

div.collum ul {
	padding: 0px 5px 5px 5px;
	background: url(../img/common/bg_collum_line.gif);
	border-left:5px solid #BCAB87;
}

div.collum ul li{
	margin-bottom:2px;
	list-style:circle inside;
}

div.collum ul li p a{
	font-size: 12px;
	line-height: 1.5em;
	color: #8B7765;
}



div.collum ul li.end{
	padding-bottom:0;
}
