@charset "UTF-8";
/*==============================*/
/*			general				*/
/*==============================*/
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

ul {
	list-style: none;
}

img{
	border: 0;
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;/*サイト全体のフォント設定*/
	font-size: 0.75em;
	letter-spacing: 0.3em;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	color: #222222;
	background-color: #FFFFFF;
}
/* Safari Hack*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	body  {
		font-family: 'serif', serif;/*サイト全体のフォント設定　ＭＡＣ・Ｓａｆａｒｉ用*/
		letter-spacing: 0.2em;
		font-weight: 400;
	}
}

#screen_size {
	width: 900px;
	margin: auto;
	text-align: left;
}

.invisible {
	display: none;
}

.clear {
	clear: both;
}

/*------------------------------*/
/*           header				*/
/*------------------------------*/
#header {
	padding: 31px 14px 0px 7px;
	height: 221px;
}
/*IE6 Hack*/
* html #header {
	width: 900px;
	height: 252px;
}

#header h1 {
	float: right;
	width: 52px;
	margin-left: 30px;
}

#header #top_page {
	float: right;
	width: 12px;
	margin-left: 35px;
}

#header ul#menu li {
	float: right;
	width: 12px;
	margin-left: 10px;
}

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

/*------------------------------*/
/*      	 	go top			*/
/*------------------------------*/

#move_contents {
	position: absolute;
	margin-left: 955px;/*上に戻るボタンの左からの表示位置*/
	top: 260px;/*上に戻るボタンの上からの表示位置*/
}

#go_top {
	position: relative;
	width: 21px;
}


/*------------------------------*/
/*      END	 	go top			*/
/*------------------------------*/

/*------------------------------*/
/*      	 	body			*/
/*------------------------------*/
#body {
	clear: both;
	width: 804px;
	padding: 0px 48px;
	min-height: 650px;/*コンテンツの最小限の高さを設定*/
	text-align: left;
}
/*IE6 Hack*/
* html #body {
	width: 900px;
	height: 650px;/*ＩＥ6用コンテンツの最小限の高さを設定*/
}

#body h3 {
	font-size: 1.3em;
}

#body #go_right {
	clear: both;
	padding-top: 30px;
}

#body #go_left {
	clear: both;
	padding-top: 30px;
}

#body .contents_left {
	float: left;
	width: 490px;
}

#body  h3,
#body .contents_left p {
	padding-bottom: 1.8em;
}

#body .contents_right {
	float: right;
	width: 273px;
}

#body .contents_right#concept1_img {
	margin-top: 5px;
}

#body .contents_right#concept2_img {
	position: relative;
	margin-top: 2px;
}

* html #body .contents_right#concept2_img {
	left: 30px;
}

#body .contents_right .sidebar h4 {
	height: 27px;
	line-height: 27px;
	text-indent: 3px;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}

#body .contents_right .sidebar h4 img {
	padding-top: 10px;
}

#body .contents_right .sidebar ul li {
	min-height: 21px;
	line-height: 23px;
	color: #9F9F9F;
	font-size: 9px;
	border-bottom: 1px dotted #E1E1E1;
}
* html #body .contents_right .sidebar ul li {
	height: 21px;
}

#body .contents_right .sidebar ul li a {
	color: #9F9F9F;
}

#body .contents_right .sidebar ul li a:hover {
	color: #BA9976;
}

#body .contents_right .sidebar ul li.last {
	border-bottom: none;
}

#body .pager {
	clear: both;
	text-align: left;
}

/*------------------------------*/
/*      END	 	body			*/
/*------------------------------*/

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

#footer {
	padding: 62px 0px 30px 0px;
}
* html #footer {
	width: 900px;
}

#footer #footer_menu ul  li {
	display: inline;
	padding-right: 7px;
	position:relative;
	top: -7px;
}

#footer address {
	float: right;
	width: 99px;
}


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


/*==============================*/
/*			END general			*/
/*==============================*/

/*==============================*/
/*				INDEX			*/
/*==============================*/

#top_page .screen_resulution {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#top_page .screen_resulution#visual {
	position: relative;
	z-index: 0;
}

#top_page .screen_resulution#visual img {
	display: none;
}

#top_page .screen_resulution#contents {
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

#top_page .screen_resulution#contents #head {
	padding: 45px 65px;
}

#top_page .screen_resulution#contents #head h1 {
	float: left;
}

#top_page .screen_resulution#contents #head ul#menu li {
	float: right;
	width: 12px;
	margin-left: 10px;
}

#top_page .screen_resulution#contents #foot {
	position: absolute;
	width: 100%;
	height: 150px;
	bottom: 0px;
	left: 0px;
}

#top_page .screen_resulution#contents #foot #footer_menu {
	padding: 95px 45px 0px 45px;
	position: relative;
}

#top_page .screen_resulution#contents #foot #footer_menu #promotion {
	position: absolute;
	top: -30px;
	color: #3C3C3C;
}

#top_page .screen_resulution#contents #foot #footer_menu address {
	float: right;
}

#top_page .screen_resulution#contents #foot #footer_menu ul li {
	display: inline;
	padding-right: 7px;
	position:relative;
	top: -7px;
}

/*------------------------------*/
/*       	 IE6 HACK			*/
/*------------------------------*/

* html #top_page .screen_resulution#contents #head ul#menu li a {
	display: block;
	width: 12px;
	height: 147px;
}

* html #top_page .screen_resulution#contents #head ul#menu li#news a {
	background: url(../img/top/menu_news_off.png) no-repeat left top;
}
* html #top_page .screen_resulution#contents #head ul#menu li#news a:hover {
	background: url(../img/top/menu_news_on.png) no-repeat left top;
}

* html #top_page .screen_resulution#contents #head ul#menu li#concept a {
	background: url(../img/top/menu_concept_off.png) no-repeat left top;
}
* html #top_page .screen_resulution#contents #head ul#menu li#concept a:hover {
	background: url(../img/top/menu_concept_on.png) no-repeat left top;
}

* html #top_page .screen_resulution#contents #head ul#menu li#shopping a {
	background: url(../img/top/menu_shopping_off.png) no-repeat left top;
}
* html #top_page .screen_resulution#contents #head ul#menu li#shopping a:hover {
	background: url(../img/top/menu_shopping_on.png) no-repeat left top;
}

* html #top_page .screen_resulution#contents #head ul#menu li#shop a {
	background: url(../img/top/menu_shop_off.png) no-repeat left top;
}
* html #top_page .screen_resulution#contents #head ul#menu li#shop a:hover {
	background: url(../img/top/menu_shop_on.png) no-repeat left top;
}

* html #top_page .screen_resulution#contents #head ul#menu li#contact a {
	background: url(../img/top/menu_contact_off.png) no-repeat left top;
}
* html #top_page .screen_resulution#contents #head ul#menu li#contact a:hover {
	background: url(../img/top/menu_contact_on.png) no-repeat left top;
}

* html #top_page .screen_resulution#contents #foot #footer_menu ul li a {
	display: block;
	height: 9px;
	margin-right: 7px;
}

* html #top_page .screen_resulution#contents #foot #footer_menu ul li#company a {
	width: 44px;
	background: url(../img/top/footer_menu_company_off.png) no-repeat left top;
}
* html #top_page .screen_resulution#contents #foot #footer_menu ul li#company a:hover {
	width: 44px;
	background: url(../img/top/footer_menu_company_on.png) no-repeat left top;
}

* html #top_page .screen_resulution#contents #foot #footer_menu ul li#privacypolicy a {
	width: 113px;
	background: url(../img/top/footer_menu_privacypolicy_off.png) no-repeat left top;
}
* html #top_page .screen_resulution#contents #foot #footer_menu ul li#privacypolicy a:hover {
	width: 113px;
	background: url(../img/top/footer_menu_privacypolicy_on.png) no-repeat left top;
}

* html #top_page .screen_resulution#contents #foot #footer_menu ul li#site a {
	width: 101px;
	background: url(../img/top/footer_menu_about_site_off.png) no-repeat left top;
}
* html #top_page .screen_resulution#contents #foot #footer_menu ul li#site a:hover {
	width: 101px;
	background: url(../img/top/footer_menu_about_site_on.png) no-repeat left top;
}

* html #top_page .screen_resulution#contents #foot #footer_menu ul li#link a {
	width: 29px;
	background: url(../img/top/footer_menu_link_off.png) no-repeat left top;
}
* html #top_page .screen_resulution#contents #foot #footer_menu ul li#link a:hover {
	width: 29px;
	background: url(../img/top/footer_menu_link_on.png) no-repeat left top;
}

* html #top_page .screen_resulution#contents #foot #footer_menu ul li#sitemap a {
	width: 68px;
	background: url(../img/top/footer_menu_sitemap_off.png) no-repeat left top;
}
* html #top_page .screen_resulution#contents #foot #footer_menu ul li#sitemap a:hover {
	width: 68px;
	background: url(../img/top/footer_menu_sitemap_on.png) no-repeat left top;
}

/*------------------------------*/
/*       	 IE6 HACK			*/
/*------------------------------*/

/*==============================*/
/*		END		INDEX			*/
/*==============================*/


/*==============================*/
/*				Concept			*/
/*==============================*/
#body ul#bottom_gallery {
	clear: both;
	position: relative;
	width: 900px;
}

#body ul#bottom_gallery li {
	float: left;
	padding: 25px 25px 0px 0px;
}

/*==============================*/
/*		END		Concept			*/
/*==============================*/

/*==============================*/
/*				News			*/
/*==============================*/
#body.news  h3 {
	padding-bottom: 0px;
	line-height: 1.2;
}

#body.news .date_stamp {
	font-size: 0.7em;
	font-family: 'ＭＳ ゴシック', monospace;
}

#body.news .post {
	padding: 1.8em 0em;
	border-bottom: 1px solid #DCDBDB;
}

#body.news .post_cat {
	text-align: right;
	font-size: 0.7em;
	line-height: 3.0;
	color: #666666;
}

#body.news .contents_right {
	width: 217px;
}

#body.news .contents_right  input {
	vertical-align: bottom;
}

#body.news .contents_right  input#search_box {
	margin: 0px 3px 0px 0px;
	padding: 0px;
	width: 165px;
	height: 18px;
	border: 1px solid #E1E1E1;
	
}

#body.news .contents_right .sidebar {
	padding-top: 16px;
}

#body.news .contents_right .sidebar ul li {
	line-height: 1.5em;
	padding: 5px 0px;
	min-height: 11px;
}

/*==============================*/
/*		END		News			*/
/*==============================*/

/*==============================*/
/*				Contact			*/
/*==============================*/

#body.contact table {
	border-collapse: collapse;
	width: 490px;
	margin-bottom: 16px;
}

#body.contact table th {
	padding: 12px 0px;
}
#body.contact table td {
	padding: 10px 0px;
}

#body.contact table th {
	font-weight: normal;
	text-align: left;
	width: 77px;
}

#body.contact table input,
#body.contact table select,
#body.contact table textarea {
	padding: 2px 2px;
	font-size: 14px;
	border: 1px dotted #DCDBDB;
}

#body.contact table input.style_1,
#body.contact table select.style_1 {
	width: 230px;
}

#body.contact table select.style_1 {
	width: 235px;
}

* html #body.contact table input.style_1,
* html #body.contact table select.style_1 {
	width: 234px;
	height: 20px;
}

#body.contact table input.style_2,
#body.contact table textarea.style_2 {
	width: 403px;
}

#body.contact table#confirm th,
#body.contact table#confirm td {
	border-top: 1px solid #DCDBDB;
	border-bottom: 1px solid #DCDBDB;
}

#body.contact .contents_right {
	width: 217px;
}

#body.contact .contents_right .sidebar ul li {
	letter-spacing: 2px;
}
/* Safari Hack*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	#body.contact .contents_right .sidebar ul li {
		font-size: 8px;
	}
}

/*==============================*/
/*		END		Contact			*/
/*==============================*/

/*==============================*/
/*				Company			*/
/*==============================*/
#body dl#company {
	line-height: 2.3;
}

#body dl#company dt {
	clear: both;
	float: left;
	width: 200px;
	background: url(../img/company/dotted_style.gif) no-repeat 120px 3px;
}

#body dl#company dt.style_1 {
	letter-spacing: 33px;
}

#body dl#company dt.style_2 {
	letter-spacing: 38px;
}

#body dl#company dt.style_3 {
	letter-spacing: 18px;
}

#body dl#company dt.style_4 {
	letter-spacing: 78px;
}

#body dl#company dt.style_5 {
	letter-spacing: 3px;
}

#body dl#company dd {
	margin-left: 200px;
	position: relative;
	left: -60px;
}

/*==============================*/
/*		END		Company			*/
/*==============================*/

/*==============================*/
/*				Link			*/
/*==============================*/
#body dl#link dt {
	clear: both;
	float: left;
	width: 252px;
}

#body dl#link dd {
	margin-left: 252px;
	padding-left: 10px;
	font-size: 0.8em;
	background: url(../img/link/dotted_style.gif) left center no-repeat;
}

#body dl#link dt,
#body dl#link dd {
	height: 40px;
	line-height: 40px;
	color: #999999;
}

#body dl#link dt img {
	vertical-align: middle;
}
* html #body dl#link dt {
	position: relative;
	top: 10px;
}
/* Safari Hack*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	#body dl#link dt img {
		position: relative;
		top: -2px;
	}
}


#body dl#link dt a {
	color: #222222;
	text-decoration: none;
	margin-right: 5px;
}

/* Safari Hack*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	#body dl#link dt a {
		margin-right: 7px;
	}
}


#body dl#link dt a:hover {
	text-decoration: underline;
}

#body #link_to {
	padding-top: 100px;
	color: #999999;
	font-size: 0.8em;
}

/*==============================*/
/*		END		Link			*/
/*==============================*/

/*==============================*/
/*				Privacy			*/
/*==============================*/

#body ul#privacy {
	width: 798px;
}

#body ul#privacy li {
	padding: 25px 0px;
	border-bottom: 1px solid #E1E1E1;
}

#body ul#privacy li h4 {
	margin-bottom: 1.7em;
}

/*==============================*/
/*		END		Privacy			*/
/*==============================*/

/*==============================*/
/*				Sitemap			*/
/*==============================*/
#body ul#sitemap a {
	color: #222222;
	text-decoration: none;
}

#body ul#sitemap a:hover{
	text-decoration: underline;
}

#body ul#sitemap li {
	padding: 5px 0px;
}

#body ul#sitemap li a {
	margin-right: 5px;
}

/* Safari Hack*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	#body ul#sitemap li a {
		margin-right: 7px;
	}
}

#body ul#sitemap li ul {
	height: 0px;
	overflow: hidden;
	padding-left: 25px;
	color: #9A9A9A;
}

* html #body ul#sitemap li ul {
	display: none;
}

#body ul#sitemap li ul a {
	color: #9A9A9A;
}

/*==============================*/
/*		END		Sitemap			*/
/*==============================*/

/*==============================*/
/*				Shop			*/
/*==============================*/

#body .contents_right#shop_img {
	padding-top: 60px;
}

#body .contents_left#owner_img {
	width: 239px;
}

#body .contents_right#greeting {
	padding-top: 90px;
	width: 510px;
}

#body .contents_right h5#owner_name {
	text-align: right;
	padding-top: 85px;
}

#body .contents_left#access {
	padding-top: 40px;
	width: 575px;
}

#body .contents_left#access #map img {
	border: 1px solid #EBEBEB;
	width: 573px;
}

#body .contents_left#access #map_zoom {
	text-align: right;
	padding-top: 2px;
}

#body .contents_left#access #map_add {
	font-size: 1.2em;
	font-weight: bold;
}
/* Safari Hack*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	#body .contents_left#access #map_add {
		font-size: 1.4em;
	}
}

#body .contents_left#access #map_add a {
	color: #0F0F0F;
}

#body .contents_right#access_sidebar{
	width: 220px;
	padding-top: 98px;
	position:relative;
	right: -36px;
}

/*==============================*/
/*		END		Shop			*/
/*==============================*/

/*==============================*/
/*				Imabari			*/
/*==============================*/
#body .contents_right#imabari_img {
	position: relative;
	margin-top: 2px;
}

* html #body .contents_right#imabari_img {
	left: 30px;
}

#body .contents_right#imabari_img img {
	margin-bottom: 62px;
}

#body ul#imabari_menu {
	clear: both;
	padding-top: 30px;
}

#body ul#imabari_menu li {
	float: left;
	width: 15px;
}

#body ul#imabari_menu li a:hover {
	position: relative;
	top: -12px;
}

#body .contents_left#imabari3_img {
	width: 277px;
}

#body .contents_left#imabari3_img img {
	margin-bottom: 20px;
}

#body .contents_right#imabari3_text {
	width: 501px;
}


#body .contents_right#imabari3_text p {
	padding-bottom: 1.8em;
}

#body #imabari2_second {
	padding-top: 70px;
}

#body #imabari2_second .contents_left {
	width: 205px;
	text-align: right;
	padding-top: 45px;
}

#body #imabari2_second .contents_right {
	width: 501px;
}

#body #imabari2_third {
	padding-top: 70px;
}

#body #imabari2_third .contents_left {
	width: 450px;
	font-size: 0.7em;
	font-family: 'arial', sans-serif;
	line-height: 1.6;
}
/* Safari Hack*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	#body #imabari2_third .contents_left {
		line-height: 1.7;
	}
}

/*==============================*/
/*		END		Imabari			*/
/*==============================*/
