@charset "utf-8";
/* CSS Document */

body#home{
	margin: 0;
	padding: 0;
	background: #fff url(img/home_headerbg.png) top center repeat-x;
}

body#home ul#globalnav a#global_01{
	display: block;
	width: 151px;
	height: 41px;
	background: url(/common/img/glov_nav01_on.png) no-repeat;
}

body#home ul#globalnav a#global_01 img{
	display: none;
}

body#home div#mainvs{
	width: 958px;
	margin: 0 auto;
}

body#home h2{
	margin: 0;	
}

body#home div#column_main{
	padding: 0 29px 0 0;
	width: 670px;
	border-right: 1px dashed #999;
	float: left;
}


/* HOMEの3カラム部分 */

body#home ul#home_main{
	width: 670px;
	padding-bottom: 30px;
}

body#home ul#home_main li{
	width: 210px;
	padding-bottom: 8px;
	background: url(img/home_textbg.png) center bottom no-repeat;
	text-align: center;
	float: left;
}

body#home ul#home_main li.center{
	margin: 0 20px;
}

body#home ul#home_main li h3{
	margin: 0 0 10px;
	border: 0;
}

body#home ul#home_main li p{
	margin: 5px 10px;
	font-size: 0.8em;
	line-height: 125%;
	text-align: left;
}

body#home ul#home_main li img{
	display: block;
	margin: 0 auto;
}

/* RSS */

#column_main h3.rss{
	width: 670px;
	margin: 0;
	padding: 0;
	border: 0;
}

body#home div#column_main div#rss ul{
	width: 670px;
	margin: 0 20px 0 0;
	padding-bottom: 1px;
	background: url(img/home_rss_bg.png) 0 bottom no-repeat;
}

body#home div#column_main div#rss ul li{
	width: 658px;
	margin: 0 auto;
	padding: 5px;
	background: url(img/home_rss_libg.png) 0 bottom no-repeat;
}

body#home div#column_main div#rss ul li dl{
	margin: 0;
	clear: both;
	background: url(img/home_rss_litop.png) 0 top no-repeat;
}

body#home div#column_main div#rss ul li dl dt{
	width: 200px;
	padding: 0;
	border-right: 1px solid #333;
	vertical-align: top;
	text-align: center;
	float: left;
}

body#home div#column_main div#rss ul li dl dd{
	vertical-align: top;
	float: left;
}

body#home div#column_main div#rss ul li dl dd.date{
	margin: 0 5px;
	padding: 0 5px;
	border-right: 1px solid #333;
	vertical-align: middle;
	text-align: center;
	float: left;
}

/* フッター上、ブランドバナー表示部分 */

body#home div#home_brand{
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

body#home div#home_brand table{
	width: 900px;
	padding: 0;
	border: 1px solid #999;
}

body#home div#home_brand table th{
	width: 50px;
	padding: 5px;
	vertical-align: top;
	border: none;
}

body#home div#home_brand table td{
	padding: 2px;
	text-align: center;
	border: none;
}

body#home div#home_brand table img{
	border: 1px solid #ccc;
}