/* Area */
.title_area {
	background-image:url('../img/title.jpg');
	height:180px;
}

.top_pole {
	background-color:#B75B2A;
}

.footer_area {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	padding-bottom:15px;
}

/* Struct */
.section {
	color:#B75B2A;
	font-size:20px;
	font-weight:bold;
	padding:2px 0px 0px 0px;
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
	border-top:1px solid #B75B2A;
	border-bottom:1px solid #B75B2A;
	border-left:15px solid #B75B2A;
	border-right:1px solid #B75B2A;
	background-color:#EAD7AD;
	text-indent:1em;
}

.subsection {
	text-indent:1em;
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin-bottom:10px;
}

.top_pole_mes {
	color:#FEE580;
	font-weight:bold;
	text-align:right;
	padding-right:4px;
}

.article_info {
	color:#B75B2A;
	padding-top:150px;
	margin-left:15px;
	text-align:left;
}

.article_title {
	color:#FFFFFF;
	text-align:right;
}

.miniitem {
	line-height:150%;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	margin-top:20px;
	margin-bottom:15px;
}

.memo_title {
	color:#B75B2A;
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 8px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px solid #B75B2A;
}

.pankuzu {
	color:#B75B2A;
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 8px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#EAD7AD;

}

.pankuzu_cursor {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 8px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#B75B2A;
}

.group {
	margin-top:0px;
	margin-bottom:10px;
	padding-bottom:25px;
	border-bottom:1px dotted #CCCCCC;
}

.group_title {
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}

.menubox_title {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:1px 1px 1px 8px;
	margin-top:5px;
	margin-bottom:0px;
	background-color:#636799;
}

.menubox_main {
	color:#000000;
	font-size:14px;
	padding:8px;
	margin-top:0px;
	margin-bottom:5px;
	background-color:#E8E8EF;
}
.prbox_title {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:1px 1px 1px 8px;
	margin-top:5px;
	margin-bottom:0px;
	background-color:#636799;
}

.prbox_main {
	color:#000000;
	font-size:14px;
	padding:8px;
	margin-top:0px;
	margin-bottom:5px;
	background-color:#E8E8EF;
}

table.simple_table {
	border-top:1px solid #636799;
	border-left:1px solid #636799;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
.simple_table th {
	border-right:1px solid #636799;
	border-bottom:1px solid #636799;
	color:#FFFFFF;
	background-color:#847CB2;
	background-position:left top;
	padding:0.2em 0.8em;
	text-align:center;
}
.simple_table td {
	border-right:1px solid #636799;
	border-bottom:1px solid #636799;
	padding:0.2em 0.8em;
	text-align:right;
}

.site_logo {
	clear:both;
	padding-top:20px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #CCCCCC;
}

/* Link */
a {
	text-decoration:none;
}
a:link {
	color : #0000FF;
}
a:visited {
	color : #994060;
}
a:hover {
	text-decoration:underline;
	color : #FF4C00;
}

