* {
	margin: 0px;
	color: #333333;
	line-height: 140%;
	}

html
{ 

   scrollbar-face-color:#fff;
   scrollbar-track-color:#fff;
   scrollbar-arrow-color:#69008C;
   scrollbar-highlight-color:#fff;
   scrollbar-shadow-color:#69008C;
   scrollbar-3dlight-color:#fff;
   scrollbar-darkshadow-color:#fff;

}

img 
{
	border: 0;
}

ul 
{
	list-style: none;
}

/** スペーサー **/
.Spacer5
{
	clear: both;
	line-height: 0;
	width: 300px;
	height: 5px;
}

.Spacer10
{
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0px;
	width: 300px;
	height: 10px;
}

.Spacer15
{
	clear: both;
	line-height: 0;
	width: 300px;
	height: 15px;
}

body {
	text-align: center;
}

div#container {
	background-image: url(../img/container_bg.gif);
	width: 953px;
	margin: 0 auto;
}

table#counter {
	color: #666666;
	font-size: 12px;
	margin-left: 12px;
	}

table#counter td {
	padding-bottom: 4px;
	}

.pr {
	font-size:10px;
	padding-top:1px;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
	color:#ffffff;
	background-color:#B8B8B8;
	}

.foot {
	color:#B8B8B8;
	font-size:11px;
	text-decoration:none;
	}

a.foot:visited {
	color:#B8B8B8;
	text-decoration:none;
	}

a.foot:link {
	color:#B8B8B8;
	text-decoration:none;
	}

.foot2 {
	color:#B8B8B8;
	font-size:10px;
	text-decoration:none;
	}

a.foot2:visited {
	color:#B8B8B8;
	text-decoration:none;
	}

a.foot2:link {
	color:#B8B8B8;
	text-decoration:none;
	}

.menu {
	color: #666666;
	font-size: 12px;
	letter-spacing:0px;
	}

.foot1 {
	color: #333333;
	font-size: 12px;
	margin: 5px;
	display: block;
	text-decoration:none;
	}




/* font */
.font14 {color:#555555; font-size: 14pt; line-height: 17pt; }
.font12 {color:#555555; font-size: 12pt; line-height: 16pt; }
.font11 {color:#555555; font-size: 11pt; line-height: 14pt; }
.font10 {color:#555555; font-size: 10pt; line-height: 14pt; }
.font9 {color:#555555; font-size: 9pt; line-height: 12pt; }
.font8 {color:#555555; font-size: 8pt; line-height: 12pt; }

.font14b {color:#666666; font-size: 14pt; line-height: 17pt; font-weight:bold}
.font12b {color:#666666; font-size: 12pt; line-height: 16pt; font-weight:bold}
.font10b {color:#666666; font-size: 10pt; line-height: 14pt; font-weight:bold}

.font14red {color:#FF3333; font-size: 14pt; line-height: 17pt;; font-weight:bold}


/* link */
a:link    { color: #883386; }
a:visited { color: #883386; }
a:hover   { color: #666; }
a:active  { color: #666; }

a.link:link    { color: #666; text-decoration:none;}
a.link:visited { color: #666; text-decoration:none;}
a.link:hover   { color: #666; text-decoration:none;}
a.link:active  { color: #666; text-decoration:none;}

a.mab:link    { color: #333333; text-decoration:none;}
a.mab:visited { color: #333333; text-decoration:none;}
a.mab:hover   { color: #333333; text-decoration:none;}
a.mab:active  { color: #333333; text-decoration:none;}

a.copy:link    { color: #ccc;  text-decoration:none;}
a.copy:visited { color: #ccc;  text-decoration:none;}
a.copy:hover   { color: #ccc;  text-decoration:none;}
a.copy:active  { color: #ccc;  text-decoration:none;}

a.sort:link    { color: #999;  text-decoration:none;  font-size: 8pt;}
a.sort:visited { color: #999;  text-decoration:none; font-size: 8pt;}
a.sort:hover   { color: #ccc;  text-decoration:none; font-size: 8pt;}
a.sort:active  { color: #ccc;  text-decoration:none; font-size: 8pt;}

a.num:link    { color: #006600;  text-decoration:none;}
a.num:visited { color: #006600;  text-decoration:none;}
a.num:hover   { color: #666;  text-decoration:none;}
a.num:active  { color: #666;  text-decoration:none;}

/* table */
td, div {font-size: 10pt;}
table	{font-size: 10pt;background-color:#ffffff;}

/* color */
.green_9pt {color:#009100; font-size: 9pt; line-height:13pt}
.red { color: #CC3333; }
.red_b { color: #52006C; font-weight: bold; text-decoration:none}
.red_b_16 { color: #CC3333; font-size: 16pt; font-weight: bold; text-decoration:none}
.red_b_20 { color: #CC3333; font-size: 20pt; font-weight: bold; text-decoration:none}
.green { color: #008000; }
.pale_gray { color: #ccc; }
.gray { color: #999999; }
.white { color: #fff; }
.white8_b { color: #fff;  font-size: 8pt; font-weight: bold;}

.Purple
{
	color: #46005E; 
}

.Purple_b
{
	color: #46005E; 
	font-weight: bold; 
}

.Pink
{
	color: #CB107B; 
}


/* access*/
.access { display : none;}


/*background*/
.title_back { 
	background-image: url("../img/title2.gif");
	background-repeat: repeat-x;
}
.sub_title_back { 
	background-image: url("../img/sub_titlejpg.jpg");
	background-repeat: no-repeat;
}
.purple_back { 
	background-image: url("../img/purple_back.jpg");
	background-repeat: no-repeat;
}
.gray_back { 
	background-image: url("../img/gray_bar.jpg");
	background-repeat: repeat-y;
	background-position-x: 4px;
}

.access { display : none;}

.table { 
	border-style: dotted;
	border-color: #A633A3 #A633A3 #ffffff #ffffff;
	border-width: 0.2ex;
}

.table_2 { 
	border-bottom: dotted;
	border-bottom-color: #A633A3;
	border-bottom-width: 0.2ex;
}

.table_3 { 
	border-style: dotted;
	border-color: #A633A3 #A633A3 #A633A3 #ffffff;
	border-width: 0.2ex;
}

.table_4 { 
	border-right: 0.2ex dotted #A633A3;
	border-bottom: 0.2ex dotted #A633A3;
}

.table_5 { 
	padding-top: 5px;
	border-right: 0.2ex dotted #A633A3;
	border-bottom: 0.2ex dotted #A633A3;
}

.table_5_Main { 
	margin: auto;
	width: 644px;
	border: 0.2ex dotted #A633A3;
	border-collapse: collapse;
	empty-cells: show;
	color: #444;
}

.table_6 { 
	border-style: dotted;
	border-color: #A633A3 #A633A3 #A633A3 #A633A3;
	border-width: 0.2ex;
}

.table_7_Main { 
	margin: auto;
	width: 644px;
	color: #444;
}

.PriceFont
{
	color: #FF3409;
	font-size: 18px;
	font-weight: bold;
	font-family: ヒラギノ角ゴ Pro W3,Arial, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, Osaka;
}

div#WhatsNew {
	color: #666;
	width: 720px;
	height: 102px;
	background-image:url("../img/top/news_bg.gif");
	background-repeat: no-repeat;
}

div#WhatsNew ul {
	padding-top: 50px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 0.9em;
}

#WhatsNew li {
	color: #666;
	list-style: none;
	margin-bottom: 4px;
}

div#WhatsNew a {
	color: #3399CC;
}

div#WhatsNew a:hover {
	color: #FF6600;
}

div.minutes {
	position: absolute;
	top: 10px;
	left: 530px;
}


div#qa {
	width: 720px;
	text-align: center;
	border: solid 1px #AAA;
	padding-top: 20px;
	}

div#qa-contents {
	width: 690px;
	text-align: left;
	}

div#qa-contents2 {
	width: 690px;
	text-align: center;
	border: solid 1px #73BE1F;
	list-style: decimal;
	}

div#qa-contents2 p {
	padding-left: 20px;
	width: 620px;
	font-size: 13px;
	line-height: 26px;
	text-align: left;
	margin-top: 12px;
	}

div#qa-contents2 b {
	color: #73BE1F;
	font-size: 14px;
	font-weight: bold;
	}
	

:root div#qa-contents2 {
	margin-left:12px;
}

div#qa-contents ul {
	margin-top: 10px;
	margin-left: 10px;
}

div#qa-contents li {
	background-image:url("../img/qa/list.gif");
	background-repeat:no-repeat;
	padding-left: 14px;
	margin-bottom: 14px;
}

:root div#qa-contents li{
	margin-left: -40px;
}

div#qa-contents a:link {
	color: #38801D;
	}

div#qa-contents a:visited {
	color: #38801D;
	}

div#qa-contents a:hover {
	color: #FF6600;
	}

div#hours {
	
	width: 720px;
	text-align: center;
	border: solid 1px #AAA;
	padding-top: 20px;
	padding-bottom: 20px;
	}

div#about {
	
	width: 720px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	}

div#about p {
	color:#333;
	line-height: 24px;
	width: 700px;
	text-align: left;
	padding-bottom: 10px;
}


div#pack_menu {
	float:left;
	width: 644px;
	}

div#pack_menu ul {
	margin-top: 10px;
	margin-left: 10px;
}

div#pack_menu li {
	background-image:url("../img/qa/list.gif");
	background-repeat:no-repeat;
	padding-left: 14px;
	margin-bottom: 14px;
}

:root div#pack_menu li{
	width: 92px;
	margin-left: -40px;
}

div#pack_contents {
	width: 720px;
	margin: auto auto 20px auto;
	text-align: center;
}

div#pack {
	margin: auto;
	width: 720px;
	min-height : 1500px;
	height: auto;
	border: solid 1px #AAA;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	}

div#pack-contents {
	margin: auto;
	width: 690px;
	text-align: left;
	list-style: decimal;
	}

div#skype {
	width: 720px;
	border: solid 1px #AAA;
	padding-top: 20px;
	padding-bottom: 20px;
	}

div#skype-contents {
	width: 690px;
	text-align: center;
	border: solid 1px #28AECF;
	list-style: decimal;
	margin-left: 12px;
	}

div#skype-contents p {
	padding-left: 20px;
	width: 640px;
	font-size: 13px;
	line-height: 26px;
	text-align: left;
	margin-top: 12px;
	}

div#skype-contents b {
	color: #28AECF;
	font-size: 14px;
	font-weight: bold;
	}

div#skype-contents .text1 {
	color: #73BE1F;
	font-size: 14px;
	font-weight: bold;
	}

div#tenken {
	width: 720px;
	border: solid 1px #AAA;
	padding-top: 20px;
	}

div#tenken-contents {
	width: 690px;
	text-align: center;
	border: solid 1px #73BE1F;
	list-style: decimal;
	margin-left: 12px;
	}

div#tenken-contents p {
	padding-left: 20px;
	width: 640px;
	font-size: 13px;
	line-height: 26px;
	text-align: left;
	margin-top: 12px;
	}
	
.style1,
.White
 {
	color: #FFF;
	}
	
.style2 {
	color: #339933;
	}

div#caution-contents {
	width: 690px;
	text-align: center;
	border: solid 1px #73BE1F;
	list-style: decimal;
	margin-left: 12px;
	}

div#caution-contents p {
	padding-left: 20px;
	width: 600px;
	font-size: 13px;
	line-height: 26px;
	text-align: left;
	margin-top: 12px;
	}

div#caution-contents b {
	color: #38801D;
	font-size: 14px;
	font-weight: bold;
	}


/** ポイント **/
#TopPoint
{
	margin: 0 0 25px 10px;
	padding: 0;
	width: 718px;
	text-align: left;
}

#TopPoint img
{
	margin-right: -4px;
	padding: 0;
}

/** FAQ **/
.Faq_F
{
	margin-right: 10px;
	float: left;
}

.Faq_A
{
	claer: both;
	margin: 0 10px 0 0;
	float: left;
}

/** 車庫証明・名義変更・希望ナンバー **/
#SubTitle td
{
	font-size:13px;
}

.ArrowSubTitle
{
	vertical-align: middle;
	margin: 7px 0;
}
