@charset "utf-8";

/*mainArea
------------------------------*/

#mainArea .newsArea .title {
	width:670px;
	background:url(../../images/common/bg_body.gif) repeat 0 0;
	padding:0;
	margin:0;
}

#mainArea .newsArea .title h3 {
	float:left;
	color:#FFFFFF;
	padding:5px 10px;
	margin:0;
	font-weight:bold;
}

#mainArea .newsArea .title h3#topic { background:#1e9966;}
#mainArea .newsArea .title h3#support { background:#0994ff;}
#mainArea .newsArea .title h3#office { background:#ff8a00;}
#mainArea .newsArea .title h3#fund { background:#1d00f7;}
#mainArea .newsArea .title h3#seminar { background:#ff0c06;}
#mainArea .newsArea .title h3#interaction { background:#CC9933;}

#mainArea .newsArea .title .rtext {
	float:right;
	margin:0;
	padding:5px 10px;
}

#mainArea .newsArea .rtext a {
	background:url("../../images/common/icon_list01.gif") no-repeat scroll 0 50% transparent;
	padding:0 0 0 15px;
}


#mainArea .newsArea dl {
	padding:15px 10px;
	margin:0;
	line-height:1.4;
	border-bottom:1px dotted #ccc;	
}

#mainArea .newsArea dl dt {
	width:90px;
	float:left;
	background:url(../../images/common/icon_list01.gif) no-repeat 0 50%;
	padding:0 0 0 20px;
	margin:0;
}

#mainArea .newsArea dl dd {
	width:540px;
	float:right;
}

#mainArea .newsArea dl.gray {
	background-color:#f9f9f9;
}


/* pager
------------------------------------*/

#mainArea .pager {
	text-align:center;
}

#mainArea .pager span {
	display:inline-block;
	border:1px solid #ccc;
	padding:2px 8px;
	margin:0 8px 0 0;
}

#mainArea .pager a {
	display:inline-block;
	border:1px solid #ccc;
	padding:2px 8px;
	background:#FFDBDC;
	margin:0 8px 0 0;
	text-decoration:none;
}

#mainArea .pager a:hover {
	background:#DC0048;
	color:#FFFFFF;
	text-decoration:underline;
}


/* エントリー
------------------------------------*/

#mainArea .details h3 {
	margin-bottom:20px;
}

#mainArea .details h4 {
	font-size:110%;
	font-weight:bold;
	padding:0 0 10px 10px;
}

#mainArea .details p {
	padding:0 0 10px 0;
}

#mainArea .details .rightbox {
	float:right;
	padding:0 0 15px 15px;
}

#mainArea .details .skill_box {
	border:1px solid #FF0000;
	clear:both;
	padding:10px;
}

#mainArea .details .schedule_box {
	border:1px solid #FF6666;
	clear:both;
	padding:10px;
}

#mainArea .entryArea {
	text-align:center;
}




