@charset "utf-8";
/* CSS Document */

body {
	font-family:"ＭＳ Ｐゴシック", Osaka;
	/*font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	font-size:80%;
	color:#333333;
	line-height:160%;
	background:#404048 url(images/bg.gif);
	margin:0px;
}

img {
	border:none;
}

* {
	margin:0;
	padding:0;
}

*.hide{
	display:none;
}

div#wapper {
	text-align:center;
}

div.bg {
	width:704px;
	background:url(images/bodybg.png) repeat-y;
	margin:0 auto;
}

/* header */
div#header {
}

/* subtitle */
div#subtitle {
	margin:0 auto;
	width:700px;
}

div#subtitle h1, div#subtitle h2 {
	margin:0;
	padding:0;
}

/* navi */
div#navi ul{
	list-style:none;
	width:700px;
	margin:0 auto;
	padding:0;
	zoom:100%;
}

div#navi ul:after{
	content:"";
	clear:both;
	height:0;
	display:block;
}

div#navi ul li{
	float:left;
}

div#navi ul li img{
	display:block;
}

/* contents */
div#main {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	padding-top:20px;
	padding-bottom:10px;
}

div#main div.linkStyle {
	width:660px;
	margin:10px 0;
	text-align:right;
	font-size:100%;
	font-weight:bold;
}

div#main div.linkStyle a {
	text-decoration:none;
	color:#333333;
}

div#main div.linkStyle a:hover {
	text-decoration:none;
	color:#ff6600;
}

/* contents：キャンペーン内容 */
div#main div.section {
	width:660px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

div#main div.section p.text {
	margin:10px 10px 20px;
	width:auto;
}

div#main div.section ul{
	margin:10px 0 20px 23px;
	width:auto;
	list-style:disc outside url(images/mark.gif);
}

div#main div.section ul.sublist{
	margin:0px 0 20px 10px;
	width:auto;
	list-style:disc outside;
	font-size:85%;
}

div#main div.section div.sect0 {
	margin-bottom:20px;
}

div#main div.section div.sect .sb, div#main div.section div.sect0 .sb{
	padding:7px 10px 5px 30px;
	font-weight:bold;
	background:#ff6600 url(images/maru.png) 10px center no-repeat;
	font-size:100%;
	color:#fff;
}

div#main div.section div.sect p.taiyou, div#main div.section div.sect0 p.taiyou {
	margin:10px 10px 5px;
	width:auto;
}

.orange {
	color:#ff6600;
	font-weight:bold;
}

.font_s {
	font-size:85%;
}

a {
	text-decoration:underline;
	color:#333333;
}

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

.model_exm {
	border:1px solid;
	margin:0 10px 5px 10px;
	padding:10px 15px;
}

.model_exm p.title {
	border-bottom:1px dotted #666666;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}


/* contents：ディーラーリスト */

div#main table.dealerlist {
	width:660px;
	border-collapse: collapse;
	margin:20px auto;
	border:1px solid #666;
	background-color:#ffffff;
}

div#main table.dealerlist caption{
	background-color:#ff6600;
	color:#fff;
	font-weight:bold;
	padding:2px 10px;
	text-align:left;
	border:1px solid #666;
}

div#main table.dealerlist th {
	background-color:#666;
	padding:2px;
	font-weight:normal;
	color:#fff;
	font-size:70%;
	border-right:1px solid #ddd;
}

div#main table.dealerlist th.shop {
	width:110px;
}

div#main table.dealerlist th.ads {
	width:290px;
}

div#main table.dealerlist th.hol {
	width:150px;
}

div#main table.dealerlist td {
	padding:5px;
	font-weight:normal;
	text-align:left;
	font-size:80%;
	border-right:1px dotted #ddd;
	border-bottom:1px solid #999;
	height:50px;
}

div#main table.dealerlist td a {
	text-decoration:underline;
	color:#333333;
}

div#main table.dealerlist td a:hover {
	text-decoration:none;
	color:#333333;
}

div#main table.dealerlist td.cent {
	text-align:center;
}

/* contents：お返済例 */
div#main div.exm h4.sb {
	padding:7px 10px 5px 10px;
	font-weight:bold;
	background-color:#ff6600;
	font-size:140%;
	color:#fff;
	width:640px;
	text-align:left;
	margin:20px auto 0px auto;
}

div#main div.exm h4.sb2 {
	padding:5px 10px;
	font-weight:bold;
	background-color:#000;
	font-size:100%;
	color:#fff;
	width:640px;
	text-align:left;
	margin:20px auto 0px auto;
}

div#main table.exm {
	width:660px;
	border-collapse: collapse;
	margin:0 auto 10px auto;
	border:1px solid #666;
	background-color:#ffffff;
}

div#main table.exm th {
	background-color:#666;
	padding:2px;
	color:#fff;
	font-size:100%;
	border-right:1px solid #ddd;
}

div#main table.exm td {
	padding:2px;
	font-weight:normal;
	text-align:right;
	font-size:80%;
	border-right:1px dotted #ddd;
	border-bottom:1px solid #999;
	height:25px;
}

div#main table.exm td.head {
	padding:4px 2px 4px 20px;
	font-weight:normal;
	text-align:left;
	font-size:100%;
	border-right:1px dotted #ddd;
	border-bottom:1px solid #999;
	height:25px;
	width:300px;
}

div#main table.exm td.txt {
	padding:4px 20px 4px 2px;
	font-weight:normal;
	text-align:right;
	font-size:100%;
	border-right:1px dotted #ddd;
	border-bottom:1px solid #999;
	height:25px;
}

div#main table.exm td.td_size {
	width:409px;
}

div#main table.exm td.modelimg {
	text-align:center;
	border:none;
	border-bottom:2px solid #666;	
	vertical-align:bottom;
}

div#main table.exm td.cara {
	background:#ffffff url(images/bg.gif);
}

.kingaku {
	width:300px;
	margin:0 auto;
	text-align:right;
}

div#main td span.text_b {
	font-weight:bold;
}

.kinri {
	text-align:center;
	border:1px solid #ff6600;
	padding:10px;
	line-height:120%;
}

.text_l {
	font-size:120%;
	font-weight:bold;
}

.text_s {
	line-height:120%;
	font-size:80%;
}

*.atten{
	margin:0px;
	padding:0px;
	font-size:80%;
	line-height:140%;
}

*.atten2{
	width:660px;
	margin:10px auto 20px auto;
	padding:0px;
	text-align:left;
	font-size:60%;
	line-height:120%;
}

div.atten3 {
	padding-left:302px;
	margin:0 20px;
}

div.atten3 table {
	width:359px;
	border-collapse: collapse;
	margin:0 auto 20px auto;
	text-align:left;
	font-size:60%;
	line-height:120%;
}

div.atten3 table td {
	vertical-align:top;
	padding:2px;
}

div#main table.pp10 {
	width:660px;
	border-collapse: collapse;
	margin:20px auto 10px auto;
	border:1px solid #666;
}

div#main table.pp10 th {
	background-color:#666;
	padding:2px;
	color:#fff;
	font-size:100%;
	border-right:1px solid #ddd;
}

div#main table.pp10 td {
	padding:2px;
	font-weight:normal;
	text-align:left;
	font-size:80%;
	border-bottom:1px solid #999;
}


div#main table.pp10 td.kingaku {
	padding:2px 0;
	font-weight:normal;
	text-align:left;
	font-size:80%;
	border-right:1px solid #666;
	border-bottom:1px solid #999;
	width:150px;
}

div#main table.pp10 td.kingaku dt, div#main table.pp10 td.kingaku_end dt {
	font-weight:bold;
}


div#main table.pp10 td.kingaku_end {
	padding:5px;
	font-weight:normal;
	text-align:left;
	font-size:80%;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	width:150px;
}

div#main table.pp10 td.kingaku_all {
	padding:5px;
	font-weight:normal;
	text-align:right;
	font-size:80%;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}

div#main table.pp10 td.end {
	border-bottom:1px solid #666;
}

div#main table.pp10 caption {
	text-align:left;
	padding-bottom:2px;
}

/* footer */
div#footer {
	background-color:#ff6600;
	text-align:center;
	margin:0 auto;
	width:700px;
}
