/*--------------------------------------------*/
/* Base */
/*--------------------------------------------*/
body{
	top:350px;
	background:url(../contents/images/background.gif) repeat;
	color: #003366;
}
#content{
	clear:both;
	margin:30px 125px;
}
.clearBoth{clear:both;}
br.clear{
	clear:both;
	padding:0;
	margin:0;
	line-height:0;
	font-size:0;
}
span.white {color:#ffffff;}
span.blue {
		font-weight: bold;
		color:#3366FF;
		}
span.error {color:#ff0000;}
.image_border{
	border:solid 1px #666;
}
.base{
	width:650px;
	text-align:left;
}
.gallery .left{
	float:left;
	width:340px;
	text-align:right;
	margin:10px 0;
}
.gallery .right{
	float:right;
	width:300px;
	margin-top:50px;
}
.gallery p{
	clear:both;
}
.line{
	clear:both;
	border-bottom:dotted 1px #999999;
}
.width_calender_left{
	width:450px;
}
.width_calender_right{
	width:305px;
}

/*----------------------------------------*/
/* a */
/*----------------------------------------*/
a{text-decoration: underline;}
a:link {text-decoration: underline;color:#3366ff;}
a:visited{text-decoration: underline;color:#646464;}
a:hover {text-decoration: underline;color:#ff3366;background-color:#fdd;}
a:active{text-decoration: underline;color:#ff9900;}

/*--------------------------------------------*/
/* Site */
/*--------------------------------------------*/
td {
	color: #003366;
	line-height:140%;
	padding-left:5px;
}
		
.textarea {width:400px;
		height:150px;
		font-family:tahoma;
		font-size:11px;
		border-style:solid;
		border-width:1px;
		border-color:#A5ACB2;
		background-color:#FFFFFF;
		color:#003366;
		overflow:auto;
		margin-left:0px;
		margin-right:0px;}
		
/*--------------------------------------------*/
/* BCP */
/*--------------------------------------------*/
.bcp{
	font-size:1.2em;
	line-height:140%;
}
.bcp h1{
	font-size:1.3em;
	text-align:center;
	margin:25px 0;
}
.bcp h2{
	font-size:1.1em;
	margin:20px 0 15px 0;
}
.bcp ol li{
	margin:15px 0 10px 0;
}
.bcp ol{
	margin-left:-20px;
}
.bcp ul li{
	margin:0;
}