﻿@charset "UTF-8";

/*    indexCSS    */

/* メイン画像 */
.wImagechange { position: relative; width: 950px; height: 350px; margin: 15px 0 15px 0; }
.wImagechange img { position: absolute; top: 0; left: 0; }

.btnMain {
	width: 670px;
	height: 70px;
	padding-left: 8px;
	background: url(../../img/btn_visitor_back.png) no-repeat;
}

.btnMain li { float: left; margin: 7px 6px 0 0; }

/* お知らせ　募集案内 */
/* タイトル */
#main h3 {
	width: 670px;
	height: 30px;
	margin-top: 15px;
	line-height: 25px;



}
#main h3 span { float:left; margin-left:25px; }
#main h3 a {
	float:right;
	margin-right:10px;
	padding-right:15px;
	font-size:85%;
	color:#573F2A;
	background:url(../img/011.gif) right center no-repeat;
}
#main h3 a:hover { color:#229CC3; }
/* リスト */
.tableSetInfo {
	width: 670px;
	line-height: 1.25;
}
.tableSetInfo tr {
	background: url(../img/dotline_x01.png) 0 bottom repeat-x;
}
.cellLeftInfo {
	color: #666666;
	width: 75px;
	font-weight: bold;
	padding: 7px 15px 7px 0;
	height: 22px;
	vertical-align: middle;
}
.cellMiddleInfo {
	padding: 7px 0 7px 0;
	vertical-align: middle;
}

.hInfo li {
	background: url(../img/dotline_x01.png) 0 bottom repeat-x;
	display: table-cell;
	min-height: 22px;
	height: auto !important;/* IE6 */
	height: 22px;/* IE6 */
	padding: 7px 0 7px 0;
	line-height: 1.75;
	vertical-align: middle;
}

.hInfo li span { float: left; }
.hInfo .infoDay { width: 75px; font-weight: bold; color: #666666; margin-right: 15px; }
.hInfo .infoTxt { width: 580px; }

.red{
color:#f20000;
}