@charset "UTF-8";
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	text-align: center;
	border-width: 800px;
	height: 500px;
}
#logo {
	text-align: center;
	width: 13%;
	height: auto;
	top: 50%;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-top: 25%;
	margin-bottom: 25%;
}
/* profile layout　
-----------------------*/
#container {
	font-family: sans-serif;
	font-size: 75%;
	font-style: normal;
	line-height: 1.6px;
	color: #333333;
	width: 800px;
	background-color: #FFFFFF;
	background-position: center;
	margin: 0px auto;
}
#sidebar {
	font-size: 12px;
	line-height: 1em;
	float: left;
	width: 290px;
	color: #999999;
	text-decoration: none;
}
#main {
	float: right;
	line-height: 1.5em;
	height: 200px;
	left: 300px;
	clear: none;
	width: 480px;
	font-style: normal;
	text-decoration: none;
	padding-left: 20px;
}
#header {
	margin: 0px;
	padding: 0px;
}
hr {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-bottom: auto;
	border-top: 2px solid #999999;
	right: auto;
	bottom: auto;
}
#sidebar ul li {
	list-style: none;
	float: left;
}
#sidebar ul li a {
	width: 60px;
	text-decoration: none;
	text-align: center;
	display: block;
	float: none;
	clear: both;
	font-size: 12px;
	line-height: 1px;
	color: #CCCCCC;
	font-weight: bold;
}
/* works　
-----------------------*/

#main mail {
	line-height: 1.6em;
}
#main hr {
	border-top: 3px solid #999999;
	width: 480px;
}
#main #title {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	line-height: 1.6em;
}
#main #bt {
	border-top: 2px solid #999999;
	text-decoration: none;
}
