@charset "UTF-8";


* {
	margin: 0px;
	padding: 0px;
}

html, body {
}

body{
	width: 100%;
	min-height: 100%;
	font-size: 10px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	line-height: 1.5em;
	text-align: center;
	background: #ffffff;
	color: #595757;
}


h1,h2,h3,h4,h5,h6{
}

p,th,td,li,dt,dd{
}

ul	{list-style-type: none;}
img	{border: none; vertical-align: top;}

hr{
  height:0px;
  margin:0;
  border:none;
}
* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
}

a:link,
a:visited{color: #000000; text-decoration: underline;}
a:hover,
a:active{color: #ff6215; text-decoration: none;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clearfix{
	overflow: hidden; /*DW view*/
}

.clear {
	clear: both;
}

div#wrapper{
	margin: 0px auto;
	padding: 50px 0 0 0;
	width: 800px;
	text-align:left;
	position: relative;
	min-height: 100%;
}


/***********************************************/ 
/*header*/
/***********************************************/ 

div#header{
	position: relative;
	background: url(../img/line.gif) bottom no-repeat;
	padding: 0 100px;
	height: 100px;
}
div#header h1{
	font-size: 8.5px;
	font-weight: normal;
	color: #997F72;
	line-height: 1.6em;
	position: absolute;
	top: 0;
	left: 240px;
	margin-top: -3px;
}
div#header p#logo {
	position: absolute;
}

div#header p#tel {
	position: absolute;
	right: 100px;
	top: 0px;
}
div#header p#mail {
	position: absolute;
	right: 100px;
	top: 41px;
}


/***********************************************/ 
/*contents*/
/***********************************************/ 
#contents {}


/***********************************************/ 
/*contents-main*/
/***********************************************/ 
div#main {}


/***********************************************/ 
/*contents-main-top*/
/***********************************************/ 
div#main-top {
	margin: 0 100px;
	padding: 50px 0 40px;
	background: url(../img/m_bg_img.gif) no-repeat right;
}
div#main-top h2 {
	margin-bottom: 30px;
}
div#main-top #copy {
	margin-bottom: 60px;
	line-height: 2.2em;
	color: #5e5351;
}


/***********************************************/ 
/*footer*/
/***********************************************/ 
div#footer{
	padding: 20px 100px 0 100px;
	font-size: 8px;
	position: relative;
	background-image: url(../img/line.gif);
	background-position: top;
	background-repeat: no-repeat;
}
div#footer #copyright{
	text-align: right;
	position: absolute;
	right: 100px;
	top: 22px;
	line-height: 1em;
}