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

.body {
	background: url(../images/top/bg_body.png) repeat-x 0 0;
}

/* keyvisual */

.keyvisual{
	width:950px;
	height:200px;
	position:relative;
	margin:0;
	padding:0;
}

.keyvisual .opencampus{
	position:absolute;
	left:0;
	top:76px;
}

.keyvisual .contact{
	position:absolute;
	left:0;
	top:136px;
}

/* content */

.content{
	float:left;
}

/* sidebar */

.sidebar{
	float:right;
}

/* top-contents */

.top-contents{
	clear:both;
}

.top-contents .news-box,
.top-contents .blog-box{
	width:340px;
}

.top-contents .news-box{
	float:left;
}

.top-contents .blog-box{
	float:right;
}

.top-contents .blog-box .x-large.bold {
	line-height: 1.5;
}

.top-contents h2{
	border:none;
	padding:0;
	margin:0;
}

.top-contents dl{
	margin:0;
	padding:0;
	border-bottom:1px solid #EAEAEA;
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	line-height:1em;
}

.top-contents dl dt{
	float:left;
	width:9em;
	margin:8px 0 0 -1px;
	border-left:1px solid #A8A8A8;
	padding:0 10px 0 10px;
	line-height:1em;
}

.top-contents dl dd{
	background:url(../images/bg_line.png) repeat-x 0 100%;
	padding:8px 10px 10px 11em;
}

.top-contents dl dd p {
	line-height: 1.5;
}

.top-contents dl dd:last-child{
	background:none;
}

.top-message {
	padding: 8px;
	border: 2px solid #EB557A;
	margin: 15px 0;
}

.content .top-message p {
	margin: 5px 0;
}



