﻿@charset "UTF-8";


/* ヘッダ上書き */
#header {
	margin: 0px;
	padding: 0px;
	width: 902px;
	height: 290px;
	background-image: url(../images/top-header_bg.jpg);
	background-repeat: no-repeat;
	}
	
#header .h_logo {
	padding: 7px 0px 0px 60px;
	float: left;
}

#header .h_name {
	padding: 5px 5px 0px 0px;
	float: right;
}

#header .h_search {
	padding: 0px;
	margin: 0px;
	width: 400px;
	text-align: right;
	position: relative;
	top: 36px;
	left: 200px;
	overflow: hidden;
}

*:first-child+html #header .h_search { /*ie7*/
	padding: 0px;
	margin: 0px;
	width: 400px;
	text-align: right;
	position: relative;
	top: 5px;
	left: 200px;
	overflow: hidden;
}

#header .h_search img {
	vertical-align: text-bottom;
}

#header .h_search #words {  
	width: 100px;
	height: 12px;
	background: #FFF;
	border: #666 1px solid;
	padding: 2px 0px 2px 2px;
	color: #000;
	font-size: 12px;
}  

#contents .main {
	width: 620px;
	margin: 10px 10px 20px 15px;
	float: left;
	}

#contents .main h2 {
	margin: 10px 0px 0px 0px;
	}

#contents .main p {
	margin: 10px 0px 10px 10px;
	}
	
#contents .main .rss {
	margin: 0px;
	text-align: right;
	}
	
#contents .main ul {
	padding: 0px;
	margin: 0px 0px 20px 10px;
	list-style: none;
	}
	
#contents .main ul li {
	background-image: url(../images/ico_orangearrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 10px 25px;
	line-height: 1.6;
	}
	
#contents .main ul li.attention {
	background-image: url(../images/ico_redarrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 10px 25px;
	line-height: 1.6;
	}
	
#contents .side {
	width: 235px;
	margin: 10px 10px 0px 10px;
	float: left;
	}


/* 旬 */

#contents .side .news-h {
	margin: 5px 0px 0px 0px;
	}

#contents .side .news-m {
	background-image: url(../images/top-news_02.jpg);
	background-repeat: repeat-y;
	padding: 5px 10px;
	}
	
#contents .side .news-m h2 {
	color: #3CC;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	}	

#contents .side .news-m p {
	line-height: 1.4;
	margin: 10px 0px 0px 0px;
	}		
	
#contents .side .news-f {
	margin: 0px 0px 5px 0px;	
	}
	
/* 問い合わせ */

#contents .side .toi {
	padding-bottom: 5px;
	}	


/* a-blog cms */


.corpTopNewsCateName {
	color: #999;
	margin: 0 0 0 5px;
}

