@charset "UTF-8";


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

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"メイリオ", Verdana, Helvetica, sans-serif;
   font-size:12px;
   color:#333;
   border-top:3px solid #275CA7;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
	color:#000066;
	text-decoration:none;}

a:hover {
	color:#F20000;
	text-decoration:none;
}

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

h1,h2,h3,h4,h5,h6 {
   margin:0;
}
#header #gNavi {
	position:absolute;
	top:36px;
	right:7px;
	margin:0;
	font-size:14px;
	width: 197px;
}


/* ========TEMPLATE LAYOUT======== */
#header {
	width:940px;
	margin:0 auto;
	position:relative;
	padding:0 5px;
}

#menu {
	width:100%;
	float:left;
	border-bottom:3px solid #275CA7;
	background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

#icatchIndexWrap {
	clear:both;
	position:relative;


   z-index:-1
   overflow:hidden;
	height:240px;
	background-image: url(../images/globalbg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#icatchWrap {
	clear:both;
	position:relative;



   z-index:-1
   overflow:hidden;
	height:400px;
	background-image: url(../images/globalbg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#icatch {
	width:940px;
	height: 180px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contents {
	clear:both;
	position:relative;
	z-index:100;
	overflow:hidden;
	width:940px;
	margin:-250px auto 0 auto;
	background:#fff;
}

#main {
	float:right;
	width:670px;
	padding:10px;
	background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}

#sub {
   float:left;
   width:220px;
   padding:10px;
   background:url("../images/bg_contents.gif") 0 0 no-repeat;
}

#pageTop {
   clear:both;
   width:800px;
}

#footer {
	clear:both;
	background-image: url(../images/globalbg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#footMenu {
   clear:both;
   overflow:hidden;
   width:750px;
   margin:0 auto;
   padding:30px 10px 30px 40px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px 0;
   font-size:24px;
   color:#fff;
   line-height:70px;
}

#header h1 a {
   color:#333;
}

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

#header #pr p {
   margin:0;
   padding:10px 0;
   font-size:11px;
}

#header #gNavi {
	position:absolute;
	top:36px;
	right:29px;
	margin:0;
	font-size:12px;
	width: 174px;
	left: 730px;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
	overflow:hidden;
	width:940px;
	margin:0 auto;
	padding:0;
	border-right:1px solid #e5e5e5;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:155px;
   color:#333;
   line-height:40px;
   text-decoration:none;
   border-left:1px solid #e5e5e5;
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.gif") 0 0 repeat-x;
}

#menu li a:hover {
	color:#fff;
	text-decoration:none;
	background:url("../images/bg_menu_on.gif") 0 0 repeat-x;
	font-weight: bold;
}


/* ========ICATCH CONTENTS CUSTOMIZE======== */
#icatch h2 {
   padding-top:30px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

#main h3 {
	margin-bottom:20px;
	font-size:16px;
	border-bottom:1px dotted #ddd;
	background:#fff url("../images/bg_main_h3.gif") 0 0 repeat-x;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#main h4 {
	margin-bottom:20px;
	padding:8px;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C6C6C6;
	background-image: url(../images/bg_main_h4.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#main h5 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#fff;
   background:#0089a1;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}

#main p {
	margin:0 0 1em 0;
	color: #333;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#main table {
	width:90%;
	border-collapse:collapse;
	height: 700px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 3em;
}

#main table th {
	padding:5px;
	font-size:12px;
	text-align:left;
	background-color: #F1F4FA;
	background-image: url(../images/6page/dot.gif);
	background-repeat: repeat-x;
	background-position: 50% top;
}

#main table td {
	padding:5px;
	font-size:12px;
	text-align:left;
	background-image: url(../images/6page/dot.gif);
	background-repeat: repeat-x;
	background-position: 50% top;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
   border:1px solid #E8E8E8;
}

#sub h3 {
	font-size:14px;
	font-weight:bold;
	color:#006;
	text-align:center;
	border:1px solid #fff;
	border-bottom:none;
	padding: 6px;
	background-image: url(../images/bg_sub_h3.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#sub ul {
   margin:0;
   padding:5px 5px 1px 5px;
   border:1px solid #fff;
   background:#E8E8E8;
}

#sub li {
	margin-bottom:5px;
	padding:5px;
	line-height:1.4;
	border:1px solid #D8D8D8;
	list-style:none;
	background:#fff url("../images/bg_sub_list.gif") 0 0 repeat-x;
}

#sub li a {
	display:block;
	padding-left:10px;
	line-height:3.0;
}

#sub2 ul {
   margin:0;
   padding:0;
}

#sub2 li {
   line-height:1.4;
   border-bottom:1px solid #ddd;
   list-style:none;
}

#sub2 li a {
   display:block;
   padding-left:20px;
   color:#333;
   line-height:3.0;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0 4px 0;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:#ddd url("../images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu .section {
   float:left;
   width:220px;
   margin-right:30px;
   padding:0;
}

#footMenu h3 {
   font-size:12px;
   border-bottom:1px dotted #999;
}

#footMenu ul {
   margin:0;
   padding:0;
}

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   font-size:11px;
   background:url(../images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}
#contents #main .left1 {
	height: 200px;
	width: 300px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
#contents #main .right1 {
	float: left;
	height: 200px;
	width: 300px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
#contents #main .left2 {
	height: 120px;
	width: 150px;
	float: left;
	margin-left: 10px;
}
#contents #main .left4 {
	float: left;
	height: 175px;
	width: 240px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 40px;
}
#contents #main .left5 {
	height: 150px;
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#contents #main .left3 {
	margin-bottom: 40px;
}
#contents #main .t1 {
	margin-left: 40px;
	margin-bottom: 30px;
	margin-top: 40px;
	height: 200px;
}
#contents #main .left6 {
	width: 300px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#contents #main .left7 {
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-left: 40px;
}
#contents #main .left8 {
	height: 150px;
	width: 190px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#contents #main .pdf {
	margin: 40px;
	width: 600px;
}
#contents #main .t3 {
	margin-left: 10px;
	margin-top: 20px;
	width: 600px;
	margin-right: 10px;
	margin-bottom: 50px;
	height: 400px;
}
#contents #main .aisatu {
	float: left;
	width: 400px;
	margin-right: 20px;
	margin-left: 0px;
}
#contents #main .aisatu2 {
	float: left;
	width: 250px;
}
#contents #main .gaiyou {
	width:650px;
	margin-left: 20px;
	height: auto;
	margin-bottom: 30px;
}	
}
.ttypea {
	margin: 0px 0px 10px;
	width: 100%;
	border-collapse: collapse;
	color: #535353;
	background-image: url(../images/6page/dot.gif);
	background-repeat: repeat-x;
	background-position: 50% top;
	line-height: 2em;
}
.ttypea th {
	PADDING-RIGHT: 10px;
	BORDER-TOP: #ffffff 1px solid;
	PADDING-LEFT: 10px;
	BACKGROUND: url(../images/6page/dot.gif) #fff repeat-x 50% bottom;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 5px;
	TEXT-ALIGN: left;
	color: #666666;
}
.ttypea td {
	PADDING-RIGHT: 10px; BORDER-TOP: #ffffff 1px solid; 
	PADDING-LEFT: 10px; BACKGROUND: url(../images/6page/dot.gif) repeat-x 50% bottom; 
	PADDING-BOTTOM: 5px; PADDING-TOP: 5px ;
}
#contents #main .gaiyou .ttypea tr td .line {
	line-height: 1.8em;
}
#contents #main .toiawase {
	width: 600px;
	margin-left: 20px;
}

#contents #main .map1 {
	width: 580px;
	margin-top: 30px;
	margin-left: 20px;
	height: 360px;
	border: 1px solid #E8E8E9;
	text-align: center;
	vertical-align: baseline;
}
#contents #main .annai {
	float: left;
	width: 330px;
	margin-bottom: 50px;
	margin-left: 5px;
}
#contents #main .annai2 {
	width: 660px;
	margin-bottom: 30px;
	height: 600px;
	text-align: left;
	background-image: url(../images/1page/001.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
