@charset "utf-8";
/* CSS Document */

body{
	font-family:"メイリオ", "ＭＳ Ｐゴシック";
	font-size:13px;
	color:#FFF;
	background-image:url(../images/wall_001.png);
	text-align: justify;
}

.header{
	position:absolute;
	top:0px;
	width:1000px;
	height:50px;
	background-color:#238BAF;
	left:140px;
	z-index:4;
}

.title{
	padding-top:5px;
	left:20px;
	position:absolute;
	z-index:4;
}

.footer{
	position:absolute;
	top:767px;
	bottom:0;
	left:140px;
	width:1000px;
	min-height:23px;
	max-height:100%;
	background-color:#238BAF;
	text-align:right;
	margin-top:5px;
	z-index:4;
}


.p_base{
	position:absolute;
	background-color:#FFFBDD;
	border-color:#C6B01E;
	border-width:1px;
	border-style:solid;
	width:998px;
	height:780px;
	top:0;
	bottom:1px;
	left:140px;
	z-index:2;
}

.main_menu{
	position:absolute;
	top:405px;
	left: 140px;
	width:1000px;
	height:20px;
	background-image:url(../images/menu_base.png);
	background-repeat:repeat-x;
	background-color:#238BAF;
	border-top-style:solid;
	border-top-color:#238BAF;
	border-top-width:1px;
	text-align:left;
	text-indent:13px;
	z-index:4;
}

.top_img{
	position:absolute;
	top:0px;
	left:140px;
	width:1000px;
	height:410px;
	background-color:#238BAF;
	z-index:3;
}

a{/*リンクされた文字*/
    color:#27394E;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#27394E;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#27394E;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#FF990F;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}



.toppage_img{
	width:998px;
	height:auto;
	position:absolute;
	top:90px;
	left:141px;
	padding-bottom:10px;
	padding-top:10px;
	background-image:url(../images/menu_parts05.png);
	background-repeat:repeat;
	z-index:3;
}

.topics{
	width:455px;
	height:280px;
	position:absolute;
	top:430px;
	left:650px;
	padding-bottom:10px;
	padding-top:10px;
	z-index:3;
}

.topics_text{
	position:absolute;
	left:18px;
	white-space:normal;
	overflow-y:scroll;
	border:solid #C8C8C8;
	border-width:1px;
	background-image:url(../images/menu_parts03.png);
	background-repeat:repeat;
	width:430px;
	height:260px;
	margin-right:18px;
	margin-bottom:5px;
	padding:10px;
	color:#333;
}

.menseki{
	width:455px;
	height:280px;
	position:absolute;
	top:430px;
	left:650px;
	padding-bottom:10px;
	padding-top:10px;
	z-index:3;
}

.menseki_text{
	position:absolute;
	left:18px;
	white-space:normal;
	overflow-y:scroll;
	border:solid #C8C8C8;
	border-width:1px;
	background-image:url(../images/menu_parts03.png);
	background-repeat:repeat;
	width:430px;
	height:260px;
	margin-right:18px;
	margin-bottom:5px;
	padding:10px;
	color:#333;
}

.wm{
	width:460px;
	height:auto;
	position:absolute;
	top:430px;
	left:150px;
	padding-bottom:10px;
	padding-top:10px;
	z-index:3;
}

.wm_text{
	position:absolute;
	top:40px;
	left:18px;
	white-space:normal;
	width:470px;
	height:auto;
	margin-bottom:5px;
	font-size:14px;
	color:#333;
}

.wm_text2{
	position:absolute;
	float:inherit;
	left:90px;
	white-space:normal;
	width:170px;
	height:auto;
	top:108px;
	font-size:13px;
	line-height:35px;
	color:#333;
}

.wm_text3{
	position:absolute;
	float:inherit;
	left:276px;
	white-space:normal;
	width:210px;
	height:auto;
	top:109px;
	font-size:13px;
	color:#333;
}

.his_text{
	position:absolute;
	left:18px;
	white-space:normal;
	overflow-y:scroll;
	border:solid #C8C8C8;
	border-width:1px;
	background-image:url(../images/menu_parts03.png);
	background-repeat:repeat;
	width:430px;
	height:260px;
	margin-right:18px;
	margin-bottom:5px;
	padding:10px;
	font-size:12px;
	color:#333;
}
