@charset "utf-8";
/* CSS Document */

body{
	font-family:"メイリオ", "ＭＳ Ｐゴシック";
	font-size:12px;
	color:#FFF;
	background-image:url(../images/wall_001_sakura.png);
	text-align: justify;
}

.header{
	position:absolute;
	top:0px;
	width:1000px;
	height:50px;
	background-color:#E432BC;
	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:#E432BC;
	text-align:right;
	margin-top:5px;
	z-index:4;
}


.p_base{
	position:absolute;
	background-color:#8A3C6C;
	border-color:#D551BA;
	border-width:1px;
	border-style:solid;
	width:998px;
	height:780px;
	top:0;
	bottom:1px;
	left:140px;
	z-index:2;
}

.main_menu{
	position:absolute;
	top:45px;
	left: 140px;
	width:1000px;
	height:20px;
	background-image:url(../images/menu_base.png);
	background-repeat:repeat-x;
	background-color:#E432BC;
	border-top-style:solid;
	border-top-color:#E432BC;
	border-top-width:1px;
	text-align:left;
	text-indent:13px;
	z-index:4;
}

a{/*リンクされた文字*/
    color:#C8C8C8;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#C8C8C8;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#C8C8C8;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#FF990F;
    font-style:normal;
    text-decoration: underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}
