@charset "utf-8";

/* CSS Document */

/*----------------------------------------------------------
	00: Reset
----------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td {
    margin: 0; 
    padding: 0;
	}

html {
    overflow-y: scroll;
	}

h1, h2, h3 {
	margin:0;
	padding:0;
	clear:both;
	}

ol, ul {
    list-style:none;
	}

fieldset, img {
     border:0;
	}

table {
    border-collapse: collapse; 
    border-spacing:0;
	}

caption, th {
    text-align: left;
	}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal; 
    font-weight: normal;
	}


/*----------------------------------------------------------
	01: Body
----------------------------------------------------------*/
body {
	background: #FFF url(../img/background.gif) top repeat-x;
	color: #5c5c5c;
	text-align: left;
	font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	line-height: 160%;
	}

a:link {
	color: #2d6c86;
	text-decoration: none;
	}
a:visited {
	color: #2d6c86;
	text-decoration: underline;
	}
a:active {
	color: #2d6c86;
	text-decoration: underline;
	}
a:hover {
	color: #dd3624;
	text-decoration: underline;
	}


/*----------------------------------------------------------
	02: Header
----------------------------------------------------------*/

div#header {
	width:970px;
	height:500px;
	margin:0 auto;
	position:relative;
	}
	div#header h1 { position:absolute; top:10px; left:10px;}
	div#header p.text{ position:absolute; top:26px; left:264px; font-size:14px; line-height:22px;}
	div#header p.tel { position:absolute; top:12px; right:5px;}
	div#header p.photo { position:absolute; top:80px; left:0; }
	div#header p.shop { position:absolute; top:56px; left:254px; }

/*----------------------------------------------------------
	03: Content
----------------------------------------------------------*/

div#content {
	width: 954px;
	margin:0 auto;
	overflow:hidden;
	}

	div#content div.left {
		float:left;
		width:490px;
		overflow:hidden;
		}

	div#content div.right {
		float:right;
		width:440px;
		overflow:hidden;
		}

	div#content h2 {
		padding: 15px 0 12px 0;
		}

p.blog a img { border:1px solid #d6af90; }
p.blog a:hover img { border:1px solid #e37b36; }	

/*		TABLE
----------------------------------------------------------*/
table {
	width:485px;
	margin-bottom:25px;
	border-top: 1px solid #b9b7b6;
	border-right: 1px solid #b9b7b6;
	}

table th {
	width:20%;
	padding: 3px 10px;
	font-weight: bold;
	border-bottom: 1px solid #b9b7b6;
	border-left: 1px solid #b9b7b6;
	}

table td {
	padding: 3px 10px;
	border-bottom: 1px solid #b9b7b6;
	border-left: 1px solid #b9b7b6;
	}

/*----------------------------------------------------------
	04: Footer
----------------------------------------------------------*/

div#footer {
	width:100%;
	height:60px;
	margin-top:20px;
	padding-top:15px;
	background:#ece8de;
	clear:both;
	overflow:hidden;
	text-align:center;
	color:#75675c;
	}