@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      style.css
 Style Info:     index.html以外使用
----------------------------------------------------------- */


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.fr {
    float: right;
	margin: 0;
}

.fl {
    float: left;
	margin: 0;
}
	
.clear {
	clear: both;
	line-height:0px;
	height:0;
	font-size:0px;
	visibility:hidden;
}


/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	text-align: left;
	background:url(../img/bg.gif) repeat-x left top;
}

#wrapper {
	width:800px;
	margin:0 auto;
}



/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	height:80px;
	text-align:center;}


/*logo*/
h1 {
	padding: 10px 0 0 0;
	margin: 0;
	float:left;
}

h2 {
	color:#666;
	float:right;
	margin-top:12px;
	font-weight:normal;
}

/*header上部navi*/
#hNav{width:350px; float:right; margin-top:12px; clear:right;}
#hNav li{
	float:right;
	padding-left:5px;}

/*----------------------------------------------------
	#tab
----------------------------------------------------*/
#submenu {
	font-size:10px;
	text-align:center;
	background:#ECEBE6;
	padding:0 2px;
	color:#666666;
	margin-bottom:10px;
}

#submenu a {
	color:#666666;
	text-decoration:none;
}

#submenu a:link, 
#submenu a:visited,
#submenu a:active{
	color: #666666;
	text-decoration:none;
}
#submenu a:hover {
	color: #8C1C21;
	text-decoration: underline;
}
#submenu .current {
	color:#59BFC9;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	margin: 0 auto;
	padding:15px 0 0;
}

#ft_box {
	width:500px;
	margin:0 auto;
	height:41px;
}

address {
	font-size:10px;
	color:#999;
	margin: 15px 0  0;
	padding-bottom:20px;
	letter-spacing:1px;
	* letter-spacing:0;
	text-align:center;
}