@charset "utf-8";
/* CSS Document */

#mainimg {
	width: 785px;
	height: 205px;
	text-indent: -9999px;
	background: #FFF url(../img/main_img.gif) no-repeat top left;
}

/* contents
---------------------------------*/
#contents {
	width: 600px;
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
}

/* effect
---------------------------------*/
#effect_h2box {
	text-align: center;
	margin-left: 30px;
}

/* seminar
---------------------------------*/
#seminar_h2box {
	text-align: right;
	font-size: 18px;
}

/* 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; } 


#concept_1 a {
	background: url(../img/concept_1.gif) no-repeat scroll 0 0;
}

#concept_2 a {
	background: url(../img/concept_2.gif) no-repeat top left;
}

#concept_3 a {
	background: url(../img/concept_3.gif) no-repeat top left;
}

#concept_1 a:hover,
#concept_2 a:hover,
#concept_3 a:hover  {
	background-position: -157px 0;
}


/* history
---------------------------------*/
#history_h2box {
	text-align: right;
}


/* 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;
}
