@import url("../common.css");
@import url("../bun_mode.css");

div#contentsArea{
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
div.left{
	float: left;
}
div.right{
	float: right;
}
.white{
	color: #FFFFFF;
}
div#headArea{
	background-image: url(images/title_pic.jpg);
	width: 670px;
	margin: 10px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
}
div#headArea div.left{
	width: 325px;
	padding: 10px;
	text-align: center;
}
div#headArea div.left p{
	margin-bottom: 10px;

}
div#headArea div.right{
	width: 325px;
	margin: 0px;
	padding: 10px;
	text-align: right;
}
.mR10{
	margin-right: 8px;
	margin-left: 8px;
}
.fS120{
	font-size: 120%;
	font-weight: bold;
}
p.pagetop{
	background-image: url(images/pagetop_pic.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 0px;
	float: right;
	clear: both;
}
.f10{
	font-size: 90%;
}
.mB10{
	margin-bottom: 10px;
}
p.brackbox{
	padding: 10px;
	color: #FFFFFF;
	background-color: #000000;
}
p.whitebox{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	padding: 10px;
}
.yellow{
	color: #E8B009;
	font-weight: bold;
}
#contArea{
	width: 690px;
	padding-right: 10px;
	padding-left: 10px;
}
#contArea p{
	line-height: 140%;
}
#contArea h2{
	margin-bottom: 10px;
}
#contArea div.textArea{
	width: 680px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	clear: both;
}
div.textArea table{
	width: 325px;
}
div.textArea table h3{
	font-weight: bold;
	color: #C70078;
	font-size: 100%;
	margin-bottom: 5px;
}
div.textArea table th,td{
	text-align: left;
	vertical-align: top;
}
div.textArea table th{
	padding-right: 10px;
}
div.textArea table th img{
	margin: 0px;
	padding: 0px;
}
div.textArea table td{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
div.textArea div.left{
	width: 325px;
}
div.textArea div.right{
	width: 325px;
	padding-left: 10px;
}
p.lign{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBDBC;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
.pink{
	color: #C70078;
}

