/*
monstar-lab CSS
*/

a.selected:hover {
	color: #BE2D2D;
}

.sub_title#selected {
	background: #FFFFFF url(images/aboutus_menu_bar.gif) no-repeat;
}

.contents_board .contents_header {
	background: #BE2D2D url(images/aboutus_header.gif) no-repeat;
}

.contents_board .contents_body {
	background: #FFFFFF url(images/aboutus_body.gif) repeat-y;
}

.contents_board .contents_footer {
	height: 145px;
	background: #FFFFFF url(images/aboutus_footer.gif) no-repeat;
}

td.menu a:hover {
	color: #BE2D2D;
}

h1#icon {
	background:transparent url(images/header_aboutus.jpg) no-repeat scroll left center;
	float:left;
	font-size:140%;
	font-weight:bold;
	height:25px;
	margin:10px 0pt 15pt 0;
	padding-left:30px;
	padding-top:0pt;
	text-align:left;
	width:550px;
}

/* for member list */
.contents_body .list, .contents_footer .list {
	width: 500px;
	height: 90px;
	border-style: dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-color: #ffffff;
	/*background-color: green;*/
}

.list .photo {
	width: 15%;
	float: left;
	padding-top: 6px;
	/*background-color: red;*/
}

.list h1 {
	width: 400px;
	height: auto;
	float: left;
	margin: 6px 0 0;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	padding: 3px 0 1px 6px;
	border-style: solid;
	border-left-width: 5px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #ffffff;	
	/*background-color: yellow;*/
}

.list .name {
	width: 75%;
	float: left;
	padding-left: 8px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 150%;
	text-align: left;
	/*background-color: pink;*/
}

.name a:hover, .return a:hover {
	text-decoration: none;
	color: #A7C817;
}

.name a {
	text-decoration: none;
	color: #FFFFFF;
}

.return a {
	text-decoration: underline;
	color: #FFFFFF;
}

.freshman {
	font-size: 100%;
	margin-left: 300px;
	font-weight: bold;
}

/* for member introduction */

.contents_body .header {
	width: 550px;
	height: 330px;
	/*background-color: pink;*/
}

.header .left {
	width: 260px;
	height: auto;
	float: left;
	/*background-color: green;*/
}

.header .right {
	float: left;
	width: 235px;
	padding-left: 10px;
	/*background-color: green;*/
}

.left h1, .board h1 {
	width: 480px;
	height: auto;
	float: left;
	margin: 6px 0 10px 0;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	padding: 2px 0 3px 8px;
	border-style: solid;
	border-left-width: 5px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #ffffff;	
	/*background-color: yellow;*/
}

.left .name {
	float: left;
	width: 90%;
	height: auto;
	font-weight: bold;
	font-size: 200%;
	text-align: left;
	padding-left: 10px;
	line-height: 120%;
	/*background-color: yellow;*/
}

.left .ruby_board {
	width: 90%;
	float: left;
	padding-left: 15px;
	white-space: nowrap;
	/*background-color: blue;*/
}

.ruby_board .ruby {
	float: left;
	width: auto;
	height: auto;
	font-weight: bold;
	font-size: 70%;
	text-align: left;
	letter-spacing: 12px;
	/*background-color: pink;*/
}


.right .photo {
	float: left;
	width: 235px;
	height: 300px;
}

.right img {
	border: solid #FFFFFF 4px;

}

.contents_body .board {
	float: left;
	width: 500px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 0;
	/*background-color: yellow;*/
}

.return a, .board a {
	text-decoration: underline;
	color: #ffffff;
}

.return a:list, .board a:list {
	text-decoration: underline;
	color: #ffffff;
}

.return a:visited, .board a:visited {
	text-decoration: underline;
	color: #ffffff;
}

.return a:hover,  .board a:hover	 {
	text-decoration: underline;
	color: #A7C817;
}
