@import url("layout.css");
@import url("sub.css");

#wrap #body {
	min-height: 300px;
}
* html #wrap #body {
	height: 300px;
}

#bodywrap #left {
	padding-top: 0px;
}
#bodycomm {
	background-image: url(/2006/html/images/comm_body_top.gif);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-top: 25px;
}
#body #comm {
	background-image: url(/2006/html/images/comm_body_bot.gif);
	background-repeat: no-repeat;
	background-position: 20px bottom;
	width: 689px;
	position: relative;
	padding-bottom: 25px;
	min-height: 335px;
}
#body #meet,
#body #notice {
	width: 300px;
	clear: both;
}
#body ul.list {
	list-style-type: none;
	margin: 0px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#body ul.list li {
	line-height: 190%;

}
ul.list li span.date {
	float: right;
	display: block;
	width: 55px;
	text-align: center;
}
#body h2 {
	margin: 0px;
}

/*
 * Center
 */
#body #center {
	float: left;
	padding-left: 40px;
}
/* meet */

#meet {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F95820;
}

/*
 * Right
 */
#body #right {
	width: 289px;
	float: left;
	padding-left: 30px;
	padding-top: 2px;
}
#right #notice,
#right #free {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0080D1;
}

#free {
	padding-top: 26px;
}


/*
 * Sub Page
 */
/* comm info */
#body .comm_box {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.comm_box h3 {
	font-size: 120%;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 20px;
}
.comm_box h4 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
