/* CSS Document */

body {
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.2;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #E6E6EB;
}
#footer h3 {
	font-size: 14px;
	letter-spacing: 0.2em;
	text-indent: 10px;
	margin-left: 15px;
	width: 95%;
	background-color: #E6E6EB;
	line-height: 25px;
	margin-bottom: 10px;
}
#footer dd {
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 50%;
	font-weight: bold;
}
#footer dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 14px;
}
#footer dt {
	color: #3399FF;
	float: left;
	clear: both;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

a {
	color: #3C5F8C;
	text-decoration: none;
} a:hover {
	color: #3C5F8C;
	text-decoration:underline;
}
h1 {
	margin: 0;
}
h2 {
	margin-top: 0;
	background-color: #E6E6EB;
}
/*----------------------------------------
----------------------------------------*/
#wrapper {
	width: 670px;
	margin: 0 auto;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color:#fff;

}
#content {
	width: 640px;
	margin: 0 auto;
}
#content .car {
	clear: both;
	margin-bottom: 1em;
	border-bottom: 1px dashed #9999A3;
}
#content .car:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content .car {display: inline-block;}
/* Hides from IE-mac \*/
* html #content .car {height: 1%;}
#content .car {display: block;}
/* End hide from IE-mac */

#content .left {
	float:left;
	width: 260px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0;
}
#content .right {
	float:right;
	width: 370px;
	margin-top: 0;
	padding: 0;
} #content .right dl {
	margin-top: 0;
	border: 1px solid #cccccc;
	border-top: none;
	background-color: #E6E6EB;
} #content .right dt {
	float: left;
	width: 10em;
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
	border-top: 1px solid #cccccc;
	color: #000;
} #content .right dd {
	margin: 0 0 0 10em;
	padding: 0.5em 1em 0.5em 1em;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #fff;
}
#footer {
	padding-bottom: 1em;
}
/*----------------------------------------
----------------------------------------*/
.txt_right {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.txt_redtop {
	margin: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.footer_txt {
	letter-spacing: 0.1em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
/*----------------------------------------
----------------------------------------*/
#carmenu {
	list-style-type:none;
	margin:10px 10px;
	padding:0px;
	float:left;
	display:inline;
}
#carmenu li {
	width:150px;
	float:left;
	margin:5px 5px 0px 0px;
}
#carmenu a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	display:inline-block;
}
.title {
	width:99%;
	clear:both;
	padding-bottom:5px;
	padding-top:20px;
	border-bottom:solid 2px #CC0000;
}
.pageup {
	text-align:right;
	width:99%;
	clear:both;
}
.pageup a {
	color:#0000FF;
}
.pageup a:hover {
	color:#3399CC;
}
hr {
	width:auto;
	margin:0px;
	padding:0px;
	height:0px;
	clear:both;
	visibility:hidden;
}
* html hr {
	height:20px;
	margin-top:-40px;
}