@charset "utf-8";
/* CSS Document */

BODY {
	margin: 0;
	padding: 0;
	background-image:  url(../common_pics/bk_wall.jpg);
	}

HR{
	height: 1px;
	}

#outer{
	background-image:url(../common_pics/bk_outer.jpg);
	background-repeat: repeat-y;
	width: 920px;
	text-align: center;
	}

#inner{
	margin: 0;
	padding-left: 5px;
	width: 900px;
	text-align: left;
	}

*html #inner{
	position: relative;
	left: -7px;
	}

*:first-child+html #inner{
	position: relative;
	left: -7px;
	}

#red_bar{
	height: 8px;
	background-image: url(../common_pics/red_bar.jpg);
	background-repeat: repeat-x;
	}

#inner_upper{
	background-image: url(../common_pics/bk_header_to_mainphoto.jpg);
	background-repeat:repeat-x;
	}

#MenuBar{
	background-image: url(../common_pics/bk_menu_bar.jpg);
	background-repeat: repeat-x;
	}

*html #MenuBar img{
	position: relative;
	top: -2px;
	}
	

#BreadCrumb{
	font-size: 12px;
	color: #333;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 16px; 
	}

#wrap{
	width: 762px;
	/*margin-left: 62px;*/
	/* border: 1PX DOTTED RED; */
	}

*html #main,#wrap{
	position: relative;
	top: -13px;
	}

*:first-child+html #main,#wrap{
	position: relative;
	top: 0px;
	}

.white_box_01{
	width: 490px;
	height: 120px;
	font-size: 12px;
	color: #333333;
	overflow: hidden;
	border: 1px solid #666;
	margin-bottom: 6px;
	}
	
.white_box_02{
	width: 490px;
	height: 90px;
	font-size: 12px;
	color: #333333;
	overflow: hidden;
	border: 1px solid #666;
	margin-bottom: 6px;
	}

.white_box_03{
	padding: 4px 6px;
	}

.bage_box_01{
	margin-top: 8px;
	background: #FFE7A8;
	border-top: 1px solid #988C6D;
	border-bottom: 1px solid #988C6D;
	padding: 6px 10px;
	font-size: 11px;
	color: #333333;
	text-align: left;
	}

.bage_box_01 img{
	margin: 8px;
	}

.bage_box_01 a:link{
	color: #0099FF;
	text-decoration: underline;
	}

.bage_box_01 a:visited{
	color: #0099FF;
	text-decoration: underline;
	}

.bage_box_01 a:hover{
	color: #999999;
	text-decoration: none;
	}

.up_scroll{font-size:11px}

a.up_scroll {
	color: #0099FF;
	text-decoration: underline;
	}

a.up_scroll:link {
	color: #0099FF;
	text-decoration: underline;
	}

a.up_scroll:visited {
	color: #0099FF;
	text-decoration: underline;
	}

a.up_scroll:hover {
	color: #999999;
	text-decoration: none;
	}

#dealer{
	background-image:url(../common_pics/bk_bottom_to_footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size: 11px;
	color: #333;
}

#dealer a:link{
	color: #0099FF;
	text-decoration: underline;
	}

#dealer a:visited{
	color: #0099FF;
	text-decoration: underline;
	}

#dealer a:hover{
	color: #999999;
	text-decoration: none;
	}

#footer{
	width: 910px;
	padding-top: 6px;
	padding-bottom: 10px;
	position: relative;
	left: -5px;
	background-image: url(../common_pics/bk_footer.jpg);
	background-repeat: no-repeat;
	}

.headline{
	width: 740px;
	height: 20px;
	border-top: 1px solid #999;
	border-left: 8px solid #000;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
	}

/***************** テキスト体裁 *******************/

.red10{
	font-size: 10px;
	color:#ee0000;
	}

.glay10{
	font-size: 10px;
	color:#666666;
	}

.glay11{
	font-size: 11px;
	color:#666666;
	}

.cglay11{
	font-size: 11px;
	color:#333;
	}

.cglay12{
	font-size: 12px;
	color:#333;
	}

.red14{
	font-size: 14px;
	color:#ee0000;
	}

/****************** 問い合せテーブル体裁 *******************/

TD.glay_right{
	background-color: #CCCCCC;
	text-align: right;
	padding: 4px 3px 4px 0px;
	font-size: 12px;
	color: #000000;
	}

TD.bage_right{
	background-color: #F3CC8A;
	text-align: right;
	padding: 4px 3px 4px 0px;
	font-size: 12px;
	color: #000000;
	}

TD.lime_right{
	background-color: #C1F83C;
	text-align: right;
	padding: 4px 3px 4px 0px;
	font-size: 12px;
	color: #000000;
	}

TD.wht_left{
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 3px;
	font-size: 12px;
	color: #000000;
	border: 1px solid #DDDDDD;
	}

/***********  PAS タブ型サブメニュー　*************/

.pas_sub_menu{
	position: relative;
	top: 1px;
	z-index: 2;
	}