@charset "utf-8";


/* 要素のリセット */
h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,dd,
table, caption, th, td, img, form, strong {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-family : 'ＭＳ Ｐゴシック',Arial,sans-serif ;
	font-size: small;
	text-align: left;
	list-style-type: none;
	color: black;
}

.clear {
	clear: both;
	height: 0;
}

p {
	line-height: 150%;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	height: 100%;
	background-color:#CCCCCC;
}

* a {
	color: #337500;
	text-decoration: none;
}

* a:hover {
	text-decoration: underline;
}

ul.menu a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -1000px;
}	

ul.menu a:hover {
	background-position: bottom center;
}

/***** coming soonのリンクを消す *****/
/*** トップメニュー ***/
/* PRのページ */
li.pr {
	background-image: url(../img/menu/menu-pr-cs.gif);
}
li.pr a {
	display: none;
}

/*** サイドメニュー ***/
/* 登録地盤業者のページ */
li.supplierpage {
	background-image: url(../img/menu/submenu-supplierpage.gif);
}

/* The PREFECT 倶楽部会員 */
li.member {
	background-image: url(../img/menu/submenu-member-cs.gif);
}
li.member a {
	display: none;
}



/** レイアウト **/
#container {
	height: 100%;
	width: 1022px;
	margin: 0 auto;
	background-color:#FFFFFF;
	height: 100%;
	min-height:100%;
	position: relative;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

body > #container {
	height: auto;
}

/* ヘッダー */
#header {
	width: auto;
	height: 50px;
	background-image: url(../img/bg-black.gif);
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#header div {
	height: 100%;
	background-color:#FFFFFF;
}
#header div div {
	width: 980px;
	height: 100%;
	margin: auto;
}

#header h1 {
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	float: left;
	width: 200px;
	height:40px;
	margin: 5px 0;
	background-image: url( ../img/logo.gif );
}
	
#header ul {
	float: right;
}

#header ul li {
	float: left;
	width: 160px;
	height: 25px;
	margin-top: 25px;
	margin-left: 10px;
}

#header a.home {
	background-image: url( ../img/menu/menu-home.gif );
}

#header a.mailto {
	background-image: url( ../img/menu/menu-mailto.gif);
}

/* ボディ */
#body {
	width: 980px;
	height: auto;
	margin: 0 auto;
	clear: both;
	margin-bottom: 100px;
	position: relative;
	
}

/* トップメニュー */
#topmenu {
	height: 270px;
	margin-bottom: 10px;
}

p.top {
	width: 100%;
	height: 220px;
	overflow:hidden;
	text-indent: -10000px;
	background-image: url(../img/top.jpg);
	margin-bottom: 10px;
}

#topmenu ul li{
	height: 40px;
	width: 196px;
	float: left;
}

#topmenu li.knowledge a {
	background-image: url( ../img/menu/menu-knowledge.gif);
}

#topmenu li.ma-list a {
	background-image: url( ../img/menu/menu-ma-list.gif);
}

#topmenu li.perfect10 a {
	background-image: url( ../img/menu/menu-perfect10.gif);
}

#topmenu li.perfectclub a {
	background-image: url( ../img/menu/menu-perfectclub.gif);
}

#topmenu li.pr a {
	background-image: url( ../img/menu/menu-pr.gif);
}

/* サイドメニュー */
#sidemenu {
	width: 200px;
	float: left;
}

#sidemenu h2{
	background-image: url( ../img/navigation/navi-menu.gif);
}

#sidemenu li {
	height: 40px;
	width: 200px;
	margin-bottom: 5px;
}

#sidemenu li.touroku a {
	background-image: url(../img/menu/submenu-touroku.gif);
}

#sidemenu li.supplierpage a {
	background-image: url(../img/menu/submenu-supplierpage.gif);
}

#sidemenu li.member a {
	background-image: url(../img/menu/submenu-member.gif);
}

#sidemenu li.link a {
	background-image: url(../img/menu/submenu-link.gif);
}

#sidemenu li.aboutus a {
	background-image: url(../img/menu/submenu-aboutus.gif);
}

#sidemenu li.privacy a {
	background-image: url(../img/menu/submenu-privacy.gif);
}

#body h2 {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-indent: -1000px;
	margin-bottom: 10px;
}

/* メインコンテンツ */
#contents {
	width: 760px;
	float: right;
}

#contents h2 {
	margin-bottom: 20px;
}

/* フッター */
#footer {
	width: 1022px;
	height: 170px;
	clear: both;
	margin-top: 50px;
}

#footer div li {
	font-size: smaller;
}

#footer div p{
	font-size: 70%;
}

/* ボトムメニュー */
#bottommenu {
	background-image: url(../img/bg-black.gif);
	height:60px;
	width: 1022px;
	display: table-cell;
	vertical-align: middle;
}

#bottommenu > ul {
	width: 980px;
	margin: 0 auto;
}

#bottommenu > ul > li > ul {
	margin-top: 9px;
	display: block;
}

#bottommenu > ul > li {
	float: right;
	width: 18%;
	border-right: 1px solid #FFFFFF;
	padding-right: 10px;
	height: 50px;
}

#bottommenu li {
	color: #FFFFFF;
	display: block;
		text-align:right;
}

#bottommenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#bottommenu a:hover {
	text-decoration:underline;
}


#address {
	width: 100%;
	margin-bottom: 30px;
	height: 80px;
	border-bottom: 1px solid #CCCCCC;
}

#address div {
	width: 980px;
	margin: 0 auto;
}

#address div div {
/*	width: 50%; */
	width: 40%;
	float: left;
	height: 80px;
	
}

#address div div p {
	border-left : 5px solid #006633;
	margin: 25px 0 0 10px;
	padding: 2px 0 0px 5px;
	line-height: 120%;
}

#address img {
	margin-top: 25px;
	margin-left: 30px;
}

#address div.address {
	float: right;
}

