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

body {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	line-height:150%;
	color: #eff4f7;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

#textarea {
	width:605px;
	height:auto;
	margin:20px 0 30px -50px;
	float:right;
	overflow:auto;
	}

#right{
	height:100%;
	float:right;
	position:static;
	top:0px;
	}

.p_index{
	width:605px;
	float:left;
	margin-left:-40px;
	}


#wrapping {
	width:1025px;
	height:90%;
	margin:10px auto;
	padding:0;
}

#contents {
	width:965px;
	height:auto;
	position:absolute;
	top:20%;
	margin:0;
	padding:0;
	}
	
a img,:link img,:hover img,:active img,:visited img {
    border: none;
	}
	

dl,dt,dd,ul,li {
	float:none;
	list-style:none;
	}

#navigation {
	width:310px;
	height:380px;
	margin:0;
	padding:0;
	float:left;
	}
	
ul {
	list-style:square;
	}

#footer {
	width:605px;
	height:1px;
	background-image:url(../images/img_footerline.gif);
	background-repeat:repeat-x;
	margin-top:30px;
	padding:0;
	float:right;
	}