/* -----------------------------------------------------------
CSS Information

 File name:      construction.css
 Author:         ホームページ制作サービス War potential.com
 Style Info:     共通ページ用スタイル
----------------------------------------------------------- */

/*----------------------------------------------------
	全体を格納
----------------------------------------------------*/
#wrapper {
	width:850px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#member {
	text-align: right;
	padding-right: 15px;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/* ヘッダーナビ */
#head_navi {
	height: 50px;
	width: 850px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
*+html #head_navi {
	height: 55px;
	width: 850px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
*+html:first-child  #head_navi {
	height: 45px;
	width: 850px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#head_navi ul{
	height: 50px;
	margin-top: 5px;
}

#head_navi li{
	float: left;
	height: 50px;
	list-style-type: none;
}
#head_navi li a{
	display: block;
	list-style-type: none;
	height: 50px;
	text-indent: -99999px;
	background-image: url(../image/bg/bg-head_navi.jpg);
	background-repeat: no-repeat;
	width: 170px;
}
#head_navi li a:hover{
	display: block;
	height: 50px;
}
#head_navi li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#navi1 a{
	background-position: 0px 0px;
}

#navi2 a{
	background-position: -170px 0px;
}

#navi3 a{
	background-position: -340px 0px;
}

#navi4 a{
	background-position: -510px 0px;
}

#navi5 a{
	background-position: -680px 0px;
}


#navi1 a:hover{
	background-position: 0px -50px;
}

#navi2 a:hover{
	background-position: -170px -50px;
}

#navi3 a:hover{
	background-position: -340px -50px;
}

#navi4 a:hover{
	background-position: -510px -50px;
}

#navi5 a:hover{
	background-position: -680px -50px;
}

.border_lr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*----------------------------------------------------
	コラム
----------------------------------------------------*/
#colum {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 5px;
	text-align: left;
	padding-top: 2px;
}
#colum_in {
	margin-right: 20px;
	margin-left: 20px;
}
#colum_in h3{
	line-height: 30px;
}
.pan {
	text-align: right;
	padding-right: 20px;
	font-size: 90%;
}
.wait {
	font-size: 130%;
	text-align: center;
	padding-bottom: 30px;
}
.wait img{
	vertical-align: middle;
	padding-right: 15px;
}
.page_top {
	text-align: right;
	padding-bottom: 20px;
}
.page_top img{
	padding-right: 5px;
}

/*----------------------------------------------------
	制作中ページ
----------------------------------------------------*/
/* ヘッダー */
#header_wait {
	background-image: url(../image/bg/bg-header_wait.jpg);
	background-repeat: no-repeat;
	width: 850px;
	text-align: left;
	height: 120px;
}
#header_wait p{
	padding-top: 50px;
	padding-left: 180px;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
/* フッター */
#footer {
	line-height: 30px;
	font-weight: bold;
	color: #000066;
	background-image: url(../image/bg/bg-footer.gif);
	text-align: center;
	height: 30px;
	width: 100%;
	margin-top: 15px;
	clear:both; 
}
#footer a{
	color: #000066;
	text-decoration: none;
}
.adobe {
	font-size: 10px;
	line-height: 130%;
	padding-left: 98px;
	text-align: left;
}

