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

body {
	margin:0;
	padding:0;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
  "Osaka","ＭＳ Ｐゴシック", "MS P Gothic",
  Verdana,Arial, Helvetica, sans-serif;
	background-image: url(../img_cmn/bg_body.gif);
	background-repeat: repeat;
}

a img {
	border: none;
	color: #FFFFFF;
}

#wrapper {
	color:#333333;
	width:830px;
	background-image: url(../img_cmn/bg_pagebody.gif);
	background-repeat: repeat-y;
	font-size: 80%;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#pagebody {
	width:760px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


a {
text-decoration:none;
font-weight:bold;
color:#E60012;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#E60012;
background-color:inherit;
}


#header {
	margin:0px;
	height:55px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header h1 {
	color:#333333;
	width:450px;
	margin:0;
	font-size:18px;
	float:left;
	line-height: 45px;
	background-image: url(../img_cmn/img_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 47px;
}

#header h1 a{
	color:#333333;
	text-decoration: none;
}

#header h1 a:hover {
	color:#E60012;
	text-decoration: underline;
}

#header p {
	width:250px;
	float:right;
	text-align:right;
	color:#333333;
	font-size:12px;
	line-height:15px;
	padding: 0px;
	margin: 0px;
}

#img_main {
	margin:0;
	border:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}


#leftbox {
	clear:left;
	float:left;
	width:170px;
	margin:0;
	padding:0;
}

#leftbox h2,#leftbox h3 {
	color:#333333;
	font-size:12px;
	margin:0px;
	padding:0px;
	line-height: 18px;
}

#leftbox div.info {
	clear:left;
	width:170px;
	font-size:11px;
	color:#333333;
	line-height:18px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#leftbox div.info p {
	margin:0px;
	padding:0px;
}


ul.menu {
	width:170px;
	margin:0;
	list-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

ul.menu li {
	width:170px;
	padding:0;
	line-height:25px;
	display:inline;
	font-size: 13px;
	color:#333333;
	font-weight:bold;
}

ul.menu li a {
	color:#333333;
	font-weight:bold;
	width:160px;
	float:left;
	margin-bottom:5px;
	padding:0px 1px 5px 0px;
	text-decoration:none;
}

ul.menu li a:hover,ul.menu li a.current {
	color:#E60012;
	text-decoration: underline;
}



#main_contents {
	line-height:20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	float: right;
	width: 560px;
	font-size: 12px;
}

#content h2,#main_contents h2 {
	font-size:18px;
	margin:0 0 10px;
	color: #0075C2;
}

#content h3,#main_contents h3 {
	font-size:14px;
	margin:0 0 8px;
}

#content img,#main_contents img {
	padding:1px;
	display:inline;
	border:3px solid #FFFFFF;
}

#content ul, #main_contents ul, #content ol, #main_contents ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #main_contents li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #main_contents ul ul, #content ol ol, #main_contents ol ol{
margin:0 0 0 16px;
padding:0;
}

#main_contents table td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#footer {
	clear:both;
	width:760px;
	text-align:right;
	color:#999999;
	background:#FFFFFF;
	font-size:10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#footer a {
	color:#999999;
	background-color:inherit;
	text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}


.left {
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
	font-weight:bold;
	color: #E60012;
}

.hide {
display:none;
}

.red {
	font-weight:bold;
	color: #E60012;
	font-size: 27px;
	line-height: 29px;
}

.mail_link {
	color: #333333;
	font-weight: normal;
}

.text_copy {
	font-weight:bold;
	color: #E60012;
	font-size: 24px;
	line-height: 36px;
	margin-top: 0px;
	padding-top: 0px;
}

.text_km {
	font-weight:bold;
	font-size: 14px;
	line-height: 25px;
}

