@charset "utf-8";

/* -+-+-+-+-+-+-+-+-+-+-+-+- Browser Reset */

*{
	margin: 0;
	padding: 0;
	line-height: 1;
	text-decoration:none;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+- Main Field Style */

#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#header {
	height: 90px;
	text-align: center;
}
#contents {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contents_head p {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-left: 10px;
	line-height: 1.25em;
}
#contents_main table {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;	
}
#contents_main table td {
	padding: 5px;
	width: 82%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#form_button_area {
	text-align: center;
	margin-top: 10px;
}


#contents_main table th {
	width: 18%;
	text-align: left;
	padding: 5px;
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
}

hr {
	border: 1px solid #999999;
	margin-top: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#contents_head {
	width: 600px;
	margin-bottom: 20px;
}
#contents_foot {
	height: 60px;
	width: 600px;
}
#contents_main {
	height: 100%;
	width: 600px;
	background-color: #ECE9D8;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/members/img/img004.gif);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	overflow:hidden;
}

#footer {
	height: 60px;
	padding: 20px;
	text-align: center;
}
#contents_main p {
	margin-top: 15px;
	float: right;
	margin-right: 30px;
}



/* -+-+-+-+-+-+-+-+-+-+-+-+- Base Style */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size: small;
	line-height: normal;
}
a:active {
	color: #0066FF;
	text-decoration: underline;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+- etc */
#border {
	background-color: #FF9900;
	height: 3px;
	width: 800px;
}
.form_button {
	FONT-SIZE: 9pt;
	RIGHT: 0px;
	BOTTOM: 0px;
	LINE-HEIGHT: 14px;
	HEIGHT: 22px;
	TEXT-ALIGN: center
}
