/*

Last Update 2009-11-20

*/

/* font-color
--------------------------------------------------------------------*/

body {

}

/* heading
--------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	font-size: 1em;
}

h1 strong,
h1 em,
h2 strong,
h2 em,
h3 strong,
h3 em,
h4 strong,
h4 em,
h5 strong,
h5 em,
h6 strong,
h6 em {
	font-weight: inherit;
}

/* normal block
--------------------------------------------------------------------*/

p {
	text-align: justify;
}

/* anchor
--------------------------------------------------------------------*/

a:link {
	text-decoration:none;
	color: #995400;
text-decoration:underline;
}

a:visited {
	text-decoration:none;
		color: #995400;
}

a:hover {
	text-decoration:underline;
		color: #995400;
}

a:active {
	text-decoration:none;
		color: #995400;
}

/* table
--------------------------------------------------------------------*/

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


/* margin,padding
--------------------------------------------------------------------*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset {
	display: block;
	margin: 0;
	padding: 0;
}

/* heading
--------------------------------------------------------------------*/

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

/* font 
--------------------------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	font-size: 10px;
	color:#333;
}
* html body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	font-size: 62.5%;
	color:#333;
}
*+html body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	font-size: 62.5%;
	color:#333;
}

address,
em {
	font-style: normal;
}

/* list 
--------------------------------------------------------------------*/

ol,
ul {
	list-style-type: none;
}

/* img 
--------------------------------------------------------------------*/

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

/* form
--------------------------------------------------------------------*/

input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}

button {
	cursor: pointer;
}

/* table
--------------------------------------------------------------------*/

table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
}

table {
	display: table;
}

thead {
	display: table-header-group;
}

tbody {
	display: table-row-group;
}

tfoot {
	display: table-footer-group;
}

tr {
	display: table-row;
}

th,
td {
	display: table-cell;
}

caption {
	display: table-caption;
}

col {
	display: table-column;
}

colgroup {
	display: table-column-group;
}

/* clearfix
--------------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/*--------------------------------
#wrap
--------------------------------*/
div#wrap {
	width:100%;
	background:url(../images/warp_bg.jpg) left top repeat-x;
	overflow:hidden;
}
div#wrap2 {
	width:100%;
	height:139px;
	background:url(../images/footer_bg.jpg) left top repeat-x;
	overflow:hidden;
}
/*--------------------------------
#container
--------------------------------*/
div#container {
	width:1000px;
	margin:0 auto;
	font-size:1.2em;
}

/*--------------------------------
#header
--------------------------------*/
div#header {
	width:1000px;
	height:114px;
	margin:0 auto;
	position:relative;
}
h1 {
	position:absolute;
	top:2px;
	left:0px;
	color:#B8AD92;
}
div#header p.logo {
	position:absolute;
	top:29px;
	left:0px;
}
div#header ul {
	position:absolute;
	top:34px;
	right:4px;
}
div#header ul li {
	float:left;
	padding:0 0 0 10px;
}
div#header ul li.mid {
	margin-top:6px;
}
div#header ul#nav {
	position:absolute;
	top:81px;
	left:30px;
}
div#header ul#nav li {
	float:left;
	padding:0px;
}
/*--------------------------------
#nav
--------------------------------*/


/*--------------------------------
#mainBody
--------------------------------*/
div#mainBody {
	width:1000px;
	padding:0 0 15px 0;
	overflow:hidden;
	clear:both;
	
}
/*--------------------------------
#mainimg
--------------------------------*/
p#mainimg {
	width:1000px;
	overflow:hidden;
	clear:both;
	margin-bottom:17px;
}
/*--------------------------------
#mainContent
--------------------------------*/
div#mainContent {
	overflow:hidden;
	clear:both;
}
/*--------------------------------
#footer
--------------------------------*/
div#footer {
	width:1000px;
	margin:0 auto;
	position:relative;
}
div#footer p.f_btn {
	position:absolute;
	top:16px;
	left:27px;
}
div#footer address {
	position:absolute;
	top:22px;
	left:219px;
	color:#FFF;
}
div#footer p.pri {
	position:absolute;
	top:44px;
	left:219px;
}
* html div#footer p.pri {
	position:absolute;
	top:38px;
	left:219px;
}
*+html div#footer p.pri {
	position:absolute;
	top:38px;
	left:219px;
}
div#footer p.tel {
	position:absolute;
	top:16px;
	right:32px;
}
div#footer p.mail {
	position:absolute;
	top:49px;
	right:31px;
}
div#footer p.copyright {
	position:absolute;
	top:92px;
	left:0px;
	width:1000px;
	text-align:center;
	color:#A4A191;
}
