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

/* body */

body {
	font: 62.5%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-serif;
	color: #505050;
	background: url(common/bg_body.gif) repeat-y center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
}

/* for IE7 fonts */
*+html body {
	font-family: "メイリオ",Meiryo,"MS P ゴシック","MS P Gothic",sans-serif;
}
/* for IE6 fonts */
*html body {
	font-family: "MS P ゴシック","MS P Gothic",sans-serif;
}

/* ------ link ------ */

a {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

/* ------- p ------- */

p {
	padding: 0px;
	margin: 0px 0px 1em;
}
.large-b {
	font-size: 120%;
	font-weight: bold;
	line-height: 135%;
}
.margin0 {
	margin: 0px;
	padding: 0px;
}

/* ----- header ----- */

#header {
	text-align: left;
	margin: 0px auto 15px;
	padding: 12px 15px 15px;
	width: 770px;
	background: #e21412;
	height: 48px;
}
#header #logo {
	float: left;
	height: auto;
	width: 300px;
}
#header #shop {
	float: right;
	height: auto;
	width: 400px;
	text-align: right;
	color: #FFFFFF;
	font-size: 120%;
	line-height: 1.3;
}

#image-main {
	margin: 0px auto;
	padding: 0px 0px 15px;
	clear: both;
	width: 770px;
}

/* ----- main ----- */

#main {
	font-size: 120%;
	margin: 0px auto 15px;
	padding: 0px 15px;
	clear: both;
	height: auto;
	width: 770px;
	text-align: left;
	background: url(common/bg_main.gif) repeat-y 575px top;
}

/* ----- contents ----- */

#main #contents {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 540px;
}
#main #contents h2 {
	font-size: 120%;
	margin-bottom: 10px;
	font-weight: bold;
	color: #e21412;
}
#contents #inrto {
	background: url(common/bg_intro.gif) no-repeat right top;
	margin: 0px 0px 15px;
	padding: 0px;
}
#contents #estimate {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding: 10px 0px 0px;
	width: 450px;
	border: 2px dotted #FC6;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#menu #mitumori {
	font-size: 12px;
	line-height: 17px;
	color: #FFF;
	margin-bottom: 10px;
	height: auto;
	width: 180px;
	margin-top: 5px;
}
#contents #infor {
	margin: 0px 0px 25px;
	padding: 0px;
	border-bottom: 1px solid #E21412;
	background: #FFF0DC;
}
#contents #infor p {
	margin: 0em;
	padding: 10px;
}
#contents #photos {
	text-align: center;
}

/* ----- menu ----- */

#service #main #menu .service a,
#price #main #menu .price a,
#inquiry #main #menu .inquiry a,
#company #main #menu .company a,
#privacy #main #menu .privacy a {
	background: url(../common/bg_botton.gif) no-repeat left bottom;
}

#main #menu {
	margin: 0px;
	padding: 0px 0px 15px 15px;
	float: right;
	height: auto;
	width: 195px;
}
#menu ul {
	font-size: 120%;
	line-height: 25px;
	font-weight: bold;
	width: 185px;
	padding-top: 15px;
}
#menu li a {
	background: url(common/bg_botton.gif) no-repeat left top;
	display: block;
	height: 25px;
	width: 175px;
	margin-bottom: 15px;
	padding-left: 10px;
	color: #E21412;
	line-height: 25px;
}
#menu li a:hover {
	background: url(common/bg_botton.gif) no-repeat left bottom;
	text-decoration: none;
}

/* ----- footer ----- */

#footer {
	font-size: 100%;
	color: #FFFFFF;
	background: #e21412;
	text-align: center;
	margin: 0px auto;
	clear: both;
	height: auto;
	width: 800px;
	padding: 5px 0px;
	line-height: 120%;
}
