@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}

body {
	background-color: #666666;
}

div#container {
	width: 720px;
	margin-left: 0;
	margin-right: auto;
	background-image: url(../images/background.gif)
}

/*　本文　*/
div#main {
	float: right;
	width: 600px;
	font-size: 13px;
}

div#contents {
	margin-bottom: 1em;
}

div#contents p {
	padding: 1em 3em 0.5em 1em;
}

div#contents p#br {
	padding: 1em 2em 0.5em 1em;
}
	

/*　サイドメニュー　*/

div#side {
	float: left;
	width: 120px;
	font-size: 12px;
}

div#footer {
	clear: both;
	width: 720px;
	height: 100px;
	background-color: #333333;
	font-size: 10px;
	text-align: right;
}

div#footer address {
	color: #FFFFFF;
}
