/*==============================================================================
// 
// 愛知学院大学 受験生サイト 新着情報
// 
==============================================================================*/
div#left_contents {
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 26px;
	margin-top: 0px;
	padding: 0px;
	width: 714px;
}

div#right_contents {
	float: right;
	width: 203px;
	margin-bottom: 50px;
}

dl.submenu {
	padding: 0px;
	margin: 0px;
	width: 203px;
	background-color: #f7f7f7;
}

dl#archive dt {
	background-repeat: no-repeat;
	background-image: url(../images/archive_header.gif);
	padding: 0px;
	margin: 0px;
	height: 44px;
	width: 203px;
	text-indent: -10000px;
	overflow: hidden;
}

dl#category dt {
	background-repeat: no-repeat;
	background-image: url(../images/category_header.gif);
	padding: 0px;
	margin: 0px;
	height: 44px;
	width: 203px;
	text-indent: -10000px;
	overflow: hidden;
}

dl.submenu dd {
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	width: 173px;
}

dl.submenu dd ul {
	padding: 0px;
	margin: 0px;
	width: 203px;
}

dl.submenu dd ul li {
	padding: 1px;
	margin: 0px 0px 5px;
	list-style-type: none;
	display: block;
}

dl.submenu dd ul li a {
	background: url(../images/common/submenu_pointer.gif) no-repeat left center;
	padding-left: 8px;
	margin: 0 auto 0 20px;
	display: block;
}

form#keyword {
	width: 173px;
	padding: 15px 15px 0;
}
form#keyword input#word {
	width: 100px;
	padding: 4px;
}

/* @group 新着情報 */
div.entry {
	border-top: 2px solid #880c12;
	border-bottom: 1px solid #b5b4b4;
	clear: both;
	margin-bottom: 50px;
}

div.entry_header {
	display: block;
	clear: both;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(../images/dot_line.gif);
	width: 704px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin: 0px;
}
/* =Clearfix --------------------------------*/
div.entry_header {
	/zoom: 1;
}
div.entry_header:after {
	content: '';
	display: block;
	clear : both;
}
/* End of Clearfix --------------------------------*/

div.entry_header .type_exam {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/type_exam.gif);
}

div.entry_header .type_info {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/type_info.gif);
}

div.entry_header .type_sp {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/type_sp.gif);
}

div.entry_header .type_emergency {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/type_emergency.gif);
}

div.entry_header .date {
	color: #636363;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
	float: left;
	width: 120px;
	padding-left: 10px;
}

div.entry_header h2 {
	color: #636363;
	float: left;
	width: 460px;
	display: block;
	font: 100% "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
	margin: 0;
	padding: 0;
}

div.entry_header h2 a {
	color: #880c12;
}
div.entry_header h2 a:visited {
	color: #636363;
}
div.entry_header h2 a:hover {
	color: #a68955;
}

div.entry_body {
	clear: both;
	padding: 14px 16px;
	color: #636363;
	line-height: 170%;
}

/* @end */


