@charset "utf-8";


/*=====================/

		全　体

/=====================*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Georgia, "Times New Roman", Arial, Helvetica, sans-serif Times, serif,;
	color:#000;
	letter-spacing: 0.2em;
	line-height: 130%;
	background:  url(../images/base/etc_back.gif) repeat-x;
}

a:link { color: #0000ff; }
a:visited { color: #000080; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }

ul {
	list-style-type: none;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/*--wrapper--*/
#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 0;
}
.text_red {
	color: #ff0000;
}

/*=====================

		main

=====================*/
#main {
	width: 910px;
	margin-bottom: 15px;
}
/*=====================

	side_navi

=====================*/
#side_navi {
	float: left;
	display: inline;/*IE6*/
	width: 180px;
	margin-right: 15px;
	padding: 0 7px 30px 8px;
	background: url(../images/base/side_navi_bottom.gif) left bottom no-repeat;
}
#side_navi h2 {
	font-size: 150%;
	width: 150px;
	height: 22px;
	padding-top: 13px;
	padding-left: 30px;
	padding-bottom: 20px;
	background: url(../images/base/side_h3.gif) no-repeat;
}
#side_navi h3 a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	width: 155px;
	height: 21px;
	padding-top: 9px;
	padding-left: 25px;
	background: url(../images/base/arrow_blue03.gif) 5px 8px no-repeat #fff;
	border-bottom: 1px dotted #ccc;
}
#side_navi h3 a:hover {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	width: 155px;
	height: 21px;
	padding-top: 9px;
	padding-left: 25px;
	background: url(../images/base/arrow_blue03_u.gif) 5px 8px no-repeat #B9D6E1;
	border-bottom: 1px solid #fff;
}
#side_navi ul,
#side_navi dl {
	font-size: 110%;
	width: 180px;
	margin-bottom: 10px;
	list-style-type: none;
}
#side_navi ul li a {
	display: block;
	color: #646464;
	font-size: 110%;
	text-decoration: none;
	line-hright: 140%;
	width: 140px;
	padding: 5px 10px 5px 30px;
	background: url(../images/base/arrow_blue02.gif) 15px 8px no-repeat #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px dotted #ccc;
}
#side_navi ul li a:hover {
	color: #1E4B66;
	text-decoration: underline;
	background: url(../images/base/arrow_blue02.gif) 15px 8px no-repeat #cddede;
}
#side_navi dl dt {
	color: #40617B;
	font-size: 110%;
	text-decoration: none;
	line-hright: 140%;
	width: 130px;
	padding: 5px 10px 5px 40px;
	background: url(../images/base/arrow_blue04.gif) 15px 6px no-repeat #D0E4EA;
	border-top: 1px solid #fff;
	border-bottom: 1px dotted #ccc;
}
#side_navi dl dd ul li a {
	display: block;
	color: #646464;
	font-size: 110%;
	text-decoration: none;
	line-hright: 140%;
	width: 125px;
	margin-left: 15px;
	padding: 5px 10px 5px 30px;
	background: url(../images/base/arrow_blue02.gif) 15px 8px no-repeat #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px dotted #ccc;
}
#side_navi address {
	font-style: normal;
	text-align: center;
	width: 180px;
	padding: 20px 0 10px 0;
}

/*=====================

	contents

=====================*/
#contents {
	float: right;
	font-size: 1.2em;
	width: 680px;
	padding: 0 10px;
}
#contents h3,
#contents h4 {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	padding-top: 10px;
	padding-left: 30px;
	border-top: 1px solid #fff;
}
#contents h3 {
	background: url(../images/base/h3.gif) left no-repeat;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
#contents h4 {
	color: #40617B;
}

/*--このページのトップへ--*/
.top {
	text-align:right;
	margin-right: 10px;
	margin-bottom: 20px;
}
.top a:link { color: #000; }
.top a:visited { color: #000; }
.top a:hover { color: #646464; }
.top a:active { color: #000; }

/*=====================

		footer

=====================*/
#footer {
	width: 910px;
	margin-bottom: 15px;
	border-top: 1px solid #000;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
/*=====================

	floatの解除

=====================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 .clearfix {
 	display: inline-block;
} /* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
} /* End hide from IE-mac */
.clear {
	clear: both;
}

/*=====================/

		library

/=====================*/

/*--header--*/
#header {
	font-size: 100%;
	width: 910px;
	height: 135px;
	margin-bottom: 15px;
	background: url(../images/base/etc__header_back.gif) no-repeat;
}

#header h1 {
	float: left;
	display: inline;/*IE6*/
	font-size: 10px;
	width: 170px;
	height: 95px;
	margin: 30px 13px 10px 12px;
}
#header h1 a {
	display: block;
	width: 170px;
	height: 95px;
	text-indent: -900px;
	overflow: hidden;
	background: url(../images/base/logo.gif) no-repeat;
}


/*--navi--*/
#navi {
	float: right;
	width: 715px;
	height: 50px;
}
/*--ut_navi--*/
#ut_navi {
	float: right;
	width: 715px;
	height: 50px;
	margin-bottom: 29px;
}
#ut_navi ul {
	float: right;
	list-style-type: none;
}
#ut_navi li {
	float: left;
	display: inline;/*IE6*/
	height: 10px;
	padding: 10px 15px 5px 15px;
	border-left: 1px solid #696969;
}
#ut_navi li a {
	text-decoration: none;
}

/*--gl_navi--*/
#gl_navi ul {
	width: 715px;
	list-style-type: none;
}
#gl_navi li {
	float: left;
}

.english {
	display: inline;/*IE6*/
	margin-left: 6px;
}

/*--map--*/
.print {
	clear: both;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	background: #F6F6F6;
}



