
@charset "euc-jp";
/* CSS Document */

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

	BASE
	
------------------------------ */

* {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body {
	background: #F1EDE0 url(../img/bg.jpg) repeat-x;
	color: #85766C;
	font-size: 76%;
	line-height: 1.6;
}

img,
fieldset {
	border:0;
}

table {
	border-collapse: collapse;
}

li    { list-style: none;}



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

	LINK
	
------------------------------ */

a {
	color: #B88B3F;
	text-decoration: underline;
}
a:hover {
	color: #C90;
	text-decoration: none;
}
a img { border: 0;}

a:hover img {
	filter: alpha(opacity=69);
	-moz-opacity:0.69;
	opacity:0.69;
	}



/* start: clearfix ------------------------------ */

.clearfix {}
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
	min-height:1px;
}
/* Hides from Mac IE \*/
* html .clearfix {
	height:1px;
}
.clearfix {
	display:block;
}
/* */
/* end: clearfix ------------------------------ */



.float_l{	float:left;}
.float_r{	float:right;}


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

	CONTAINER
	
------------------------------ */

div#container {
	background-color: #FFF;
	width: 900px;
	margin: 0 auto;
}



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

	HEADER
	
------------------------------ */

#header{
	padding:11px 0 0;
	color:#AB9F9A;
}

#header img.logo{
	margin:0 15px 5px 15px;
	float:left;
}


h1 {
	float:left;
	font-size: 80%;
}


#header .h_contact{
	width:190px;
	margin-right:20px;
	float:right;
}



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

	CONTENTS
	
------------------------------ */

#pageContents {
	margin: 0 0 20px 0;
}

#pageContents .c_main {
	width: 650px;
	display: inline;
}

#pageContents .c_sub {
	width: 190px;
	display: inline;
}

#pageContents .c_center {
	margin: 0px 30px;
}

.c_left  { float: left;  margin: 0 0 0 20px;}
.c_right { float: right; margin: 0 20px 0 0;}

* html .c_left  { float: left;  margin: 0 0 0 10px;}
* html .c_right { float: right; margin: 0 10px 0 0;}


.pageContents .c_left .next input{
	margin-top:18px;
	border:none;
	background:#FFF;
	cursor:pointer;
	font-size:100%;
	color: #B88B3F;
	text-decoration: underline;
}

.pageContents .c_left .next input:hover{
	color: #C90;
	text-decoration: none;
}

.pageContents .c_left .back input{
	margin-top:18px;
	border:none;
	background:#FFF;
	cursor:pointer;
	font-size:100%;
	color: #B88B3F;
	text-decoration: underline;
}

.pageContents .c_left .back input:hover{
	color: #C90;
	text-decoration: none;
}

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

	CONTENTS > PANKUZU
	
------------------------------ */

ul#pankuzu {
	height: 35px;
	padding: 15px 20px;
	display: block;
	font-size: 12px;
}

ul#pankuzu li {
	float: left;
	padding: 0 0.5em 0 0;
}


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

	CONTENTS > PARTS
	
------------------------------ */

.c_p10 {
	padding: 0 10px;
	margin: 0 0 20px 0;
	clear: both;
	text-align: left;
}

.c_p20 {
	padding: 0 20px;
	margin: 0 0 20px 0;
	clear: both;
}

.pagetop {
	padding: 0 30px;
	clear: both;
	text-align: right;
	font-size: 10px;
	margin-bottom:20px;
}



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

	FOOTER
	
------------------------------ */

#footer {
	border-top: 1px solid #E8ECE9;
	font-size: 10px;
	padding: 20px 15px 20px 20px;
	clear: both;
}

/* start: clearfix ------------------------------ */

#footer {}
#footer:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#footer {
	display:inline-table;
	min-height:1px;
}
/* Hides from Mac IE \*/
* html #footer {
	height:1px;
}
#footer {
	display:block;
}
/* */
/* end: clearfix ------------------------------ */

#footer .float_l {
	width:535px;
	border-right: 1px solid #E8ECE9;
}

#footer .float_l img{
	margin-bottom:15px;
}

#footer .float_l img.f_logo{
	margin-right:20px;
	float:left;
}

#footer .float_l img.f_tel{
	margin-right:10px;
}

#footer .right {
	float: right;
	width: 310px;
}

#footer .right .logo {
	margin: 5px 0 10px 0;
}

#footer div.right .copy {
	width: 270px;
	display:block;
	clear: both;
}



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

	DECORATION
	
------------------------------ */

.left  { float: left;}
.right { float: right;}

.red { color: #EB6E65;}

.tax {
	color:#F00;
	font-size:129%;
}

a.login {
	color:#85766C;
}