@charset "UTF-8";

/* reset
----------------------------------------------- */

* {
	font-size:100%;
	margin:0;
	padding:0;
	}

html,body,div,
h1,h2,h3,h4,h5,h6,
p,dl,dt,dd,ul,ol,li,
span,address,
table,thead,tfoot,tbody,th,td,
form,fieldset,
blockquote,pre,object,param {
	margin:0px;
	padding:0px;
	background:transparent;
	font-family:
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro W3",
		sans-serif;
	}


/* base styles
----------------------------------------------- */

body {
	margin:0;
	padding:0;
	background-color:#fff;
	color:#000;
	font-size:12px;
	line-height:1.5;
	text-align:center;
	}

/* Win IE7 */
*:first-child+html body { 
	font-size:75%;
	}
*:first-child+html table { 
	font-size:100%;
	}

*:first-child+html * {
	lette-spacing: 0;
	zoom:1;
	}

/* Win IE6 & 6以前 */
* html body { 
	font-size:75%;
	}
* html table { 
	font-size:100%;
	}


/* links
----------------------------------------------- */

a img {
	border-width:0;
	}

a {
	color:#3d3b99;
	text-decoration:underline;
	}

a:link {
	color:#3d3b99;
	}

a:visited {
	color:#3d3b99;
	}

a:hover, a:focus, a:active {
	color:#994d3b;
	text-decoration:underline;
	}


/* class
----------------------------------------------- */

ul {list-style-type:none;}
.small { font-size:smaller;}
.bold	{ font-weight:bold;}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
	}
.clearfix {
  min-height: 1px;
	}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
	}
.clear {
	height:0;
	line-height:0;
	clear:both;
	font-size:0;
	}
hr {
	display:none;
	}
.fLeft {
	float:left;
	}
.fRight {
	float:right;
	}


/* wrap
----------------------------------------------- */

#wrap{
	width:781px;
	margin:0 auto;
	text-align:center;
	}


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

#header{
	position:relative;
	width:670px;
	height:50px;
	}

#header p{
	position:absolute;
	top:14px;
	left:10px;
	width:141px;
	height:21px;
	}

#header ul{
	position:absolute;
	float:left;
	top:25px;
	right:29px;
	}

#header ul li{
	float:left;
	margin-left:29px;
	}


/* main
----------------------------------------------- */

#main{
	width:670px;
	height:132px;
	}

/* content
----------------------------------------------- */

#content{
	position:relative;
	width:670px;
	height:492px;
	background:#fff url(img/bg.jpg) no-repeat left top;
	text-align:left;
	}

#content h2{
	margin-left:46px;
	}

#content div#lead{
	margin-left:46px;
	padding:20px 0 0 0;
	width:345px;
	}

#content div#lead p{
	padding-bottom:10px;
	color:#000;
	background-color:transparent;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	}


/* info
----------------------------------------------- */

#info{
	position:relative;
	margin:10px 0 0 46px;
	width:350px;
	height:180px;
	background: url(img/info_bg.gif) no-repeat;
	}
	
#info .title{
	position:absolute;
	padding-top:15px;
	padding-left:27px;
	}	
	
#info .btn{
	position:absolute;
	padding-top:62px;
	padding-left:38px;
	z-index:1;
	}	

#info .tel{
	position:absolute;
	padding-top:42px;
	padding-left:38px;
	}	
	
#info .mail{
	position:absolute;
	padding-top:95px;
	padding-left:50px;
	font-size:16px;
	}	

#info .info{
	position:absolute;
	padding-top:140px;
	color:#5e351a;
	}	
		

/* shop
----------------------------------------------- */

#shop{
	position:absolute;
	top:320px;
	left:426px;
	text-align:right;
	}

#shop h4{
	line-height:12px;
	}

#shop address{
	width:198px;
	height:31px;
	}

#shop p{
	font-weight:normal;
	font-size:12px;
	line-height:15px;
	}


/* foot
----------------------------------------------- */

#footer{
	clear:both;
	width:680px;
	height:20px;
	margin:0 auto;
	padding:10px 0 25px 0;
	text-align:left;
	}

#footer p {
	margin-left:20px;
	font-weight:normal;
	color:#b0b0b0;
	font-size:10px;
	line-height:14px;
	text-decoration:none;
	}

#footer p a {
	color:#6e9d90;
	text-decoration:none;
	}

#footer p a:link {
	color:#6e9d90;
	}

#footer p a:visited {
	color:#6e9d90;
	}

#footer p a:hover, a:focus, a:active {
	color:#6e9d90;
	text-decoration:underline;
	}

