@charset "euc-jp";
/* CSS Document */


/*
リセット---------------------------------------
*/



* {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-size: 100%;
}

/*
共通---------------------------------------
*/


body {
	background: url(../../../image/back.jpg) #3399FF;
}



hr {
	display:none;
}



/*
リンク---------------------------------------
*/



a:link {
	color: #66f;
	text-decoration: underline;
}

a:visited {
	color: #66f;
	text-decoration: underline;
}

a:hover {
	color: #30c;
	text-decoration: none;
}

a:active {
	color: #009;
	text-decoration: underline;
}


/*
ボタン---------------------------------------
*/


#btn_Close {
	padding-left:220px;
}

#BtnClose {
	background: url(../images/profile_close_btn.gif) top center no-repeat;
	width: 180px;
	height: 50px;
	display: block;
	border: none;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	font-size:1px;
}


#BtnClose:hover {
	background-position: 0 -50px;
}





/*
コンテンツ---------------------------------------
*/


#Wrapper {
	line-height:1.6;
	font-size:12px;
	width:550px;
	margin:0 auto;
}

#Outline {
	background: url(../images/profile_bg.png) top center no-repeat;
	behavior: url(https://www.gamecity.ne.jp/script/lib/iepngfix/iepngfix.htc);
	padding:0;
	height:600px;
	width:550px;
}


#Contents {
	padding:280px 75px 0 75px;
}

#Contents p {
	padding:0;
	margin:0;
	line-height:150%;
}


#Contents h1,h2 {
	display:none;
}







