@charset "utf-8";
/* CSS Document */

body{
	font-family:"メイリオ", "ＭＳ Ｐゴシック";
	font-size:12px;
	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;
}

.topics{
	border-width:1px;
	border-style: solid;
	border-color:#C6B01E;
	background-image:url(images/menu_parts03.png);
	background-repeat:repeat;
	position:absolute;
	width:385px;
	height:125px;
	top:435px;
	left:160px;
	padding:10px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック";
	font-size:12px;
	color:#666;
	z-index:5;
}

.information{
	width:515px;
	height:220px;
	border-width:1px;
	border-style:solid;
	border-color:#C6B01E;
	background-image:url(images/menu_parts03.png);
	background-repeat:repeat;
	position:absolute;
	top:435px;
	left:580px;
	padding:10px;
	white-space:normal;
	font-family:"メイリオ", "ＭＳ Ｐゴシック";
	font-size:12px;
	color:#666;
	z-index:5;
}

.Picture{
	border-width:1px;
	border-style: solid;
	border-color:#C6B01E;
	background-image:url(images/menu_parts03.png);
	background-repeat:repeat;
	position:absolute;
	width:385px;
	height:150px;
	top:590px;
	left:160px;
	padding:10px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック";
	font-size:12px;
	color:#666;
	z-index:5;
	text-align: left;
}

.spec{
	width:535px;
	height:72px;
	position:absolute;
	top:682px;
	left:575px;
	padding:10px 5px 5px 5px;
	white-space:normal;
	font-family:"メイリオ", "ＭＳ Ｐゴシック";
	font-size:12px;
	color:#666;
	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;
}
