﻿/* メイン画像
------------------------------------------------ */
#main{
	width:900px;
	height:263px;
	margin:0 auto;
	display:block;
	background:url(../image/top/main_top.jpg) no-repeat center top;
	text-decoration:none;
}
#main span{
	display:none;
}

/* トップページコンテンツ
------------------------------------------------ */
#t_contents{
	width:780px;
	margin:0 auto;
}

#t_contents .left2{
	width:258px;
	float:left;
}
#t_contents .left1{
	width:258px;
	margin-right:8px;
	float:left;
}
#t_contents .left2{
	width:258px;
	float:left;
}
#t_contents .right{
	width:234px;
	float:right;
}

/* メッセージ
------------------------------------------------ */
#message{
	width:560px;
	margin:15px auto;
}
#message #title{
	width:560px;
	height:28px;
	margin:0 auto;
	display:block;
	background:url(../image/top/title_message.gif) no-repeat;
	text-decoration:none;
}
#message span{
	display:none;
}
#message #box{
	width:540px;;
	margin:0 auto;
	padding:10px;
}

/* お知らせ
------------------------------------------------ */
#news{
	width:220px;;
	margin:15px auto;
	background:#FFF;
	border:1px #ccc solid;
	padding:6px;
}
#news #title{
	width:220px;
	height:28px;
	margin:0 auto;
	display:block;
	background:url(../image/top/title_news.gif) no-repeat;
	text-decoration:none;
}
#news span{
	display:none;
}

#news_box{
	width:220px;;
	margin:10px auto 0;
}
#news_box li{
	margin-bottom:10px;
	border-bottom:1px #999 dashed;
}
#news_box .day{
	width:220px;
	color:#FF0000;
	font-weight:bold;
	font-size:14px;
}
#news_box .comment{
	width:220px;
	font-size:14px;
	margin-bottom:5px;
}

/* バナー
------------------------------------------------ */
.banner{
	margin-bottom:30px;
}
.banner dt{
	margin-bottom:5px;
}
.banner dd{
	width:248px;
	margin-left:5px;
	font-size:14px;
	color:#006699;
}

.contents_v{
	margin:0 auto 20px;
}
.contents_v h3{
	font-size:14px;
	font-weight:bold;
	margin:3px 0;
}
.contents_v li{
	width:248px;
	margin:0 auto 10px;
	padding-bottom:5px;
	border-bottom:1px #999 dashed;
}
.contents_v .l{
	width:50px;
	float:left;
}
.contents_v .r{
	width:190px;
	float:right;
}

/* すいとるクリーン
------------------------------------------------ */
#s-clean_title{
	width:250px;
	margin:0 auto 10px;
}
