@charset "utf-8";
@import url("base.css");
/* CSS Document */

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

	* ?`? Style Sheet {

		* last update 08.7/6
		* author : Ryo Yamashita;

	}
	


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

	 Anchor
 
============================================================================================================*/

a:link {
	color: #68b028;
}
a:visited {
	color: #68b028;
}
a:hover, a:active {
	color: #e42;
}

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

	 HTML, BODY, WRAPPER
 
============================================================================================================*/

body {
	font-family: Verdana, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	background-image:url(../images/bg.gif);
	line-height: 150%;
	font-size: 13px;
	color:#444;
}
#wrapper {
	width: 852px;
	margin: 0px auto;
	line-height: 150%;
	background-color:#FFFFFF;
	border:1px solid #333;
	border-top:5px solid #a22;
}



/* start clearfix */
#wrapper:after { content: " ";display: block;visibility: hidden;clear: both;height: 0.1px;font-size: 0px;line-height: 0;}
/* ie6 hack */
* html #wrapper {height: 1%;}
/* ie7 hack */
*:first-child+html #wrapper{min-height: 1%;}
/* end clearfix */

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

	 HEADER
 
============================================================================================================*/

#header {

}
/* start clearfix */
#header:after { content: " ";display: block;visibility: hidden;clear: both;height: 0.1px;font-size: 0px;line-height: 0;}
/* ie6 hack */
* html #header {height: 1%;}
/* ie7 hack */
*:first-child+html #header{min-height: 1%;}
/* end clearfix */

h1 {
	padding: 8px 0 0 10px;
	float:left;
}
#header h1 a{
	color: #666;
	text-decoration:none;
}
#contents {
	width:567px;
	float: right;
	padding: 7px 22px 10px 7px;
}
.tel{
	width: 252px;
	float:right;
}

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

	 FOOTER
 
============================================================================================================*/

#footer {
	color:#FFF;
	clear:both;
	padding: 5px 5px 15px 5px;
	text-align:center;
}
#footer ul li{
	color:#FFF;
	display:inline;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
address {
	font-style:normal;
}

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

	 H2, H3
 
============================================================================================================*/

h2 {
	padding: 14px 10px 8px 55px;
	margin: 5px 0;
	color: #322;
	font-size: 18px;
	background-image:url(../images/h2.gif);/* H:34px */
	background-repeat:no-repeat;
}

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

	 DL
 
============================================================================================================*/

dl {
	padding: 5px;
}
dt {
	font-weight:bold;
	13px;
}
dd {
	padding: 5px 10px 10px;
}

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

	 SIDE
 
============================================================================================================*/

#side {
	width:222px;
	float: left;
	padding: 7px 17px 10px 17px;
}

.sideBox {
	padding: 5px 5px 15px 5px;
}
.sideBox ul li {
	background-image:url(../images/liBg.gif);
	background-repeat: no-repeat;
	padding: 6px 0 5px 23px;
	font-size:13px;
}

.sideBox ul li a:link {
	color: #333;
	text-decoration:none;
}
.sideBox ul li a:visited {
	color: #333;
	text-decoration:none;
}
.sideBox ul li a:hover, a:active {
	color: #999;
	text-decoration:none;
}


