
/* ページ全体の設定CSS */

@charset"shift_jis";

* {
margin: 0;
padding: 0;
}

body{
text-align:center;
background-color: #FFFFFF;
background-image: url(../images/body_bg.jpg);
background-repeat:repeat-x;
line-height: 1.6em;
color: #333333;
}


#shadow {
width:760px;
background-image: url(../images/body_shadow.gif);
background-repeat:repeat-y;
margin-right: auto;
margin-left: auto;
}


#page{
width: 750px;
margin-right: auto;
margin-left: auto;
background-color:#dde2ec;
text-align:left;
}

/*--------------【ヘッダー】---------------*/
/*大枠*/
#header{
width: 750px;
/*background-color:#FFFFFF;*/
}

#header1{
width: 750px;
height: 137px;
background-color:#ffe1be;
background-image: url(../images/header_bg.gif);
background-repeat:no-repeat;
}



#header2{　/*グローバルナビゲーション部分*/
width: 750px;
height:40px;
/*background-color:#006666;*/
/*clear:left;*/
}


/*ﾍｯﾀﾞｰ中身*/
h1#logo {
width:193px;
height:105px;
margin-top: 15px;
margin-left: 21px;
margin-bottom:5px;
float:left;
}


h2#subtitle {
width:436px;
height:32px;
margin-top:30px;
}

/*--------------【サブナビゲーション】---------------*/
.sub-navigation {
  text-align:right; 
  margin-left: 240px;
	margin-top:25px;
	margin-bottom:5px;
	float:left;
	}
	
/*--サブナビゲーションリンク色--*/
.sub-navigation a {
color:#333333;
text-decoration:none;
}

/*
.sub-navigation a:visited{
　color:#333333;
　text-decoration:none;
}
*/

.sub-navigation a:hover{
color:#0A3359;
text-decoration:underline;
}

/*
.sub-navigation a:active{
　color:#333333;
　text-decoration:none;
}
*/


	
/*--------------【グローバルナビゲーション】---------------*/
ul#g-navi {
	height: 40px;
	width: 750px;
	background-image: url(../images/g-navi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	/*margin-top: 10px;*/
	list-style-type: none;
	display: block;
	}	

#g-navi li {
	float:left;
	text-indent:-9999px;
}

#g-navi a {
	display: block;
	height: 40px;
	background-image: url(../images/g-navi.gif);
	background-position:left top;}	
	
	
/*----------a---------*/
#g-navi-1 a {background-position:0px 0; width:143px;}
#g-navi-2 a {background-position:-143px 0; width:120px;}
#g-navi-3 a {background-position:-263px 0; width:144px;}
#g-navi-4 a {background-position:-407px 0; width:146px;}
#g-navi-5 a {background-position:-553px 0; width:97px;}
#g-navi-6 a {background-position:-650px 0; width:100px;}

/*----------a:hover---------*/
#g-navi-1 a:hover {background-position:0px -40px; width:143px;}
#g-navi-2 a:hover {background-position:-143px -40px; width:120px;}
#g-navi-3 a:hover {background-position:-263px -40px; width:144px;}
#g-navi-4 a:hover {background-position:-407px -40px; width:146px;}
#g-navi-5 a:hover {background-position:-553px -40px; width:97px;}
#g-navi-6 a:hover {background-position:-650px -40px; width:100px;}


/*--------------【TOPのFLASH部分】---------------*/

#main_image {
width:750px;
/*height:270px;*/
height:250px;
background-color:#999999;
}











/*--------------【フッター】---------------*/
#footer {
width: 750px;
height: 103px;
background-color:#ffe1be;
background-image: url(../images/footer_bg.gif);
background-repeat:no-repeat;
text-align:center;
clear:left;
}

/*フッターテキストリンク*/
#footer ul#textnavi {
padding-top:10px;
/*margin-top:10px;*/
margin-bottom:10px;
}

#footer ul#textnavi li {
display:inline;
}

#footer ul#textnavi li a {
color:#333333;
text-decoration:none;
}

#footer ul#textnavi li a:hover {
color:#0A3359;
text-decoration:underline;
}

address#copyright {
color:#333333;
}




/*--------------【トップ：コンテンツ】---------------*/

#top-contents {
	width:750px;
	background-color:#dde2ec;
}

#top-contents-inner {
padding-left: 18px;
padding-right: 18px;
padding-top: 10px;
padding-bottom:10px;
float:left;
}

/*キャンペーン部分*/

#campain_inner2 {
width:506px;
background-color:#FFFFFF;
/*padding-left:10px;*/
}

#campain_inner2 ul {
margin-left:30px;
}

#campain_inner2 ul li {
margin-left:5px;
list-style-image: url(../images/allow_blue.gif);
line-height:1.8em;
}

#top-contents-inner ul#campain_text {
width:506px;
/*
background-color:#FFFFFF;
*/
}

#top-contents-inner ul#campain_text li {
width:506px;
background-color:#FFFFFF;
list-style-image: url(../images/allow_blue.gif);
line-height:1.8em;
}

/*サイド部分（クーポンなどのダイレクトリンク）*/
#side_contents {
width:195px;
/*padding-top: 10px;*/
float:left;
}

li.direct_link {
margin-top:10px;

}



/*--------------【パーツ】---------------*/
/*パンくずリスト*/
p.pankuzu {
	margin-bottom: 7px;
	margin-left: 7px;
	font-size: 0.8em;
	}
	
	
/*--------------【子ページ共通】---------------*/	
/*--コンテンツ部分--*/
#contents {
	width:750px;
	background-color:#FFFFFF;
}


#contents-inner {
padding-left: 18px;
padding-right: 18px;
padding-top: 5px;
padding-bottom:10px;
	}


/*ページタイトル*/	
.osyare {
	background-image: url(../images/title_osyare.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 37px;
	width: 593px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.onaoshi {
	background-image: url(../images/title_onaoshi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 37px;
	width: 593px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.reform {
	background-image: url(../images/title_reform.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 37px;
	width: 593px;
	margin-top: 10px;
	margin-bottom: 10px;
	}		
	
.mail {
	background-image: url(../images/title_mail.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 37px;
	width: 593px;
	margin-top: 10px;
	margin-bottom: 10px;
	}	
	
.tenpo {
	background-image: url(../images/title_tenpo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 37px;
	width: 593px;
	margin-top: 10px;
	margin-bottom: 10px;
	}	
	
.coupon {
	background-image: url(../images/title_coupon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 37px;
	width: 593px;
	margin-top: 10px;
	margin-bottom: 10px;
	}	
		
.company {
	background-image: url(../images/title_company.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 37px;
	width: 593px;
	margin-top: 10px;
	margin-bottom: 10px;
	}	
.plan {
	background-image: url(../images/title_plan.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 37px;
	width: 593px;
	margin-top: 10px;
	margin-bottom: 10px;
	}	
.privacy {
	background-image: url(../images/title_privacy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 37px;
	width: 593px;
	margin-top: 10px;
	margin-bottom: 10px;
	}			
.menseki {
	background-image: url(../images/title_menseki.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 37px;
	width: 593px;
	margin-top: 10px;
	margin-bottom: 10px;
	}	
.sitemap {
	background-image: url(../images/title_sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 37px;
	width: 593px;
	margin-top: 10px;
	margin-bottom: 10px;
	}	
.staff {
	background-image: url(../images/title_staff.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 37px;
	width: 593px;
	margin-top: 10px;
	margin-bottom: 10px;
	}	
.flash_disp {
	background-image: url(../images/title_flash.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 37px;
	width: 593px;
	margin-top: 10px;
	margin-bottom: 10px;
	}	
		
/*--出店計画--*/
.plan_title{
font-size:1.2em;
padding-top:10px;
font-weight:bold;
padding-left:10px;
}
	
.plan_text{
font-size:1.0em;
padding-top:5px;
padding-left:20px;
}
.tbl_title{
font-size:1.4em;
padding-top:10px;
font-weight:bold;
padding-left:10px;
padding-bottom:10px;
color:#370BD2;
}

.tbl_text{
font-size:1.0em;
padding-bottom:5px;
padding-left:10px;
}


/*--------------【お直し料金表】---------------*/
table.price_list {
background-color:#FFFFFF;
border-width:1px;
border-style:solid;
/*border-color:#666666;*/
}

.price_title {
color:#3399CC;
font-weight:bold;
}











	
	

	
	