/*initial settings*/

*{
	margin:0px;
	padding:0px;
}
img{border:none;}

/* end */

/*boxmodel rayout */

body{
	background-image: url(images/body_back.jpg);
}

div#box{
	margin: 0 auto;
	width: 865px;
}

div#header{
	width: 865px;
	height: 66px;
	background-image: url(../1img_top/second_header.gif);
	position: relative;
}
h1{
	position:absolute;
	top:19px;
	margin:0px;
	font-size:13px;
	left: 265px;
	line-height:1.2em;
	color:#CCCCCC;
}
#header a{
	color: #CCCCCC;
	text-decoration: none;
}
#header a:hover{
	color: #CCCCCC;
}

div#navi{
	width: 865px;
}

div#contents{
	width: 865px;
	height: 844px;
	background-image: url(images/members_back.jpg);
	background-repeat: no-repeat;
}

/*  end  */

/* header-style write */

div#header img#logo{
	position: absolute;
	top: 12px;
	left: 21px;
}
/* firefoxのみ解釈するCSSハックコマンド入りセレクタ */
html>body div#header img#logo{
	position: absolute;
	top: 12px;
	left: 21px;
}
div#header img#mail{
	position: absolute;
	top: 28px;
	right: 17px;
}

/*  end  */

/* navigation-style write */

div#navi ul li{
	list-style: none inside;
	float:left;
}
/* firefoxのみ解釈するCSSハックコマンド入りセレクタ */
html>body div#navi ul li{
	list-style: none inside;
	float:left;
	display:block;

}	
/*  end  */

/*  contents-style write  */

div#contents_in{
	margin: 21px 0 0 50px;
	width: 775px;
	height: 680px;
	font-family: "ＭＳＰ明朝",serif;
	position: relative;
	
}
/* firefoxのみ解釈するCSSハックコマンド入りセレクタ */
html>body div#contents_in{
	margin: 0 0 0 50px;
	width: 775px;
	height: 680px;
	font-family: "ＭＳＰ明朝",serif;
	position: relative;
	
}
p#text1{
	width: 310px;
	position: absolute;
	top: 140px;
	left: 40px;
	color: #FF9900;
	font-family: arial, sans-serif;
	font-size: 0.9em;
	line-height:120%;
}

p#text5{
	width: 310px;
	position: absolute;
	top: 140px;
	left: 390px;
	color: #FF9900;
	font-family: arial, sans-serif;
	font-size: 0.9em;
	line-height:120%;
}

div#text2{
	width: 300px;
	position: absolute;
	top: 200px;
	left: 430px;
	color: #fff;
	font-family: arial,sans-serif;
	font-size: 0.9em;
	line-height:120%;
}
div#text2 span{
	width:300px;
	font-size:1.1em;
	display:block;
	line-height:250%;
	text-align:right;
	margin-left:-70px;
}
div#text3{
	width: 350px;
	position: absolute;
	top: 200px;
	left: 30px;
	color: #fff;
	font-family: arial,sans-serif;
	font-size: 0.9em;
	line-height:120%;
}
div#text4{
	width: 323px;
	position: absolute;
	top: 320px;
	left: 30px;
	color: #fff;
	font-family: arial,sans-serif;
	font-size: 0.9em;
	line-height:120%;
	background-image: url(images/tokuten.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
div#text5{
	width: 239px;
	position: absolute;
	top: 500px;
	left: 30px;
	color: #fff;
	font-family: arial,sans-serif;
	font-size: 0.9em;
	line-height:120%;
	background-repeat: no-repeat;
	height: 70px;
}
/* firefoxのみ解釈するCSSハックコマンド入りセレクタ */
html>body div#text2 span{
	width:300px;
	font-size:1.1em;
	display:block;
	line-height:250%;
	text-align:right;
	margin-left:-70px;
}
/*IE6だけ解釈するＣＳＳハックコマンド入りセレクタ*/
* html div#text2 span{
	width:350px;
	font-size:1.1em;
	display:block;
	line-height:250%;
	text-align:right;
	margin-left:-60px;
}
div#text2 span input{
	width:200px;
	height:25px;
}
div#text2 span input#submit{
	width:200px;
	height:	25px;
	background-color:#999;
	border:solid 1px #000;
	display:block;
}
/* firefoxのみ解釈するCSSハックコマンド入りセレクタ */
html>body div#text2 span input#submit{
	width:80px;
	height:	25px;
	background-color:#999;
	border:solid 1px #000;
	display:block;
	margin:10px 0 0 150px;
}
/*IE6だけ解釈するＣＳＳハックコマンド入りセレクタ*/
* html div#text2 span input#submit{
	width:80px;
	height:	25px;
	background-color:#999;
	border:solid 1px #000;
	display:block;
	margin:10px 95px 0 0;
}
p#text3{
	width: 360px;
	position: absolute;
	top: 400px;
	left: 390px;
	color: #fff;
	font-family: arial,sans-serif;
	font-size: 0.8em;
	line-height:150%;
	text-transform:uppercase;
}
p#text3 a{
	color:#f60;
	text-decoration:none;
}
p#text3 span{
	color:#f00;
}
p#footer{
	text-align: center;
	font-size: 0.8em;
	font-family: arial,sans-serif;
	color: #ccc;
	margin-top: 30px;
}
p#footer a{
	color: #fff;
	text-decoration: none;
}
p#footer a:hover{
	color: #ccc;
}
img#bar{
margin-top: 4px;
}


/*  copyright-style write  */

div#copy{
	color: #fff;
	font-size: 10pt;
	text-align: center;
	background-image: url(images/copy_back.jpg);
	background-repeat: no-repeat;
	padding: 2px 0;
	width: 865px;
	height: 16px;
}
div#copy span{
	text-transform: capitalize;
}
p#text4 {
	width: 200px;
	position: absolute;
	top: 180px;
	left: 400px;
	color: #FF3300;
	font-family: arial, sans-serif;
	font-size: 0.9em;
	line-height:120%;
	font-weight: bold;
}
