@charset "shift-jis";

/*================初期化======================*/
*{
	margin: 0;
	padding: 0;
	font-family:"メイリオ", "MS UI Gothic", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
 font-weight : normal;
 font-style : normal;
 font-size: 10pt;
 line-height: 140%;
background-color:#FAF8F4;
 padding: 10px;
 text-decoration : none;
}

img {
 border: none;
}

div#header {
	width: 870px;

}

div#container {
	position: relative;
	width: 870px;
	padding: 10px 10px;
}

div#contents {

	width: 500px;
	padding-top: 1em;
	margin-top: 10px;
	margin-left: 370px;
	margin-right: 380px;
}

div#side0 {
	width: 280px;
	position: absolute;
	left: 20px;
}

div#side1 {
	width: 170px;
	position: absolute;
	left: 20px;
}


div#side2 {


	width: 500px;
	padding-top: 1em;
	margin-left: 170px;
	/* right: 0; */
}

#footer {
	clear : both;
	/* position: auto; */
	text-align : right;
	font-size: 96%;
	padding : 5px;
	margin-left : 0em;
	background-color: #f0f0f0;
	border-top: solid 2px teal;
}
