@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/11/05
	Last Modified: 2007‒11‒05
	Site Name: Spolax
	Author: Seltage Co., Ltd.
	Version: 1.0
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: sidebar
		: entry
		: option
	4: Contents

===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	}


/* Base Setting
==========================================================*/
blockquote {
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:10px;
	font-size:14px;
	}

a {color:#329b67;}
a:visited {color:#8fbe9a;}

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#fff url(image/background.jpg) repeat-x left top;
	line-height:140%;
	letter-spacing:50%;
	color:#595858;
	}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-red2   {color:#600;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	position:absolute;
	top:8px;
	right:20px;
	}

h2 {
	height:36px;
	line-height:30px;
	font-size:15px;
	font-weight:bold;
	text-indent:35px;
	background:url(image/h2.jpg) no-repeat left top;
	}
	
h2 a,
h3 a{
	color:#595858;
	}

h3 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	}
	
h4 {
	color:#329b67;
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
	}
	
h5 {
	font-size:15px;
	font-weight:bold;
	padding-bottom:4px;
	margin-bottom:4px;
	border-bottom:1px solid #ccc;
	}
	
h6 {
	background:url(image/h6.jpg) no-repeat left center;
	height:30px;
	line-height:30px;
	padding-left:23px;
	}


/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
dl.list-keyword:after,
dl.list-qa:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
dl.list-keyword,
dl.list-qa { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html dl.list-keyword ,
* html dl.list-qa { height: 1% }
.clearfix,
dl.list-keyword,
dl.list-qa {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:11px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
/*
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}

body#topPage a:hover img{
	opacity:1.0;
	filter: alpha(opacity=100);
}
*/


/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container {
	width:950px;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	padding:5px 37px;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	padding-top:20px;
	width:673px;
	float:right;
	}
	
div#content-main {
	width:876px;
	margin:0 auto;
	}
	
div.main {
	padding-bottom:30px;
	letter-spacing:1px;
	clear:both;
	}
	
div#top-main {
	background:url(image/background-box.jpg) repeat left top;
	padding:5px 10px;
	text-align:left;
	}
	

/* header 
==========================================================*/
div#header {
	width:100%;
	position:relative;
	text-align:left;
	background:url(image/header.jpg) repeat-x;
	}	
	
div#top-menu {
	position:absolute;
	top:28px;
	right:20px;
	text-align:right;
	}
	
div#ico-menu {
	position:absolute;
	top:56px;
	right:40px;
	text-align:right;
	}
	
ul#gloval-menu {
	position:absolute;
	top:112px;
	left:250px;
	}
	
ul#gloval-menu li{
	width:115px;
	height:30px;
	line-height:40px;
	text-align:left;
	text-indent:7px;
	float:left;
	}
	
ul#gloval-menu li a{
	display:block;
	background:url(image/top-menu.jpg) no-repeat;
	background-position: -115px 0px;
	color:#555555;
	text-decoration:none;
	}
	
ul#gloval-menu li a:hover{ background-position: 0px 0px; }
body#menuPage ul#gloval-menu li#menu-menu a,
body#staffPage ul#gloval-menu li#menu-staff a,
body#accessPage ul#gloval-menu li#menu-access a{ background-position: 0px 0px; }
	
/* footer
==========================================================*/
div#footer {
	width:100%;
	clear:both;
	text-align:left;
	padding-top:20px;
	line-height:160%;
	}
	
	
/* sidebar
==========================================================*/
#sidebar {
	width:194px;
	background:url(image/sidebar.jpg) no-repeat;
	float:left;
	}

div.side-form {
	padding-top:8px;
	text-align:center;
	}
	
div.side-form ul {
	width:177px;
	margin:0 auto;
	_margin:0 0;
	}
	
div.side-form li{
	height:36px;
	width:177px;
	line-height:36px;
	text-indent:20px;
	font-size:13px;
	}
	
div.side-form li a{
	display:block;
	text-align:left;
	background:url(image/menu.jpg) no-repeat;
	position:0px 0px;
	text-decoration:none;
	color:#999999;
	}
	
div.side-form li a:visited{
	color:#999999;
	}
	
div.side-form li a:hover{
	background-position:0px -36px;
	color:#666;
	}
	
body#topPage .side-form li#side-home a,
body#menuPage .side-form li#side-menu a,
body#staffPage .side-form li#side-staff a,
body#accessPage .side-form li#side-access a,
body#keywordPage .side-form li#side-keyword a,
body#blogPage .side-form li#side-blog a{
	background-position:0px -36px;
	color:#666;
	}

div#side-banner {
	margin-top:4px;
	text-align:center;
	}

div#side-info {
	margin-top:18px;
	padding:10px;
	text-align:left;
	font-size:10px;
	background:url(image/background-box.jpg) repeat;
	}
.price_table {
	margin: 20px 0px 25px;
	padding: 0px;
	float: left;
	width: 100%;
}	
	
/* entry
==========================================================*/
div.entry-body{
	padding:10px 0;
	line-height:160%;
	text-align:left;
	}
			
	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}

ul.ul-nomal {
	margin-left:20px;
	}
	
ul.ul-nomal li {
	list-style:disc outside;
	}
	
p.p-top {
	text-align:right;
	clear:both;
	}
	
.spaceLeft{
	margin-left:120px;
	}

	
/* table
==========================================================*/
table.tbl-nomal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	}
	
table.tbl-nomal th{
	padding:2px 10px;
	text-align:center;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	}
	
	
table.tbl-nomal td{
	padding:2px 10px;
	text-align:left;
	letter-spacing:1px;
	border:1px solid #ccc;
	vertical-align:middle;
	}
	
table.tbl-nomal td.td-center{
	text-align:center;
	}

	
/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	width:180px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	margin-right:10px;
	width:110px;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:90%;
	height:150px;
	}


/* sitemap
==========================================================*/
.sitemap {
	margin:20px;
	}

.sitemap ul {line-height: 1.6em;}

.sitemap ul li {
	list-style:none;
	background-image: url(image/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
	width:200px;
}
.sitemap ul li ul {
	background-image: url(image/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
}

.sitemap ul li ul li {
	margin: 0px 0px 4px 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(image/sitemap/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
.sitemap ul li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
	padding:5px;
}

.sitemap ul li ul li.up  {background-image: url(image/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(image/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}



/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
div.top-left {
	width:428px;
	float:left;
	}
	
div.top-right {
	width:410px;
	float:right;
	}
	
div.top-right p{
	line-height:130%;
	}

/* keyword
==========================================================*/
dl.list-keyword {
	padding:10px 0 4px 0;
	margin-bottom:4px;
	border-bottom:1px dotted #ccc;
	}
	
dl.list-keyword dt{
	color:#329b67;
	font-weight:bold;
	width:150px;
	float:left;
	clear:both;
	}
	
dl.list-keyword dd{
	width:520px;
	float:left;
	text-align:justify;
	text-justify:inter-ideograph;
	}

/* menu
==========================================================*/
dl.rese-tbl{
	clear:both;
	width:100%;
	}
	
dl.rese-tbl dt{
	width:425px;
	float:left;
	clear:both;
	text-align:justify;
	text-justify:inter-ideograph;
	}
	
dl.rese-tbl dd{
	width:245px;
	float:right;
	}
	
/* qa
==========================================================*/
dl.list-qa {
	padding:10px 0 4px 0;
	margin-bottom:4px;
	border-bottom:1px dotted #ccc;
	}
	
dl.list-qa dt{
	color:#329b67;
	font-weight:bold;
	width:200px;
	float:left;
	}
	
dl.list-qa dd{
	width:410px;
	float:right;
	text-align:justify;
	text-justify:inter-ideograph;
	}
	
/* staff
==========================================================*/
dl.staff-tbl{
	clear:both;
	width:100%;
	}
	
dl.staff-tbl dt{
	width:435px;
	float:right;
	clear:both;
	text-align:justify;
	text-justify:inter-ideograph;
	margin-bottom:20px;
	}
	
dl.staff-tbl dt p{
	padding-top:15px;
	}
	
dl.staff-tbl dd{
	width:231px;
	float:left;
	}

/* first
==========================================================*/	
div#first-01{
	width:230px;
	height:456px;
	float:left;
	position:relative;
	}
	
div#first-02{
	width:207px;
	height:456px;
	background:url(image/item-first-02.jpg);
	float:left;
	position:relative;
	}
	
div#first-03{
	width:230px;
	height:456px;
	float:left;
	position:relative;
	}
	
div#first-04{
	width:605px;
	height:123px;
	background:url(image/item-first-04.jpg) no-repeat left top;
	float:right;
	position:relative;
	}

div#first-05{
	width:605px;
	height:71px;
	background:url(image/item-first-05.jpg) no-repeat left top;
	float:right;
	position:relative;
	}
	
div#first-01 p,
div#first-03 p,
div#first-04 p {
	position:absolute;
	line-height:120%;
	}
	
dl.list-first{
	}
	
dl.list-first dt{
	color:#329b67;
	font-weight:bold;
	}
	
dl.list-first dd{
	border-bottom:1px dotted #ccc;
	padding-bottom:4px;
	margin-bottom:4px;
	}
	
div.box-type1 {
	border:1px solid #aa0013;
	color:#aa0013;
	padding:4px;
	}
	

/* reserve
==========================================================*/	
div#situation {
	margin:10px 0;
	}
	
div#situation p {
	margin-bottom:10px;
	}
	
div#situation table{
	margin:10px 0;
	}
	
div#situation table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	}
	
div#situation table th{
	padding:2px;
	text-align:center;
	letter-spacing:1px;
	border:1px solid #c5c0b2;
	font-weight:normal;
	background-color:#fcf9f0;
	}
	
div#situation table th.th-type{
	border-bottom:3px solid #9f9476;
	background-color:#eae3d1;
	}
	
	
div#situation table td{
	padding:2px;
	text-align:center;
	letter-spacing:1px;
	border:1px solid #c5c0b2;
	vertical-align:middle;
	}
	
div#situation table th.blue{
	color:#0033bb;
	}
	
div#situation table th.red{
	color:#bb0000;
	}
	
/* privacy
==========================================================*/
div#privacy-box {
	margin-top:15px;
	border-top:1px solid #999;
	padding-top:15px;
	}
	
div#privacy-box p{
	padding-bottom:15px;
	}.price {
	clear: left;
}

