﻿/* メイン画像
------------------------------------------------ */
#main{
	width:900px;
	margin:15px auto 25px;
}

/* トップページコンテンツ
------------------------------------------------ */
#t_contents{
	width:900px;
}
#t_contents .left{
	width:240px;
	float:left;
}
#t_contents .right{
	width:640px;
	float:right;
}
#t_contents .left2{
	width:310px;
	float:left;
}
#t_contents .right2{
	width:310px;
	float:right;
}

/* お知らせ
------------------------------------------------ */
#news{
	width:298px;
	height:260px;
	overflow:auto;
	padding:5px;
	border:1px #CCC solid;
}
#news dt{
	margin-bottom:5px;
	font-weight:bold;
}

#news dd{
	margin-bottom:10px;
}

/* バナー
------------------------------------------------ */
#banner{
	width:170px;
	margin:10px auto;
	text-align:center;
}
#banner dt{
	margin-bottom:10px;
}
#banner dd{
	margin-bottom:10px;
}