﻿/* スプラッシュ
------------------------------------------------ */
#sp{
	margin:100px auto 0;
}

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

/* トップページコンテンツ
------------------------------------------------ */
#t_contents{
	width:800px;
	margin:0 auto;
}
#t_contents .left{
	width:220px;
	float:left;
}
#t_contents .right{
	width:560px;
	float:right;
}

/* タイトル
------------------------------------------------ */
h3{
	margin-bottom:15px;
}

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

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