@charset "Shift_JIS";


/*
==========================================
ページ名:車買取サイト　共通CSS
URL :
作成日 :08.05.14
変更日 :       
==========================================
*/  

/*----------------------------------------
1：基本要素
----------------------------------------*/
*{ 
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	margin:0;
	padding:0;
}

html{
    height:100%;
}
	
body{ 
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	font-family:Verdana, Arial, sans-serif;
	color:#000;
	text-align:center;
}

h1,h2,h3,p,ul,li{ 
	margin:0;
	padding:0;
}

img{
	margin:0;
	padding:0;
	border:none;
}

a:link{
	border:none;
	text-decoration:none;
}

a:visited{
	border:none;
	text-decoration:none;
}

a:hover{
	font-weight:bold;
	color:#000066;
	text-decoration:underline;	
}

/*----------------------------------------
2：サイト共通　外観部分
----------------------------------------*/
/* ページ内部全体 */
.content{
	width:800px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* ヘッダー部分 */ 
.header{
	width:800px;
	height:90px;
	margin-bottom:10px;
	background:url(../images/title_h1.gif) no-repeat; 
}

.header h1{
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:normal;
	text-align:right;
}

.header p{
	text-align:right;
}

/*----------------------------------------
3：サイト　トップ部分
----------------------------------------*/
/* トップ部分 */ 
.top img{
	margin-bottom:15px;
}

.top p{
	margin-bottom:15px;
}

/*----------------------------------------
4：サイト　左部分
----------------------------------------*/
/* メニュー部分 */ 
.menu{
	width:200px;
	float:left;
	text-align:center;
}

.menu ol{
	list-style-type:none;
	text-align:left;
}

.menu li{
	margin-bottom:10px;
}

/*----------------------------------------
5：サイト　右部分
----------------------------------------*/
/* メイン部分 */  
.main{
	width:580px;
	margin-left:15px;
	text-align:left;
	float:left;
	background-color:#FFF;
}

.main h2{
	margin-bottom:20px;
	font-size:12px;
	font-weight:normal;
}

/* フォーム部分 */  
.form{
	width:580px;
	margin-bottom:15px;
	border:solid 1px #52585C;
}

.form h2{
	width:400px;
	height:60px;
	margin:10px 0px 0px 10px;
	background:url(../images/subtitle_h2.gif) no-repeat; 
	text-indent:-9999px;
}

table.mailform {
	margin:0px;
	font-size:11px;
}

table.mailform td p {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	color:#CC0033;
	display: block;
	margin: 0px;
}

table.mailform td span {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	color:#CC0000;
}

.lineup h2{
	width:350px;
	height:60px;
	margin:10px 0px 0px 10px;
	background:url(../images/subtitle2_h2.gif) no-repeat; 
	text-indent:-9999px;
}


.lineup dl{
	width:350px;
	margin-left:15px;
}

.lineup dt{
	width:145px;
	float:left;
	margin-bottom:10px;
	color:#CC0033;
	font-weight:bold;
}

.lineup dd{
	margin-bottom:10px;
}

/*----------------------------------------
6：サイト　フッター部分
----------------------------------------*/
/* フッタ設定 */
.footer{
	padding-top:10px;
	font-size:10px;
	text-align:center;
	clear:both;
}

.footer a{
 color:#000;
}