/* 共通項の設定
-------------------------------------*/
body,td,th { color: #333; }

body {
	margin: 0px;
	background: url(img/bg.jpg) repeat-x;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img { vertical-align: /*bottom*/middle; }

a:link {
	color: #0000e5;
	text-decoration: underline;
}
a:visited {
	color: #0000e5;
	text-decoration: none;
}
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
a img { border: 0; }

h5, h3, div, p, form, ul, li {
	margin:0;
	padding:0;
}

ul , li { list-style-type: none; }

/* 全体枠
-------------------------------------*/
#main {
	width: 980px;
	margin: 0px auto;
}

/* ヘッダー
-------------------------------------*/
#header {
	height: 80px;
	text-align: right;
	padding-top: 20px;
}

/* ロゴ
-------------------------------------*/
#logo {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 340px;
	height: 60px;
}

/* お気に入りに登録
-------------------------------------*/
#header .touroku {
	float: right;
	display:block;
	width: 250px;
	height: 60px;
	background-position: bottom;
	text-align: center;
}

#header .touroku a {
	display: block;
	width: 250px;
	height: 60px;
}

/* グローバルメニュー
-------------------------------------*/
#global-menu {
	width: 980px;
	height: 41px;
	margin-top: 2px;
}

#global-menu li {
	float: left;
}

#global-menu .li-01 a {
	display:block;
	width: 41px;
	height: 41px;
}

#global-menu .li-02 a {
	display:block;
	width: 313px;
	height: 41px;
}

#global-menu .li-02 a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #FFFFFF;
}

/* メインイメージ
-------------------------------------*/
#eyecatch {
	width: 980px;
	height: 250px;
	text-align: left;
}

.maincatch-01 {
	background: url(img/catch/eyecatch-01.jpg) no-repeat;
}

.maincatch-02 {/*値引き交渉のページ用*/
	background: url(img/catch/eyecatch-02.jpg) no-repeat;
}

.eyecatch-text {
	width: 900px;
	height: 60px;
	padding: 180px 0px 0px 26px;
}

/* 車種別メインキャッチ
-------------------------------------*/
.maincatch-aqua {
	background: url(img/catch/eyecatch-aqua.jpg) no-repeat;
}

.maincatch-prius {
	background: url(img/catch/eyecatch-prius.jpg) no-repeat;
}

/* パンくずリスト
-------------------------------------*/
#breadcrumbs {
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* メインコンテンツ
-------------------------------------*/
#contents {
	float: left;
	width: 700px;
	text-align: left;
}

.entry01 {
	_width: 100%;
	margin: 2px 0 10px 0;
	padding: 10px;
	font-size: 14px;
	border: 1px dotted #add8e6;
	min-height: 40px;
	line-height: 1.8em;
}

.entry01 p {
	margin: 3px 0px 15px 0px;
	padding: 0;
}

.entry02 {
	_width: 100%;
	margin: 2px 0 10px 0;
	padding: 10px;
	font-size: 14px;
	line-height: 1.6em;
	background: url(img/bg-entry.gif);
}

.entry02 p {
	margin: 3px 0px 15px 0px;
	padding: 0;
}

.entry03 {/*更新情報用*/
	_width: 100%;
	margin: 2px 0 10px 0;
	padding: 10px;
	font-size: 14px;
	border: 1px dotted #add8e6;
	max-height: 120px;
	line-height: 1.6em;
	overflow: auto;
}

.entry03 p {
	margin: 3px 0px 15px 0px;
	padding: 0;
}

.matome {
	margin-top: 30px;
	width: 670px;
	height: 444px;
	background-image: url(img/matome-01.jpg);
}

.matome-text {
	width: 380px;
	padding: 70px 0px 0px 50px;
	color: green;
	font-size: 1.4em;
	font-weight: bold;
}



/* hタグ
-------------------------------------*/
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}

h2 {
	/*float: left;*/
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 19px 0px 0px 65px;
	background: url(img/h2.jpg) no-repeat;
	height: 32px;
	width: 700px;
	font-size: 16px;
	font-weight: bold;
}

.h3-normal {
	clear: both;
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 0px 30px;
	width: 700px;
	height: 24px;
	line-height: 28px;
	font-size: 16px;
	color: #333333;
	background: url(img/h3-normal.jpg) no-repeat;
}

.sirouto-contents {
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 320px;
	width: 700px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333333;
	background: url(img/siroutojosi-01.jpg) no-repeat;
}

h4 {
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	background: url(img/h4.jpg) 0px 2px no-repeat;
	text-indent: 18px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #52C66A;
}

/* サイドメニュー
-------------------------------------*/
#menu {
	width: 250px;
	font-size: 13px;
	float: right;
}

.attention {
	height: 52px;
	width: 250px;
	display:block;
	margin-bottom: 15px;
}

.attention a {
	display:block;
	width: 250px;
	height: 60px;
}

/*.attention a:hover {
	display:block;
	width: 250px;
	height: 60px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #FFFFFF;
}*/

.menu-box01 {
	text-align: left;
	margin-bottom: 20px;
	font-weight: normal/*bold*/;
}

.menu-box01 li {
	width: 250px;
	height: 35px;
	display: block;
}

.menu-box01 li a {
	display: block;
	padding: 0px 0px 0px 25px;
	width: 225px;
	height: 35px;
	line-height: 35px;
	background: url(img/menulist01-off.jpg) no-repeat;
}

.menu-box01 li a:hover {
	display: block;
	padding: 0px 0px 0px 25px;
	width: 225px;
	height: 35px;
	line-height: 35px;
	background: url(img/menulist01-on.jpg) no-repeat;
}

.menu-box02 {
	text-align: left;
	margin-bottom: 20px;
}

.menu-box02 li {
	display:block;
	padding: 14px 0px 0px 25px;
	width: 225px;
	height: 60px;
	background: url(img/menulist02.jpg) no-repeat;
}

.subtitle-item {
	padding: 0px 0px 0px 60px;
	width: 190px;
	height: 35px;
	line-height: 35px;
	background: url(img/subtitle-item.jpg) left top no-repeat;
	color: #333;
	text-decoration: none;
}

.subtitle-normal {
	padding: 0px 0px 0px 60px;
	width: 190px;
	height: 35px;
	line-height: 35px;
	background: url(img/subtitle-normal.jpg) left top  no-repeat;
	color: #333;
	text-decoration: none;
}

.subtitle-region {
	padding: 0px 0px 0px 60px;
	width: 190px;
	height: 35px;
	line-height: 35px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background: url(img/subtitle-region.jpg) left top no-repeat;
}

/* フッター
-------------------------------------*/
#footer{
	float: left;
	width: 980px;
}

.foot-title {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	width: 980px;
	height: 24px;
	font-size: 16px;
	text-align: left;
	text-indent: 20px;
	background: url(img/h4.jpg) no-repeat;
}

.foot-menu {
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 20px;
	width: 940px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	background-image: url(img/bg-entry.gif);
}

#footer .list-box {
	float: left;
	width: 310px;
}

#footer .list-box li{
	margin: 0px 0px 5px 0px ;
	background: url(img/allow-01.png) no-repeat;
	text-indent: 20px;
}

#footer p {
	clear: both;
	width: 950px;
	margin-top: 10px;
}

.author {
	margin: 5px 0px 0px 0px;
	padding: 5px;
	width: 970px;
	color: #333333;
	background-color: #add8e6;
	text-align: right;
}

.author a{
	color: #333333;
	text-decoration: none;
}

/* ランキング
-------------------------------------*/
.rank-01 {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 80px;
	width: 700px;
	height: 60px;
	line-height: 80px;
	font-size: 18px;
	font-weight: bold;
	background: url(img/rank-01.jpg) no-repeat;
}

.rank-02 {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 80px;
	width: 700px;
	height: 60px;
	line-height: 80px;
	font-size: 18px;
	font-weight: bold;
	background: url(img/rank-02.jpg) no-repeat;
}

.rank-03 {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 80px;
	width: 700px;
	height: 60px;
	line-height: 80px;
	font-size: 18px;
	font-weight: bold;
	background: url(img/rank-03.jpg) no-repeat;
}

.rank-04 {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 70px;
	width: 340px;
	height: 60px;
	line-height: 80px;
	font-size: 14px;
	font-weight: bold;
	background: url(img/rank-04.jpg) no-repeat;
}

.rank-05 {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 70px;
	width: 340px;
	height: 60px;
	line-height: 80px;
	font-size: 14px;
	font-weight: bold;
	background: url(img/rank-05.jpg) no-repeat;
}

.rank-02-mini {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 80px;
	width: 340px;
	height: 60px;
	line-height: 80px;
	font-size: 14px;
	font-weight: bold;
	background: url(img/rank-02-mini.jpg) no-repeat;
}

.rank-03-mini {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 80px;
	width: 340px;
	height: 60px;
	line-height: 80px;
	font-size: 14px;
	font-weight: bold;
	background: url(img/rank-03-mini.jpg) no-repeat;
}

.boxhalf-l {
	float: left;
	margin: 0px 20px 20px 0px;
	width: 340px;
}

.boxhalf-r {
	float: left;
	margin: 0px 0px 20px 0px;
	width: 340px;
}

/* テーブル
-------------------------------------*/
table {
	margin: 10px;
	border-collapse: collapse;
	font-size: 0.9em;
}

.border th {
	border: solid 1px #b0c4de;
	text-align: center;
}

.border tr td {
	border: solid 1px #b0c4de;
	font-size: 0.9em;
	text-align: left;
	padding: 5px;
}

.noborder tr td {
	border: solid 1px #FFFFFF;
	font-size: 0.9em;
	/*text-align: left;*/
	padding: 3px;
}

.outline { border: solid 1px #999999; }

.koumoku {
	background-color: #e6e6fa;
	text-align: center;
}


/* リスト（汎用タイプ）
-------------------------------------*/
.checklist {
	margin: 20px 10px 20px 10px;
	color: #008080;
}

.checklist li {
	line-height: 1.6em;
	list-style: url(img/check.png) inside;
	vertical-align: middle;
}

/* ポイント明示
-------------------------------------*/
#contents .pointbox {
	width: 90%;
	margin: 20px auto;
	padding: 10px 10px 10px 10px;
	border: 1px solid #e6e6fa;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;
	min-height: 40px;
	line-height: 1.8em;
	background-color: #e6e6fa;
}


/* 配置とデザイン（マージン・文字・画像）
-------------------------------------*/
.m10-a { margin: 10px; }
.m10-t { margin-top: 10px; }
.m10-b { margin-bottom: 10px; }
.m10-l { margin-left: 10px; }
.m10-r { margin-right: 10px; }

.m20-a { margin: 20px; }
.m20-t { margin-top: 20px; }
.m20-b { margin-bottom: 20px; }
.m20-l { margin-left: 20px; }
.m20-r { margin-right: 20px; }

.m30-a { margin: 30px; }
.m30-t { margin-top: 30px; }
.m30-b { margin-bottom: 30px; }
.m30-l { margin-left: 30px; }
.m30-r { margin-right: 30px; }

.left { float: left; }
.right { float: right; }

.al-l { text-align: left; }
.al-r { text-align: right; }
.al-c { text-align: center; }

.box-yellow { background-color: yellow; }
.box-mistyrose { background-color: #ffe4e1; }
.box-green { background-color: #ccffee; }

.red { color: #cc0000; }
.blue { color: #4169e1; }
.green { color: #228b22; }
.gray { color: #808080; }
.purple { color: purple; }
.royalblue { color: #4169e1; }
.orange { color: #ff9900; }

.b { font-weight: bold; }
.bold-under {
	text-decoration: underline;
	font-weight: bold;
}

#contents .f08em { font-size: 0.8em; }
#contents .f09em { font-size: 0.9em; }
#contents .f10em { font-size: 1em; }
#contents .f11em { font-size: 1.1em; }
#contents .f12em { font-size: 1.2em; }
#contents .f14em { font-size: 1.4em; }

#contents .item-push {
	padding-left: 20px;
	background: url(img/allow-01.png) left no-repeat;
	border-bottom: solid 1px #52C66A;
	font-weight: bold;
}

.del{ text-decoration:line-through;}

/* イメージ透過性
-------------------------------------*/
.screen a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #FFFFFF;
}


