/* CSS Document */
/* --------------------

共通スタイル

-------------------- */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6{
	font-size:12px;
}

body{
	color:#666;
	font-size:12px;
	line-height:1.5em;
	text-align:center;
}

img{
	border:none;
	vertical-align:bottom;
}

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

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

a:hover{
	color:#03F;
	text-decoration:underline;
}

hr{
	display:none;
}

.red{
	color:#FF0000;
}
.font10{
	font-size:10px;
}

/* --------------------

ラッパー

-------------------- */
#wrapper{
	position:relative;
	margin:0px auto;
	width:760px;
	text-align:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background: transparent url(../images/wrap_bg.gif) left top no-repeat;
}


/* --------------------

ヘッダー

-------------------- */
#header{
	padding-top:15px;
	padding-left:15px;
	text-indent:-9999px;
	height:60px;
}
#header h1{
	width:243px;
	height:50px;
	text-indent:-9999px;
	background: transparent url(../images/header_logo2.gif) left center no-repeat;
}

/* --------------------

メイン

-------------------- */
#main{
	background-color:#E6F6F9;
	padding:10px 0px;
}

#form_tbl{
	margin:0px auto;
}
#form_tbl td{
	border-bottom:1px solid #ffffff;
	padding:3px 10px 3px 10px;
}

h2#usedcar{
	margin-left:40px;
	margin-top:5px;
	margin-bottom:10px;
}
#product{
	border-top:2px dotted #0090BF;
	padding:10px 10px 10px 30px;
}

.title{
	color:#000088;
	font-size:14px;
	font-weight:bold;
}
td.right{
	padding-left:10px;
}
/* --------------------

フッター

-------------------- */
#footer{
	height:73px;
}
