/**************************************************************************/
/**********************************bodyの背景の設定************************/
/**************************************************************************/
body{
	background-attachment:fixed;
}
* html body{
	background-attachment: scroll!important;
}

/**********************************************************************/
/**********************************見出しの設定************************/
/**********************************************************************/
h3{
	height:27px;
	border-top:3px solid #f2b600;
	border-bottom:1px solid #f2b600;
	background-color:#fdf6da;
	margin-bottom:20px;
	font-size:130%;
	color: #00F;
	padding:4px 0px 0px 30px;
	font-weight:bold;
	line-height: 27px;
}

/********************************************************************************/
/**********************************共通のレイアウトの設定************************/
/********************************************************************************/
/*メインの画像*/
#contents img.photo1{
	margin-bottom:20px;
}
/*店舗案内のレイアウト*/
#contents div.left{
	width:420px;
	margin-right:20px;
	float:left;
}
#contents .left ul{
	width:420px;
	margin-bottom:20px;
}
#contents .left ul.left{
	width:278px;
	float:left;
}

#contents img.right{
	float:left;
	margin-bottom:40px;
}


/*店舗案内の書式*/
#contents p{
	font-size:80%;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:1px solid #cccccc;
	margin-bottom:5px;
	padding-left:30px;
}
#contents .left ul li{
	font-size:80%;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:1px solid #cccccc;
	margin-bottom:5px;
	padding-left:30px;
}
#contents .left ul li.line{
	border-bottom:none;
	margin-top:20px;
}
#contents .left ul li.line span{
	padding-bottom:3px;
	border-bottom:1px solid #cccccc;
	line-height:1.6em;
}
#contents .left ul li.bg{
	font-size:90%;
	font-weight:bold;
	padding:5px;
	border-bottom:none;
	margin-bottom:0px;
	background-color:#f6e0f0;
	padding:20px 0px 10px;
}
#contents .left ul li.bg_bottom{
	font-size:90%;
	font-weight:bold;
	padding:5px;
	border-bottom:none;
	margin-bottom:0px;
	background-color:#f6e0f0;
	padding:0px 0px 20px;
}
#contents .left ul li.bg span.shikaku{
	padding-left:30px;
	color:#5ab9c7;
}
#contents .left ul li.bg span.naiyo{
	font-weight:bold;
	color:#6b6669;
	font-size:90%;
}
#contents .left ul li.bg_bottom span.shikaku{
	padding-left:30px;
	color:#5ab9c7;
}
#contents .left ul li.bg_bottom span.naiyo{
	font-weight:bold;
	color:#6b6669;
	font-size:90%;
}

/*テーブルのスタイル1*/
table.form{
	border:1px solid #cccccc;
	width:600px;
	margin:0px auto 40px;
}
input,textarea,select{
	border:1px solid #cccccc;
}
input.no_border{
	border:none;
}
/*テーブルのスタイル1*/
table.style1{
	border:1px solid #cccccc;
	width:600px;
	margin:0px auto 40px;
	border-collapse:collapse;
}
table.style1 td{
	padding:5px 10px;
}
table.style1 td.midashi{
	font-weight:bold;
	background-color: #FDF6DA;
}
table.style1 span.p_ya{
	font-size:60%;
	position:relative;
	bottom:0.2em;
}
table.style1 span.title{
	padding-left:10px;
	padding-top:2px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F2B600;
}
