*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000;
	background: #FFF;

	text-align: center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

hr{ display: none;}
a{ outline: 0;}
a:link, a:visited{ color: #600;}
a:hover, a:active{ color: #900;}

img{ border: 0;}

.hidden
{
	display: none;
}

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
}

/* ------------------------------ */

#header-wrap,
#main-wrap,
#footer-wrap
{
	overflow: hidden;

	width: 980px;
	text-align: left;

	margin: 0 auto;
	padding: 15px;
}

#header-wrap,
#footer-wrap
{
	background-color: #fff;
}

#header-wrap
{
	padding-bottom: 0px;
}

/* ------------------------------ */

#header
{
	background-color: #fff;
}

#header h1
{
	text-indent: -9000em;
}

#header h1 a
{
	display: block;

	height: 140px;
	background-image: url(top_02.jpg);
	background-repeat: no-repeat;

	outline:0;
}

#header-wrap
{
}

/* ------------------------------ */

#main
{
	background-color: #FFF;
/*
	background-image: url(img/bg_main.gif);
	background-position: center top;
*/
}

#main-wrap
{
	padding: 0 15px;
/*
	background-image: url(img/base_02.gif);
*/

	border-width: 0;
	border-style: dashed;
	border-color: #222;
}

/* ------------------------------ */

#footer
{
	clear: both;
	background-color: #FFF;
	border-top: 0 double #333;
}

#footer p
{
	font-size: 80%;
	text-align: center;
}

/* ------------------------------ */

#left
{
	float: left;
	width: 235px;
}

#right
{
	overflow: hidden;
	width: 745px;

	margin-left: 235px;
}

#left-wrap { margin: 15px 15px 15px 0;}
#right-wrap { margin: 15px 0;}

/* ------------------------------ */

.sidebar
{
	overflow: hidden;

	margin: 15px 0;
	padding: 10px;
	background-color: #f8f8f8;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
/*
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;

	-moz-box-shadow: 1px 2px 3px #666;
	-webkit-box-shadow: 1px 2px 3px #666;
*/
}

.sidebar h3
{
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 3px double #ccc;
}

.sidebar h3 small
{
	font-size: 50%;
}



.sidebar p
{
	text-align: center;
}

.sidebar p img,
.sidebar .pd a
{
	display: block;
	border: 1px solid #999;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.sidebar p a
{
	text-decoration: none;
}

.sidebar p.pd
{
	text-align: center;
	line-height: 1.1;

	font-size: 100%;
	font-weight: bold;

	margin-top: 1px;
}

.sidebar .pd a
{
	width: 200px;
	padding: 8px 0;
/*
	background-color: #4d6c9b;
*/
	background-color: #999;
}

.sidebar .pd a:link, .sidebar .pd a:visited{ color: #fff;}
.sidebar .pd a:hover, .sidebar .pd a:active{ color: #fff; background-color: #666;}

.sidebar ul
{
	overflow: hidden;

	list-style: none;
	font-size: 70%;
}

.sidebar ul li
{
	white-space: nowrap;
	margin-top: 10px;
}

.sidebar ul li:first-child
{
	margin-top: 0px;
}

.sidebar ul li a
{
	display:block;
	text-decoration: none;
	outline:0;
}

.sidebar img
{
	border: 0;
}

.sidebar hr
{
	display: block;
	width: 10px;
	height: 10px;

	margin: 1em auto;
}



/* ------------------------------ */

.menubar,
.menu
{
	overflow: hidden;
	list-style: none;
}

.menubar li
{
	text-indent: 0em;
}

.menu li
{
	text-indent: -9000em;
}

.menubar li
{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

.menubar li:first-child
{
	margin-left: 400px;
	margin-right: 0;
}

.menubar li a
{
	display:block;

	background-color: #fff;
	background-position: center -2px;
	border-left: 1px solid #000;

	text-decoration: none;
	padding: 0 1em;
	outline:0;
}

.menubar li:first-child a
{
	border-left: 0px solid #000;
}

.menu li a
{
	height: 44px;

	border: 1px solid #333;
	border-left: 10px solid #333;

	background-color: #fff;
	background-position: -10px 7px;
	background-repeat: no-repeat;
}

.menu li a:link, .menu li a:visited{ border-left-color: #333;}
.menu li a:hover, .menu li a:active{
	border-color: #666;
	border-left-color: #333 !important;
}

.menu li.list-new a{ border-left-color: #ccc;    background-image: url(img/list_new.gif);}
.menu li.list-woo a{ border-left-color: #278d43; background-image: url(img/list_woo.gif);}
.menu li.list-dom a{ border-left-color: #98ce16; background-image: url(img/list_dom.gif);}
.menu li.list-arc a{ border-left-color: #8cd2c7; background-image: url(img/list_arc.gif);}
.menu li.list-jur a{ border-left-color: #8c8c8c; background-image: url(img/list_jur.gif);}
.menu li.list-aus a{ border-left-color: #f98eba; background-image: url(img/list_aus.gif);}
.menu li.list-afr a{ border-left-color: #ff7f1e; background-image: url(img/list_afr.gif);}
.menu li.list-rai a{ border-left-color: #fe0000; background-image: url(img/list_rai.gif);}
.menu li.list-aqu a{ border-left-color: #8092c4; background-image: url(img/list_aqu.gif);}
.menu li.list-fan a{ border-left-color: #fcb342; background-image: url(img/list_fan.gif);}
.menu li.list-sto a{ border-left-color: #75c6a5; background-image: url(img/list_sto.gif);}
.menu li.list-mot a{ border-left-color: #f22b92; background-image: url(img/list_mot.gif);}

/* ------------------------------ */

#bnws
{
	padding-bottom: 10px;
	border-bottom: 1px dashed #fff;
}

/* ------------------------------ */

#sidecatalog
{
	text-indent: -9000em;

	padding-bottom: 10px;
	border-bottom: 1px dashed #fff;
	background-color: #000;
}

#sidecatalog a
{
	height: 150px;

	border: 0 solid #333;
	background-image: url(img/side_00.gif);
	background-position: center;
}

/* ------------------------------ */

.content h3
{
	margin-bottom: 10px;
	padding: 10px 0 10px 21px;

	background-image: url(img/point_title.gif);
	background-repeat: no-repeat;
	background-position: left center;

	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
}

.content p
{
	line-height: 1.4;
	margin: 15px 0;
}

.content > dl
{
	margin: 15px 0 30px 0;
}
.content > dt
{
	margin-top: 15px;
}

/* ------------------------------ */

.contentbody
{
	overflow: hidden;

	margin-top: 15px;
	padding: 15px;
	background-color: #F8f8f8;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.contentbody:first-child
{
	margin-top: 0;
}

.contentbody li
{
	margin-left: 1.5em;
	line-height: 1.4;
}

/* ------------------------------ */

#slider
{
	width: 100%;
}

#slider-wrap
{
	position: relative;


	padding: 4px;
	background-color: #000;
	border: 1px solid #333;
}

#bx-list
{
	overflow: visible;
	background-color: #333;
}

#bx-list li
{
	overflow: visible;
	text-indent: -9000em;
}

#bx-list li a
{
	display: block;
	width: 100%;
	height: 200px;
}

.simg li
{
	text-indent: 0 !important;
}

.bx-caption
{
	position: absolute;
	left: 0;
	bottom: 0;

	width: 100%;
	font-size: 15px;

	background-color: #666;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.bx-caption span
{
	display: block;
	text-align: right;
	white-space: nowrap;
	padding: 5px 15px;

	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/* ------------------------------ */

.bx-page,
.bx-ctrl
{
	overflow: hidden;
	text-align: center;

	font-size: 0;
	line-height: 0;
}

.bx-navi a,
.bx-page a,
.bx-ctrl a
{
	display: block;
	text-indent: -9000em;
	background-image: url(img/slide_ctrl.gif);
	background-repeat: no-repeat;
}

.bx-navi a
{
	position: absolute;

	width: 30px;
	height: 30px;

	top: 50%;
	margin-top: -15px;
}

.bx-prev{ margin-left: 15px;}
.bx-next{ margin-left: 660px;}

/* ------------------------------ */

.bx-page > a,
.bx-pager-item,
.bx-controls-auto-item
{
	display: inline-block;
	/display:inline;
	/zoom:1;
	margin: 5px 0 0 5px;
}

.bx-page > a:first-child,
.bx-pager-item:first-child,
.bx-controls-auto-item:first-child
{
	margin-left: 0;
}

.bx-pager a,
.bx-ctrl a
{
	width: 20px;
	height: 20px;
}

.bx-page > a
{
	text-indent: 0;

	padding: 2px;
	border: 1px solid #666;
	background-image: none;
}

/* ------------------------------ */

a.bx-prev:link, a.bx-prev:visited{ background-position: 0px top;}
a.bx-prev:hover, a.bx-prev:active{ background-position: 0px bottom;}

a.bx-next:link, a.bx-next:visited{ background-position: -30px top;}
a.bx-next:hover, a.bx-next:active{ background-position: -30px bottom;}

a.bx-start:link, a.bx-start:visited{ background-position: -60px top;}
a.bx-start.active                  { background-position: -60px center;}
a.bx-start:hover, a.bx-start:active{ background-position: -60px bottom;}

a.bx-stop:link, a.bx-stop:visited{ background-position: -80px top;}
a.bx-stop.active                 { background-position: -80px center;}
a.bx-stop:hover, a.bx-stop:active{ background-position: -80px bottom;}

.bx-pager a:link, .bx-pager a:visited{ background-position: -120px top;}
.bx-pager a.active                   { background-position: -120px center;}
.bx-pager a:hover, .bx-pager a:active{ background-position: -120px bottom;}

/* ------------------------------ */

.bx-page img
{
	width: 63px;
	height: 33px;

	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

.bx-page > a.active,
.bx-page > a.active img,
.bx-page > a:hover  img,
.bx-page > a:active img
{
	border-color: #fff;

	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
/* ------------------------------ */

.rimg
{
	float: left;
	width: 300px;
}

.rtext
{
	margin-left: 320px;
}

.rtext > h4
{
	margin: 30px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #333;
}

/* ------------------------------ */

#summary > div > dl,
#rentalag > div > dl
{
	line-height: 1.4;
	font-size: 80%;

	margin: 10px 0;
	background-color: #fff;
}

#summary > div > dl > dt,
#rentalag > div > dl > dt
{
	clear: both;
	float: left;
	width: 7em;

	white-space: nowrap;
	text-align: right;
	font-weight: bold;

	margin: 0;
	padding: 10px;
}


#summary > div > dl > dd,
#rentalag > div > dl > dd
{
	overflow: hidden;
	width: auto;

	margin: 0 0 0 5em;
	padding: 10px;

	border-left: 5px solid #f9f9f9;
	background-color: #fff;
}

#summary > div > dl dl,
#rentalag > div > dl dl
{

}

#summary > div > dl dl dt,
#rentalag > div > dl dl dt
{
	color: #000;
	font-weight: bold;

	margin: 15px 0 5px 0;
	padding-bottom: 3px;
	border-bottom: 1px dashed #999;
}

#summary > div > dl dl dt:first-child,
#rentalag > div > dl dl dt:first-child
{
	margin-top: 0;
}

#rentalag > div > dl > dd h4
{
	color: #900;

	margin-bottom: 0.7em;
	padding-bottom: 3px;
	border-bottom:1px dashed #999;
}

#summary > div > dl dl dd ul,
#rentalag > div > dl dl dd ul
{
	margin-left: 1.5em;
}


#rentalag > div > dl > dd ol li
{
	margin-bottom: 0.7em;
}

/* ------------------------------ */

#rentalag > div > dl > dd td
{
	border: 1px solid #999;
}

#rentalag > div > dl > dd td
{
	padding: 5px;
	text-align: center;
}

/* ------------------------------ */

.pagelist a
{
	display: block;
	float: left;

	margin-right: 4px;
	margin-bottom: 4px;

	background-color: #000;
}

.pagelist img
{
	width: 115px;
	height: 162px;
}

/* ------------------------------ */

.clnav
{
	overflow: hidden;
	list-style: none;
	margin: 10px 0;
}

.clnav li
{
	float: left;
	margin-left: 5px;
	border: 1px solid #999;
}

.clnav li:first-child
{
	margin-left: 5px;
}

.clnav li a
{
	display: block;
	text-decoration: none;

	padding: 5px 10px;
	outline: 0;
}

/* ------------------------------ */

.clnav li.clnow
{
	padding: 5px 10px;
	background-color: #ccc;
	border: 1px solid #666;
}

/* ------------------------------ */

#clist
{
	font-size: 85%;
	empty-cells: hide;
	
	table-layout: fixed;
}

#clist tr
{
	margin: 0;
}

#clist tr th
{
	width: 235px;
}

#clist tr td
{
	width: 235px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #999;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    
    overflow: hidden;
}

#clist img
{

	border: 0;
}

#clist a
{
	display: block;
	width: 100px;
	height: 100px;
	border: 2px solid #000;
}

#clist a:link, #clist a:visited{ border: 2px solid #ccc;}
#clist a:hover, #clist a:active{ border: 2px solid #fcc;}

/* ------------------------------ */