@charset "utf-8";

/*----------------------------------------------------------------
Copyright(c) 2009 aaaaa. All Rights Reserved.
----------------------------------------------------------------*/

@import url("common.css");
@import url("layout.css");

* html #main-images {
	background: url(../img/index/index_img.jpg) no-repeat left top;
	height: 250px;
	position: relative;
	width: 601px;
}
#main-images {
	background: url(../img/index/index_img.jpg) no-repeat left top;
	height: 250px;
	position: relative;
	width: 602px;
}
#main-images p {
	position: absolute;
	left: 140px;
	top: 150px;
}

#index-contents {
	padding-left: 40px;
	width: 516px;
	margin-top: 10px;
}
#index-contents #index_div01 {
}
#index-contents {
}
.index_entrylist_wrap {
	margin-top: 5px;
	margin-bottom: 35px;
}
.index_entrylist_wrap li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #6B7575;
}
.index_entrylist_wrap li .entry-date {
	float: left;
	width: 80px;
	color: #BE0078;
}
* html .index_entrylist_wrap li .entry-title {
	float: right;
	width: 380px;
	text-align: left;
}
.index_entrylist_wrap li .entry-title {
	float: right;
	width: 416px;
	text-align: left;
}
.index_entrylist_wrap li  a {
	color: #6B7575;
	text-decoration: none;
}
.index_entrylist_wrap li  a:hover {
	color: #BE0078;
	text-decoration: underline;
}
.index_entrylist_wrap li .entry-title2 a {
	color: #BE0078;
	text-decoration: none;
}
.index_entrylist_wrap li .entry-title2 a:hover {
	color: #BE0078;
	text-decoration: underline;
}
.readmore {
	text-align: right;
}
.readmore a {
	background: url(../img/common/index_icon_arrow01.gif) no-repeat left center;
	height: 11px;
	padding-left: 10px;
	color: #BE0078;
	text-decoration: none;
}
.readclose {
	text-align: right;
}
.readclose a {
	background: url(../img/common/index_icon_arrow02.gif) no-repeat left center;
	height: 11px;
	padding-left: 10px;
	color: #BE0078;
	text-decoration: none;
}
