@charset "utf-8";
/* CSS Document */


/**

 *  * reset
	* base
	* header
	* footer
	* page-top
	* content
	
	* Back Page
	* Button
	
	* map/index.html
	
*/


/* =======================================
	* reset
======================================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, noscript, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-style:normal;
    font-weight: normal;
    }
	
html {font-size: 75%;-webkit-text-size-adjust: none;overflow-y: scroll;}
	
header,article,aside,section,footer,
nav,menu,details,hgroup,summary,figure {display: block;}

img {-ms-interpolation-mode: bicubic;}
	
li img,dt img,dd img{vertical-align:bottom;}

strong {font-weight: bold;}

input, textarea,{margin: 0;padding: 0;}

ol, ul {list-style: none;}

hr {display: none;clear: both;}
	
table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
    }
	
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
    }

blockquote:before, blockquote:after,
q:before, q:after {content: "";}
	
blockquote, q {	quotes: "" "";}

a:focus {
/*\*/
	overflow: hidden;
/**/
    }

.clearfix {zoom: 1; /* for IE5.5 - IE7 */}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    }
	
.clearfix {
    min-height: 1px;
    }
	
.cl{clear:both;}

.none{
	white-space:nowrap;
	text-indent:100%;
	overflow: hidden;
	}

	
a { -webkit-tap-highlight-color: transparent;}
	
a:link,
a:visited,
a:active {
	color: #333333;
	text-decoration: none;
	outline:none;
    }
	
a:hover {color: #ff3300;text-decoration: none;}

.center{ text-align:center;}


/* shadow
--------------------------------------- */
.shadow1 {
	-moz-box-shadow: 0 0 5px 0 #d4d3d3; 
	-webkit-box-shadow: 0 0 5px 0 #d4d3d3; 
	-ms-box-shadow: 0 0 5px 0 #d4d3d3; 
	box-shadow: 0 0 5px 0 #d4d3d3;
	}

.shadow2 {
	-moz-box-shadow: 0 0 10px 0 #dfdede; 
	-webkit-box-shadow: 0 0 10px 0 #dfdede; 
	-ms-box-shadow: 0 0 10px 0 #dfdede; 
	box-shadow: 0 0 10px 0 #dfdede;
	}	

/* radius
--------------------------------------- */
.radius4{	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    }
	
.radius6{	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    }


/* Font
--------------------------------------- */
.t_red{ color:#d54844 !important;}
.t_pink{ color:#f283bc !important;}
.t_blue{ color:#4089c7 !important;}
.t_green{ color:#62c59a !important;}


.t_11{ font-size:11px !important;}
.t_13{ font-size:13px !important;}
.t_14{ font-size:14px !important;}
.t_16{ font-size:16px !important;}



/* =======================================
	* base
======================================= */

body {
	width:100%;
	background:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height:1.6em;
	color:#333;
	text-align:center;
	letter-spacing:1px;
	}

#wrap {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align:left;
	}

#inner{
	clear:both;
	width:900px;
	margin: 0 auto 10px auto;
	padding-bottom:50px;
	background:url(../img/common/f_shadow.png) repeat center  bottom;
	}
	
.bnspace{
	margin-bottom:15px;
    }

/* Heading
--------------------------------------- */
h1{
	width:300px;
	text-align: center;
	font-size:10px;
	color:#FFFFF4;
	background:#282522;
	padding:0 7px 5px 7px;
	margin-left:587px;
	border-radius: 0 0 6px 6px; 
	-webkit-border-radius: 0 0 6px 6px;  
	-moz-border-radius: 0 0 6px 6px;
	}


h2{
	display:block;
	height:25px;
	line-height:25px;
	font-size:24px;
	padding:10px 5px 8px 3px;
	letter-spacing:7px;
	font-weight:bold;
	text-shadow: 2px 2px 0 #FFF;
	}


h2 span{
	font-size:16px;
	color:#B9B5AD;
	position: relative;
	top:0;
	margin-left:25px;
	letter-spacing:5px;
	}
	
h3{
	margin-bottom:15px;
	padding:8px 13px 8px 10px;
	font-size:16px;
	letter-spacing:3px;
	color:#FFFFF4;
	background:#282522;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}

h3 span{
	display:block;
	border-left:5px solid #FFF;
	padding:3px 0 0 10px;
	}


h4{
	margin-bottom:13px;
	padding:0 3px 3px 3px;
	font-size:14px;
	letter-spacing:2px;
	font-weight:bold;
	color:#282522;
	border-bottom:1px solid #282522;
	}
	
/* =======================================
	* header
======================================= */

#header{
	margin:0 0 30px 0;
	padding:0 0 10px 0;
	background:#F6F4EF;
	border-top:7px solid #282522;
	border-bottom:1px solid #E3DFD8;
	text-align:left;
	}

.h_inner{
	width:900px;
	height:65px;
	margin:0 auto;
	}


/* =======================================
	* footer
======================================= */

#footer{
	clear:both;
	background:#ECE9E9;
	}


/* page_back
--------------------------------------- */
.page_back{
	padding:0 0 13px 0;
	letter-spacing:2px;
	background:#D0CCC3;
	border-bottom:1px solid #FFF;
	}

.page_back_inn{
	width:900px;
	margin:0 auto;
	}	

.page_back_inn a{
	width:150px;
	padding:5px 0;
	float:right;
	display:block;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	background:#FFF;
	color:#928e84;
	
	border-radius: 0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	}

.page_back_inn a:hover{color:#F26C4F;}


/* f_inn
--------------------------------------- */
.f_inn{
	width:900px;
	margin:0 auto;
	padding:15px 0;
	text-align:left;
	}

/* copy
--------------------------------------- */	
.copy{
	clear:both;
	font-size:10px;
	padding:3px 0;
	letter-spacing:2px;
	text-align:center;
	color:#FFF;
	background:#282522;
	}


/* =======================================
	* page-top
======================================= */

#page-top {
	clear:both;
	width:50px;
	margin:20px auto;
	}
	
#page-top a {
	display:block;
	width:50px;
	height:50px;
	background:url(../img/common/p_top.png) no-repeat 0 0;
	white-space:nowrap;
	text-indent: 100%;
	overflow: hidden;
	}
	

/* =======================================
	* content
======================================= */

#content {
	clear:both;
	margin:0 auto;
	padding:20px; 
	background:#f8f7f3;
	border:1px solid #e8e6e1;
    }


.con_box_2c a,
.con_box01 a{ text-decoration:underline;}


/* con_box01
--------------------------------------- */	
.con_box01{
	margin-bottom:20px;
	line-height:1.8em;
	padding:10px 15px;
	background:#e9e8e4;
	font-size:13px;
	}

/* con_box_2c
--------------------------------------- */	
.con_box_2c{ clear:both; font-size:13px;}

.con_box_2c .box_l,
.con_box_2c .box_r{
	float:left;
	width:390px;
	line-height:1.8em;
	padding:10px 15px;
	margin-bottom:25px;
	background:#e9e8e4;
	}

.con_box_2c .box_l{margin-right:18px;}


/* con_box03
--------------------------------------- */	
.con_box03{
	margin-bottom:20px;
	padding:5px 0 0 5px;
	font-size:13px;
	}
	
/* =======================================================
	* Button
======================================================= */

.button li{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	}
	
.button a{
	padding:5px 13px;
	border: solid 1px #d2d0d1;
	background:#d8d6d7;
	color:#333;
	text-shadow: 1px 1px 1px #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0edee), to(#d8d6d7)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f0edee, #d8d6d7) ; /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f0edee, #d8d6d7); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f0edee, #d8d6d7) ; /* IE10 */
	background-image:      -o-linear-gradient( #f0edee, #d8d6d7) ; /* Opera 11.10+ */
	background-image:         linear-gradient( #f0edee, #d8d6d7) ;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}

.button a:hover{
	background:#c8c6c6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e3e5), to(#c8c6c6)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #e6e3e5, #c8c6c6) ; /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #e6e3e5, #c8c6c6); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e6e3e5, #c8c6c6) ; /* IE10 */
	background-image:      -o-linear-gradient( #e6e3e5, #c8c6c6) ; /* Opera 11.10+ */
	background-image:         linear-gradient( #e6e3e5, #c8c6c6) ;
	}

/* =======================================
	* map/index.html
======================================= */

.map_area{ background:#a09f9a; padding:5px; margin-bottom:35px; letter-spacing:2px;}

