﻿section, article, aside, hgroup, header, footer, nav, figure { display:block;}

/***************************************************
				タグ指定スタイル
****************************************************
*/
body{
	background: 0px 100px repeat-x url("../img/background.jpg");
}
img{
	border-style:none;
}
h1{
	margin-left:70px;
	margin-top:40px;
	font-size:35px;
	font-family:"HGP創英角ﾎﾟｯﾌﾟ体",fantasy;
}


/***************************************************
				クラス指定スタイル
****************************************************
*/
/* 全体中央寄せ用ブロック */
div.body{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

/* ヘッダーブロック */
div.header{
	top:0px;
	width:800px;
}
div.logo{
	position:absolute;
	margin-top:-65px;
}
div.inquiry{
	float:right;
	margin-top:-45px;
	width:340px;
	height:60px;
}
div.inquiry-tel{
	position:absolute;
	margin-top:-60px;
	width:350px;
}
div.nav{
	position:absolute;
	margin-top:-420px;
	width:810px;
}
div.contents-nav{
	position:absolute;
	margin-top:-220px;
	width:810px;
}
div.nav-child{
	float:left;
}
/* ロゴ */ 
img.logo{
	width:60px;
	height:25px;
}

/* ナビゲーション子要素(リスト)  */
ul.pop{
	list-style-type:none;
	margin:0px;
	margin-top:40px;
	padding:0px;
	border:solid 1px;
	visibility:hidden;
	display:none;
}
li.listpop{
	border-bottom:solid 1px;
	width:148px;
	font-size:95%;
	padding:5px;
	cursor:pointer;
	background-color:#fff;
	filter:alpha(opacity=70);	/*IE対策*/
	opacity:0.70;
}
li.listpop:hover{
	filter:alpha(opacity=100);	/*IE対策*/
	opacity:1;
}

/* コンテンツブロック */
div.contents-all{

}
div.contents{
	width:620px;
	float:left;
}
/* TOP画像 */
div.contents-top{
	background: 0px 0px repeat url("../img/shadow/bg_contents_top.png");
	width:/* 610px */ 100%;
	height:35px;
	padding-top:5px;
	padding-left:5px;
}
div.contents-body{
	background: 0px 0px repeat url("../img/shadow/bg_contents.png");
	width:615px;
	padding-bottom:20px;
}
div.contents-bottom{
	background: 0px 0px repeat url("../img/shadow/bg_contents_btm.png");
	width:615px;
	height:50px;
}

/* メニューブロック */
div.menu{
	width:180px;
	float:right;
}
div.menu-top{
	background: 0px 0px repeat url("../img/shadow/bg_menu_top.png");
	width:180px;
	height:40px;
}
div.menu-body{
	background: 0px 0px repeat url("../img/shadow/bg_menu.png");
	width:180px;
	padding-bottom:5px;
}
div.menu-bottom{
	background: 0px 0px repeat url("../img/shadow/bg_menu_btm.png");
	width:180px;
	height:50px;
}


/* スペース用ブロック */
div.space{
	height:15px;
}

/* フッダーブロック */
div.footer{
	clear:both;
	position:absolute;
	clear:both;
	width:800px;
	height:350px;
	margin-top:-250px;
	overflow:hidden;
}
div.footer-inner{
	position:relative;
	background-color:#ccc;
	text-align:center;
	border-top:dotted 1px;
	margin-top:280px;
	height:400px;
}



/**************************************
	フッター
	サイトマップ
/**************************************/
div.footer-inner{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#SiteMap{
	width:800px;
	margin-left:  auto;
	margin-right: auto;

	text-align:left;
}
*.c_SiteMap{
	text-decoration: none;
	color:black;
	font-weight:normal;
}
div#SiteMap_Home{
	border-bottom:solid 1px;

	width:480px;

	margin-top:1em;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 5px 10px 10px;
}

div.SiteMap_Content{
	width:6em;
	height:10em;

	margin-left:8px;
	padding:7px;

	float:left;

	font-weight:bold;
}
div.a_wide{
	width:7em;
}
div.b_wide{
	width:9em;
}
div.c_wide{
	width:12em;
}
a.c_SiteMap{
	padding-right:11px;
}
ul.c_SiteMap{
	margin:3px;
	padding:3px;
	list-style-type:none;
}
*.footer-navi{
	padding:2px;
	font-size:0.8em;
}
*.footer-navi:hover{
	text-decoration:underline;
}


div#copyright{
	clear:both;
	position:absolute;
	margin: 70px 230px 0px;
}


/***************************************************
				ID指定スタイル
****************************************************
*/
/* ナビゲーションスタイル */
#nav-child01{

}
#nav-child02{

}
#nav-child03{

}
#nav-child04{

}
#nav-child05{

}

/* トップ画像 */
#top-image{
	margin-top:15px;
	width:800px;
	height:400px;
}
#contents-top-image{
	margin-top:15px;
	width:800px;
	height:200px;
}

/* 修正 */
a.footer-navi{
	border-left:solid darkblue;
	font-weight:bold;
}
#SiteMap_Home{
	/* 中央表示 */
	text-align:center;
	font-size:0.9em;
}
a.font-b{
	font-weight:bold;
}
a.footer-under:hover{
	text-decoration:underline;
}