﻿@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: #FFFFFF;
	font-size: 12px;
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(_img/back_reef2.gif);
}

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;
}


#rapper {
	clear:both;
	width: 600px;
	margin: 0 auto;
}

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


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

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

.category .pdt_li dd {
	height: 35px;
	color: #999999;
	font-size: 10px;
	margin-top: 6px;
}

#information {
	clear:both;
	margin: 10px 0;
	padding-bottom:10px;
	width:600px;
	height:auto;
}

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


.news {
	width: 247px;
	height: 200px;
	float: left;
	border: 1px solid #111111;
}
.news h3 {
	color: #FF0000;
}

.news02 {
	width: 350px;
	height: 200px;
	float: left;
}
.news02 .vin_leather {
	margin-bottom: 12px;
	width: 329px;
	border: solid;
	border-width: 1px;
	background-image: url(_img/ha_bg.jpg);
	height: 140px;
	padding: 60px 10px 0;

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


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


#footer {
	clear: both;
	margin: 0 auto 0;
	height: 70px;
	background-image:url(_img/footer_corp.gif);
	width: 676px;
	padding: 12px;
}
#footer p {
	color: #333333;
	padding: 0 0 0 12px;
	line-height: 1.3em;
	font-size: 10px;
}
#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;
}

