html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#c0a285;
	font-size:14px;
}
.y_scroll {
	overflow-y:auto;
}
.left {
	margin-right:20px;
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.twoh {
	min-height:260px;
}
.bbox {
	padding:5px;
	border:solid 1px #000000;
	border-radius:5px;
}
fieldset {
	border-radius:5px;
}
textarea {
	margin:5px;
	resize:none;
	width:99%;
}
.text_right {
	width:100%;
	text-align:right;
}
.border_table {
	border-collapse:collapse;
	border:solid 1px #000000;
}
.border_table th {
	padding:5px;
	border:solid 1px #000000;
}
.border_table td {
	padding:5px;
	border-left:solid 1px #000000;
	border-bottom:dotted 1px #000000;
}


	/*******************/
	/***** content *****/
	/*******************/
#content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:250px 20px 50px 30px;
	height:100%;
}
.content_title, .content_box {
	padding:25px;
	border:2px solid #c0a285;
	border-radius:25px;
	background-color:rgba(255,255,255,0.9);
	-webkit-box-shadow:10px 10px 5px #505050;
	-moz-box-shadow:10px 10px 5px #505050;
	box-shadow:10px 10px 5px #505050;
}
.content_title {
	color:#AB6749;
	margin:20px auto;
	max-width:400px;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
.content_box {
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	min-width:500px;
	max-width:1000px;
}
.content_box a, .content_box a:active, .content_box a:focus, .content_box a:visited, .content_box a:link{
	color:#AB6749;
	text-decoration:none;
	font-family:sans-serif;
}
.content_box a:hover {
	color:#AB6749;
	text-decoration:underline;
	font-family:sans-serif;
}
.box_title {
	color:#000000;
	padding:10px 0px 0px 40px;
	float:left;
	font-size:18px;
	font-weight:bold;
}
.box_date {
	color:#000000;
	padding:10px 30px 8px 0px;
	border-bottom:2px solid #c0a285;
	text-align:right;
	font-size:16px;
}
.box_content {
	padding-top:20px;
}