* {
	margin:0;
	padding:0;
}

body {
	background-color: #e3e2e2; 
	background-image: url(image/bg.gif);
 	background-repeat: repeat-x;
	font-size: 12px;
}


.clear {  
  display:inline-block;
}
.clear {  
  position:relative;
  display:block;
  width:100%;
}
html>body .clear:after {   /* CSS2 */
  content:'.';
  clear:both;
  display:block;
  visibility:hidden;
  width:100%;
  height:0px;
}
* html>body .clear {   /* MacIE */
  display:inline-block;
}


a {	color: #660000;
	/*text-decoration: none;*/
	text-decoration : underline;
}
a:visited {	color: #330000;}
a:active {	color: #cc0000;}
a:hover {	color: #cc0000;
			text-decoration: none;
			/*text-decoration : underline;*/
}
img{
	border: none;
	margin:0;
	padding:0;
}
hr {
  display:none;
}

h1 {
	margin:0;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
}
h2{
	text-indent: -9999px; 
}
h3{
	margin:0;
	font-size: 15px;
	color: #cc0000;
	height:22px;
	padding-top:6px;
	padding-left:20px;
	background-image: url(image/bg_h3.gif);
	background-repeat: no-repeat;
}
.h3_bottom{
	height:10px;
	background-image: url(image/bg_h3_bottom.gif);
	background-repeat: no-repeat;
}
h4{
	margin:10px;
	font-size: 15px;
	color: #3399ff;
	height:20px;
	background-color:#e7e7e7;
	padding-top:4px;
	padding-left:5px;
	border-left: 5px solid #3399ff;
	border-bottom: 1px solid #cccccc;
}

h5{
	font-size: 14px;
	color: #ff9900;
	font-weight: bold;
}

address{
	font-size:12px;
	margin-left:10px;
	margin-bottom:2px;
}

ol{
	margin-left:20px;
}
.ol_li{
	margin:5px;
}

ul.margin-left20 li{
	margin-left:20px;
}
.p_txt{
	margin-bottom:10px;
}


.hidden{
	text-indent: -9999px; 
}

.lst_red{
	margin-top: 10px;
	margin-left: 10px;
	list-style-type: none;
}
ul.lst_red li{
	background-image: url(image/bg_lstred.gif);
	background-repeat: no-repeat;
	width:180px;
	height:16px;
	padding-left: 15px;
	float:left;
	display:block;
}
ul.lst_red li a {
	color: #000000;
	/*text-decoration: none;*/
}
ul.lst_red li a:hover {	
	color: #cc0000;
	/*text-decoration : underline;*/
}

.red{
	color:#cc0000;
}
.blue{
	color:#0099ff;
}

.p_right{
	text-align: right;
}
.lst_red_square{
	margin-left: 20px;
	margin-bottom: 5px;
}
ul.lst_red_square li{
	list-style-image:  url(image/list_red_square.gif);
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	color:#0099ff;
	font-size: 14px;
}

.list_inline{
	margin-left: 20px;
}
ul.list_inline li{
	display:inline;
	color:#000000;
	font-size: 12px;
}

.lst_hishi{
	margin-left: 10px;
}
ul.lst_hishi li{
	list-style-image:  url(image/list_hishi.gif);
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#000000;
	font-size: 12px;
}

.lst_link{
	margin-top: 10px;
	margin-left: 10px;
	list-style-type: none;
}
ul.lst_link li{
	background-image: url(image/bg_lstlink.gif);
	background-repeat: no-repeat;
	width:145px;
	height:20px;
	padding-left: 20px;
	float:left;
	display:block;
}


.spacer{
	clear:both;
}
.spacer2{
	width:10px;
	height:1px;
}


/*----- page base -----*/
#container {
	width:761px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

/*----- header area -----*/
#h1_area{
 height:17px; 
 padding-right:5px;
 width:756px;
 text-align:right;

} 
#header{
 position:relative; 
 height:84px; 
 width:100%;
 background-image: url(image/bg_header.gif);
}

#home{
 width:315px;
 float:left; 
 display:inline; 
 margin-left:15px;
 margin-top:10px;
 position:relative; 
}

#home ul{
	list-style-type : none;
	margin:0;
}
#home li a{
	display : block;
	width : 282px;
	height: 50px;
	background-image: url(image/logo_macygnus.gif);
	background-repeat: no-repeat;
	text-indent: -9999px; 
	text-decoration:none;
}

#t_menu{
 float: right; 
 display:inline; 
 position: relative; 
 width:421px;
 margin-right:5px;
}

ul#t_menu_tab{
	list-style-type : none;
	margin:0;
}
ul#t_menu_tab li{
	display:inline;
	float:right;
}
li#contact a{
	display : block;
	width : 124px;
	height: 30px;
	background-image: url(image/menu_contact.gif);
	background-repeat: no-repeat;
	text-indent: -9999px; 
	text-decoration:none;
}
li#contact a:hover{
	background-image: url(image/menu_contact_a.gif);
	background-repeat: no-repeat;
	text-indent: -9999px; 
	text-decoration:none;
}
li#sitemap a{
	display : block;
	width : 124px;
	height: 30px;
	background-image: url(image/menu_sitemap.gif);
	background-repeat: no-repeat;
	text-indent: -9999px; 
	text-decoration:none;
}
li#sitemap a:hover{
	background-image: url(image/menu_sitemap_a.gif);
	background-repeat: no-repeat;
	text-indent: -9999px; 
	text-decoration:none;
}

#menu{
 float: right; 
 display:inline; 
 position: relative; 
 width:421px;
 margin-right:5px;
 margin-top:10px;
}

ul#menu_tab{
	list-style-type : none;
	margin:0;
}
ul#menu_tab li{
	display:inline;
	float:right;
}
li#about a{
	display : block;
	width : 104px;
	height: 44px;
	background-image: url(image/menu_about.gif);
	background-repeat: no-repeat;
	text-indent: -9999px; 
	text-decoration:none;
}
li#about a:hover{
	background-image: url(image/menu_about_a.gif);
	background-repeat: no-repeat;
	text-indent: -9999px; 
	text-decoration:none;
}
li#news a{
	display : block;
	width : 104px;
	height: 44px;
	background-image: url(image/menu_news.gif);
	background-repeat: no-repeat;
	text-indent: -9999px; 
	text-decoration:none;
}
li#news a:hover{
	background-image: url(image/menu_news_a.gif);
	background-repeat: no-repeat;
	text-indent: -9999px; 
	text-decoration:none;
}
li#usedcar a{
	display : block;
	width : 104px;
	height: 44px;
	background-image: url(image/menu_usedcar.gif);
	background-repeat: no-repeat;
	text-indent: -9999px; 
	text-decoration:none;
}
li#usedcar a:hover{
	background-image: url(image/menu_usedcar_a.gif);
	background-repeat: no-repeat;
	text-indent: -9999px; 
	text-decoration:none;
}
li#linkm a{
	display : block;
	width : 104px;
	height: 44px;
	background-image: url(image/menu_link.gif);
	background-repeat: no-repeat;
	text-indent: -9999em; 
	text-decoration:none;
}
li#linkm a:hover{
	background-image: url(image/menu_link_a.gif);
	background-repeat: no-repeat;
	text-indent: -9999px; 
	text-decoration:none;
}

/*----- indexpage css -----*/ 
#top_rside{
 	clear:both;
 	position:relative; 
 	width:6px;
	height:250px;
	float: right; 
	background-image: url(image/bg_topimage_r.jpg);
	background-repeat: no-repeat;
}
#flash_base {
 	position:relative; 
 	width:750px;
	height:250px;
	background-image: url(image/bg_topimage.jpg);
	background-repeat: no-repeat;
  	float: right; 
}
#top_flash {
  width:750px;
  height:250px;
  position:relative;
}
#top_lside{
 	position:relative; 
 	width:5px;
	height:250px;
	background-image: url(image/bg_topimage_l.jpg);
	background-repeat: no-repeat;
  	float: right; 
}
#top_bottom{
 	clear:both;
	position:relative; 
  	width:100%;
  	height:10px;
	background-image: url(image/bg_topimage_bottom.jpg);
	background-repeat: no-repeat;
}
.topcopy{
	text-indent: -9999px; 
}

#gooshop{
	position:relative;
	width:456px;
	height:130px;
	background-image: url(image/bg_gooshop.gif);
	background-repeat: no-repeat;
	font-size:12px;
	margin-left:5px;
	padding-top:70px;
	padding-right:20px;
	padding-left:25px;
	line-height: 16px;
	float:left;
}

#banner{
	width:232px;
	float:right;
	display:inline; 
	position: relative; 
}
ul#b_ul{
	margin: 0;
	list-style-type: none;
}
li#b_news a{
	display : block;
	width : 192px;
	height: 49px;
	background-image: url(image/b_news.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #cccccc;
	font-size:11px;
	padding-top:50px;
	padding-left:20px;
	padding-right:20px;
}
li#b_news a:hover{
	color: #ff0000;
}
li#b_usedcar a{
	display : block;
	width : 192px;
	height: 49px;
	background-image: url(image/b_usedcar.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #cccccc;
	font-size:11px;
	padding-top:50px;
	padding-left:20px;
	padding-right:20px;
}
li#b_usedcar a:hover{
	color: #cc0000;
}

#pr_service{
	position:relative;
	width:585px;
	/*height:180px;*/
	font-size:12px;
	margin-left:5px;
	margin-top:5px;
	float:left;
	border:1px solid #cccccc;
	background-color:#dbdbdb;
	background-image: url(image/bg_service.gif);
	background-repeat: no-repeat;
	overflow: auto;
}
#pr_service p{
	padding:10px;
	padding-left:20px;
}

#pr_mobile{
	position:relative;
	width:122px;
	float:right;
	display:inline;
	border:1px solid #cccccc;
	margin-top:6px;
	margin-right:10px;
	padding:5px;
	font-size:10px;
}
#BMG{
	position:relative;
	width:122px;
	/*height:156px;*/
	float:right;
	display:inline; 
	border:1px solid #cccccc;
	margin-top:5px;
	margin-right:10px;
	padding:5px;
	font-size:10px;
}

#privacy{
	position:relative;
	width:708px;
	border:1px solid #cccccc;
	background-color:#fffce7;
	margin:10px;
	padding:10px;
}
 
/*----- contents area -----*/
#maincol{
 clear:both;
 position: relative; 
 padding:5px;
 background-image: url(image/bg_pagewidth.gif);
 background-repeat: repeat-y;
 }

/*----- subpage css -----*/ 

#h2_about{
 clear:both;
 position:relative; 
 height:125px; 
 width:100%;
 background-image: url(image/bg_about.jpg);
}
#h2_link{
 clear:both;
 position:relative; 
 height:125px; 
 width:100%;
 background-image: url(image/bg_link.jpg);
}
#h2_sitemap{
 clear:both;
 position:relative; 
 height:125px; 
 width:100%;
 background-image: url(image/bg_sitemap.jpg);
}
#h2_contact{
 clear:both;
 position:relative; 
 height:125px; 
 width:100%;
 background-image: url(image/bg_contact.jpg);
}
#h2_privacy{
 clear:both;
 position:relative; 
 height:125px; 
 width:100%;
 background-image: url(image/bg_privacy.jpg);
} 
#pannavi{
 position:relative; 
 margin-left:10px;
 margin-top:2px;
 margin-bottom:5px;
}

#sub_base{
 position: relative; 
 background-image: url(image/bg_sub.gif);
 background-repeat: repeat-y;
  width:100%;
}

#sub_leftcol{
 width:200px; 
 float:left; 
 position:relative;
 }

#submenu {
	width : 175px;
	background-color: #cccccc;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
}

#subnavi{
	width : 175px;
	list-style-type : none;
	margin:0;
}
ul#subnavi li{
	width : 175px;
}
ul#subnavi li a{
	display : block;
	width : 170px;
	text-decoration : none;
	color : #330000;
	background-color: #cccccc;
	border-top: 1px dotted #e4e4e4;
	border-left: 5px solid #3399ff;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
}

ul#subnavi li a:hover{
	text-decoration : none;
	background-color: #fdfae3;
	color : #e3004f;
	border-left: 5px solid #cc0000;
}

ul#subnavi li.page_on{
	display : block;
	width : 175px;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;	
	text-decoration : none;
	background-color: #ffcccc;
	color : #e3004f;
	border-left: 5px solid #cc0000;
}

ul#subnavi li.lst_sub{
	padding-left: 5px;
}

#sub_maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:551px; 
 }

.txt{
 margin:5px;
 margin-left:20px;
 margin-right:20px;
}

.about_shop{
 margin-bottom:10px;
 border-top: 1px dotted #cccccc;
 padding-top:10px;
}

.about_shop img{
	border: 1px solid #cccccc;;
	margin-left:5px;
	margin-right:5px;
}

#about_tbl{
	border: 1px solid #cccccc;;
 	width:100%; 

}

#about_tbl tr{
	padding:5px;
}
#about_tbl td{
	padding:5px;
	vertical-align: top;
}

.line_bottom{
	border-bottom: 1px solid #cccccc;
}
.line_right{
	border-right: 1px solid #cccccc;
}

/*----- footer area -----*/
#footer{
 clear:both;
 position:relative;
 } 

#footernavi{
 clear:both;
 position:relative;

	height:28px;
	background-image: url(image/bg_footernavi.gif);
	background-repeat: no-repeat;
	font-size:10px;
	text-align:center;
}

#footernavi ul{
	list-style-type : none;
	margin:0;
	margin-left:10px;
	padding-top:5px;
}
#footernavi li{
	display:inline;
	float:left;
}
#footernavi li a{
	display : block;
	width : 92px;
	height: 25px;
	text-decoration:none;
	text-align:center;
}

.pagetop{
 	/*clear:both;*/
	text-align:right;
	margin:10px;
}

#pageend{
    position:relative;
	margin:0;
 	font-size:10px;
	text-align:center;
    width:100%;
	height:30px;
	background-image: url(image/bg_pageend.gif);
	background-repeat: no-repeat;
} 
.powerdby{
	text-align:right;
	font-size:10px;
	margin-right:5px;
}



