@charset "utf-8";
html {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	height:100%;
	background-image: url(images_n/bg.gif);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.case {
	width: 722px;
	background-color: #FFFFFF;
	border: 1px solid #9EB8D3;
	height: 100%;
	padding: 0px;
}
.content_case {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	width: 542px;
	height: 100%;
	background-color: #FFFFFF;
}
.friends_case {
	width: 170px;
	float: right;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.menu {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	height: 34px;
	width: 100%;
	text-align: center;
	background-image: url(images_n/menu_bg.jpg);
}
.menu a {
	font-size:14px;
	font-weight:bold;
	color: #333333;
	text-decoration: underline;
}
.menu a:hover {
	color: #ff3333;
}
.menu a:active {
	color: #FF0000;
}
.maintext {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 13px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
a {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #AA0000;
}
a:hover {
	text-decoration: none;
}
.sel {
	color: #FF0000;
	font-weight: bold;
}
