@charset "utf-8";

/*-----------------------
 layout
 head
 rightSide
 main
-----------------------*/

/* layout
-----------------------*/

#head {
	width:100%;
	height:435px;
	background:url(img/top/top_img.jpg) no-repeat center top;
	text-align:center;
}

#head h1#logo {
	width:850px;
	height:400px;
	padding-top:0;
	padding-bottom:35px;
	text-indent:-9999px;
	text-align:left;
	margin:0 auto;
}

#head h1#logo a {
	width:0;
	height:0;
	background:none;
}

#leftSide {
	margin-top:0;
}


/* main
-----------------------*/

#main h2 {
	font-size:10px;
	margin-bottom:10px;
}

#main ul {
	list-style:none;
	margin-bottom:30px;
}

#main li {
	line-height:1.6;
	padding-bottom:10px;
}

#main li .date {
	font-size:x-small;
	padding-left:1em;
}