/* basic elements */

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(/image/bg_main.gif);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: center;/* center on ie */
	font-family: Arial, Osaka,"ＭＳ Ｐゴシック";
}

body#top{
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: Arial;
}

form{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: underline;
	color: #064A89;
}
a img{
	text-decoration: none;
	border: 0px;
}
a:hover{
	text-decoration: none;
	color: #3399CC;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote{
	margin-top: 10px;
	margin-bottom: 10px;
}
hr{
	color: #f5f5f5;
}

/* font information */
.red{
	color: #cc0000;
}
.redb{
	color: #cc0000;
	font-weight: bold;
}
.copy{
	font-size: 100%;
	font-weight: bold;
	color: #333;
}

/* layout */
#header{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 800px;
	text-align: left;
	background-color: #fff;
	background-image: url(/image/bg_header.gif);
	border-bottom: 1px solid #ccc;
}
#global{
	margin: 0px;
	padding: 0px;
	width: 800px;
	text-align: center;
}
#topbrandarea{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(/image/bg_topbrandarea.jpg);
	width: 800px;
	text-align: right;
}
#categorytitle{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 800px;
	text-align: left;
	background-color: #fff;
}
#container_top{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 800px;
	text-align: center;
	background-color: #000;
}
#container{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 800px;
	text-align: center;
	background-color: #fff;
}
#wrapper{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 744px;
	text-align: center;
	background-color: #fff;
}
#footer{
	width: 780px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* header */
#header h1{
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#header ul.search{
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 80%;
	font-weight: bold;
	color: #696969;
	list-style-type: none;
	float: right;
}
#header ul.search li{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#header input.inputtext{
	border-top: 2px solid #696969;
	border-left: 2px solid #696969;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	width: 150px;
}
#header input.searchsubmit{
	color: #fff;
	font-weight: bold;
	border-top: 2px solid #C1C1C1;
	border-left: 2px solid #C1C1C1;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #757575;
	cursor: pointer;
}

/* global */
#global ul{
	margin: 0px;
	padding: 0px;
	width: 800px;
	text-align: left;
	list-style-type: none;
}
#global ul li{
	margin: 0px;
	padding: 0px;
	float: left;
}

/* topbrandarea */
#topbrandarea ul{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
#topbrandarea ul li{
	margin: 0px;
	padding: 0px;
}

/* wrapper */
#wrapper h2{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	background-color: #064A89;
	background-image: url(/image/bg_h2.gif);
	background-repeat: no-repeat;
	text-indent: 5px;
	text-align: left;
	border-bottom: 3px solid #DADADA;
}
#wrapper h2 a{
	color: #fff;
	text-decoration: none;
}
#wrapper h2 a:hover{
	color: #fff;
	text-decoration: none;
}

#wrapper h3{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px;
	text-align: left;
	background-color: #F4F4F4;
	background-image: url(/image/bg_h3.gif);
	background-repeat: no-repeat;
	border: solid #ccc 1px;
}
#wrapper h3 span{
	margin: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 80%;
	color: #064A89;
	text-indent: 5px;
	border-left: solid #064A89 3px;
}
#wrapper p.text{
	text-align: left;
	font-size: 80%;
	color: #333;
}
.breadcrumbs{
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #696969;
	letter-spacing: 1px;
	line-height: 150%;
	text-align: left;
	background-color: #fff;
}
.breadcrumbs ul.navi-category-directory{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0px;
	list-style: none;
}
.breadcrumbs ul.navi-category-directory li{
	display: inline;
}
.breadcrumbs ul.navi-category-directory li:after{
	content: " > ";
}
.breadcrumbs ul.navi-category-directory li.current-category:after{
	content: "";
}

/* footer */
#footer address{
	font-style: normal;
	font-size: 75%;
	color: #696969;
	line-height: 150%;
	float: right;
}
#footer ul{
	margin: 0px;
	padding: 0px;
	text-align: right;
	list-style-type: none;
	float: left;
}
#footer ul li{
	font-size: 75%;
	color: #696969;
	line-height: 150%;
	display: inline;
}
#footer a{
	color: #696969;
	text-decoration: underline;
}
#footer a:hover{
	color: #696969;
	text-decoration: none;
}

/* topcontent */
#topcontent{
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	width: 590px;
	float: left;
	text-align: left;
	background-color: #fff;
}
* html #topcontent{/* if ie */
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 590px;
	float: left;
	text-align: left;
	background-color: #fff;
}
#topcontent h2{
	margin: 0px;
	padding: 0px;
}
#topcontent ul{
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 282px;
	list-style-type: none;
	float: left;
}
#topcontent ul.brand{
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#topcontent ul li{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 80%;
	color: #333;
	line-height: 150%;
	border-bottom: dashed 1px #ccc;
}
#topcontent ul li.title{
	border-bottom: none;
}
#topcontent ul li.more{
	text-align: right;
	border-bottom: none;
}

#topcontent ul.company a{
	color: #064A89;
}
#topcontent ul.company a:hover{
	color: #327BBF;
	text-decoration: none;
}
#topcontent ul.brand a{
	color: #F7941D;
}
#topcontent ul.brand a:hover{
	color: #FDAE4E;
	text-decoration: none;
}

/* topsidebar */
#topsidebar{
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	width: 140px;
	float: right;
	text-align: right;
	background-color: #fff;
}
* html #topsidebar{/* if ie */
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 140px;
	float: right;
	text-align: right;
	background-color: #fff;
}

/* content */
#content{
	margin: 0px;
	padding: 0px;
	width: 550px;
	text-align: left;
	float: left;
	background-color: #fff;
}
#content h3{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px;
	text-align: left;
	background-color: #F4F4F4;
	background-image: url(/image/bg_h3.gif);
	background-repeat: no-repeat;
	border: solid #ccc 1px;
}
#content h3 span{
	margin: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 80%;
	color: #064A89;
	text-indent: 5px;
	border-left: solid #064A89 3px;
}
#content h4{
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	background-color: #999;
	border-top: solid #ccc 1px;
	border-bottom: solid #696969 1px;
}
#content h5{
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 80%;
	color: #064A89;
	font-weight: bold;
}

.entry{
	margin-bottom: 20px;
	padding: 0px;
}
.entry p{
	margin: 0px;
	padding: 10px;
	font-size: 80%;
	color: #333;
	line-height: 150%;
}
table{
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 10px;
	width: 95%;
}
td{
	margin: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	color: #333;
	line-height: 150%;
	border-bottom: solid #ccc 1px;
}
td.rb{
	font-weight: bold;
	border-right: dashed #ccc 1px;
	width: 150px;
}
td.head{
	font-weight: bold;
	background-color: #f5f5f5;
}
.caution{
	margin-bottom: 30px;
	padding: 0px;
}
.caution p{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 80%;
	color: #333;
	text-align: left;
	line-height: 150%;
}
.mainphoto{
	margin-bottom: 20px;
	padding: 0px;
	width: 240px;
	height: 180px;
	border: solid 1px #ccc;
	float: left;
}
.maininfo{
	margin: 0px;
	padding: 0px;
	width: 235px;
	float: right;
}
.maininfo h3{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 85%;
	font-weight: bold;
	color: #333;
}
.maininfo p{
	margin: 0px;
	padding: 5px;
	font-size: 85%;
	color: #333;
	background-color: #f5f5f5;
}
.maininfo ul{
	margin: 0px;
	padding: 0px;
	height: 50px;
	list-style-type: none;
}
.maininfo ul li{
	margin-right: 10px;
	padding: 0px;
	width: 50px;
	height: 50px;
	display: inline;
}
.pagetop{
	margin-top: 25px;
	margin-right: 5px;
	font-size: 80%;
	color: #666;
	text-align: right;
}

/* list*/
ul li{
	font-size: 80%;
	color: #333;
}

#content dl.recruitinfo{
	margin-left: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
#content dl.recruitinfo dt{
	font-size: 80%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 12px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #f5f5f5;
}
#content dl.recruitinfo dd{
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 150%;
}

dl{
	margin: 0px;
	padding: 0px;
}
dt{
	margin: 0px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	font-size: 80%;
	color: #333;
	text-align: center;
	width: 120px;
	float: left;
	background-color: #f5f5f5;
	border-bottom: solid 1px #ccc;
}
dd{
	margin: 1px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	font-size: 80%;
	color: #333;
	width: 370px;
	float: right;
	border-bottom: solid 1px #ccc;
}

dl.brandlist{
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px;
	border-top:  solid 1px #f5f5f5;
	border-left:  solid 2px #064A89;
	border-right:  solid 1px #ccc;
	border-bottom:  solid 3px #ccc;
	width: 200px;
	text-align: center;
	float: left;
}
dl.brandlist dt{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border: none;
}
dl.brandlist dd{
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #666;
	width: 200px;
	text-align: left;
	border: none;
}

dl.formstyle{
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top: dotted 1px #ccc;
}
dl.formstyle dt{
	margin: 0px;
	padding-top: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	font-size: 80%;
	color: #333;
	text-align: center;
	width: 120px;
	float: left;
	background-color: #fff;
	border: none;
}
dl.formstyle dd{
	margin: 1px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	font-size: 80%;
	color: #333;
	width: 370px;
	float: right;
	background-color: #fff;
	border-left: solid 3px #ccc;
	border-bottom: none;
}
dl.formstyle input{
	background-color: #f5f5f5;
}
dl.formstyle textarea{
	background-color: #f5f5f5;
}
dl.formstyle input.submitbtn{
	padding: 3px;
	color: #fff;
	font-weight: bold;
	background-color: #000;
	cursor: pointer;
}
dl.formstyle input.graybtn{
	padding: 3px;
	color: #696969;
	font-weight: bold;
	background-color: #fff;
	cursor: pointer;
}
ol li{
	font-size: 80%;
	color: #333;
	line-height: 150%;
}


/* sidebar */
#sidebar{
	margin: 0px;
	padding: 0px;
	width: 184px;
	text-align: left;
	float: right;
	background-color: #fff;
}
#sidebar h2{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
}
#sidebar ul.localmenu{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul.localmenu li{
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 80%;
	color: #333;
	line-height: 200%;
	border-bottom: dashed 1px #ccc;
}
#sidebar li strong{
	padding-left: 3px;
	color: #064A89;
	font-size: 70%;
	font-weight: bold;
}

#sidebar ul.localmenu a{
	background-color: #fff;
	text-decoration: none;
	display: block;
}
#sidebar ul.localmenu a:hover{
	background-color: #f5f5f5;
	display: block;
	text-decoration: none;
}
#sidebar ul.news{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul.news li{
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 80%;
	color: #333;
	line-height: 200%;
	border-bottom: dotted 1px #ccc;
}
#sidebar div.pickup{
	margin: 0px;
	padding: 0px;
	width: 248px;
	height: 189px;
	border: solid 1px #ccc;
}