@charset "utf-8";
#page {
	width: 800px;
	background-color: #B9B9FF;
	height: auto;
	margin: auto;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
}
#page #footer {
	clear: both;
}
#page  #left_area {
	width: 190px;
	margin: 0px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(image/photo_line.jpg);
	background-repeat: repeat-y;
	height: 1300px;
}
.live_name {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #0000CC;
}
.live_members {
	padding-bottom: 15px;
}

#page  #right_area {
	float: right;
	width: 190px;
	height: 100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#page #right_area #navi ul {
	list-style-type: none;
}

#page #right_area #name {
	font-size: 16px;
	margin-bottom: 20px;
	color: #6600CC;
	font-family: "Courier New", Courier, mono;
}

#page #center_area {
	width: 410px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	color: #000000;
	font-size: small;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#page #center_area #title {
	font-size: x-large;
	text-align: center;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000099;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000099;
	width: 50%;
	margin: auto;
	font-family: "Courier New", Courier, mono;
}
#page #center_area table {
	text-align: left;
}
#page #center_area td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}
#page #center_area p {
	text-align: left;
}
#page #center_area h2 {
	font-size: medium;
	font-weight: normal;
}


#page #right_area #navi {
	font-size: x-large;
	line-height: 40px;
	font-family: "Times New Roman", Times, serif;
}
body {
	background-color: #B9B9FF;
}
#page #right_area #portrait {
	text-align: center;
}
#page #right_area #navi a {
	color: #FF6600;
	text-decoration: underline;
}
.navi_selected {
	color: #0000FF;
}
#page #right_area #navi a:hover {
	color: #FF0000;
}
