@charset "UTF-8";

 /* -----------------------------------------------------------
	リセット
----------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html,body{width: 100%;}
table, tr, th, td{
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

 /* -----------------------------------------------------------
	共通装飾等
----------------------------------------------------------- */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	color:#333;
}

a{
	color:#333;
}
a:hover{
	color:#E60012;
}
input[name="image"]:hover{
	filter:alpha(opacity=70);
    opacity:0.70;
}
a img:hover{
	filter:alpha(opacity=70);
    opacity:0.70;
}


/*=======================================================*/
/* float解除
/*=======================================================*/
.clearfix {
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

 /* margin*/
.mt_5 { margin-top: 5px;}
.mt_10 { margin-top: 10px;}
.mt_20 { margin-top: 20px;}
.mt_30 { margin-top: 30px;}
.mt_40 { margin-top: 40px;}
.mt_50 { margin-top: 50px;}

.ml_5 { margin-left: 5px;}
.ml_20 { margin-left: 20px;}
.ml_30 { margin-left: 30px;}
.ml_40 { margin-left: 40px;}
.ml_50 { margin-left: 50px;}
.ml_60 { margin-left: 60px;}
.ml_70 { margin-left: 70px;}
.ml_80 { margin-left: 80px;}

.mr_5 { margin-right: 5px;}
.mr_10 { margin-right: 10px;}
.mr_20 { margin-right: 20px;}

.mb_5 { margin-bottom: 5px;}
.mb_10 { margin-bottom: 10px;}
.mb_20 { margin-bottom: 20px;}
.mb_30 { margin-bottom: 30px;}
.mb_40 { margin-bottom: 40px;}
.mb_50 { margin-bottom: 50px;}
.mb_60 { margin-bottom: 60px;}
.mb_70 { margin-bottom: 70px;}
 
 
/* -----------------------------------------------------------
	container
----------------------------------------------------------- */
#container{
	width:100%;
}

/* -----------------------------------------------------------
	ヘッダー
----------------------------------------------------------- */
header{
	width:1000px;
	margin:0 auto;
	height:91px;
}
header h1{
	float:left;
	margin:13px 0 0 0;
}
/* -----------------------------------------------------------
	グローバルナビ
----------------------------------------------------------- */
header nav{
	overflow: hidden;
	float: right;
	margin: 18px 0 0 0;
}
header li{
	float: left;
	line-height: 0;
}

/* -----------------------------------------------------------
	コンテンツエリア
----------------------------------------------------------- */
#contentsArea{
	width:1000px;
	margin:30px auto 0 auto;
	overflow: hidden;
}
#contentsArea #LeftArea{
	float: left;
	width: 300px;
}
#contentsArea #MainArea{
	float: right;
	text-align: left;
	width: 660px;
}

/* -----------------------------------------------------------
	左カラム
----------------------------------------------------------- */
#contentsArea #LeftArea #inquiry{
	background: url(../images/common/inquiry_bg.gif) no-repeat;
	height: 250px;
	padding: 18px 24px;
	color: #362600;
	font-size: 88%;
}
#contentsArea #LeftArea #inquiry h2{
	text-align: center;
	margin-bottom: 16px;
}
#contentsArea #LeftArea #inquiry li{
	margin-bottom: 8px;
	padding: 0 0 0 30px;
}
#contentsArea #LeftArea #inquiry li.address{
	background: url(../images/common/ic_map.gif) no-repeat left top;
}
#contentsArea #LeftArea #inquiry li.tel{
	background: url(../images/common/ic_tel.gif) no-repeat left top;
}
#contentsArea #LeftArea #inquiry li.fax{
	background: url(../images/common/ic_fax.gif) no-repeat left top;
}
#contentsArea #LeftArea #inquiry li.time{
	background: url(../images/common/ic_time.gif) no-repeat left top;
}


/* -----------------------------------------------------------
	フッター
----------------------------------------------------------- */
footer{
	width:100%;
	background-color: #000;
	color: #fff;
	overflow: hidden;
	margin-top: 64px;
}
footer #footer-in{
	width: 1000px;
	margin: 0 auto;
}
footer #footer-in .logo{
	background-color: #fff;
	float: left;
	margin-bottom: 24px;
	color: #000;
	padding: 16px;
	font-size: 90%;
}
footer #footer-in .logo img{
	margin-bottom: 16px;
}
footer #footer-in ul{
	float: right;
	margin: 40px 0 0 0;
}
footer #footer-in li{
	border-left: 1px solid #fff;
	display: inline-block;
	padding: 0 10px;
}
footer #footer-in li:first-child{
	border: none;
}
footer #footer-in li a{
	color: #fff;
	display: block;
	text-decoration: none;
}
footer #footer-in li a:hover{
	text-decoration: underline;
}
#copyright{
	clear: both;
	margin: 20px 0;
	text-align: center;
	font-size: 90%;
}


/*=======================================================*/
/* テキスト装飾
/*=======================================================*/
.text-c{
	text-align:center;
}
.text-r{
	text-align:right;
}
.red {
	color:#FF0000;
}
.f-l{
	font-size:130%;
}
.f-en{
	font-size:80%;
}
.f-bold{
	font-weight:bold;
}

/*トップへ戻る
----------------------------------------*/
#pagetop {
	position: fixed;
	bottom:50px;
	right:3%;
	z-index:1000;
}
#pagetop a {
	display:block;
	background: url(../images/common/pagetop.png);
	width:40px;
	height:39px;
	overflow:hidden;
	text-indent: -9999px;
}
#pagetop a span{
	display:none;
}
#pagetop a:hover {
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
}

/*=======================================================*/
/*  画像位置
/*=======================================================*/
.img_l {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	text-align:left;
}
.img_r {
	float: right;
	margin-left:20px;
	margin-bottom:20px;
	text-align:left;
}

/*=======================================================*/
/*  indent
/*=======================================================*/
.indent-1 {
	text-indent: -1em;
	margin-left: 1em;
}

/*=======================================================*/
/*  form
/*=======================================================*/
table td .small { width: 30%; }
table td .middle { width: 50%; }
table td .large { width: 100%; }
table td textarea {
	resize: vertical;
	width: 100%;
	font-size: 16px;
}

table td input[type=text],
table td input[type=email],
table td select {
	height: 33px;
	font-size: 16px;
}

