* {
	margin: 0;
	padding: 0;
	font-size: 10pt;
}
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font: normal normal normal 15px/2em "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo",Verdana,Geneva,Arial,"ＭＳ ゴシック",sans-serif;
}

/* 共通 */
a {
	text-decoration: none;
}
#wrap {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 100%;
	overflow: visible;
	margin: 0px auto;
}
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 30;
	width: 176px;
	height: 100%;
	background: #f4f2e7 url(../img/menu-back.png) 0% 0% repeat-y scroll;
	color: #fff;
	box-shadow: 0 0 15px #3D3D3D;
}
#contents {
	position: relative;
	width: auto;
	margin-left: 176px;
	padding: 50px 0;
}
#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	margin-left: 176px;
	color: #444;
	background: rgba(255, 255, 255, 0.75);
}
#footer p {
	padding: 3px 10px;
	font-size: 65%;
}
.ttl {
	padding: 0;
	margin: 0 16px 24px;
	font-size: 120%;
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: left;
	border-bottom: 1px solid #A4A4A4;
}

/* メニュー */
h1 {
	display: table;
	height: 200px;
	margin: 24px auto 30px;
	background: transparent text-align: center;
}
#header ul#nav li a {
	display: inline-block;
	background-color: rgba(204,51,0,0.4);
	padding: 2px 0 2px 18px;
	letter-spacing: 1px;
	color: #fff;
	width: 158px;
	text-shadow: 1px 1px 1px #615050;
}
#header ul#nav li label {
	display: inline-block;
	background-color: none;
	padding: 2px 0 2px 18px;
	letter-spacing: 1px;
	color: #fff;
	width: 158px;
	text-shadow: 1px 1px 1px #615050;
}
#header ul#nav li a:hover {
	/*background: rgba(102,0,0,0.4) url(../img/menu-mame.png) no-repeat 3px 9px;*/
	background: url(../img/menu-mame.png) no-repeat 3px 8px;
}
#header ul#nav li a {
	color: #fff;
	cursor: auto;
}
#header ul#nav li.nav-inset a {
	padding-left: 42px;
	width: 134px;
}
#header p.otoiawase {
	height: 124px;
	background: url(../img/menu-bnr-otoiawase.png);
	margin-top: 15px;
	padding: 48px 5px 0;
}
#header p.otoiawase img.tel,
#header p.otoiawase img.fax {
	margin: 0 0 5px 15px;
}
#header p.otoiawase img.mail {
	margin-bottom: -6px;
}
#header p.otoiawase a {
	background: #AFA290;
	color: #fff;
	display: inherit;
	width: 136px;
	font-size: 85%;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #938878;
}
#header p.otoiawase a:hover {
	background: #948B7E;
}

/*トップページ*/
#bg-top {
	background-image: url(../img/top-back.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}
.cont-top {
	margin: 0 auto;
	border-top: 12px solid #B0141B;
	background: rgba(255, 255, 255, 0.9);
	width: 176px;
	padding: 24px 8px 64px;
	text-align: center;
}

/* まるぶんのこだわり */
#bg-kodawari {
	background-image: url(../img/kodawari-back.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}
.cont-kodawari {
	margin: 0 auto 65px;
	border-top: 12px solid #B0141B;
	background: rgba(255, 255, 255, 0.9);
	width: 720px;
	padding: 18px 24px 50px;
	text-align: center;
}
.cont-kodawari .kodawari-photo {
	padding: 0 0 25px;
}
.cont-kodawari .kodawari-photo img {
	padding: 0 2px;
}
.cont-kodawari .kodawari-text{
	padding: 16px 0 16px 16px;
	border-left: 1px solid #A4A4A4;
	font-size: 100%;
	text-align: left;
	margin-left: 57px;
	line-height: 1.4em;
}
/* 所在地 */
#bg-syozaichi {
	background-image: url(../img/shozaichi-back.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}
.cont-syozaichi {
	margin: 0 auto 65px;
	border-top: 12px solid #B0141B;
	background: rgba(255, 255, 255, 0.9);
	width: 720px;
	padding: 18px 24px 50px;
	text-align: left;
}

.cont-syozaichi .cont-waku {
	 background-color:#fff;
	 border-collapse:collapse;
	 padding: 20px ;
	 margin: 0 auto;
}
.cont-syozaichi .cont-waku tr td:first-child {
	width: 25%;
}
.cont-syozaichi .cont-waku tr:last-child td {
	border-bottom: none;
}
.cont-syozaichi .cont-waku tr td {
	padding: 13px;
	border-bottom: 1px solid #D7D7D7;
	width: 200%
}
/*代表メッセージ*/
#bg-daihyo {
	background-image: url(../img/daihyo-back.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #464646;
}
.cont-daihyo {
	margin: 0 auto 65px;
	border-top: 12px solid #B0141B;
	background: rgba(255, 255, 255, 0.9);
	width: 720px;
	padding: 18px 24px 50px;
	text-align: center;
}
.cont-daihyo .daihyo-ttl {
	padding: 0 25 25px;
	text-align: left;
}
.cont-daihyo .daihyo-text{
	padding-left: 16px;
	border-left: 1px solid #A4A4A4;
	font-size: 100%;
	text-align: left;
	margin-left: 57px;
	line-height: 1.4em;
}
.cont-daihyo .daihyo-name{
	padding: 54px;
	margin-left: 307px;
	background-image: url(../img/daihyo-ph.png);
	background-repeat: no-repeat;
	background-position: 50px 0;
	text-align: left;
	font-size: 90%;
}
