@charset "Shift_JIS";

html, body {
	background: #E5E2CF url(../images/sub_bg.gif);
}

.headContent {
	font-size: 14px;
	line-height: 1.75em;
	color: #333;
}
	.headContent .content {
		padding: 40px;
	}
		.headContent .content h2 {
			padding-bottom: 40px;
		}
		.headContent .content p {
			padding-bottom: 2em;
		}



.form {
	position: relative;
	background-color: #E5E2CF;
	border: 3px solid #99632E;
	padding: 20px;
}
	.form th,
	.form td {
		padding-bottom: 20px;
	}
	.form th {
		padding-right: 10px;
		color: #4C4C17;
		font-weight: bold;
		vertical-align: top;
	}
	.form .state ul {
		padding-bottom: 5px;
	}


.cap {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}

.selected {
	cursor: default;
}


.attention {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #C00;
}

.dialog {
	position:absolute;
	width: 400px;
	height: 140px;
	padding: 10px;
	top: 50px;
	left: 50px;
	line-height: 100px;
	background: url(../images/dialog_bg.png) no-repeat top left;
}





#joinButton, 
#closeButton {
	text-align: center;
}





/*--------------------------------------------------------------------

	  Override common id styles

--------------------------------------------------------------------*/
#wrapper {
	width: 600px;
	margin: 0 auto;
}

#header {
	position: relative;
}

#yodogawa {
	float: left;
	width: 325px;
	padding-left: 75px;
}

#contents {
}

#update {
}

#date {
}

#footer {
}
	
#copyright {
}
