/*---------------------------------------*/
/* ヘッダー */
/*---------------------------------------*/

#block-header-top {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg_block-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#block-header-top h1 {
	float: left;
	width: 215px;
	height: 76px;
}

/*---------------------------------------*/
/* グローバルメニュー */
/*---------------------------------------*/

#top-menu-area{
	width: 814px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#top-menu-area li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#top-menu-area li a{
	display: block;
}

/*---------------------------------------*/
/* フラッシュエリア */
/*---------------------------------------*/
#flash-area{
	width: 846px;
	margin-right: auto;
	margin-left: auto;
}

/*---------------------------------------*/
/* トップページコンテンツ部分レイアウト用 */
/*---------------------------------------*/

#top-main-area{
	float: right;
	width: 558px;
	margin-top: 8px;
}

/*---------------------------------------*/
/* トップページコンテンツ部分 */
/*---------------------------------------*/

#contents-area{
	background-image: url(../images/bg_contents-area.gif);
	background-repeat: repeat-y;
	width: 558px;
	margin-bottom: 10px;
	margin-top: 20px;
}


/*---------------------------------------*/
/* ポイント説明 */
/*---------------------------------------*/

div.point-box{
	background-image: url(../images/bg_point-box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 558px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

div.point-box h2{
	padding-top: 1.7em;
	text-align: left;
	padding-left: 2em;
	padding-bottom: 0.3em;
}

div.point-box p.txt{
	text-align: left;
	margin-right: 1em;
	margin-left: 2.6em;
}

/*---------------------------------------*/
/* タブ切替え用 */
/*---------------------------------------*/

#tabContent {
	background-image: url(../images/title_contents-area.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 558px;
	margin-bottom: 5px;
}

#tabIndex {
	padding: 0px;
}

#tabIndex li {
	float:left;
	list-style-type: none;
	cursor: pointer;
	display: block;
	height: 49px;
}
a#gotoDetailSearch {
	background-image: url(../images/thumb_first-box_active.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 125px;
	display: block;
	text-indent: -10000px;
}

a#gotoEasySearch {
	background-image: url(../images/thumb_repeat-box.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 181px;
	display: block;
	text-indent: -10000px;
}

/*---------------------------------------*/
/* 初めてご利用の方へ */
/*---------------------------------------*/

#first-box{
}
#first-box div.entry-box{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-bottom: 10px;
	width: 537px;
	margin-right: auto;
	margin-left: auto;
}
#first-box div.entry-box h3{
	text-align: left;
}

/*---------------------------------------*/
/* すでにご利用のお客様へ */
/*---------------------------------------*/

#repeat-box{
}
#repeat-box div.entry-box{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-bottom: 10px;
	width: 537px;
	margin-right: auto;
	margin-left: auto;
}
#repeat-box div.entry-box h3{
	text-align: left;
}
#repeat-box{}

/*---------------------------------------*/
/* お知らせタイトル */
/*---------------------------------------*/

div.info-title{
	margin-bottom: 5px;
	margin-top: 20px;
	clear: both;
	float: none;
}
div.info-title h3{
	font-weight: bold;
	color: #18b8c2;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #18b8c2;
	font-size: 88%;
	float: left;
	width: 100px;
}
div.info-title p.rss{
	float: right;
	width: 150px;
}
div.info-title p.rss a{
	color: #666666;
	text-decoration: none;
}
div.info-title p.rss a:hover{
	text-decoration: underline;
}

/*---------------------------------------*/
/* お知らせ内容 */
/*---------------------------------------*/

div.info-entry{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
div.info-entry table{
	width: 100%;
}
div.info-entry td{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	text-align: left;
}
div.info-entry td.day{
	width: 18%;
}
div.info-entry td a{
	color: #12a1a6;
	text-decoration: underline;
}
div.info-entry td a:hover{
	color: #ff9600;
}

