@charset "utf-8";
/* PAGE5 ========================================================*/
.spaceWL	{ margin-left:15px;}
.boxSpace 	{ line-height:25px;}

.boxItem 	{ margin-top:20px;}
.boxItem h4	{ text-align:center; font-size:16px;}

.boxItems			{ margin-top:20px;}
.boxItems .content	{ margin-left:25px}
.boxItems .name		{ font-weight:bold;}
.txtRight			{ text-align:right;}
.spaceTop	{ padding-top:40px;}


.boxSpace b 	{ color: #F33; padding-left:5px;}
.raidotxt		{ margin-left:15px;}

.contact-form{
	margin:0 0 20px;
}
.contact-form .inputtxt,.contact-form textarea { width:250px;}
.contact-form .inputtxt, .contact-form textarea{
	padding:6px;
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(PIE.htc);
	float: left;
	
}
.contact-form textarea { width:250px; resize:vertical;}
.contact-form .submit-btn{
	font-size:14px;
	background-color:#FFCC00;
	padding:10px 6px;
	min-width:120px;
	text-shadow:1px 1px 2px rgba(255,255,255,1);
	 width:120px;
	border:none;
	 -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.contact-form .submit-btn:hover{
	background-color:#3399CC;
	color:#fff;
	text-shadow:-1px -1px 2px rgba(0,0,0,0.5);
}
ul.list {
	list-style:none;
	margin:30px 0px;
}
ul.list li {
	padding:20px 20px 10px 70px;
	border-bottom:1px solid #C7C5C5; 
	display:inline-block; 
	width:530px;
}
ul.list li span{
	float:left;
	color:#069;
	min-width:180px;
}
ul.normal{
	margin:20px 40px;
}
ul.normal li{
	padding:10px 0;
	font-style: italic;
	color: #036;
}
.center {
text-align: center;
}
