@charset "utf-8";
/* ------------------------------------------
	Style Name: past.css
	Since:      2007-01-27
	Modified:   2009-01-11
	Auther:     Seiichi Kaneko
--------------------------------------------*/
/*-------------ヘッダー部分------------------*/
div#header {
	background-color: #C7DDFF;
	background-image: url(image/head200802.jpg);
}
div#header p.site_name {
	padding: 20px 0 0 30px;
	color: #857547;
	font-size: 90%;
	font-weight: bold;
}
div#header p.site_name a {
	text-decoration: none;
}
div#header p.h1 {
	padding: 0 40px;
	color: #333366;
	font-size: 150%;
	font-family: Verdana,Arial,Arial Black,Helvetica,sans-serif;
	font-weight: bold;
}
/*-------------コンテンツ部分------------------*/
#content h1 {
	color: #778899;
	background-image: url(image/.png) ;
	background-color: #FFFFEE;
}
#content h2 {
	padding: 1px 0 1px 10px;
	color: #778899;
	border-bottom: 1px solid;
	background: #FFFFEE url(image/list03.gif) no-repeat scroll left center;
}
/*-------------The past of What's new------------------*/
ul {
	margin: 1em 0;
	list-style: none;
	font-size: 90%;
}
li {
	margin: 0 0 0 8em;
	text-indent: -7em;
}
span.blogname {
	font-size: 80%;
}

