@charset "utf-8";
/* CSS Document */



/* ////////////////////////////////////////////////////////////////////// */
/* main */
#main {
	margin-top: 1px;
	background-color: #f5f5f5;
}


/* ////////////////////////////////////////////////////////////////////// */
/* layout */
#globalmenu {
}

#homecontent {
	margin-top: 20px;
}

#homecontent p {
	margin: 0.4em 2px;
	line-height: 150%;
}

#topnews {
	background-image:url(http://beocollege.jp/shared/img/dot_bg.gif);
	padding: 3px 0;
}

#left {
	width: 200px;
	float: left;
	margin-right: 20px;
}
#center {
	width: 460px;
	float: left;
	margin-right: 20px;
}
#right {
	width: 200px;
	float: left;
}

/* ////////////////////////////////////////////////////////////////////// */
/* left column */

/* ////////////////////////////////////////////////////////////////////// */
/* center column */
#center .block {
	margin-bottom: 30px;
}


#center .titlebar {
	clear: both;
	height: 28px;
	background: url(../shared/img/line_gray_twotone.gif) left bottom no-repeat;
}
#center .titlebar .title {
	width: 150px;
	float: left;
}
#center .titlebar .more {
	margin: 6px 8px 0 0;
	text-align: right;
	float: right;
}

#center .sub_titlebar {
	clear: both;
	margin-top: 12px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 11px;
	background: url(../shared/img/bg_bias_gray.gif) left top repeat;
	height: 15px;
	padding: 3px 8px 2px 8px;;
}
#center .sub_titlebar .title {
	width: 360px;
	float: left;
}
#center .sub_titlebar .more {
	text-align: right;
	float: right;
}

table.event_list {
	clear: both;
	border-collapse: collapse;
	width: 460px;
}
table.event_list tr {
	border-bottom: 1px dotted #B6B5B8;	/* IEで出ない */
}
table.event_list th,
table.event_list td {
	vertical-align: top;
	padding: 5px 3px;
}
table.event_list th {
	white-space: nowrap;
	width: 94px;
	border-bottom: 1px dotted #B6B5B8;
	font-weight: normal;
}
table.event_list td {
	border-bottom: 1px dotted #B6B5B8;
}

/* -- */
table.news_list {
	clear: both;
	border-collapse: collapse;
	width: 460px;
}
table.news_list tr {
	border-bottom: 1px dotted #B6B5B8;	/* IEで出ない */
}
table.news_list th,
table.news_list td {
	vertical-align: top;
	padding: 5px 2px;
}
table.news_list th {
	white-space: nowrap;
	width: 79px;
	border-bottom: 1px dotted #B6B5B8;
	font-weight: normal;
}
table.news_list td {
	border-bottom: 1px dotted #B6B5B8;
}

/* ////////////////////////////////////////////////////////////////////// */

#center .info_block {
	margin: 30px 0 30px 0;
}

#center .banner {
	margin-top: 20px;
}

/* ////////////////////////////////////////////////////////////////////// */
#right .feature {
	margin: 20px 0;
}
#right .feature .box {
	border: 1px solid #CCC;
	border-top: none;
	padding: 10px;
}