/*このＣＳＳファイルではページ全体の各部分の配置を行っています。*/

BODY{
	word-wrap: break-word;
	text-align:center;
}

div#top_logo{
	float:left;
	text-align:left;
	width:70px;
	height:70px;
	background-color:#3366FF
}

div#top_title{
	float:right;
	width:150px;
	height:70px;
	padding:0px;
	text-align:left;
	background-color:#FFFF00;
}

div#sitemap{
	width:820px;
	padding: 7px 5px;
	background: transparent;
}

div#menu{
	width:180px;
	float:left;
	margin:0px 15px 0px 0px;
	padding:0px;
}

div#maincontent{
	width:635px;
	float:right;
	margin:0px 20px 0px 0px;
	padding: 0px;
	background: transparent;
}

div#footer{
	clear:both;
	width:830px;
	margin:15px 0px;
	padding: 0px;
	background: transparent;
}

.red{
	background:url(../images/red_line_middle.gif);
}



