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

/* ********** reset ********** */
* {
margin:0;
padding:0;
}

img {border:none;}
p {text-align:left;font-size:12px;}
table, tr, td, th {border:none;}
ul,li,ol {list-style-type:none;}
body {
	padding:10px 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background:#fff;
	font-size:12px;
}

a { text-decoration:none;}
a:link { color:#333; }
a:visited { color:#333; }
a:hover { color:#F00; text-decoration:underline; }
a:active { color:#F00; text-decoration:underline;}


h1 {
	text-align:center;
}
h2 {
	text-align:right;
	font-size:9px;
	color:#999999;
	padding-bottom:10px;
}
h3 {
	font-size:12px;
	color:#333333;
	margin:1.1em 0 5px 1.1em;
}
h4 {
	font-size:12px;
	color:#333333;
}


#header {
	width:700px;
	margin:0 auto;
}

#header_menu {
	margin-left:540px;
}

#header_menu ul {
	height:17px;

	border-left:1px solid #ccc;
}
#header_menu li {
	float:left;
	height:13px;
	padding:2px 5px;
		
	border-right:1px solid #ccc;
}
#header_menu li a {
	display:block;
	float:left;
	height:13px;
	
	font-size:11px;
	color:#999;
}
#header_menu li a:hover {
	color:#000;
}


#container {
	clear:both;
	width:720px;
	margin:0 auto;
}

#information ul {
	margin:1em 3em;
	line-height:2em;	
}


#main_img {
	clear:both;
	margin:15px 0 10px;
	padding-top:12px;
}


.category {
	clear:both;
}
.category .pdt_li {
}

.category .pdt_li dt {
	width:200px;
	height:60px;
	float:left;
	text-align:right;
}

.category .pdt_li dd {
	height:60px;
	color:#999999;
	font-size:12px;
}

#information {
	clear:both;
	margin:50px 0;
	height:auto;
}

.infomation {
	font-size:12px;
	text-indent:1em;
	line-height:1.8em;
	padding:0 6px;
}


.news h3 {
	color:#FF0000;
}

.news02 {
	width:100%;
	background-color:#000;
}
.news02 .vin_leather {
	margin-bottom:12px;
	border:solid;
	background-image:url(_img/ha_bg.jpg);
	background-repeat:no-repeat;
	padding:60px 10px 10px;

}
.news02 .vin_leather p {
	line-height:1.5em;
	font-size:12px;
	color:#FFFFFF;
}


.corp_menu {
	text-align:right;
	margin:30px auto 10px;
}
.corp_menu li {
	display:inline;
	padding-right:1em;
	font-size:12px;
}


#footer {
	clear:both;
	margin:0 auto 0;
	height:81px;
	background-image:url(_img/footer_corp.gif);
	width:688px;
	padding:6px;
}
#footer p {
	color:#333333;
	padding:0 0 0 12px;
	line-height:1.3em;
	font-size:12px;
}
#footer img {
	display:block;
	float:right;
	padding:5px 12px 5px 0;
}


.side_link {
	position:fixed!important;
	position:absolute;
	top:300px;
	right:2px;
}
.side_link_02 {
	margin-top:12px;
	position:fixed!important;
	position:absolute;
	top:100px;
	right:2px;
}
.side_link_03 {
	position:fixed!important;
/*	position:absolute;
*/	bottom:0px;
	right:10px;
}
