@charset "utf-8";


/*全般設定
------------------------------------------------------------------------------------------
■文字色は「color: #999999;」部分で変更できます。サイズは「75%」で変更可。%指定でなく「12px」とかでも可。
■壁紙は「images/bg.gif」で指定しています。imagesフォルダに入っているbg.gifを指定しています。
　変更もできますが、コンテナーの枠に影を入れてるので、白っぽい壁紙でないと枠が目立ってしまうので注意。
------------------------------------------------------------------------------------------*/
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF url(../images/cmn/bg.gif);
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

#main p, #sub p {
	margin: 0.5em 1em 0.5em 1em;
	line-height: 1.5em;
}

/*---- 上記margin説明　3つ指定した場合： 記述した順に[上][左右][下]のマージンになります。--*/ 
/*----                       4つ指定した場合は記述した順に[上][右][下][左]のマージンとなります。 --*/

/*コンテナー
------------------------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin: 0px auto;
	width: 840px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(../images/cmn/container_bg.gif) repeat-y center;
}


/*ヘッダー
------------------------------------------------------------------------------------------
■HP最上段に入っているh1タグは「#header h1」で指定しています。サイズ変更は「font-size: 10px;」で行います。
　色は「color: #ffffff;」で変更可能。現在は白で入ってます。
　ちなみに、h1タグの背景は「#header」項目内で指定している「header_bg.gif」に入れています。
------------------------------------------------------------------------------------------*/
#header {
	background: url(../images/cmn/header_bg.gif) no-repeat;
	height: 103px;
	position: relative;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #ffffff;
}

#header img#ad_a  {

	padding-top: 5px;
	padding-left: 90px;
	padding-bottom: 20px;

}

/*メインメニュー（特に変更の必要なし） "HOME とか　当サイトについて　とか　エリア一覧表示”などが表示されてるメニュー
------------------------------------------------------------------------------------------*/
#menu {
	border-bottom: 6px solid #EEEEEE;
}

#menu li {
	display: inline;
}


/*ナビメニュー（メインメニューの右上に入っている小さなナビゲーションメニューの事）
------------------------------------------------------------------------------------------
■左の赤い矢印は「#nav li」項目内の「images/arrow1.gif」です。
■リンクカラーは「#nav a」でグレーに指定。下線も消しています。
■カーソルオーバー時の文字色は「#nav a:hover」で指定しています。
------------------------------------------------------------------------------------------*/
#nav {
	background: url(../images/cmn/nav_bg.gif) no-repeat left bottom;
	height: 13px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	padding-left: 50px;
	font-size: 12px;
	padding-top: 8px;
	line-height: 11px;
}

#nav li {
	display: inline;
	padding-right: 15px;
	background: url(../images/cmn/arrow1.gif) no-repeat left center;
	padding-left: 15px;
}

#nav a {
	text-decoration: none;
	color: #999999;
}

#nav a:hover {
	color: #CC0000;
}


/*メインコンテンツ（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 546px;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
	padding-bottom: 40px;
	background: #FFFFFF;
}


/*サブコンテンツ
------------------------------------------------------------------------------------------
■右側コンテンツの見出しは「#sub h3」で設定します。背景色は「background: #EEEEEE;」で指定。
　上下のラインは「border-top」と「border-bottom」で設定。
「letter-spacing」というのは文字間隔の事で、文字同士の隙間を0.2文字ずつ空けて表示させています。
------------------------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 264px;
	margin-top: 15px;
	padding-bottom: 40px;
	background: #FFFFFF;
}

#sub h3 {
	font-size: 100%;
	background: #669900;
	letter-spacing: 0.2em;
	text-align: center;
             color:#FFFFFF;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}


/* -----------------------------------------------

右のh3広告バナーＢ定義

----------------------------------------------- */
#sub ul.ad_b {
margin-top: 0px;
list-style: none;
}

#wrapperR ul.ad_b li {
margin-bottom: 5px;
}

/* -----------------------------------------------

Mainのh2広告バナーC定義

----------------------------------------------- */
#main ul.ad_c {
margin-top: 10px;

list-style: none;
}

#main ul.ad_c li {
margin-bottom: 1px;
padding-left:6px;

}

/* ---------------------------------------------- */
#main ul.ad_c2 {
margin-top: 0px;
margin-left:2em;
list-style: none;
}

#main ul.ad_c2 li {
margin-bottom: 1px;
padding-left: 0.1em;
color:#008200;
}


/* -----------------------------------------------

お手手のMARK LIST triangle Mainの場所

----------------------------------------------- */
#main ul.mark {
list-style-image: url(../images/cmn/yajirusi.gif);
margin-left:2em;
padding-left:0;

}

#main ul.mark li {
padding-left: 0.1em;
font-size:1.0em;
color:#004080;
margin-bottom:0em;
line-height:1.5em;
font-weight: bold;
}

#main ul.mark li a {
text-decoration: none;
color: #CC0000;
}

#main ul.mark li a:hover {
background-color:#F2F5A9;
}

/* -----------------------------------------------

chechのMARK LIST triangleＭＡＩＮ

----------------------------------------------- */
#main ul.special-a {
	margin:10px 10px 15px 15px;
	padding:0;
}
#main ul.special-a li {
	list-style:none;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:170%;
	padding:0 0 7px 20px;
	background : transparent url(../images/cmn/bullet1.gif) no-repeat 0px 0px;
}
#main ul.special-a a {
	text-decoration: none;
	color: #CC0000;
}
#main ul.special-a a:hover {
	background-color: #a9f5a9;
}

/* -----------------------------------------------

お手手のMARK LIST triangle　右サイドSUB

----------------------------------------------- */
#sub ul.mark {
list-style-image: url(../images/cmn/yajirusi.gif);
margin-left:2em;
padding-left:0;
padding-top:0.2em;
margin-bottom:0.5em;
}

#sub ul.mark li {
padding-left: 0.1em;
font-size:1.0em;
color:#555555;
margin-bottom:0.2em;
line-height:1.4em;

}

#sub ul.mark li a {
text-decoration: none;
color: #CC0000;
}

#sub ul.mark li a:hover {
background-color:#F2F5A9;
}

/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 840px;
	background: url(../images/cmn/footer_bg.gif) no-repeat center top;
	line-height: 1.5em;
	text-align: center;
	font-size: 12px;
	padding: 20px 4px;
	margin-right: auto;
	margin-left: auto;
	color:#ffffff;
}

#footer p#footermenu {
margin-top: 8px;
font-size: 90%;
font-style: normal;

}

#footer p#footermenu a {
color:#ffffff;
text-decoration:none;
}

#footer p#footermenu a:visited {
color:#ffffff;
}

#footer p#footermenu a:hover {
background-color:#63ff00;
color:#ff0000;
}

#footer address {
font-family: Verdana, Helvetica, sans-serif;
font-style:normal;
}

/*clearfix（変更しない）
------------------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */

/* -----------------------------------------------

TEXT       08/10/14 red "ff0000" →"CC0000"

----------------------------------------------- */
.fColor10 {
color: #cc0000;
font-size: 110%;
font-weight: bold;
}


.fColor11 {
color: #006600;
font-size: 110%;
font-weight: bold;
}

.fColor12 {
color: #006600;
font-size: 110%;
font-weight: bold;
}

.fColor00{
color: #ff0000;
font-size: 100%;
font-weight: bold;
}

.fColor01 {
color: #cc0000;
}

.fColor02 {
color: #02016b;
}

.fSize110 {
font-size: 110%;
}

.fWeightB {
font-weight: bold;
}

.capIndent {
padding-left: 1em;
text-indent: -1em;
}

.capIndentA {
padding-left: 1em;
text-indent: -1em;
font-size: 110%;
color: #006600;
}

.capIndentB {
padding-left: 1em;
font-size: 110%;
color: #006600;
}

.capIndentS {
padding-left: 1em;
font-size: 110%;
color: #006600;
background-image:url(../images/cmn/square1.gif);
background-repeat:no-repeat;
background-position: 0px 4px;
}

.capIndent02 {
padding-left: 1.4em;
text-indent: -1.4em;
}

.capIndent10 {
padding-left: 1em;
text-indent:  -0.6em;
font-size: 80%;
}

.capIndent11 {
padding-left: 1em;
text-indent: -1em;
margin-bottom: -20px;
}

.capA {
line-height: 1.5em;
color: #cc0000;
}
.capB {
font-size: 75%;
color: #cc0000;
}

#main p.dexp a{
	display: block;
	width: 78px;
	height: 20px;
	background: url(../pref/image/recommend-10.gif) left top no-repeat;

	text-indent: -9999px;
	overflow: hidden;
}

#main p.dexp a:hover {
	background: url(../pref/image/recommend-o-10.gif) left top no-repeat;

}

#main p.explain a{
	display: block;
	width: 528px;
	height: 36px;
	background: url(../images/member/mem_explain1.gif) left top no-repeat;

	text-indent: -9999px;
	overflow: hidden;
}

#main p.explain a:hover {
	background: url(../images/member/mem_explain1_o.gif) left top no-repeat;

}

#main p.rules a{
	display: block;
	width: 526px;
	height: 30px;
	background: url(../images/register/register_02.gif) left top no-repeat;

	text-indent: -9999px;
	overflow: hidden;
}

#main p.rules a:hover {
	background: url(../images/register/register_02_o.gif) left top no-repeat;

}

#main p.camp1 a{
	display: block;
	width: 250px;
	height: 80px;
	background: url(../images/member/exp_camp1.gif) left top no-repeat;

	text-indent: -9999px;
	overflow: hidden;
}

#main p.camp1 a:hover {
	background: url(../images/member/exp_camp1_o.gif) left top no-repeat;

}

#main p.camp2 a{
	display: block;
	width: 250px;
	height: 80px;
	background: url(../images/member/exp_camp2.gif) left top no-repeat;

	text-indent: -9999px;
	overflow: hidden;
}

#main p.camp2 a:hover {
	background: url(../images/member/exp_camp2_o.gif) left top no-repeat;

}

#main p.camp3 a{
	display: block;
	width: 250px;
	height: 80px;
	background: url(../images/member/exp_camp3.gif) left top no-repeat;

	text-indent: -9999px;
	overflow: hidden;
}

#main p.camp3 a:hover {
	background: url(../images/member/exp_camp3_o.gif) left top no-repeat;

}

#main p.camp_index a{
	display: block;
	width: 105px;
	height: 80px;
	background: url(../images/member/exp_index1.gif) left top no-repeat;

	text-indent: -9999px;
	overflow: hidden;
}

#main p.camp_index a:hover {
	background: url(../images/member/exp_index1_o.gif) left top no-repeat;

}

#main .search_shop strong {
	clear:both;
	display:block;
	color: #006600;
	background:url(../detail/image/cafe_icon.gif) no-repeat left center;
	border-bottom:3px solid #e6e6e6;
	height:1.5em;
	margin:5px 0 5px 0;
	padding:0 0 0 1.5em;
	line-height:1.5em; 
	font-weight:bold;
}

#main .search_shop img {
	vertical-align:middle;
	margin-right:0.5em;
}

#main .mid1 {
	border: 1px solid #d6d6d6;
	margin-top: 5px;
}


