@charset "Shift_JIS";
/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0 10 0 10px;
  color: #333333;
  background: #F9F6F6 url(../images/bodyleft.gif) repeat-y;
}

#wrapper {
  width: 800px;
  border-top: 10px solid #990000;
  padding: 0px;
  margin:0 auto 0 auto;
  color: #333333;
  background: #ffffff;
}


/* リンク
---------------------------------------------------- */
a:link {
  color: #996666;
  background: transparent;
  text-decoration: none;
}
a:visited {
  color: #996666;
  background: transparent;
  text-decoration: none;
}
a:hover, a:active {
  color: #990000;
  background: transparent;
}

/* ヘッダ
---------------------------------------------------- */
#header #logo {
  position: absolute;
  top: 10px;
}




/* main
----------------------------------------------------------- */

.main
	{
	background-color: #FFFFFF;
	float:left;
	width:800px;
	}
	.main_cont
	{
	float:right;
	width:310px;
	height: auto;
 	 padding: 15 15 15 15px;
	}
	.main_left
	{
	float:left;
	width:460px;
	height: auto;
 	 padding: 10 10 10 10px;
	}
	.main_foot
	{
	clear:left;
	width:800px;
	height: auto;
	}
.clears{
  clear:both;
}

/* フッタ
---------------------------------------------------- */
#footer {
  clear: both;
}
#footer ul {
  margin: 0;
  padding: 10px 10px;
  list-style: none;
  text-align: right;
  font-size: xx-small;
}
#footer p {
  margin: 0;
  padding: 1em 10px;
  text-align: right;
  text-transform: uppercase;
  font-size: x-small;
  color: #ffffff;
  background: #660000;
}
	








.text1015{
        font-size:10px;color:#333333;lineheght:15;
}
