@charset "utf-8";

/* Base
---------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	color: #585858;
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/common/back.gif) repeat left top;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

img { border: none; vertical-align: bottom; }

a:link    { color: #585858; text-decoration: none; }
a:visited { color: #585858; text-decoration: none; }
a:hover   { color: #c1725a; text-decoration: underline; }
a:active  { color: #ea987f; text-decoration: none; }



/* container
---------------------------------------------*/
#container {
	width: 858px;
	margin: 0px auto;
	background: url(../images/common/content_back.gif) repeat left top;
}


/* head
---------------------------------------------*/
#head {
	width: 858px;
	height: 97px;
	text-align: right;
	position: relative;
	background: url(../images/common/content_head.gif) no-repeat left top;
}

#head h1 {
	color: #797979;
	width: 500px;
	position: absolute;
	right: 38px;
	top: 10px;
	font-size: 85%;
}
#head h2 {
	width: 199px;
	position: absolute;
	left: 34px;
	top: 50px;
}
#head .mainMenu {
	width: 591px;
	position: absolute;
	left: 233px;
	top: 62px;
}
#head .mainMenu li {
	display: inline;
}

#head .menu {
	width: 196px;
	position: absolute;
	right: 34px;
	top: 27px;
} 
#head .menu li {
	display: inline;
}

/* foot
---------------------------------------------*/
#footCommon {
	clear: both;
	width: 790px;
	text-align: right;
	line-height: 1.2;
	margin: 0px auto;
	padding: 121px 0px 15px 0px;
	background: url(../images/common/common_foot.gif) no-repeat left top;
}
#footCommon  li {
	display: inline;
	font-size: 85%;
}
#footCommon  .address {
	padding: 30px 0px 5px 0px;
	font-size: 85%;
}





/* headImage
---------------------------------------------*/
#headImageShop {
	width: 790px;
	height: 222px;
	position: relative;
	margin: 0px auto;
	background: url(../01_shop/images/head_image.jpg) no-repeat left top;
}
#headImageWedding {
	width: 790px;
	height: 222px;
	position: relative;
	margin: 0px auto;
	background: url(../02_wedding/images/head_image.jpg) no-repeat left top;
}
#headImageSchool {
	width: 790px;
	height: 222px;
	position: relative;
	margin: 0px auto;
	background: url(../03_school/images/head_image.jpg) no-repeat left top;
}
#headImageDisplay {
	width: 790px;
	height: 222px;
	position: relative;
	margin: 0px auto;
	background: url(../04_display/images/head_image.jpg) no-repeat left top;
}
#headImageLecture {
	width: 790px;
	height: 222px;
	position: relative;
	margin: 0px auto;
	background: url(../05_lecture/images/head_image.jpg) no-repeat left top;
}
#headImageItem {
	width: 790px;
	height: 222px;
	position: relative;
	margin: 0px auto;
	background: url(../06_item/images/head_image.jpg) no-repeat left top;
}

#headImageInquiry {
	width: 790px;
	height: 222px;
	position: relative;
	margin: 0px auto;
	background: url(../07_inquiry/images/head_image.jpg) no-repeat left top;
}

#headImageSitemap {
	width: 790px;
	height: 222px;
	position: relative;
	margin: 0px auto;
	background: url(../08_sitemap/images/head_image.jpg) no-repeat left top;
}


#headImageShop h2, #headImageWedding h2, #headImageSchool h2, #headImageDisplay h2, #headImageLecture h2, #headImageItem h2, #headImageInquiry h2, #headImageSitemap h2 {
	width: 280px;
	position: absolute;
	left: 0px;
	top: 52px;
}


	

/* CommonLayout
---------------------------------------------*/
#contentCommon {
	width: 858px;
	text-align: left;
	background: url(../images/common/common_back.gif) repeat-y left top;
}
/* --ClearFix-- */
#contentCommon:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #contentCommon {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*------------------
      Banner
-------------------*/
#banner {
	width: 175px;
	float: left;
	margin-left: 34px;
	display: inline;
	text-align: center;
}
#banner h3 {
	margin-bottom: 10px;
}
#banner .bannerComment {
	text-align: left;
	line-height: 1.1;
	font-size: 85%;
	margin: 3px 0px 0px 5px;
	padding: 5px 10px 3px 8px;
	background: url(../images/common/banner_comment_back.gif) repeat-y left top;
}

/*------------------
      content
-------------------*/
#content {
	width: 575px;
	float: right;
	margin-right: 34px;
	display: inline;
}

/*------------------
      topArrow
-------------------*/
.topArrow {
	text-align: right;
	margin-bottom: 150px;
}

.topArrow2 {
	text-align: right;
	padding-top: 25px;
	margin-bottom: 150px;
	background: url(../01_shop/images/03_line.gif) no-repeat left top;
}




/* 以下commonLayoutへ
---------------------------------------------*/




























