@charset "UTF-8";
/* ****************************************************
	2010.css
***************************************************** */


/*  body
=========================================*/

body {
		background-color: #FFF;
}
body,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,table,th,td,form {
	margin: 0px;
	padding: 0px;
	border: 0;
}

/*  content
=========================================*/
/* header */
#content {
	margin: 15px auto 0;
	width:740px;
}
#maincontent {

}
#maincontent:after {
	display: block;
	height: 0;
	line-height: 0;
	content: ".";
	visibility: hidden;
	clear: both;
}
#content #top{
	width:739px;
	height:8px;
	background: url(imgs/waku_01.gif) no-repeat;
	display: block;
	overflow: hidden;
}
#content #main{
	width:739px;
	background: url(imgs/waku_02.gif) repeat-y left top;
	display: block;
	overflow: hidden;
}
#content #bottom{
		width:739px;
		height:25px;
		background: url(imgs/waku_03.gif) no-repeat top center;
}
#content .topboxL{
	margin-left:8px;
	float:left;
	width:363px;
}
#content .topboxR{
	width:349px;
	float:left;
	display:block;
}
#content .topboxR img{
	float:left;
	margin:0px;
	padding:0px;
}
#content .line{
	width:716px;
	height:5px;
	background: url(../2010/line.gif) repeat-x left top;
	float:left;
	margin:20px 0px 20px 5px;
	overflow:hidden;
}
#content .story{
	margin-left:8px;
	}
#content .story .close{
	margin-left:295px;
	margin-bottom:15px;
	}



