html {
	scrollbar-face-color:#000000; 
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #FFBA00;
	scrollbar-track-color: #AAAAAA;
	scrollbar-darkshadow-color: #999999;
}
body {
	background-color: #000000;
	margin: 0;
	padding: 0;
}
#container {
	width: 810px;
	margin:10px auto;
	background-color: #000000;
	background: url(images/bk.jpg) no-repeat;
	color: #E41B5B;
	border: solid 1px #FFFFFF;
}
#header {
	clear: both;
	background: url(images/header.jpg) no-repeat;
	height: 150px;
	width: 810px;

}

#enter-box {
	display: block;
	width: 810px;
	height: 100px;
	margin-bottom: 1em;
}
#enter-b a {
	display: block;
	float: left;
	margin-left: 8.2em;
	_margin-left: 3.9em;
	margin-bottom: 1em;
	width: 250px;
	height: 100px;
}
*+html #enter-b a {
	display: block;
	float: left;
	margin-left: 6.2em;
	margin-bottom: 1em;
	width: 250px;
	height: 100px;
}

#enter-b a span {
	display:none;
}
#enter-b a.umeda {
	background: url(images/umeda.gif) no-repeat;
	margin-top: 5px;
}
#enter-b a.umeda:hover {
	background: url(images/umeda_01.gif) no-repeat;
}
#enter-b a.togano {
	background: url(images/togano.gif) no-repeat;
	margin-top: 5px;
	_margin-top: -14px;
}
*+html #enter-b a.togano {
	background: url(images/togano.gif) no-repeat;
	margin-top: -15px;
}

#enter-b a.togano:hover {
	background: url(images/togano_01.gif) no-repeat;
}
/* Top */
#content div.top {
	position: relative;
}


.top .profileCover {
	display: none;
}

.top .posts {
	clear: both;
}
.top .postCategory {
	padding: .2em;
	margin-left: 3.5em;
	_margin-left: 2.3em;
	margin-bottom: 1em;
	border: #835108 1px solid;
	font-size: 12px;
}
.top .postCategory .hd-umeda {
	background: url(images/umeda_bar.jpg) no-repeat;
	height: 24px;
	padding: 2px 0 0 25px;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
	color: #00008D;
}
.top .postCategory .hd-togano {
	background: url(images/togano_bar.jpg) no-repeat;
	height: 24px;
	padding: 2px 0 0 25px;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
	color: #E41B5B;
}
.top .postCategory .hd-group {
	background: url(images/group_bar.jpg) no-repeat;
	_background: url(images/group_bar2.jpg) no-repeat;
	height: 24px;
	padding: 2px 0 0 25px;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
	color: #FF1A00;
}
.top .postCategory .first {
	padding: .5em;
	border: #835108 1px solid;
	color: #FFF;
}
.top .postCategory .first .image {
	float: left;
	padding: 0 .5em .5em 0;
}
.top .postCategory .pastPosts {
	float: right;
}
.top .postCategory-100 {
	top: 0;
	left: 0;
	width: 330px;
	height: 230px;
	float: left;
}
.top .postCategory-100 .bd {
	height: 200px;
	overflow-y: scroll;
}
.top .postCategory-101 {
	top: 0;
	left: 0;
	width: 708px;
	_width: 694px;
	/*height: 230px;*/
	float: left;
}
/*
.top .postCategory-101 .bd {
	height: 200px;
	overflow-y: scroll;
}
*/

/* Posts */
.posts .post {
	padding: .5em;
	border: #835108 1px solid;
	margin-bottom: 1em;
}
.posts .subject {
	font-size: 18px;
}
.posts .date {
	float: right;
	font-size: 12px;
}
.posts .body {
	clear: right;;
}
.posts p.image {
	float: left;
	padding: 0 .5em .5em 0;
}

#footer {
	clear: both;
	padding-top: 2em;
}

/* Common Box */
.box {
	float: left;
	width: 30%;
	height: 230px;
	margin: .2em;
	padding: .2em;
	border: #835108 1px solid;
	text-align: left;
}
.box div.profileTags {
	width: 100%;
	height: 30px;
	overflow: hidden;
}
.box .profileTags li {
	display: inline;
}
.box .profilePhoto {
	float: left;
	display: inline;
	width: 100px;
	height: 150px;
}
.box .profileItems {
	float: left;
	display: inline;
	width: 100px;
}
.box .profileItems ul {
	margin: 0 0 0 2px;
	border-top: #835108 1px solid;
	border-left: #835108 1px solid;
	border-right: #835108 1px solid;
}
.box .profileItems li {
	padding: .2em .3em 0;
	border-bottom: #835108 1px solid;
	font-size: 12px;
}
.box a.profileLink {
	display: block;
	margin: 2px;
	width: 100%;
	height: 15px;
	background: url(images/mb.jpg) no-repeat;
}
.box .profileLink span {
	display: none;
}
.box .profileMessage {
	clear: both;
	font-size: 12px;
	line-height: 1.0;
	height: 36px;
	overflow: hidden;
	padding-top: 2px;
}

