@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: login.css
 * author		: takaaki koyama
 * style info	: login.html用CSS
 -----------------------------------------------------------*/
@import url("import.css");

@import url("subpage.css");

@import url("low.css");

.news_area {
  width: 640px;
  margin: 0;
  text-align: left;
}

.news_area h3{
	width:640px;
	height:28px;
	line-height:28px;
	padding-left:20px;
	margin-bottom:1em;
	color:#4a3821;
	font-size: 115%;
	background:url(../img/parts/bg_section_title.gif) no-repeat left top;
}

.news_entryBox{
	font-size:1.2em;
	padding: 0 20px 0 20px;
}

.news_photo {
	padding: 0 20px 0 0;
	width: 198px;
	float: left;
	text-align: center;
}

.news_photo img {
	background: #F2F2F2;
	border: solid 1px #999999;
	padding: 3px;
}

.news_entry {
	overflow: hidden;
	position: static;
}

.posted_area {
	clear: both;
	font-size:1.2em;
	margin: 10px 0 10px 0;
	padding: 0 20px 0 20px;
	text-align: right;
	font-weight: bold;
}


.posted_area span.date {
	padding-right: 20px;
}


.posted_area span.posted {
	padding-right: 7px;
	color: #CC6666;
}

.news_entry p {
	padding: 0 0 10px 0;
}
