@charset "utf-8";

/*******************************************
トップページ
*******************************************/
#centerClm {
	width: 495px;
	margin: auto;
	float: right;
}


/* プロモエリア */

#promtion {
	background-image: url(../images/promo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999pt;
	display: none;
	width: 495px;
	height: 246px;
}


/* メインコンテンツ */

#mainBox {
	text-align: left;
	width: 495px;
	float: right;
	margin-top: 20px auto;
}
.mainCntBox{padding-bottom:1em;}

.mainCntBox h3 {
	/* background:#009AE2; */
	color: #333;
	padding: 1em 0 .7em;
	font-size: 1.6em;
	font-weight:normal;
	line-height: 1;
	text-align:center;
}
.mainCntBox h3.title{
	padding-bottom:.2em;
}

.mainCntBox strong {
	color: #009ae2;
	font-weight:normal;
	display:block;
	margin:0 auto 10px;
	text-align:center;
}


/* キャンペーン */

.newsBox{border-top:1px solid #ddd;}
.newsBox h4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #fd0;
	padding-top: 20px;
}

.newsBox h4 div  {
	background-image: url(../images/ttl_sq.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 26px;
/*	padding-left: 35px; */
    padding-left: 0px;
}

.camp {
	background-image: url(../images/ttl_camp.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 26px;
	text-indent: -9999pt;
}


.newsBox li {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 10px;
	margin: 10px 0;
}

.newsBox li span {
	font-size: 82%;
}

.newsBox li a {
	font-weight: bold;
}

/* お知らせ */
.news {
	background-image: url(../images/ttl_news02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 188px;
	height: 26px;
	text-indent: -9999pt;
}

.noticeBox{
	border-top:solid 1px #ddd;
}
.noticeBox h4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #bdf;
	margin-top: 20px;
}

.noticeBox h4 div{
	background-image: url(../images/ttl_sq.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 26px;
/*	padding-left: 35px; */
    padding-left: 0px;
}
.noticeBox li {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 10px;
	margin: 10px 0;
}

.noticeBox li span {
	font-size: 82%;
}

.noticeBox li a {
	font-weight: normal;
}

.golist {
	text-align: right;
	display: block;
}

.golist a {
	background-image: url(../images/common/arw_reg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	color: #6b6b6b;
	font-size: 82%;
}
