@charset "utf-8";

/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* -----reset end------------------------------------------------ */


body{
	font-family:'Meiryo', 'メイリオ','Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','ＭＳ ゴシック',sans-serif;
	text-align: left;
	padding: 0;
	background: #F7F6F6;
	min-width: 1260px;
}

header{
	background:#271107;
	width: 100%;
	height: 99px;
	border-bottom: 1px solid #FFF;
	top: 0;
	z-index: 9999;
}
.header_in{
	width: 1260px;
	margin: 0 auto;
	position: relative;
}
.logo_img01 a,.logo_img02{
	position: absolute;
	top: 0px;
	height: 0;
	width: 0;
	z-index: 8999;
	overflow: hidden;
}
.logo_img01 a{
	left: 41px;
	padding: 142px 297px 0 0;
	background: url(../common/images/logo_01.png) 0 0 no-repeat;
	display: block;
}
.logo_img02{
	right: 0px;
	padding: 142px 330px 0 0;
	background: url(../common/images/logo_02.png) 0 0 no-repeat;
}
/* -----グローバルナビ------------------------------------------------ */
header nav{
	overflow:hidden;
	margin: 0 auto 0;
	width: 556px;
}
header nav li{
	overflow: hidden;
	float: left;
}
header nav li a{	
	display: block;
	height: 0;
	padding-top: 39px;
	margin-top: 45px;
}
header nav li.p01 a{background: url(../common/images/g_nav.gif) 0 0 no-repeat; width:138px;}
header nav li.p02 a{background: url(../common/images/g_nav.gif) -138px 0 no-repeat; width: 139px;}
header nav li.p03 a{background: url(../common/images/g_nav.gif) -277px 0 no-repeat; width: 139px;}
header nav li.p04 a{background: url(../common/images/g_nav.gif) -416px 0 no-repeat; width: 140px;}

header nav li.p01 a:hover{background: url(../common/images/g_nav.gif) 0 -39px no-repeat; width:138px;}
header nav li.p02 a:hover{background: url(../common/images/g_nav.gif) -138px -39px no-repeat; width: 139px;}
header nav li.p03 a:hover{background: url(../common/images/g_nav.gif) -277px -39px no-repeat; width: 139px;}
header nav li.p04 a:hover{background: url(../common/images/g_nav.gif) -416px -39px no-repeat; width: 140px;}


/* -----フッター------------------------------------------------ */
footer{
	padding: 15px 0 140px 0;
	text-align: center;
	background: #271107;
}
footer small{
	font-size: 14px;
	color: #FFF;
	font-family:'ＭＳ ゴシック','Meiryo', 'メイリオ','Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','ＭＳ ゴシック',sans-serif;
}
footer ul{
	overflow: hidden;
	margin: 0 -25px 0 0;
	display: inline-block;
}
footer ul li{
	float: left;
	margin: 20px 25px 190px 0;
}
footer ul li a{
	color: #FFF!important;
}
/*＿＿＿base＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

p,li,dt,dd,th,td,address{
	font-size: 14px;
	line-height: 170%;
	color: #3F2C26;
}

body a:link {
	color: #4C3D2E;
	text-decoration: none;
}

body a:visited {
	color: #4C3D2E;
	text-decoration: none;
}

body a:hover,
body a:active {
	color: #4C3D2E;
	text-decoration: underline;
}

a:hover img,
input:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
em{
	color: #F00;
}
img {
	border: 0;
}

ul li {
	list-style: none;
}

ol li {
	list-style-position: outside;
	margin-left: 20px; 
}

.clearfix {
	overflow: hidden;
	zoom: 1;
}
h2{
	font-size: 20px;
	line-height: 1;
}
h3{
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	background: url(../common/images/base/h3.gif) 0 0 no-repeat;
	padding: 8px 7px 6px;
}
h4{
	font-size: 14px;
	line-height: 1;
}
h5{
	font-size: 14px;
	line-height: 1;
}
/*＿＿＿table＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.table02{
	width: 100%;
}
.table02 th{
	text-align: left;
	font-weight: normal;
	padding: 10px 5px 3px;
	border-bottom: 1px dotted #333;
}
.table02 td{
	border-bottom: 1px dotted #333;
	padding: 10px 5px 3px;
	text-align: left;
}


/*＿＿＿box＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.box01{
	overflow: hidden;
}
.box01 p{
	float: left;
}
.box01 figure{
	float: right;
}
.box02{
	overflow: hidden;
}
.box02 p{
	float: left;
}
.box02 figure{
	float: left;
}

/*＿＿＿size,icon,other＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/


.none {
	display: none!important;
}

.left {
	text-align: left!important;
}

.right {
	text-align: right!important;
}

.center {
	text-align: center!important;
}

.f-left {
	float: left;
}
.f-right {
	float: right;
}
.ph-left,
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.ph-right,
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.clearboth{
	clear: both;
}

.f11{font-size:11px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f27{font-size:27px;}


.mb0 {margin-bottom: 0px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb25 {margin-bottom: 25px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb35 {margin-bottom: 35px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb45 {margin-bottom: 45px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}
.mb70 {margin-bottom: 70px!important;}
.mb80 {margin-bottom: 80px!important;}
.mb90 {margin-bottom: 90px!important;}
.mb100 {margin-bottom: 100px!important;}

.mt0 {margin-top: 0px!important;}
.mt5 {margin-top: 5px!important;}
.mt12 {margin-top: 12px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt25 {margin-top: 25px!important;}
.mt30 {margin-top: 30px!important;}
.mt35 {margin-top: 35px!important;}
.mt40 {margin-top: 40px!important;}
.mt49 {margin-top: 49px!important;}
.mt50 {margin-top: 50px!important;}
.mt60 {margin-top: 60px!important;}
.mt70 {margin-top: 70px!important;}
.mt80 {margin-top: 80px!important;}
.mt90 {margin-top: 90px!important;}
.mt100 {margin-top: 100px!important;}
.mt180 {margin-top: 180px!important;}

.ml5{margin-left: 5px!important;}
.ml10 {margin-left: 10px!important;}
.ml20 {margin-left: 20px!important;}
.ml30 {margin-left: 30px!important;}
.ml45 {margin-left: 45px!important;}
.ml60 {margin-left: 60px!important;}

.mr0 {margin-right: 0px!important;}
.mr20 {margin-right: 20px!important;}
.mr40 {margin-right: 40px!important;}

.pt150 { padding-top: 150px;}
.pt200 { padding-top: 200px;}
.pt300 { padding-top: 300px;}

.pl30 {padding-left: 30px!important;}
.plr50 {padding-left: 50px!important; padding-right: 50px!important;}

.wp300{width: 300px;}
.wp320{width: 320px;}


