/*ページトップ*/

.page_image{
	margin:0px 0px 0px 0px;
	width:750px;
	height:90px;
	background:url("./image/top_image.jpg");
}

.text_area01{
	width:750px;
	font-size:14px;
	color:#000000;
	line-height:160%;
}

.text_area02{
	width:540px;
	font-size:14px;
	color:#000000;
	float:left;
}

.text_area03{
	margin:0px 0px 5px 0px;
	width:200px;
	font-size:12px;
	color:#000000;
	text-align:center;
}


.text_01{
	width:365px;
	font-size:14px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	color:#9EBF00;
	text-align:center;
}

.text_02{
	margin:0px 0px 0px 30px;
	width:700px;
	font-size:16px;
	font-weight:bold;
	color:#9EBF00;
	text-align:left;
}

.text_03{
	margin:5px 0px 5px 0px;
	width:510px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:left;
}

.text_04{
	margin:0px 0px 20px 0px;
	width:510px;
	font-size:14px;
	color:#000000;
	text-align:left;
}

.text_05{
	margin:0px 0px 20px 0px;
	width:730px;
	font-size:14px;
	color:#000000;
}


.text_06{
	margin:0px 0px 0px 10px;
	font-size:18px;
	line-height:32px;
	font-weight:bold;
	color:#FFFFFF;
}


.text_07{
	margin:0px 0px 0px 0px;
	font-size:18px;
	line-height:32px;
	font-weight:bold;
	color:#9EBF00;
}

.image01{
	width:365px;
}

.image02{
	margin:0px 0px 0px 0px;
	width:200px;
}

.image_box{
	width:750px;
}

.image_area01{
	font-size:0px;
	margin:0px 20px 0px 0px;
	width:365px;
	float:left;
}

.image_area02{
	font-size:0px;
	margin:0px 0px 0px 0px;
	width:365px;
	float:left;
}

.image_area03{
	font-size:0px;
	margin:0px 0px 0px 10px;
	width:200px;
	float:left;
}

.bg_bar1{
	margin:0px 0px 10px 0px;
	width:750px;
	height:27px;
	line-height:27px;
	font-size:0px;
	background:url("./image/bg_01.gif");
}


.bg_bar2{
	margin:0px 0px 10px 0px;
	width:750px;
	height:27px;
	line-height:27px;
	font-size:0px;
	background:url("./image/bg_02.gif");
}

.bg_bar3{
	margin:0px 0px 10px 0px;
	width:750px;
	height:27px;
	line-height:27px;
	font-size:0px;
	background:url("./image/bg_03.gif");
}

.matome_01{
	width:200px;
	height:32px;
	border-top:solid 1px #9EBF00;
	border-right:solid 1px #9EBF00;
	border-bottom:solid 1px #9EBF00;
	border-left:solid 1px #9EBF00;
	background:#9EBF00;
	float:left;
}

.matome_02{
	width:548px;
	height:32px;
	border-top:solid 1px #9EBF00;
	border-right:solid 1px #9EBF00;
	border-bottom:solid 1px #9EBF00;
	border-left:solid 1px #9EBF00;
	float:left;
}

.under_image{
	margin:20px 0px 0px 0px;
	width:750px;
	height:120px;
	text-align:center;
}

.page_link_box{
	margin:0px 0px 10px 0px;
	width:750px;
	height:40px;
	background:#6699CC;
}

/*ページリンク*/

a.in_link{
	margin:10px 0px 0px 0px;
	float:left;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

a:link.in_link{/*未訪問のリンク*/
    color:#FFFFFF;
    font-style:normal;
    text-decoration:underline;
}

a:visited.in_link{/*訪問後のリンク*/
    color:#FFFFFF;
    text-decoration:underline;
}
a:hover.in_link{/*マウスをのせたとき*/
    color:#FFFFFF;
    font-style:normal;
    text-decoration:none;
}
a:active.in_link{/*クリック中*/
     text-decoration:none;
}

.mark{
	margin:10px 0px 0px 10px;
	width:14px;
	height:13px;
	float:left;
}


