@charset "UTF-8";
/* CSS Document */

/*メインイメージ*/
#main_img {
	text-align:center;
	background-image: url(images_top/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:10px;
	margin-bottom:10px;
}

#main_img table {
	width:850px;
}

#main_img th {
	padding:5px;
	vertical-align:top;
}

#main_img td {
	vertical-align:top;
}

#main_img ul {
	margin:0;
	padding:0;
}

#main_img li {
	list-style-type: none;
	padding:0;
	margin:5px 5px 6px 5px;
}

/*メイン部分*/

#area_wrapper {
	width:850px;
	margin:0 auto 30px auto;
}

#main_area {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	width:615px;
}

#sub_area {
	text-align:left;
	vertical-align:top;
	background-color:#f0f0f0;
	background-image:url(images_top/subarea_foot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:235px;
}

/*ピックアップコンテンツ*/

div.pickup {
	width:205px;
	float:left;
	padding-bottom:10px;
}

div.pickup h2{
	text-align:left;
	padding-bottom:5px;
	margin:0;
}

div.pickup p{
	padding-top:5px;
	padding-right:15px;
}

/*特設バナー*/
#specialbnr{
	padding-right:15px;
	padding-bottom:20px;
}

#specialbnr table.head {
	clear:both;
}

#specialbnr table.head th {
	padding-bottom:10px;
	text-align:left;
}

#specialbnr table.head td {
	padding-bottom:10px;
	text-align:center;
}

/*お知らせ*/
#news{
	padding-right:15px;
	padding-bottom:30px;
}

#news table.head {
	clear:both;
}

#news table.head th {
	padding-bottom:10px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
}

#news table.head td {
	padding-bottom:10px;
	text-align:right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
}

#news table.news{
	
}

#news table.news th{
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:10px 10px 0 0;
	width:100px;
	background-image: url(images_top/news_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#news table.news td{
	text-align:left;
	vertical-align:top;
	padding:10px 0;
	background-image: url(images_top/news_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


/*サブエリア*/

#sub_area .cts_block{
	padding-bottom:12px;
	margin-bottom:10px;
	background-image: url(images_top/subarea_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#sub_area .head{
	padding:0 10px 10px 10px;
}

#sub_area .cts_block th{
	font-weight:normal;
	vertical-align:top;
	padding:0 10px;
}


#sub_area .cts_block td{
	vertical-align:top;
	padding:0 10px 0 0;
}

#sub_area .cts_block td img{
	margin-bottom:5px;
}

#sub_area p{
	font-size:10px;
	letter-spacing:0.1em;
	margin:0;
	padding:0;
}

#sub_area .bnr{
	padding:0 10px;
}
