@charset "EUC-JP";

/* 　　リセット　　 */

*{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

/* --BODY-- */
body {
	background:#fff;
	color:#666;
	font:12px/20px Arial, Helvetica, sans-serif;
	overflow:visible;
}

/* for IE7 */
*+html body {
	font-family:Arial,'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:12px;
	line-height:1.5em;
}

/* for IE6 */
* html body {
	font-family:Arial,'ＭＳ Ｐゴシック';
	font-size:12px;
	line-height:1.5em;
}

/* --OTHER TAGS-- */
a img, img {
	border:0;
	vertical-align:bottom;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:10px;
	line-height:10px;
}

ol, ul {
	list-style:none;
}

/* tables still need 'cellspacing="0"' */
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}


/* 　　共通　　 */

a {
	color:#06C;
	text-decoration:underline;
}

a:hover {
	color:#006;
}

.wrapper {
	margin:0 auto;
	width:804px;
}

.contents {
	float:left;
	width:586px;
}

#slider {
	height:187px;
	overflow:hidden;
}

.bar {
	background-color:#99C;
	color:#FFF;
	font:10px/18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:7px;
	height:18px;
	overflow:hidden;
}

.space {
	clear:both;
	height:20px;
}

.contents_head {
	padding-bottom:10px;
}

.dotline_space {
	clear:both;
	height:90px;
	background:url(img/dot_hr.gif) no-repeat left center;
}

.small {
	font-size:10px;
	line-height:16px;
	color:#666;
}
/* for IE7 */
*+html .small {
	font-size:75%;
}
/* for IE6 */
* html .small {
	font-size:75%;
}
/* for IE8 */
html>/**/body .small {
	font-size:85%;
}
html:not(:target) .small {
	font-size:10px;
}
	

.award {
	padding-top:20px;
	clear:both;
}

.contents_space {
	width:564px;
	margin:0 auto;
}

.contents_space1 {
	width:566px;
	margin:0 auto;
}

.contents_catch h2 {
	padding:15px 0;
}

.contents_catch h3 {
	font-weight:bold;
	color:#333;
	font-size:14px;
	line-height:20px;
	padding-bottom:5px;
}

.contents_box {
	padding:16px 16px 0 16px;
	width:532px;
	background:url(img/contents_box_bg.gif) no-repeat left top;
	clear:both;
}

.contents_box:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
}
/* for IE6 */
* html .contents_box {
	display:inline-block;
}
/* for IE7 */
*+html .contents_box {
	display:inline-block;
}

.contents_box_bottom {
	background:url(img/contents_box_bg.gif) no-repeat left bottom;
	clear:both;
	height:16px;
	margin-bottom:10px;
}

.price_table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-top:5px;
}

.price_table th {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	padding:7px 5px;
	border:1px solid #999;
	text-align:center;
	background-color:#CCC;
	color:#333;
	white-space:nowrap;
}

.price_table td {
	font-size:12px;
	line-height:16px;
	padding:7px;
	border:1px solid #999;
}

.price_table th span {
	font-weight:normal;
	font-size:10px;
	line-height:14px;
}

/* for IE7 */
*+html .price_table th span {
	font-size:75%;
}
/* for IE6 */
* html .price_table th span {
	font-size:75%;
}
/* for IE8 */
html>/**/body .price_table th span {
	font-size:85%;
}
html:not(:target) .price_table th span {
	font-size:10px;
}

.price_table th.price_table_red {
	background-color:#F1DEDE;
}

.price_table th.price_table_blue {
	background-color:#E1DBEF;
}

.price_table td.price_table_price {
	font-size:14px;
	line-height:18px;
	color:#03C;
	text-align:center;
	font-weight:bold;
	white-space:nowrap;
}
.price_table td.price_table_price span {
	font-size:10px;
	font-weight:normal;
}

.price_table tr.price_table_cars td {
	font-size:10px;
	line-height:14px;
}

/* for IE7 */
*+html .price_table tr.price_table_cars td {
	font-size:75%;
}
/* for IE6 */
* html .price_table tr.price_table_cars td {
	font-size:75%;
}
/* for IE8 */
html>/**/body .price_table tr.price_table_cars td {
	font-size:85%;
}
html:not(:target) .price_table tr.price_table_cars td {
	font-size:10px;
}

dt {
	padding-top:10px;
	font-weight:bold;
}
dd {
	padding-left:12px;
}

ul.dot_list li {
	padding:0 0 2px 16px;
	background:url(img/list_dot.gif) no-repeat left top;
}

.to_top {
	clear:both;
	float:right;
	display:block;
	height:16px;
	background:url(img/arrow_up.gif) no-repeat right center;
	padding-right:18px;
	line-height:16px;
	color:#06F;
	font-size:10px;
	margin-top:15px;
	font-weight:bold;
	text-decoration:none;
}

/* for IE7 */
*+html .to_top {
	font-size:75%;
}
/* for IE6 */
* html .to_top {
	font-size:75%;
}
/* for IE8 */
html>/**/body .to_top {
	font-size:85%;
}
html:not(:target) .to_top {
	font-size:10px;
}

#close {
	color:#666;
	display:block;
	float:right;
	padding-right:17px;
	font-size:10px;
	line-height:14px;
	height:14px;
	cursor:pointer;
	background:url(img/close.gif) right center no-repeat;
}

/* for IE7 */
*+html #close {
	font-size:75%;
}
/* for IE6 */
* html #close {
	font-size:75%;
}
/* for IE8 */
html>/**/body #close {
	font-size:85%;
}
html:not(:target) #close {
	font-size:10px;
}

table.form_table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:20px;
}

table.form_table th {
	padding:5px 0 5px 10px;
	white-space:nowrap;
	color:#069;
	font-weight:bold;
	width:140px;
	border-bottom:1px dotted #999;
	border-right:1px dotted #999;
}

table.form_table th b {
	color:#C00;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
}

table.form_table th a {
	font-size:10px;
	line-height:14px;
}

table.form_table td {
	padding:5px 0 5px 10px;
	color:#333;
	border-bottom:1px dotted #999;
}

table.form_table table {
	width:auto;
}

table.form_table td table td {
	padding:0 0 3px 0;
	color:#333;
	border-bottom:none;
}

label {
	display:block;
	float:left;
	white-space:nowrap;
	padding:0 12px 5px 0;
}

input {
	vertical-align:middle;
	margin-right:2px;
}

.input_text_short {
	border:1px solid #999;
	width:50px;
	padding:2px;
}

.input_text_mid {
	border:1px solid #999;
	width:150px;
	padding:2px;
}

.input_text_long {
	border:1px solid #999;
	width:300px;
	padding:2px;
}
textarea {
	border:1px solid #999;
	padding:2px;
	width:300px;
}

.button {
	border:1px solid #39C;
	background-color:#069;
	color:#FFF;
	padding:2px 20px;
	font-size:14px;
	line-height:20px;
}

.button1 {
	border:1px solid #999;
	background-color:#666;
	color:#FFF;
	padding:2px 20px;
	font-size:14px;
	line-height:20px;
}

.red {
	color:#C00;
}


/* 　　ヘッダー　　 */

.header {
	height:80px;
}

h1 {
	font-size:10px;
	line-height:16px;
	text-align:right;
	color:#666;
	padding-top:40px;
	float:right;
}
/* for IE7 */
*+html h1 {
	font-size:75%;
}
/* for IE6 */
* html h1 {
	font-size:75%;
}
/* for IE8 */
html>/**/body h1 {
	font-size:85%;
}
html:not(:target) h1 {
	font-size:10px;
}

.head_logo {
	float:left;
}

a:hover img {
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
}

.header:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
}
/* for IE6 */
* html .header {
	display:inline-block;
}
/* for IE7 */
*+html .header {
	display:inline-block;
}

.bottom_contact {
	clear:both;
	padding-top:20px;
	text-align:center;
}

.banner_pack {
	clear:both;
	padding-top:30px;
	text-align:center;
	font-size:10px;
	color:#999;
}
/* for IE6 */
* html .banner_pack {
	font-size:75%;
}
/* for IE7 */
*+html .banner_pack {
	font-size:75%;
}
/* for IE8 */
html>/**/body .banner_pack {
	font-size:85%;
}
html:not(:target) .banner_pack {
	font-size:10px;
}



/* 　　右カラム　　 */

.right {
	float:right;
	width:200px;
}

.right_box {
	padding-bottom:10px;
}

.right_box_contents {
	background:url(img/right_box_bg.gif) no-repeat left top;
	padding:12px 9px 0 9px;
}

.right_menu li {
	padding-top:6px;
}

.right_box_bottom {
	height:12px;
	clear:both;
	background:url(img/right_box_bottom.gif) no-repeat left bottom;
}

.right_whats_contents {
	background:url(img/right_whats_bg.gif) no-repeat left top;
	padding:12px 9px 0 9px;
}

.right_whats_list {
	height:270px;
	overflow:auto;
}

.right_whats_list li {
	padding:5px 2px;
	border-bottom:1px dotted #999;
	font-size:10px;
	line-height:14px;
	color:#666;
}
/* for IE7 */
*+html .right_whats_list li {
	font-size:75%;
}
/* for IE6 */
* html .right_whats_list li {
	font-size:75%;
}
/* for IE8 */
html>/**/body .right_whats_list li {
	font-size:85%;
}
html:not(:target) .right_whats_list li {
	font-size:10px;
}

.right_whats_list li a {
	text-decoration:none;
	color:#666;
}

.right_whats_list li a:hover {
	text-decoration:underline;
}

.right_whats_list li a span,.right_whats_list li span {
	display:block;
	color:#06F;
}

.right_whats_bottom {
	height:12px;
	clear:both;
	background:url(img/right_whats_bottom.gif) no-repeat left bottom;
}

.right_info li {
	border-bottom:1px dotted #999;
}

.right_info li a {
	display:block;
	padding-left:20px;
	height:29px;
	line-height:29px;
	text-decoration:none;
	color:#039;
	background:url(img/right_info_arrow.gif) no-repeat left center;
}

.right_info li a:hover {
	text-decoration:underline;
}

.right_contact {
	padding-bottom:22px;
	border-bottom:1px dotted #999;
}

.right_banner {
	padding-top:22px;
}

.right_banner li {
	padding-bottom:15px;
}

.right_banner li a {
	display:block;
	text-decoration:none;
	color:#666;
	font-size:10px;
	line-height:14px;
	text-align:center;
}
/* for IE7 */
*+html .right_banner li a {
	font-size:75%;
}
/* for IE6 */
* html .right_banner li a {
	font-size:75%;
}
/* for IE8 */
html>/**/body .right_banner li a {
	font-size:85%;
}
html:not(:target) .right_banner li a {
	font-size:10px;
}

/* 　　フッター　　 */

.footer {
	clear:both;
	text-align:center;
	font-size:10px;
	line-height:18px;
	color:#666;
}
/* for IE6 */
* html .footer {
	font-size:75%;
}
/* for IE7 */
*+html .footer {
	font-size:75%;
}
/* for IE8 */
html>/**/body .footer {
	font-size:85%;
}
html:not(:target) .footer {
	font-size:10px;
}

.footer a {
	color:#666;
	text-decoration:none;
}

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

.foot_copy {
	padding:3px 0;
	margin-top:5px;
	border-top:1px solid #999;
}