@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
img{
	border:none;
}
body,td,th {
	font-size: 13px;
	color: #333333;
	font-family: 'Hiragino Kaku Gothic Pro W3', "MS UI Gothic",Helvetica, Arial, sans-serif;
}
body {
	background: url(../image/common/top.gif) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

a{
	color:#004098;
	outline:none
}
a:hover{
	color:#FF6600;
}
a{
	outline:none
}

div#WRAP{
	margin:0px auto 0px auto;
	/*text-align:left;*/
}

/* ヘッダー 部分*/
div#HEADER{
	margin:0px auto 0px auto;
	text-align:left;
	width:800px;
	height:90px;
}
div#HEAD_L{	
	width:165px;
	height:90px;
	float:left;
}
div#HEAD_R{
	margin-left:425px;
	width:353px;
	height:90px;
	text-align:right;
}
div#HEADER #logo{
	margin-left:20px;
	margin-top:20px;
}
ul#HEAD_MENU{
	margin-top:10px;
	width:353px;
	height:26px;
}
ul#HEAD_MENU:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#HEAD_MENU li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

/* グローバル ナビ */
ul#GLOBAL_MENU {
	margin:0px auto 0px auto;
	text-align:left;
	width: 800px;
	height:70px;
}
ul#GLOBAL_MENU:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#GLOBAL_MENU li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	height:70px;
}

div#FOOTER{
	height:50px;
	background:url(../image/common/footer_bk.png);
}



ul#COPY_BOX{
	clear:both;
	text-align:left;
	width:775px;
	margin:0px auto 0px auto;
	padding:10px 0px 10px 0px;
}
ul#COPY_BOX:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
ul#COPY_BOX li {
	padding-left:15px;
	margin-right:10px;
	float: left;
	list-style-type: none;
	font-size:11px;
	line-height:13px;
	background-image: url(../image/common/footer_menu_yard.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

ul#COPY_BOX li.copy {
	margin: 0;
	padding: 0;
	text-align:right;
	float:right;
	list-style-type: none;
	background:none;
	color:#666666;
	list-style-image: none;
}

div#NAVIGATION {
	clear:both;
	padding:0px;
	margin:8px auto 8px auto;
	width:750px;
	text-align:left;
	font-size:11px;
	color:#666666;
}

div#NAVIGATION a{
	text-decoration:none;
	color:#004098;
}
div#NAVIGATION a:hover{
	text-decoration:none;
	color:#FF6600;
}

div#CONT_TITLE {
	clear:both;
	padding:0px;
	margin:0px auto 15px auto;
	width:800px;
	text-align:left;
}

div#CONTAINER {
	clear:both;
	padding:0px;
	margin:0px auto 20px auto;
	width:800px;
	text-align:left;
}

h1.page_title{
	font-size:15px;
	border-bottom:1px solid #004098;
	padding-bottom:3px;
	margin-top: 10px;
}

p.intro{
margin-top:10px;
line-height:18px;
}

.blue{
	color:#004098;
}

div.DIRECTION_BOX{
	margin:15px auto 0px;
	clear:both;
	width: 760px;
}
div.DIRECTION_BOX h2{
	padding-left:10px;
	font-size:14px;
	margin-bottom:10px;
	background:url(../image/common/midashi_line.gif) no-repeat;
	line-height:30px;
}
div.DIRECTION_BOX p{
	font-size:13px;
	width:710px;
	margin-left:10px;
	line-height:18px;
}

div.DIRECTION_BOX p.w420{
	width:420px;
}

div.DIRECTION_BOX p.w500{
	width:530px;
}

div.DIRECTION_BOX img.right{float:right;}

div.DIRECTION_BOX ul{
	padding:0px;
	margin-top:10px;
	list-style:none;
}

div.DIRECTION_BOX li{
	font-size:13px;
	margin-bottom:10px;
}

div.DIRECTION_BOX li h3{
	font-size:13px;
	margin-left:10px;
	background:url(../image/common/li_yard.gif) no-repeat;
	padding-left:18px;
	margin-bottom:3px;
}

div.DIRECTION_BOX li p{
	font-size:13px;
	line-height:18px;
	margin-left:28px;
	width:720px;
}

div.dotline{
	margin-left:10px;
	margin-bottom:8px;
}

div.DIRECTION_BOX h3{
	font-size:13px;
	margin-left:10px;
	background:url(../image/common/li_yard.gif) no-repeat;
	padding-left:18px;
	margin-bottom:3px;
	line-height:14px;
}


div#contents h3{
	font-size:13px;
	border-bottom: 1px #000000 solid;
	width: 580px;
}

div.DIRECTION_BOX p.l30{
	margin-left:28px;
}

/* マージン */

.margin_t_30{
	margin-top: 30px;
	}

.margin_b_20{
	margin-bottom: 20px;
	}

