@charset "utf-8";

/*********************** フォント **/

* {
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3",serif;
}


/******************************************************* 初期リセット **/

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	line-height: 1.01;
	font-size: 100.01%;
	font-weight: normal;
	color: #333;
}

body {
	font-size: 75%;
}

ul, li {
	list-style-type: none;
}

em {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #008000;
	text-decoration: underline;
}

/**************************************************************** hide **/

.hide {
	display: none !important;
}


/************************************************************ clearfix **/

.clearfix:after {
	content: url(../images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }


/***************************************************************** containar **/
#containar {
	width: 900px;
	margin: 0 auto;
}

#containar h1 {
	padding: 23px 0 0 10px;
	float: left;
	margin: 0 0 24px;
}

#containar #tel {
	float: right;
	margin: 0 0 24px;
	padding: 56px 0 0 0;
}


/***************************************************************** left **/

#left {
	clear: both;
	width: 143px;
	float: left;
	margin: 0 0 85px;
}

#nav {
	margin: 0 0 22px;
}

#left .bnr {
	margin: 0 0 0 0;
}

#left .bnr li {
	margin: 7px 0 0 0;
}


/**************************************************************** right **/
 
#right {
	float: right;
	width: 743px;
	margin: 0 0 85px;
}

/**************************************************************** フッター部分 **/

#containar .footer {
	clear: both;
	text-align: right;
	margin: 0 0 9px 0;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif !important;
	
}

#containar .footer li {
	display: inline;
	padding: 0 5px 0 9px;
	border-left: 1px solid #333;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif !important;
	font-size: 88%;
}

#containar .footer .last {
	border-right: 1px solid #333;
}

#containar .under {
	margin: 0 0 22px 0;
}

#containar #tochiji {
	float: left;
	width: 400px;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 88%;
	line-height: 1.1;
}

#containar address {
	float: right;
	text-align: right;
	width: 400px;
	font-style: normal;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 88%;
}

/***************************************************************************************** テンプレ部分ここまで**/



