@charset "UTF-8";


/* ================================================================================
	1:Reset Css
================================================================================ */

/* 1:AllRest
================================================*/
html, body, address, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, map,
a, b, br, em, i, img, small, span, strong, sub, sup, legend, fieldset, input {
	margin: 0;
	padding: 0;
}


/* 2:Other
================================================*/
img {
	border: 0;
	vertical-align: top;
}

ul,ol {
	list-style: none;
}

strong {
	font-weight: normal;
}

em {
	font-style: normal;
}

form, text, textarea {
	outline:none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

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

th, td {
    text-align: left;
}

a {
	color: #111;
	text-decoration: none;
	transition: all 0.6s ease 0s;
}

a:hover {
	color: #444;
	text-decoration: none;
	transition: all 0.6s ease 0s;
}

a img {
	border: none;
	outline: none;
	transition: all 0.6s ease 0s;
}

a img:hover {
	opacity: 0.85;
	filter: Alpha(opacity=85);
	transition: all 0.6s ease 0s;
}

#header h2 a img:hover,
#global-nav a img:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
}

body {
	background: url(../images/top_img/haikei.png) center center repeat;
	font: 13px/1.5 Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS P ゴシック","MS P Gothic",sans-serif;
	color: #000;
}


/* ================================================================================
	1:Module Css
================================================================================ */
.inner {
	width: 980px;
	margin: 0 auto;
}

.lb {
	float: left;
}

.rb {
	float: right;
}

.wrap {
	overflow: hidden;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}
 
.cf:after {
    clear: both;
}
 

/* ================================================================================
	1:Header Css
================================================================================ */
#header {
	width: 100%;
	background: url(../images/top_img/top_line.jpg) 0 0 repeat-x;
}

#header .inner {
	position: relative;
	z-index: 1;
}

#header h1 {
	padding: 8px 0 0 170px;
	font-size: 14px;
	font-weight: 600;
	font-family:"Yu Mincho","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
}

#header h2 {
	position: absolute;
	z-Index:2;
	top: -10px;
	left: -5px;
}


#header #language {
	position: absolute;
	top: -1px;
	left: 880px;
	z-Index: 2;
}

#header #tel h3 {
	position: absolute;
	top: 4px;
	z-Index: 2;
	right: 110px;
	font-size: 14px;
	font-weight: 600;
	font-family:"Yu Mincho","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
}

#header #tel a {
	margin-left: 5px;
	font-size: 19px;
	color: #fff;
}

#header #headimg {
	margin-top: 9px;
}


/* ================================================================================
	2:Global Nav CSS
================================================================================ */
#global-nav {
	width: 100%;
	height: 72px;
	background: url(../images/menu_top/menu_line_top.png) 0 0 repeat-x;
}

#global-nav ul {
	overflow: hidden;
	zoom: 1;
}

#global-nav li {
	float: left;
}


/* ================================================================================
	3:Footer CSS
================================================================================ */
#footer {
	width: 100%;
	margin-top: 10px;
	background: #C95019 url(../images/top_img/footer-bg.jpg) 0 0 repeat-x;
}

#footer .inner {
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
}

#pagetop {
	position: absolute;
    top: 25px;
	right: 30px;
	z-index: 10;
}

#footer .wrap {
	overflow: hidden;
	zoom: 1;
}

#footer .lb {
	width: 580px;
	/*width: 513px;*/
	/*padding-left: 55px;*/
}

#footer h4 {
	margin-top: 50px;
}

#footer #address-table {
	float: left;
	width: 250px;
}

#footer tr {
	vertical-align:top;
}

#footer #address-table h5 {
	margin-top: 20px;
	padding: 0 0 3px 3px;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	color: #fff;
}

#footer #address-table table {
	margin-top: 10px;
	font-size: 13px;
	color: #fff;
}

#footer #address-table td {
	width: 2%;
	padding-bottom: 8px;
	line-height: 1.2;
}

#footer #address-table .tel {
	font-size: 10px;
}

#footer #address-table .time01 {
	padding-left: 2em;
}

#footer #address-table .time02 {
	padding-left: 1em;
}

#footer #address-table .time03 {
	padding-left: 5em;
}

#footer #address-table .sis {
	padding: 15px 0 0 10px;
	line-height: 1.2;
}

#footer #address-table td a {
	color: #fff;
}

#footer .map {
	float: right;
	width: 304px;
	margin-top: 27px;
}

#footer .rb {
	width: 380px;
	padding-top: 58px;
}

#footer #banner {
	margin-top: 22px;
	text-align: right;
}

#footer #copyright {
	margin-top: 15px;
	color: #fff;
	font-size: 12px;
}

#footer #copyright ul {
	text-align: right;
}

#footer #copyright li:first-child {
	margin-left: 0;
}

#footer #copyright li {
	display: inline;
	margin-left: 10px;
}

#footer #copyright .last {
	margin-left: 0;
}

#footer #copyright a {
	color: #fff;
	text-decoration: none;
	font-size:10px;
}

#footer #copyright a:hover {
	color: #999;
	text-decoration: none;
}


/* ================================================================================
	4:Main CSS
================================================================================ */
#container {
	width: 980px;
	max-width: 1280px;
	min-width: 980px;
	margin: 0 auto; 
}

#main1 {
	float:left;
	width: 389px;
	margin: 10px 0 10px 0;
}

#main2 {
	position: relative;
	background:#FFF;
	z-index: 1;
	float:right;
	width: 570px;
	margin: 10px 0 10px 0;
	padding-bottom: 15px;
	border: 2px solid #9D917B;
}

#main2 h3 {
	position: relative;
	top: -2px;
	left: 10px;
	z-index: 10;
}
	
#main2 ul {
	margin: 2px 5px 0;
/*	padding-bottom: 20px;*/
/*	border-bottom: 1px solid #9D917B;*/
}

#main2 li {
	height: 20px;
	padding: 5px 0 0 15px;
	border-bottom: 1px solid #9D917B;
	font-size: 13px;
	color: #222222;
	line-height: 24px;
	zoom: 1;
}

#main2 li a {
	color: #674200;
	text-decoration: none;
/*	transition: all 0.6s ease 0s;*/
}

#main2 li a:hover {
	color: #F37500;
	text-decoration: underline;
}


#main2 li span {
	margin-right: 1em;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 6.5em;
}

#main3 {
	clear: both; 
	position: relative;
	margin:10px auto;
}

#main3 ul {
	overflow: hidden;
	zoom: 1;
}

#main3 li {
	float: left;
	margin-left: 10px;
}

#main3 li:first-child {
	margin-left: 0;
}