@charset "utf-8";
/* ======================================
base.css
created by iva.inc

Since : 2009-03-03
Last Modified: 2009-04-02
Editor(s): Kei Fujita
Last Editor: Kei Fujita
======================================= */

/* グローバル */
*{
	margin:0;
	text-indent:0px;
	line-height:140%;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	padding: 0;
}
body {
	margin:0;
	padding:0;
	color:#666666;
	text-align:left;
	background-image: url(../images/body_image_background.jpg);
	background-repeat: repeat-x;
}
img {
	border:0;
	margin:0;
	padding:0;
}
form{
	display:inline;
}
.clear_both{
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
}
div#wrapper {
	width: 849px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
	text-decoration:none;
    border:none;
}
ol,ul{
	list-style-image: none;
	list-style-type: none;
}

/* --strong-- */
.strong {
	font-weight: bold;
	font-size: 12px;
}

/* リンク文字の設定 */
a:link,a:visited ,a:hover, a:active {/* リンク文字の設定 */
	color:#666666;
	text-decoration:underline;
}
a:hover{
	color:#999999;
	text-decoration:underline;
}


.text_grey {
	color: #666666;
}
.text_white {
	color: #ffffff;
}
.text_red {
	color: #C90303;
}


/* ======================================

	1.header

======================================= */

div#header {
	height: 167px;
	width: 849px;
}

/* --ロゴ-- */
div#header .header_logo {
	float: left;
	height: 61px;
	width: 278px;
	padding-bottom: 9px;
}

/* --サイト説明文-- */
h1 {
	font-size: 10px;
	font-weight: normal;
	width: 600px;
	height: 24px;
	text-align: right;
	float: right;
	padding-top: 9px;
}

/* --お問合わせ電話番号-- */
div#header .header_telephone {
	float: right;
	height: 61px;
	width: 182px;
	height:18px;
	padding-bottom: 9px;
}

/* --メニュー-- */
div#header .header_menu {
	height: 36px;
	width: 849px;
	padding-bottom: 6px;
	clear: both;
}
div#header .header_menu li {
	float: left;
	height: 36px;
}
div#header .header_submenu {
	width: 180px;
	clear: both;
	float: right;
}
div#header .header_submenu li {
	float: right;
	height: 11px;
}



/* ======================================

	2.contents

======================================= */
div#contents {
	width: 618px;
	float: right;
	margin-bottom: 25px;
}
/* --トップの見出し-- */
h2 {
	height: 100px;
	width: 618px;
	padding-bottom: 25px;
}
h3 {
	width: 618px;
	padding-bottom: 21px;
}
h4 {
	width: 618px;
	padding-bottom: 9px;
	font-size: 14px;
	color: #836300;
}
div#contents .h4_yellow {
	height: 23px;
	width: 618px;
	background-image: url(../images/altars/hr_image_backgrund.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
	color: #836300;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 12px;
}
h5 {
	width: 618px;
	padding-bottom: 9px;
}
/* --イメージ配置-- */
.image_space{
	padding-bottom: 15px;
}
.image_space2{
	padding-bottom: 20px;
}
.image_space3{
	padding-bottom: 10px;
}
.image_left{
	float:left;
	margin-bottom: 35px;
	width: 160px;
}
.text_right {
	float: right;
	text-align: left;
	margin-bottom: 35px;
}
.image_right{
	float:right;
	margin-bottom: 35px;
}
.text_left {
	float: left;
	text-align: left;
	margin-bottom: 35px;
}
.image_center{
	float:none;
	text-align:center;
	margin: 0 auto 30px auto;
}
.image_center2{
	float:none;
	text-align:center;
	margin: 0 auto 0 auto;
}
div#contents p {
	margin-bottom: 30px;
}
div#contents .p2 {
	margin-bottom: 20px;
}
div#contents .p3 {
	margin-bottom: 15px;
}



/* ======================================

	3.sidemenu

======================================= */
div#sidemenu {
	float: left;
	width: 201px;
	margin-bottom: 25px;
}
div#sidemenu .sidemenu_telephone {
	height: 221px;
	width: 201px;
	padding-bottom: 16px;
}
div#sidemenu .sidemenu_access {
	background-color: #C7BC9C;
	width: 201px;
	margin-bottom: 21px;
}
div#sidemenu .sidemenu_shop_list {
	width: 184px;
	padding-top: 7px;
	padding-left: 9px;
	padding-right: 8px;
	padding-bottom: 4px;
}
div#sidemenu .sidemenu_shop_list li {
	height: 54px;
	width: 184px;
	padding-bottom: 5px;
}
div#sidemenu .sidemenu_banner {
	width: 201px;
}
div#sidemenu .sidemenu_banner li {
	width: 201px;
	padding-bottom: 1px;
}



/* ======================================

	4.footer

======================================= */
div#footer {
	background-image: url(../images/footer_image_background.jpg);
	background-repeat: repeat-x;
	height: 80px;
}


div#footer .footer_copyright {
	text-align: center;
	width: 849px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

