@charset "utf-8";


/*title
------------------------------------------------------------------------*/
div#title {
	width: 610px;
	height: 70px;
	}

div#title h2,
div#title p {
	position: absolute;
	left: -2000px;
	width: 200px;
	}

body#member div#title {
	margin: 0 0 5px 0;
	background: url("../member/images/title.jpg") no-repeat;
	}


/*container
------------------------------------------------------------------------*/
body#member div#container {
	width: 860px;
	background-image: none;
	}


/*div#lead
------------------------------------------------------------------------*/
div#lead {
	width: 610px;
	margin: 0 5px;
}


/*h3
------------------------------------------------------------------------*/
h3 {
	width: 598px;
	_width: 620px;/*for ie6*/
	font-weight:bold;
	color:#5F5F5F;
	margin: 30px 0 5px;
	padding: 3px 10px;
	border: 1px solid #DFDFDF;
	border-bottom: 3px double #FEA31C;
}


/*div.txtbox
------------------------------------------------------------------------*/
div.txtbox {
	margin: 0 5px 0;
	}

span.red {
	color:#f00;
}


/*div.imgbox
------------------------------------------------------------------------*/
div.imgbox {
	margin:10px 0;
	}
