@charset "Shift_JIS";

h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

/* レイアウト
-------------------------------------------------------------- */
#title {
	float: left;
	width: 950px;
	display: inline;
}

/* ナビ
-------------------------------------------------------------- */
ul.navi {
	float: left;
	width: 950px;
	height: 35px;
	padding-top: 15px;
	background: url(../img/bg_navi.gif) no-repeat 0 0;
	text-align: center;
	font-size: 12px;
}

ul.navi li {
	display: inline;
}

/* テーマ枠
-------------------------------------------------------------- */
#mainBox {
	float: left;
	width: 970px;  
	margin: 0 -20px 0 0;  
	_zoom: 1;     
	overflow: hidden;  
}

#mainBox .itemBox {
	float: left;
	width: 463px;
	height: 650px;
	margin: 20px 20px 10px 0;
	border: 1px solid #CCC;
}

#mainBox .itemBox h2.season {
	width: 439px;
	height: 40px;
	padding: 22px 0 0 24px;
	background: url(../img/bg_season.jpg) no-repeat 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#mainBox .itemBox h2.spa {
	width: 439px;
	height: 40px;
	padding: 22px 0 0 24px;
	background: url(../img/bg_spa.jpg) no-repeat 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#mainBox .itemBox h2.taste {
	width: 439px;
	height: 40px;
	padding: 22px 0 0 24px;
	background: url(../img/bg_taste.jpg) no-repeat 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#mainBox .itemBox h2.reco {
	width: 439px;
	height: 40px;
	padding: 22px 0 0 24px;
	background: url(../img/bg_reco.jpg) no-repeat 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#mainBox .itemBox h2.train {
	width: 439px;
	height: 40px;
	padding: 22px 0 0 24px;
	background: url(../img/bg_train.jpg) no-repeat 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#mainBox .itemBox h2.highclass {
	width: 439px;
	height: 40px;
	padding: 22px 0 0 24px;
	background: url(../img/bg_highclass.jpg) no-repeat 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#mainBox .itemBox h2.woman {
	width: 439px;
	height: 40px;
	padding: 22px 0 0 24px;
	background: url(../img/bg_woman.jpg) no-repeat 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#mainBox .itemBox h2.themepark {
	width: 439px;
	height: 40px;
	padding: 22px 0 0 24px;
	background: url(../img/bg_themepark.jpg) no-repeat 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#mainBox .itemBox h2.campaign {
	width: 439px;
	height: 40px;
	padding: 22px 0 0 24px;
	background: url(../img/bg_campaign.jpg) no-repeat 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#mainBox .itemBox h2.business {
	width: 439px;
	height: 40px;
	padding: 22px 0 0 24px;
	background: url(../img/bg_business.jpg) no-repeat 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#mainBox .itemBox h2.basic {
	width: 439px;
	height: 40px;
	padding: 22px 0 0 24px;
	background: url(../img/bg_basic.jpg) no-repeat 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#mainBox .itemBox h2.kodawari {
	width: 439px;
	height: 40px;
	padding: 22px 0 0 24px;
	background: url(../img/bg_kodawari.jpg) no-repeat 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#mainBox .itemBox h2.summer {
	width: 439px;
	height: 40px;
	padding: 22px 0 0 24px;
	background: url(../img/bg_summer.jpg) no-repeat 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#mainBox .itemBox h2.student {
	width: 439px;
	height: 40px;
	padding: 22px 0 0 24px;
	background: url(../img/bg_student.jpg) no-repeat 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#mainBox .itemBox table.list {
	float: left;
	width: 463px;
	border-collapse: collapse;
}

#mainBox .itemBox table.list th,
#mainBox .itemBox table.list td {
	padding: 5px 10px;
}

#mainBox .itemBox table.list tr {
	background: url(../../images/ln_dot.gif) repeat-x 0 top;
}

#mainBox .itemBox table.list td.date {
	width: 110px;
	text-align: right;
	vertical-align: bottom;
}

#mainBox .itemBox table.list .subtext {
	text-align: left;
	font-weight: bold;
	background: #FFEBEB;
}


/* その他
-------------------------------------------------------------- */
.clear {
	clear: both;
}

#topgo	{
	float: left;
	width: 950px;
	margin-bottom: 5px;
	text-align: right;
	clear: both;
}