@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	line-height: 1.5;	
}

/*------------ 背景画像（全体） ------------*/
body {
	background-color:#fdebcf;
}

/*------------ ヘッダー全体 ------------*/
#header {
	width: 100%;
	height:100px;
	background-color:#e99a11;
}

/*------------ ヘッダー ------------*/
#header_inner {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

/*------------ ヘッダーロゴ ------------*/


#header h1 {
	display:block;
	width:172px;
	height:60px;
	background:url(../img/logo.gif) no-repeat center center;
}

#header h1 a {
	display:block;
	width:100%;
	height:100%;
}


/*------------ お問い合わせ ------------*/

#tel{
	width:230px;
	height:50p-x;
}

/*------------ コンテンツ ------------*/
#content {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

/*------------ ナビゲーション ------------*/

#navi{
	clear:both;
	height:40px;
}

#menu1 a,
#menu2 a,
#menu3 a,
#menu4 a,
#menu5 a,
#menu6 a,
#menu7 a{
	display:block;
	width:100%;
	height:100%;
}

#menu1,
#menu2,
#menu3,
#menu4,
#menu5,
#menu6,
#menu7{
	width:108px;
	height:40px;
	float:left;
}

#menu4,
#menu5,
#menu6,
#menu7{
	width:109px;
}

/*------------ ナビゲーション（マウスOFF） ------------*/


#menu1 a{
	background:url(../img/navi_01.gif) no-repeat center center;
}

#menu2 a{
	background:url(../img/navi_02.gif) no-repeat center center;
}

#menu3 a{
	background:url(../img/navi_03.gif) no-repeat center center;
}

#menu4 a{
	background:url(../img/navi_04.gif) no-repeat center center;
}

#menu5 a{
	background:url(../img/navi_05.gif) no-repeat center center;
}

#menu6 a{
	background:url(../img/navi_06.gif) no-repeat center center;
}

#menu7 a{
	background:url(../img/navi_07.gif) no-repeat center center;
}

/*------------ ナビゲーション（ロールオーバー時） ------------*/


#menu1 a:hover{
	background:url(../img/navi_01_on.gif) no-repeat center center;
}

#menu2 a:hover{
	background:url(../img/navi_02_on.gif) no-repeat center center;
}

#menu3 a:hover{
	background:url(../img/navi_03_on.gif) no-repeat center center;
}

#menu4 a:hover{
	background:url(../img/navi_04_on.gif) no-repeat center center;
}

#menu5 a:hover{
	background:url(../img/navi_05_on.gif) no-repeat center center;
}

#menu6 a:hover{
	background:url(../img/navi_06_on.gif) no-repeat center center;
}

#menu7 a:hover{
	background:url(../img/navi_07_on.gif) no-repeat center center;
}
/*------------ メインイメージ（サブページ） ------------*/

/*------------ おすすめコンテンツ ------------*/

/*------------ コンテンツ内容 ------------*/

#content{
	width:760px;
	margin:0px auto;
	background:url(../img/content_bg.gif) repeat-y center center;
}

#content_l{
	width:155px;
	float:left;
	padding:10px 5px;
	overflow:hidden;
}

#left_info{
	padding:0px 5px;
	font-size:10px;
}

.shop_name{
	color:#990000;
	font-size:12px;
}

#left_info p{
	margin-top:10px;
}

#content_r{
	width:561px;
	float:right;
	padding:15px 17px;
	overflow:hidden;
}

#content_r_sub{
	width:573px;
	float:right;
	padding:15px 11px;
	overflow:hidden;
}

#content_sub_inner{
	padding:0px 4px;
}

.block{
	padding-bottom:20px;
}

.block2{
	padding:0px 6px;
	padding-bottom:20px;
}

/*------------ 各見出し ------------*/

h2{
	text-indent:-5000px;
	display:block;
	width:571px;
	height:102px;
	padding-bottom:12px;
}

h3{
	text-indent:-5000px;
	display:block;
	width:565px;
	height:35px;
	padding-bottom:10px;
}

h4{
	background-image: url(../img/sub_bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:552px;
	height:22px;
	display:block;
	text-indent:30px;
	color:#990000;
	line-height:180%;
	margin-bottom:15px;
}

h4.bar4 {
	background-image: url(../img/sub_bar2.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 269px;
	text-indent:30px;
	color:#990000;
	line-height:180%;
}

/*------------ 画像の枠 ------------*/
.photo {
	padding: 2px;
	border: #CCCCCC 1px solid;
}

/*------------ 色替え ------------*/
.blue {
	color: #0276B1;
}

.red {
	color: #FF0000;
}

.red2 {
	color: #990000;
}

/*------------ フッター全体 ------------*/
#footer {
	width: 100%;
	height:70px;
	background-color:#e16c42;
}

/*------------ フッター ------------*/
#footer_inner {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	padding-top:5px;
}

#footer_inner p{
	font-size:10px;
}


/*------ リンク色（フッター） ------*/
#footer #text_nav a {
	color: #FFFFFF;
	font-size: 11px;
}

#footer #text_nav a:hover {
	color: #;
}

#footer #text_nav a:visited {
	color: #;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

.t_left{
	text-align:left;
}

.t_center{
	text-align:center;
}

.t_right{
	text-align:right;
}

.space_t10{
	margin-top:10px;
}

.space_t20{
	margin-top:20px;
}

.ml10{
	margin-left:3px;
}

.mr10{
	margin-right:10px;
}

.mt10{
	margin-top:10px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.w420{
	width:420px;
}

.w440{
	width:440px;
}

.w120{
	width:120px;
}

.w115{
	width:115px;
}

.f11{
	font-size:11px;
}

.f12{
	font-size:12px;
}

.f14{
	font-size:14px;
}

.left_line{
	display:block;
	width:145px;
	margin:0px auto;
	border-top:solid 3px #990000;
	margin-bottom:10px;
	_margin-bottom:-7px;
	height:1px;
}
.border_t{
	border-top:#c4b2ad 1px dotted;
}

#fla_bn{
	border-top:solid 1px #990000;
	padding-top:20px;
}




