@charset "utf-8";

/* 全ページ共通の枠組み指定 */

body{
	min-width:1000px;
	margin:0;
	color: #333;
	background:#fafae8 url(../img/commonimg/bg.gif) repeat top left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ヘッダー */
div#headWrapper {
	background:url(../img/commonimg/bg_header.png) no-repeat bottom left;
	border-bottom:1px solid #CCC;
}
div#head {
	width:1000px;
	height:100px;
	margin:0 auto;
}
div#head #topLogo {
	width:520px;
	height:80px;
	position:relative;
	top:5px;
	left:8px;
	float:left;
}
div#head #topLogo h1 {
	font-size:0.7em;
	color:#666;
}
div#head #tel {
	width:460px;
	height:80px;
	position:relative;
	top:10px;
	left:15px;
	float:left;
}
div#head #tel #telno {
	width:244px;
	height:33px;
	float:left;
	margin-top:20px;
}
div#head #tel ul {
	width:186px;
	height:58px;
	float:right;
	margin-left:30px;
}
div#head #tel ul li {
	background:url(../img/commonimg/listmark06.gif) 0px 0px no-repeat;
	padding-left:18px;
	margin-left:8px;
	margin-bottom:5px;
	font-size:0.75em;
}

/*　コンテンツ　*/
div#contentsWrapper {
	width:100%;
	margin:0 auto;
}
div#contentsm {
	margin:0 auto;
	width:1000px;
}
div#main {
	width:750px;
	float:right;
}
div#side {
	width:250px;
	float:left;
}

/*　フッター　*/
div#footerWrapper {
	width:100%;
	background:url(../img/commonimg/bg_footer.gif) repeat top left #FFF;
	clear:both;
	border-top:1px solid #CCC;
}
div#footerNav {
	width:1000px;
	margin:0 auto;
}
div#footerNav #footerLogo {
	width:223px;
	height:59px;
	margin:20px 15px 3px 15px;
	float:left;
	font-size:0.75em;
}

div#footerNav div.footerNavBox {
	float:left;
	padding:20px 15px 20px 20px;
	font-size:0.8em;
}
/*　右端のnavbox　*/
div.footerNavBoxEnd {
	float:left;
	padding:20px 0 20px 20px;
	font-size:0.8em;
}

/*　navBox内　リスト　*/
div#footerNav li.ftrCategory{
	background: none;
	padding-left:0;
	line-height:1.7;
	font-weight:bold;
}

div#footerNav li {
	background:url(../img/commonimg/listmark_06.png) 0 2px no-repeat;
	padding-left:20px;
	margin-bottom:4px;
}


/*　コピーライト　*/
div#footerCopy {
	width:1000px;
	margin:0 auto;
	padding:10px;
	clear:both;
}
div#footerCopy p#copyright {
	margin-top:15px;
	text-align:center;
	font-size:0.75em;
}
