@charset "shift_jis";
/* CSS Document */


/* ---------------------------------------------------------
H2
--------------------------------------------------------- */
	
/* H2リンク*/

h2 {font-size:14px; margin:0; padding:0 0 0 25px;}
h2 a:link { color:#333333; text-decoration: underline;}
h2 a:hover { color:#FFFFFF; text-decoration: underline;}
h2 a:active { color:#FFFFFF; text-decoration: underline;}
h2 a:visited { color:#333333; text-decoration: underline;}


/* H2　Mサイズ　黄色背景*/
div.title_m {
	width:465px;
	height: 28px;
	line-height:28px;
	margin:5px 0 5px 0;
	padding:0 0 0 5px;
	background:url(../image/title_bg_m.gif) no-repeat;
	font-weight:bold;
	}
	
/* H2　Mサイズ　グリーン背景*/
div.title_g_m {
	width:465px;
	height: 28px;
	line-height:28px;
	margin:5px 0 5px 0;
	padding:0 0 0 5px;
	background:url(../image/title_bg_g_m.gif) no-repeat;
	font-weight:bold;
	}
	
/* H2　アイコン：お知らせ*/	
h2.t_new {
	background:url(../image/i_new.gif) no-repeat;
	}
/* H2　アイコン：レポート*/	
h2.t_list {
	background:url(../image/i_list2.gif) no-repeat;
	}
	
/* H2　アイコン：口コミ*/	
h2.t_hensyubu {
	background:url(../image/i_hensyubu.gif) no-repeat;
	}	
/* H2　ショップ紹介*/	
h2.t_shop {
	font-weight: bold;
	background-image: url(../front/h2_shop1.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	line-height: 28px;
	margin-bottom: 12px;
	}
h2.t_shop b{
	font-size: 10px;
	margin-left: 20px;
}

/* H3　キャンペーン*/	
h3.campaign {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 28px;
	margin-bottom: 12px;
	background-color: #00CC00;
	padding-left: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #006600;
}
/* H3　更新情報*/	
h3.renewal {
	font-weight: bold;
	color: #FF3366;
	line-height: 28px;
	margin-bottom: 12px;
	background-color: #FFCEDB;
	padding-left: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF3366;
}
/* H2　ショップタイトル*/	
h2.shop_title {
	font-weight: bold;
	color: #666666;
	line-height: 28px;
	margin-bottom: 12px;
	padding-left: 20px;
	font-size: 14px;
	background-image: url(../front/h2_shop_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 35px;
}
/* H4　ショップリスト*/	
h4.shoplst_title {
	font-weight: bold;
	color: #FF3366;
	line-height: 28px;
	margin-bottom: 12px;
	padding-left: 12px;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF3366;
	background-color: #FFEEF7;
}
h4.shoplst_title a{
	font-weight: bold;
	color: #FF3366;
	font-size: 14px;
	text-decoration: none;
}

/* ---------------------------------------------------------
What'sNew　トップページ　旅スケでも使用のため背景BGは絶対パス
--------------------------------------------------------- */

table.whatsnew {
	width: 450px;
	height: auto;
	margin:0 0 0 5px;
	padding:5px;
	font-size:12px;
	/*border:none;*/
}

table.whatsnew tr{
	width: 450px;
	height: auto;
	margin:0;
	padding:0;
	border-bottom:#999999 1px dotted;!important
}

table.whatsnew tr th{
	float:left;
	width: 70px;
	height: 22px;
	margin:0 0 0 3px;
	padding:0;
	background:url(http://www.arukikata.co.jp/images/top/whatnew_bg.gif) repeat-x center;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
}

table.whatsnew tr td{
	float:left;
	width: autopx;
	height: 22px;
	line-height:22px;
	margin:0 0 0 10px;
	padding:0 0 0 3px;
	color:#333333;
	font-size:12px;
}

table.whatsnew tr td .date{
	color:#FF0000;
	font-size:10px;
	margin-left:2px;
}

.whatsnew a:link { color:#cc0000; text-decoration: underline }
.whatsnew a:visited { color: #ff6600; text-decoration: underline }
.whatsnew a:active { color:#FFFFFF; text-decoration: none ; background-color:#cc0000; }
.whatsnew a:hover { color:#FFFFFF; text-decoration: none ; background-color:#cc0000;}
