/* ==============================================================================
default style is cleared
================================================================================ */

/* Basic Structure
------------------------------------- */

body {
	text-align: center;
	padding: 0px;
	margin: 0;
	color: #555555;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka,;
	background:#F0F0F0 url("../../images/shared/bg.gif") top center repeat-y;
}

/* Sentence, Character
------------------------------------- */

p,
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

em,
address {
	font-style: normal;
}

/* List
------------------------------------- */

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Form
------------------------------------- */

form {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Table
------------------------------------- */

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0; /* For NN6.0 higher or Opera*/
}

th,
td {
	padding: 0;
	font-weight: normal;
	font-size: 12px 
}



/* clearboth
------------------------------------- */
.clearboth{
	font-size:0px;
	line-height:0px;
	margin: 0;
	display: block;
	clear: both;
}


/* Margin & padding
------------------------------------- */

/* Margin */
.m0 {
	margin: 0!important;
}

.m5 {
	margin: 5px!important;
}

.m10 {
	margin: 10px!important;
}

.m20 {
	margin: 20px!important;
}

.mt0 {
	margin-top: 0!important;
}

.mt5 {
	margin-top: 5px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt15 {
	margin-top: 10px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt25 {
	margin-top: 25px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.mt35 {
	margin-top: 35px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt45 {
	margin-top: 45px!important;
}

.mt50 {
	margin-top: 50px!important;
}

.mr5 {
	margin-Right: 5px!important;
}

.mr10 {
	margin-Right: 10px!important;
}

.mr20 {
	margin-Right: 20px!important;
}

.mb0 {
	margin-bottom: 0!important;
}

.mb2 {
	margin-bottom: 2px!important;
}

.mb5 {
	margin-bottom: 5px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb15 {
	margin-bottom: 15px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb25 {
	margin-bottom: 25px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb180 {
	margin-bottom: 180px!important;
}


.ml5 {
	margin-left: 5px!important;
}

.ml10 {
	margin-left: 10px!important;
}

.ml15 {
	margin-left: 15px!important;
}

.ml20 {
	margin-left: 20px!important;
}

/* Padding */
.p0 {
	padding: 0px!important;
}

.p5 {
	padding: 5px!important;
}

.p10 {
	padding: 10px!important;
}

.p20 {
	padding: 20px!important;
}

.pt0 {
	padding-top: 0px!important;
}

.pt5 {
	padding-top: 5px!important;
}

.pt10 {
	padding-top: 10px!important;
}

.pt15 {
	padding-top: 15px!important;
}

.pt20 {
	padding-top: 20px!important;
}

.pt25 {
	padding-top: 25px!important;
}

.pt30 {
	padding-top: 20px!important;
}

.pr0 {
	padding-right: 0px!important;
}

.pr5 {
	padding-right: 5px!important;
}

.pr10 {
	padding-right: 10px!important;
}

.pr20 {
	padding-right: 20px!important;
}

.pb0 {
	padding-bottom: 0px!important;
}

.pb5 {
	padding-bottom: 5px!important;
}

.pb10 {
	padding-bottom: 10px!important;
}

.pb15 {
	padding-bottom: 15px!important;
}

.pb20 {
	padding-bottom: 20px!important;
}

.pb25 {
	padding-bottom: 25px!important;
}

.pb30 {
	padding-bottom: 30px!important;
}

.pl0 {
	padding-left: 0px!important;
}

.pl5 {
	padding-left: 5px!important;
}

.pl10 {
	padding-left: 10px!important;
}

.pl20 {
	padding-left: 20px!important;
}

.pl25 {
	padding-left: 20px!important;
}

/* line-height
------------------------------------- */
.line12{
	line-height:120%}
	
.line13{
	line-height:130%}
	
.line15{
	line-height:150%}


/*center
------------------------------------- */
.center{
	text-align:center}



/* Anchor
------------------------------------- */
a {
	font-family:none;/* for mac */
}

a:link {
	color: #774917;
	text-decoration:none;
}

a:visited {
	color: #774917;
	text-decoration:none;
}

a:active,a:hover {
	color: #774917;
	text-decoration:underline}


a.sidebar:link,
a.sidebar:visited
 {
	color: #555555;
	text-decoration: none;
}

a.sidebar:hover {
	color: #774917;
	text-decoration: none;
}


/* Other
------------------------------------- */

img {
	display: block;
}

a img,
.nobdr {
	border: 0 !important;
}

hr {
	display: none;
	margin: 0;
}

/* ==============================================================================
Basic Layout
================================================================================ */

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

.layoutType01 #contents {
	display:inline;
	float: right;
	width: 570px;
	margin: 10px 15px 0px 0px;
}

/* == h ============================================================*/

h1{	
	text-align: left;
	margin: 0;
	padding-top: 2px;
	padding-left: 10px;
	color: #666;
	}

h2.h2{
	background:url(../../images/shared/h2.gif) no-repeat top left;
	color:#FFFFFF;
	height:31px;
	font-size:16px;
	line-height:32px;
	padding-left:15px;
	font-weight:bold;
	margin-bottom:10px
	}

h3{	background:url(../../images/shared/h3.gif) no-repeat top left;
	height:26px;
	font-size:14px;
	line-height:27px;
	padding-left:17px;
	margin-bottom:10px;
	font-weight:bold
	}

h4{	background:url(../../images/shared/h4.gif) no-repeat top left;
	height:24px;
	font-size:12px;
	line-height:26px;
	padding-left:16px;
	margin-bottom:7px;
	font-weight:bold
	}
/* == #head ============================================================ */

#headBox {
	width:810px;
	margin:0 auto;
	background:url(../../images/shared/header_top.jpg) no-repeat top left;
}

#headBox .h1txt {
	height: 30px;
}

#headBox #headBoxL {
	width:204px;
	float:left
}
	
#headBox #headBoxR {
	width:606px;
	float:right;
	background:url(../../images/shared/header_tel.jpg) right no-repeat;
	height:46px
}

	
/* == gmenu ============================================================*/

#gmenuBox {
	width: 800px;
}

#gmenuBox ul li{
    list-style:none;
    float:left;
    text-indent:-9999px;
}

#gmenuBox ul a{
    display:block;
    width:200px;
    height:30px;
	text-decoration:none;
	font-size:0
}

.gHome a{
    background-image:url(../../images/shared/gmenu_home.gif);
}

.gCompany a{
    background-image:url(../../images/shared/gmenu_company.gif);
}

.gContact a{
    background-image:url(../../images/shared/gmenu_contact.gif);
}

.gSitemap a{
    background-image:url(../../images/shared/gmenu_sitemap.gif);
}

.gHome a:hover,
.gCompany a:hover,
.gContact a:hover,
.gSitemap a:hover {
    background-position: 0px -30px;
	text-decoration:none;
}

/* == sidebar ============================================================*/

#sidebarFrame {
	float: left;
	width: 200px;
	background-color:#FFF5D7
}


#sidebar{
	margin: 0;
	padding: 0;
}

#sidebar li { 
    list-style:none;
	width:200px;
}

.btnOrange{
	height:35px;
	background:url("../../images/shared/btn_orange.gif") no-repeat top left;
	color:#FFFFFF;
	line-height:35px;
	font-size:14px;
	padding-left:15px
}


#btnSafety a{
	display:block;
	height:36px;
	background:url("../../images/shared/btn_safety.gif") no-repeat top left;
	line-height:35px;
	padding-left:30px
}

#btnPretty a{
	display:block;
	height:36px;
	background:url("../../images/shared/btn_pretty.gif") no-repeat top left;
	line-height:35px;
	padding-left:30px
}

#btnShopping a{
	display:block;
	height:36px;
	background:url("../../images/shared/btn_shopping.gif") no-repeat top left;
	line-height:35px;
	padding-left:30px
}

#btnDressup a{
	display:block;
	height:49px;
	background:url("../../images/shared/btn_dressup.gif") no-repeat top left;
	line-height:120%
}

#btnDressup a div,
#btnFamily a div,
#btnMaintenance a div,
#btnKnowledge a div {
	padding:10px 0 0 30px;
}

#btnMaintenance a div{
	padding:18px 0 0 30px;
}

#btnOpencar a{
	display:block;
	height:36px;
	background:url("../../images/shared/btn_opencar.gif") no-repeat top left;
	line-height:35px;
	padding-left:30px
}

#btnClassic a{
	display:block;
	height:36px;
	background:url("../../images/shared/btn_classic.gif") no-repeat top left;
	line-height:35px;
	padding-left:30px
}

#btnFamily a{
	display:block;
	height:49px;
	background:url("../../images/shared/btn_family.gif") no-repeat top left;
	line-height:120%
}

#btnCommutation a{
	display:block;
	height:44px;
	background:url("../../images/shared/btn_commutation.gif") no-repeat top left;
	line-height:35px;
	padding-left:30px
}

#btnComparison a{
	display:block;
	height:36px;
	background:url("../../images/shared/btn_comparison.gif") no-repeat top left;
	line-height:35px;
	padding-left:30px
}

#btnMaintenance a{
	display:block;
	height:51px;
	background:url("../../images/shared/btn_maintenance.gif") no-repeat top left;
	line-height:120%
}

#btnKnowledge a{
	display:block;
	height:58px;
	background:url("../../images/shared/btn_knowledge.gif") no-repeat top left;
	line-height:120%
	}

#bannerContact a{
	display:block;
	height:45px;
	background:url("../../images/shared/banner_contact.jpg") no-repeat top left;
	text-indent:-9999px;
	font-size:0
}

#bannerOfficial a{
	display:block;
	height:45px;
	background:url("../../images/shared/banner_official.jpg") no-repeat top left;
	text-indent:-9999px;
	font-size:0
}

#bannerBlog a{
	display:block;
	height:45px;
	background:url("../../images/shared/banner_blog.jpg") no-repeat top left;
	text-indent:-9999px;
	font-size:0
}

#btnSafety a:hover,
#btnPretty a:hover,
#btnDressup a:hover,
#btnShopping a:hover,
#btnOpencar a:hover,
#btnClassic a:hover,
#btnFamily a:hover,
#btnCommutation a:hover,
#btnComparison a:hover,
#btnMaintenance a:hover,
#btnKnowledge a:hover,
#bannerContact a:hover,
#bannerOfficial a:hover,
#bannerBlog a:hover
 {
    background-position:-200px 0px;
	text-decoration:none;}
	
/* == #bg text ============================================================*/

#bgText{
	background:url(../../images/top/text_bg.gif) no-repeat top right;
	width:570px;
	margin-bottom:10px
}
	
#bgText #Area{
	line-height:130%;
	margin:10px 10px 10px 10px;}
	
#bgText #Area p{ margin-bottom: 1em; }	
	
/* == #pickup contents ============================================================*/

.pickupFrame{
	width:570px;
	margin-top:10px;
	line-height:120%
}

.pickupFrameLeft{
	float:left;
	width:182px;
	margin-right:12px}
	
.pickupFrameRight{
	float:right;
	width:182px;
}

#pickup01{
	width:182px;
	height:209px;
	display:block;
	background:url("../../images/top/pick_01.jpg") no-repeat top left;
}

#pickup02{
	width:182px;
	height:209px;
	display:block;
	background:url("../../images/top/pick_02.jpg") no-repeat top left;
}

#pickup03{
	width:182px;
	height:209px;
	display:block;
	background:url("../../images/top/pick_03.jpg") no-repeat top left;
}

#pickup04{
	width:182px;
	height:209px;
	display:block;
	background:url("../../images/top/pick_04.jpg") no-repeat top left;
}

#pickup05{
	width:182px;
	height:209px;
	display:block;
	background:url("../../images/top/pick_05.jpg") no-repeat top left;
}

#pickup06{
	width:182px;
	height:209px;
	display:block;
	background:url("../../images/top/pick_06.jpg") no-repeat top left;
}

a:hover#pickup01,
a:hover#pickup02,
a:hover#pickup03,
a:hover#pickup04,
a:hover#pickup05,
a:hover#pickup06{
    background-position:0px -209px;
	text-decoration:underline;}

.pickupFrameLeft .txtArea,
.pickupFrameRight .txtArea{
	padding: 5px 8px 0 8px;
}

#str {
	text-align: right;
	padding: 8px 0 0 0;
	clear: both;
}

#str strong{
	font-weight: normal;
}

/* == #footer ============================================================*/

#footer{
	margin:0 auto;
	width:800px;
}


#footerLink{
	line-height:130%;
	margin:20px 0 10px 0;
	text-align:center;
	font-size:10px;
	}

#copyright{
	border-style:solid;
	border-width:1px;
	border-color:#DD5D00;
	background-color:#FF9E00;
	height:5px;
	width:800px;
	margin-top: 30px;
}

#footerBottom{
	width:810px;
	margin:0 auto;
	background:url(../../images/shared/bottom.gif) no-repeat;
	height:33px;
}
	
	
/* == page top ============================================================*/

p.pageTop {
	text-align: right;
	height: 20px;
}

p.pageTop a {
	font-size:0px;
	display: block;
	height: 20px;
	width: 100px;
	margin: 0 0 0 auto;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../../images/shared/pagetop.gif) no-repeat top left;
}

p.pageTop a:hover {
	background-position: 0 -20px;
}

/* == contents ============================================================*/

.phFrame{
	width:570px;
	line-height:120%
}

.phFrame .Left{
	float:left;
	width:275px;
	margin:10px 20px 0 0}
	
.phFrame .Right{
	float:right;
	width:275px;
	margin:10px 0 0 0}

.phFrame .Left02{
	float:left;
	width:350px;
	margin:0 20px 0 0}
	
.phFrame .Right02{
	float:right;
	width:200px;}

	
.Box01{
	border-style:dotted;
	border-width:1px;
	border-color:#DD5D00;
	background-color:#ffdca9;
	padding:5px;
	line-height:120%;
	margin:10px 0 15px 0;
}

/* == table ============================================================*/

table.ver01 {
	width: 570px;
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin: 0 0 12px 0;
}

table.ver01 th {
	padding: 5px;
	white-space: nowrap;
	background-color: #f4f4f4;
	border-right: 2px solid #FFAE50;
	border-bottom: 1px solid #B2B2B2;
	line-height:120%;
	text-align:center;
}

table.ver01 td {
	padding: 5px;
	border-bottom: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	line-height:120%;
}

table.ver02 {
	width: 450px;
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin: 0 0 12px 0;
	text-align:center;
}

table.ver02 th {
	padding: 5px;
	white-space: nowrap;
	background-color: #f4f4f4;
	border-right: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	line-height:120%;
}

table.ver02 td {
	padding: 5px;
	border-bottom: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	line-height:120%;
}

table.ver03 {
	width: 570px;
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin: 0 0 12px 0;
}

table.ver03 th.noLine {
	padding: 5px;
	white-space: nowrap;
	background-color: #FFEFD7;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	line-height:120%;
	text-align:center;
}

table.ver03 th.Line {
	padding: 5px;
	white-space: nowrap;
	background-color: #f4f4f4;
	border-bottom: 2px solid #FFAE50;
	border-right: 1px solid #B2B2B2;
	line-height:120%;
	text-align:center;
}

table.ver03 td {
	padding: 5px;
	border-bottom: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	line-height:120%;
}

/* sitemap */
dl.sitemap {
	margin: 0;
	padding: 0;
}

dl.sitemap dt.top{
	border-top: 1px #B2B2B2 dotted;
}

dl.sitemap dt {
	padding: 8px 0px 8px 25px;
	border-bottom: 1px #B2B2B2 dotted;
	background: #FFEFD7 url(../../images/shared/sitemap_back.gif) 5px no-repeat;
}

dl.sitemap dd {
	padding: 8px 0px 8px 25px;
	border-bottom: 1px #B2B2B2 dotted;
	background: url(../../images/shared/sitemap_back02.gif) 5px no-repeat;
}

dl.sitemap dd.end {
	padding: 8px 0px 8px 25px;
	border-bottom: none;
	background: url(../../images/shared/sitemap_back02.gif) 5px no-repeat;
}

.TxtRed {
	color: #CC0000;
}

.vs_ban a{
	width:570px;
	height:120px;
	margin:0;
	display:block;
	text-indent:-9999px;
	background:url(../../images/top/vs_ban.jpg);
}
.vs_ban a:hover{
	background-position:0 100%;
}
