@charset "utf-8";
/* CSS Document */

/*基本構造
----------------------------------------*/

div#wrapper{
	width:790px;
	margin:0 auto;
	background:url(../img/global_bg007.gif) repeat-y;
}

div#container{
	width:790px;
	background:url(../img/global_bg006.gif) top no-repeat;
	text-align:left;
}

div#main{
	width: 535px;
	float: left;
	margin-bottom:10px;
}

div#sub{
	width: 247px;
	float: right;
	margin-bottom:10px;
}

div#footer{
	height:40px;
	clear:both;
	margin:0px 11px 0;
	background:url(../img/global_bg005.gif) no-repeat;
}

/*ページ要素
----------------------------------------*/
#topflash{
padding:6px 0 11px 13px;
}

#flashArea{
}

h2#news{
	margin:0 0 0 13px;
}

ul#newslist{
	margin:6px 0 0 25px;
	list-style-type:none;
}

ul#newslist li{
	padding:3px 0 4px;
	background:url(../img/dotline.gif) bottom left repeat-x;
}

