@charset "UTF-8";

@import "common.css";

/* T_0.0 トップページ */
/* メインイメージ */
div.intro{
	width: 800px;
	margin: 24px auto 15px auto;;
	padding-bottom: 3px;
	background: transparent url("../images/toppage/bg_intro_bottom.gif") no-repeat left bottom;
}
div.intro .main-image{
	width:800px;
	height:227px;
}

div.intro .main-image h1{
	width:800px;
	height:227px;
}

div.intro h1 img{
	display: block;
}

div.intro ul{
	position: relative;
	width: 800px;
	height: 128px;
	background-color: #dadada;
}

div.intro ul li{
	display: inline;
}

div.intro ul li img{
	position: absolute;
	top: 5px;
	display: block;
	width: 260px;
	height: 120px;
	border:0;
}

div.intro ul li.out img{
	left: 5px;
}

div.intro ul li.self img{
	left: 270px;
}

div.intro ul li.ondemand img{
	left: 535px;
}


div.container.home div.contents div.section h2{
	margin-left: 0;
	margin-bottom: 8px;
	padding: 0;
	border: none;
	background: none;
	letter-spacing: 0;
}

/* ニュース */
div.container.home div.section.news{
	margin-bottom: 20px;
}

div.container.home div.section.news dl{
	margin: 0 12px;
}

div.container.home div.section.news dl dt,
div.container.home div.section.news dl dd{
	margin-bottom: 0.4em;
	line-height: 1.2;
	color:#333333;
}

div.container.home div.section.news dl dt{
	margin-right: 10px;
	float: left;
	clear: left;
	font-weight:bold;
	color:#666;
	border-bottom:#999999 dotted 1px;
}

div.container.home div.section.news dl dt img{
	margin-left: 3px;
}

div.container.home div.section.news dl dd{
	overflow: hidden;
	height: 100%;
	margin-left: 0;
	border-bottom:#999999 dotted 1px;
}

div.container.home div.cnt_box{
	margin-bottom: 20px;
}


div.cnt_box p {
	margin:0px 0 10px 20px;
}

div.cnt_box .detail {
	position:relative;
	top:-22px;
	/top:-28px;
	left:486px;
 }

div.cnt_box div#btn_price{
	margin:20px 0 30px 20px;
}

div.cnt_box div#btn_price li{
	float:left;
	margin:0 10px 0 0;
}

div.container.home div.contents div.section{
	overflow: hidden;
	height: auto;
}


