@charset "utf-8";

/* 基本レイアウト　ここから↓*/
@import url(common.css);
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #666666;
}
header, nav, #path, #contents, footer {
	width: 860px;
	margin: 0 auto 0 auto;
}
header h1 {
	margin: 0 0 26px 0;
	padding-top: 18px;
	text-align:center;
}
nav ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding-left: 0;
	overflow: hidden;
}
nav ul li {
	width: 215px;
	float: left;
}
nav ul li a {
	display: block;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
}
nav ul li#nav_about a {
    background-image: url("../images/nav1.jpg");
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
nav ul li#nav_guide a {
	background-image: url("../images/nav2.jpg");
}
nav ul li#nav_product a {
	background-image: url("../images/nav3.jpg");
}
nav ul li#nav_contact a {
    background-image: url("../images/nav4.jpg");
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#main {
	width: 550px;
	padding: 20px;
	background-color: #ffffff;
	float: left;
}

#main_photo {
    width: 800px;
    padding: 20px;
    background-color: #ffffff;
}

#photo_under {
    border-bottom: 3px solid red;
    text-align: center;
}

#sub {
	width: 240px;
	float: right;
}
footer {
	padding-top: 10px;
}
#main h1 {
	margin-bottom: 30px;
	padding: 0 40px 20px 10px;
	background-image: url(../images/bg_h1_left.png), url(../images/bg_h1_bottom.gif);
	background-repeat: no-repeat, repeat-x;
	background-position: right top, left bottom;
	font-size: 180%;
}
#about #nav_about a, #guide #nav_guide a, #product #nav_product a, #contact #nav_contact a, nav ul li a:hover {
	background-position: 0 -60px;
}


#news ul {
	list-style-type: none;
	padding-left: 0;
}
#news ul li {
	padding: 20px 0 20px 160px;
	border-bottom: 1px dotted #fb484e;
	text-indent: -160px;
}

.bnr_radius {
    border-radius: 10px;    
}

/* 基本レイアウト　ここまで↑ */

/* 私たちについて　ここから↓ */
.about_area {
	margin-bottom: 30px;
	overflow: hidden;
}
.about_area:last-child {
	margin-bottom: 0;
}

table thead tr th {
	background-color: #ffdd63;
}
table tbody tr:nth-child(even) td {
	background-color: #eef8fa;
}
/* 私たちについて　ここまで↑ */

/*施設紹介　ここから↓*/

#guide #main img {
	Width:550px;
}

.sagyo {
    padding-bottom: 1px;
    margin-bottom: 20px;
    background-image:url("../images/bg_h1_bottom.gif");
    background-repeat: repeat-x;
    background-position: center bottom;
    
}

.sagyo h3 {
    text-align: center;
    font-size:20px;
}

.sagyo li {
	list-style-type: noe;
	
	font-size:17px;
}

/*施設紹介　ここまで↑*/


/* 商品紹介　ここから↓ */

.shouhin {
    width: 250px;
    margin: 0 20px 10px 0 ;
    float:left;
}

/* 商品紹介　ここまで↑ */

/* お問い合わせ　ここから↓ */
input[name="name"] {
	width: 200px;
}
input[type="email"] {
	width: 300px;
}

#notice {
    font-size: 1.2em;
    color: red;
    text-align: center;
}

/* お問い合わせ　ここまで↑ */
