@charset "utf-8";
/* CSS Document */

#mainimg_sub {
	background: url(../img/main_img_sub.gif) no-repeat top left;
	width: 785px;
	height: 105px;
	text-indent: -9999px;
}

#mainimg {
	width: 785px;
	height: 205px;
	text-indent: -9999px;
	background: #FFF url(../img/main_img.gif) no-repeat top left;
}

/* contents
---------------------------------*/
/*　*/
#contents {
	width: 615px;
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
	background: url(../img/bg_contentsBase.gif) repeat-y top left;
}

/*濃赤枠の下のGeneXusXとか出るもの*/
.contents_top {
	background: url(../img/bg_contents_top.gif) no-repeat top left;
	height: 35px;
}


.contents_inner {
	width: 585px;
	padding: 10px 15px;
}

.contents_end {
	background: url(../img/bg_contents_bottom.gif) no-repeat top left;
	height: 20px;
}

/* concept
---------------------------------*/

h2 a {
	width: 157px;
	height: 93px;
	float :left;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 35px;
	text-indent: -9999px;
	display: block
}

/* IE6用 */
* html h2 a { margin-left: 27px; } 

/* what new
---------------------------------*/

#what_new {
/*	clear: both;*/
	width: 585px;
	margin: 0px 0px 0px 15px;
}

h3 { 
	height: 31px;
	background: url(../img/bg_whatnew.gif) no-repeat bottom left;
	font-size: 13px;
}


.whatnew_entry {
	margin-top: 20px;
}

/* IE6 IE7 */
.whatnew_entry { /margin-top: 10px; }


.entry_date {
	width: 79px;
	height: 15px;
	color: #FFF;
	background: url(../img/bg_date.gif) no-repeat top left;
	text-align: center;
	float: left;
	line-height: 15px;
}

.entry_title {
	margin-left: 10px;
	background: url(../img/point_entrytitle.gif) no-repeat top left;
	text-indent: 22px;
	float: left;
	font-weight: bold;
	color: #c60b46;
}

.entry_body {
	clear: both;
	margin-left: 89px;
	margin-top: 5px;
}



.past_list {
	height: 40px;
	background: url(../img/bg_pastlist.gif) repeat-x bottom left;
	text-align: right;
}

.past_list a {
	color: #c60b46;
}

.past_list a:hover {
	text-decoration: underline;
}

