@CHARSET "utf-8";

/* ========BASIC======== */
html {
	overflow-y:scroll; 
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",verdana,sans-serif;
	font-size:12px;
	color:#000;
}

br {
	letter-spacing:normal;
}

a {
	color:#134D99;
	text-decoration:none;
}

a:hover {
	color:#134D99;
	text-decoration:underline;
}

img {
	border:0;
	vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
}

h2 {
	clear:both;
	padding:0 10px;
	line-height:2.0;
	color:#fff;
	font-size:15px;
	font-weight:normal;
	background:#4387e9;
}

h3 {
	clear:both;
	padding:0 10px;
	line-height:2.0;
	font-size:15px;
	font-weight:normal;
	margin:0;
	color:#000;
	border:1px solid #ddd;
	background:#ccc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #ccc), color-stop(0.00, #f3f3f3));
	background:-webkit-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
	background:-moz-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
	background:-o-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
	background:-ms-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
	background:linear-gradient(to bottom, #f3f3f3 0%, #ccc 85%);	
}

p {
	margin-top:10px;
}

ul,ol,dl {
	margin:10px;
	padding:0;
}

li {
	padding:0;
	margin:0 0 0 30px;
}

dt {
	margin:0;
	padding:0;
}

dd {
	margin:0 0 0.5em 1em;
	padding:0;
	background:#f1f1f1;
}

table {
	font-size:12px;
}

table {
	width:620px;
	margin:10px 0px;
	border-collapse:collapse;
	border:1px solid #999;
	border-spacing:0;
	line-height:1.8;
}

table th {
	padding:5px;
	border:1px solid #999;
	border-width:0 0 1px 1px;
	background:#EFEBEF;
	font-weight:bold;
	text-align:left;
}

table td {
	padding:5px;
	border:1px solid #999;
	border-width:0 0 1px 1px;
	text-align:left;
}

#product {
	font-size:15px;
	width:620px;	
}

#product tr {
	vertical-align: top;
	border: 1px;
}

/* ========TEMPLATE LAYOUT======== */
#container {
	width:940px;
	margin:30px auto;
	padding:20px;
}

#header {
	position:relative;
	width:940px;
	margin-bottom:20px;
}

#menu {
	position:absolute;
	right:0;
	top:30px;
}

#contents {
	float:left;
	width:940px;
	padding:10px 0;
	background:#fff;
}

#conL {
	float:left;
	width:620px;
	
}

#conR {
	float:right;
	width:300px;
}

#footMenu {
	float:left;
	width:940px;
	margin-top:10px;
}

#footer {
	clear:both;
	width:940px;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
	margin:0;
	padding:20px 0 0 0;
	font-size:30px;
	color:#770000;
	line-height:1.0;
}

#header h1 a {
	color:#770000;
}

#header h1 a:hover {
	color:#770000;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	overflow:hidden;
	float:left;
	margin:0;
	padding:0 0 0 30px;
}

#menu li a {
	display:block;
	font-weight:bold;
	color: #999999;
}

#menu li a:hover {
	border-bottom:3px solid #4387e9;
	text-decoration:none;
	color: #000000;
}

/* ========SLIDESHOW CUSTOMIZE======== */
#slide {
	width:940px;
	height:300px;
	overflow:hidden;
	position:relative;
	padding-bottom:25px;
}

.slideInner {
	list-style:none;
	margin:0;
	padding:0;
}

.slideInner li {
	position:absolute;
	background:#fff;
	margin:0;
	padding:0;
}

.slidePrev {
	position:absolute;
	width:50px;
	height:60px;
	top:120px;
	left:0;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	display:block;
	width:50px;
	height:60px;
	top:120px;
	right:0;
	cursor:pointer;
	z-index:100;
}

.controlNav {
	position:absolute;
	float:left;
	left:50%;
	bottom:0;
}

.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;  
	background:#eee;
	text-indent:-9999px;
	vertical-align:middle;
}

.controlNav span:hover {
	background:#ccc;
	cursor:pointer;
}

.controlNav span.current {
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	background:#85d1c6;
}

/* ========MAINCONTENTS CUSTOMIZE======== */
/* INFORMATION CUSTOMIZE */
.information {
	<!--
	width:620px;
	-->
	margin-bottom:20px;
}

.information dl {
	margin:0;
}

.information dt {
	float:left;
	padding-top:5px;
}

.information dd {
	margin:0 0 5px 0;
	padding:5px 0px 5px 9em;
	background:url("../img/bg_dotline.gif") 0 100% repeat-x;
}

/* BANNER CUSTOMIZE */
.bnrR {
	width:238px;
	/* margin:20px 0; */
	margin:20px 0 20px 20px;
	padding:10px;
	border:2px solid #ddd;
	text-align:center;
}

.bnrR ul {
	margin:0 0 -10px 0;
	padding:0;
}

.bnrR li {
	margin:0;
	padding:10px;
	list-style:none;
	margin-bottom:10px;
	background:#eee;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
	margin:5px 0;
	padding:20px 0;
	text-align:center;
	border-top:1px solid #ddd;
}

#footMenu li {
	display:inline;
	margin:0 0 0 20px;
	list-style:none;
}

#footMenu li a {
	color:#000;
}

#footMenu li a:hover {
	color:#666;
	text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
	border-top:1px solid #ddd;
	font-style:normal;
	font-size:11px;
	color:#999999;
	line-height:3.0;
	text-align:center;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
	position:fixed;
	right:0;
	bottom:0;
	padding:10px;
	background:#000;
}

#pageTop a {
	padding:0 0 0 12px;
	color:#fff;
	font-size:11px;
	background:#000 url("../img/bg_pagetop.gif") 0 50% no-repeat;
}

#map_basic {
	margin: 10px 0px;
}

/* ========MODAL======== */
#modal-content {
	width:50%;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
    position:fixed;
}

#modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
    width:100%;
	height:120%;
	position:fixed;
	top:0;
	left:0;
}

#modal-close {
    top:0;
    right:0;
}