﻿@charset "utf-8";

/******************************************************
トップページ用css

#top-banner {
	margin-bottom: 20px;
}

******************************************************/

#index-contents {
	width: 862px;
	margin: 0 auto 10px;
}

#slide-area {
	width: 860px;
	margin: 0 auto;
}


/*-----------------------------------------------------
main
-----------------------------------------------------*/
#main-box {
	margin-bottom: 20px;
}

.main-box-left {
	width: 274px;
	float: left;
}

.main-box-right {
	width: 274px;
	margin-left: 20px;
	float: left;
}

.iframe-info {
	width: 233px;
	height: 270px;
	border: 0px;
	framespacing: 0px;
}

.main-box-inner {
	height: 515px;
	background: url(../img/public/index/index_box_bg11.jpg) no-repeat 0 bottom;
	padding: 16px 20px 0;
	position: relative;
}

.main-box-inner2 {
	height: 320px;
	background: url(../img/public/index/index_box_bg11.jpg) no-repeat 0 bottom;
	padding: 16px 20px 0;
	position: relative;
}

.main-box-inner3 {
	height: 305px;
	background: url(../img/public/index/index_box_bg11.jpg) no-repeat 0 bottom;
	margin-bottom: 15px;
	padding: 16px 20px 0;
	position: relative;
}

.main-box-inner-chinese {
	height: 500px;
	background: url(../img/public/index/index_box_bg11.jpg) no-repeat 0 bottom;
	padding: 16px 20px 0;
	position: relative;
}

.main-box-inner-chinese2 {
	height: 300px;
	background: url(../img/public/index/index_box_bg11.jpg) no-repeat 0 bottom;
	padding: 16px 20px 0;
	position: relative;
}

.main-box-inner-chinese3 {
	height: 300px;
	background: url(../img/public/index/index_box_bg11.jpg) no-repeat 0 bottom;
	margin-bottom: 8px;
	padding: 16px 20px 0;
	position: relative;
}

.main-box-title {
	margin-bottom: 10px;
	padding: 0 10px 3px 20px;
	font-weight: bold;
	font-size: 109%;
	color: #03A7DA;
	border-bottom: 1px dotted #03A7DA;
	background: url(../img/public/index/icon_square2.jpg) no-repeat 6px 1px;
}

.main-box-text1 {
	padding: 0 6px 8px;
	line-height: 1.5;
}
.main-box-text2 {
	padding: 8px;
	line-height: 1.5;
	border-top: 1px solid #D5D5D5;
}
.main-box-text3 {
	padding: 8px 8px 8px 14px;
	text-indent: -8px;
	line-height: 1.5;
	border-top: 1px solid #D5D5D5;
}
.main-box-text4 {
	padding: 8px 8px 10px 14px;
	text-indent: -8px;
	line-height: 1.5;
	border-top: 1px solid #D5D5D5;
}
.main-box-text5 {
	padding: 0 6px 10px;
	line-height: 1.5;
}
.main-box-text6 {
	margin-bottom: 15px;
	line-height: 1.5;
}
.main-box-img {
	margin-bottom: 18px;
	text-align: center;
}

.main-box-link {
	text-align: center;
}

.main-box-bnr {
	margin-bottom: 11px;
}

.main-box-bnr-cn {
	margin-bottom: 8px;
}

ul.main-box-info {
	height: 480px;
	overflow-y: scroll;
}
ul.main-box-info li {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 5px 5px 7px;
	line-height: 1.5;
	border-bottom: 1px dotted #03A7DA;
	text-align: left;
}
ul.main-box-info li span {
	color: #03A7DA;
}
ul.main-box-info li a {
	color: #333333;
}

ul.main-box-info-chinese {
	height: 470px;
	overflow-y: scroll;
}
ul.main-box-info-chinese li {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 5px 5px 7px;
	line-height: 1.5;
	border-bottom: 1px dotted #03A7DA;
	text-align: left;
}
ul.main-box-info-chinese li span {
	color: #03A7DA;
}
ul.main-box-info-chinese li a {
	color: #333333;
}


/*-----------------------------------------------------
center-banner
-------------------------------------------------------*/
#center-banner {
	margin-bottom: 10px;
	text-align: center;
}


/*-----------------------------------------------------
center-access-area
-------------------------------------------------------*/
#center-access-area {
	margin-bottom: 10px;
	padding: 10px 0 8px 14px;
	border: 1px solid #D5D5D5;
}
#center-access-area-title {
	width: 330px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 150%;
	color: #3C3C3C;
	border-bottom: 1px solid #ABABAB;
}

.center-access-left {
	width: 368px;
	margin-right: 8px;
	float: left;
}
.center-access-left .tel {
	margin-bottom: 12px;
}
.center-access-left .fax {
	margin-bottom: 10px;
	margin-left: 2px;
}
.center-access-left .mail {
	margin-left: 1px;
}

.center-access-center {
	width: 184px;
	margin-right: 10px;
	float: left;
}

.center-access-right {
	width: 265px;
	float: left;
}

.center-access-area-text {
	margin-bottom: 10px;
	line-height: 1.6;
}


/*-----------------------------------------------------
link-banner
-----------------------------------------------------*/
#index-link-banner ul li {
	margin-left: 10px;
	float: left;
}
#index-link-banner ul li:first-child {
	margin-left: 0;
}

