@charset "UTF-8";
/* -----------------------------------------------------------
	reset
----------------------------------------------------------- */
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;
}
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;
	background: url(../images/common/bg.gif) repeat-x;
}
a {
	color: #333;
}
a:hover {
	color: #D29902;
}
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_0 {
	margin-bottom:0 !important;
}
.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 !important;
}
.mb_50 {
	margin-bottom: 50px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_70 {
	margin-bottom: 70px;
}

/*----- 横幅指定 -----*/
.wd1 {width: 1%;}
.wd5 {width: 5%;}
.wd10 {width: 10%;}
.wd13 {width: 13%;}
.wd15 {width: 15%;}
.wd20 {width: 20%;}
.wd23 {width: 23%;}
.wd24 {width: 24%;}
.wd25 {width: 25%;}
.wd30 {width: 30%;}
.wd35 {width: 35%;}
.wd40 {width: 40%;}
.wd44 {width: 44%;}
.wd45 {width: 45%;}
.wd50 {width: 50%;}
.wd60{width: 60%;}
.wd65 {width: 65%;}
.wd70 {width: 70%;}
.wd75 {width: 75%;}
.wd80 {width: 80%;}
.wd85 {width: 85%;}
.wd90 {width: 90%;}
.wd95 {width: 95%;}
.wd100 {width: 100%;}
/* -----------------------------------------------------------
	#container
----------------------------------------------------------- */
#container {
	width: 990px;
	margin: 0 auto;
}
/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
header {
	overflow: hidden;
	height: 147px;
}
header h1 {
	float: left;
	width: 395px;
	margin-top: 25px;
}
header .btn {
	float: right;
	text-align: right;
	width: 400px;
	margin-top: 25px;
}
/* -----------------------------------------------------------
	#headNav
	　　　グローバルナビ
----------------------------------------------------------- */
nav ul {
	overflow: hidden;
	margin: 10px 0 0 0
}
nav li {
	float: left;
	line-height: 0;
	margin-right: 93px;
}
nav li:last-child {
	margin-right: 0;
}
/* -----------------------------------------------------------
	#contentsArea
		コンテンツエリア
----------------------------------------------------------- */
#contentsArea {
	overflow: hidden;
	margin-top: 30px;
}
/* -----------------------------------------------------------
	#leftArea
----------------------------------------------------------- */
#leftArea {
	float: left;
	width: 230px;
	text-align: center;
}
#leftArea ul.bnr li {
	margin-bottom: 10px;
	line-height: 0;
}
#leftArea .contact {
	padding: 10px;
	border: 1px #ddd solid;
	text-align: left;
	font-size: 95%;
	margin:30px 0 0 0;
}
#leftArea .contact p {
	padding-bottom: 20px;
}

/* -----------------------------------------------------------
	#content
----------------------------------------------------------- */
#content {
	float: right;
	width: 720px;
}
/* -----------------------------------------------------------
	footer
		フッター
----------------------------------------------------------- */
footer {
	margin: 50px 0 0 0;
	background: url(../images/common/footer_bg.gif) repeat-x;
	padding: 30px 0 30px 0;
	overflow: hidden;
}
footer img {
	float: left;
	width: 252px;
	margin: 0 30px 0 0;
}
footer .address {
	float: left;
	color: #9A9A9A;
	width: 280px;
	font-size: 90%;
}
footer .copyright {
	float: right;
	text-align: center;
	font-size: 80%;
	color: #9A9A9A;
	margin: 20px 0 0 0;
}
/*=======================================================*/
/* リスト
/*=======================================================*/
.list {
	margin-bottom: 30px;
}
.list li {
	background: url(../images/common/icon.gif) no-repeat 0 5px;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
}
/*=======================================================*/
/* テキスト装飾
/*=======================================================*/
.text-c {
	text-align: center;
}
.text-r {
	text-align: right;
}
.red {
	color: #FF0000;
}
.f-l {
	font-size: 130%;
}
.f-s {
	font-size: 90%;
}
.f-en {
	font-size: 80%;
}
.f-bold {
	font-weight: bold;
}
.importText {
	text-decoration: line-through;
}
/*トップへ戻る
----------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 50px;
	right: 3%;
	z-index: 1000;
}
#pagetop a {
	display: block;
	background: url(../images/common/pagetop.png);
	width: 59px;
	height: 59px;
	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用 */
}
/*=======================================================*/
/* 単体リンク
/*=======================================================*/
.link a {
	background-image: url(../images/common/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 1px 0.4em;
	padding: 0 0 1px 15px;
}
/*=======================================================*/
/*  画像位置
/*=======================================================*/
.img_l {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.img_r {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
}
/*=======================================================*/
/*  indent
/*=======================================================*/
.indent-1 {
	text-indent: -1em;
	margin-left: 1em;
}
/*=======================================================*/
/*  sam-2
/*=======================================================*/
.sam-2 {
	margin-bottom: 20px;
}
.sam-2 li {
	float: left;
	width: 338px;
	font-size: 80%;
	margin-right: 7px;
	line-height: 1.4em;
}
/*=======================================================*/
/*  sam-3
/*=======================================================*/
.sam-3 {
	margin-bottom: 20px;
}
.sam-3 li {
	float: left;
	width: 222px;
	font-size: 80%;
	margin-right: 7px;
	line-height: 1.4em;
}
