@import url("layout.css");
@import url("sub.css");

#wrap #body {
	min-height: 290px;
}
* html #wrap #body {
	height: 290px;
}

/*
 * bbs subpage
 */
/* bbs info */
#body .bbs_box {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.bbs_box h3 {
	font-size: 120%;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 20px;
}
.bbs_box h4 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
.bbs_box blockquote {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 23px;
}
.bbs_box blockquote p {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
/* bbs professor */
table.bg1,
table.bg2 {
	width: 100%;
	padding: 4px;
}
table.bg1 td,
table.bg2 td {
	padding: 5px;
}
table.bg1 {	
	background-image: url(/2006/html/images/bg_professor.gif);
}
table.bg2 {	
	background-image: url(/2006/html/images/bg_professor2.gif);
}
table.bg1 th {
	color: #FFFFFF;
	
}
.dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
div.line {
	width: 550px;
	border: 1px solid #C9C9C9;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.box_support {
	margin: auto;
	width: 600px;
}
.box_support table {
	font-size: 100%;
}


/* column */
.column_box {
	background-image: url(/2006/html/images/column_box_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}
.column_box h3 {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 530px;
	float: left;
	color: #003399;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.column_box img {
	float: left;
	margin-right: 10px;
}
.column_box p {
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
#column_bg {
	background-image: url(/2006/html/images/column_box_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 625px;
	margin-bottom: 10px;
}
