@charset "UTF-8";

@import url(../css/base.css);
@import url(../css/layout.css);

h1{
	background-image: url(img/h1.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 840px;
	clear:both
}

h1 span{ display:none}

/* index */

#whatsnew{
}

#whatsnew li{
	background-image: url(../img/index/medashi_bg.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
	line-height: 20px;
	background-position: 0px bottom;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#whatsnew_in{
	width: 540px;
	margin-right: auto;
	margin-left: auto;

	font-size: 1.2em;
	font-weight: bold;
}

#whatsnew_in h2{
	background-image: url(../img/index/medashi_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-top: 10px;
	padding-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	
}

.date{
	text-align: right;
	margin-bottom: 20px;
	font-size: 0.85em;
}
.newsRight,.newsLeft{
padding-bottom: 15px;
	}
.newsRight img{
	float: right;
	margin-left: 15px;
}
.newsLeft img{
	float: left;
	margin-right: 15px;
}

.bt_back{
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
}

#reference{
	border: 1px solid #D8E1CC;
	clear: both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FAFBF9;
}
#reference li{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 5px;
}
#reference li a{
	text-decoration: none;

}

#reference li img{
	text-decoration: none;
	padding-left: 10px;
}

