@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	background:url(../images/body-bg.jpg) repeat 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#fefefe;
}

div, ul, p, h1, h2, h3, h4, h5, form, textarea, input, img{
	padding:0;
	margin:0;
}

.navi{
	width:199px;
}

.navi ul{
	list-style-type:none;
}

.navi ul li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:28px;
	color:#7c7771;
}

.navi ul li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:28px;
	color:#7c7771;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/navi-bullet.jpg) no-repeat 0 center;
	padding:0 0 0 13px;
}

.navi ul li a:hover{
	color:#c82890;
	background:url(../images/navi-bulleth.jpg) no-repeat 0 center;
}

.navi ul li a.active_gray{
	color:#7c7771;
background:url(../images/navi-bullet.jpg) no-repeat 0 center;
}


.navi ul li a.active{
	color:#c82890;
	background:url(../images/navi-bulleth.jpg) no-repeat 0 center;
}

.pad{
	padding:0 0 0 12px;
}

	

h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:52px;
	color:#c82890;
	font-weight:normal;
}

h2 span{
	font-size:32px;
}

p{
	font-size:13px;
	line-height:18px;
	text-align:justify;
}

p span.name_style{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	display:block;
	float:right;
/*	margin:0 20px 0 0;*/
}


/* ------------- footer part start ------------ */

.footer_top_bord{
	background:url(../images/foot_top_bord.jpg) repeat-x 0 0;
}

.footer_link{
	width:817px;
	margin:0 auto;
	height:40px;
	background:url(../images/foot_bottom_bord.jpg) repeat-x 0 0;
}

.footer_link ul{
	list-style-type:none;
	padding:0 0 0 60px;
}

.footer_link ul li{
	width:auto;
	float:left;
	font-size:12px;
	line-height:40px;
	color:#7c7771;
	padding:0 8px;
}

.footer_link ul li a{
	font-size:12px;
	line-height:40px;
	color:#7c7771;
	text-decoration:none;
}

.footer_link ul li a:hover{
	color:#fff;
}

.copy{
	font-size:12px;
	line-height:16px;
	color:#7c7771;
	text-decoration:none;
}

a.copy:hover{
	color:#fff;
}

a.view_map{
	font-size:11px;
	line-height:14px;
	color:#fff;
	text-decoration:none;
}

.view_map:hover{
	text-decoration:underline;
}

label{
	font-size:12px;
	line-height:18px;
}

input{
	width:200px;
	height:15px;

	margin:4px 0 0;
	border:none;
}

select.selec_areaa{
	width:200px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#000;
}

textarea{
	width:200px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#000;
	margin:4px 0 0;
	border:none;
}

.submit_btn{
	width:50px;
	height:20px;
}
