@charset "UTF-8";

/* ‘S‘Ì */

* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #222222;
}

body {
	background-color: #ffffff;
	text-align: center;
}

a {
	color: blue;
}

a:hover {
	color: #ff6600;
}

div#pageBody {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

/* header */

div#header {
	width: 1000px;
	margin: 0 auto;
}

/* left */

div#leftBody {
	width: 200px;
	float: left;
}

div#leftContent {

}

/* right */

div#rightBody {
	width: 800px;
	float: right;
	
}

div#rightUe {
	width: 800px;
	float: left;
}

div#rightContent {
	width: 800px;
	clear: both;
	float: left;
}

ul.rightUlMenu {
	list-style-type: none;
}

/* footer */

div#footer {
	clear: both;
}

div#ueFooter {

}

div#shitaFooter {

}