@charset "UTF-8";
/* CSS Document */

html, body{
	background-color: #DDD;
	margin: 0;
	padding: 0;
	padding-bottom: 24px;
}
h1{
	margin-top: 0px;
}

#wrapper{
	margin: 0 auto;
	padding: 18px;
	width: 1000px;
}

#head{
	
}

#content{
	
}

#navi{
	
}

#login{
	float: right;
}

.member-plate, .member-plate-last-child{
	width: 234px;
	height: 234px;
	float: left;
	margin-right: 16px;
}
.member-plate-last-child{
	margin-right: 0px;
}
.member-plate-inner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

#intern-left{
	float: left;
	width: 700px;
}

#intern-right{
	float: left;
	width: 269px;
}

#latest-news{
	width: 998px;
}

.latest-news-item{
	float: left;
	width: 318px;
	text-align: left;
}
.news-item{
	width: 952px;
	padding: 3px;
	float: left;
}
.news-item-small{
	width: 270px;
	padding: 3px;
	float: left;
	height: 36px;
}
.news-date, .news-date-empty, .see-all-news{
	float: left;
	height: 42px;
	width: 42px;
}

#achievement-form input{
	margin-bottom: 8px;
}

#comments-container{
	margin-top: 6px;
	border-top: 1px solid #DEDEDE;
}
.comment-box{
	border-bottom: 1px solid #DEDEDE;
}
.comment-content{
	float: left;
	padding: 4px;
	margin-left: 10px;
}

#foot{
	margin-top: 24px;
	width: 100%;
}

.hidden{
	display: none;
}

.floatRight{
	float: right;
	margin-left: 5px;
}

.floatLeft{
	float: left;
	margin-right: 5px;
}