@charset "Shift-JIS";

	a:link { color: #444; text-decoration: none;}
	a:visited { color: #444; text-decoration : none }
	a:active { color: #444; text-decoration: underline; }
	a:hover { text-decoration: underline; color: #ff2222; }

H1{
  font-size : 12px;
  padding-top : 7px;
  padding-left : 15px;
  padding-bottom : 0px;
  font-weight: normal;
  color : #fff;
}

H2 {
  font-size : 12px;
  font-weight: normal;
  color : #333;

}

body {	 
	background:#e4e3de;
	background-image:url(../img/bg_base.gif);
	background-repeat:repeat;
	margin:0;
	padding:0;
}

table,td {
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	margin:0;
	border:0;
}

img {
	border:0;
}

div.base {
	text-align:-moz-center;
	text-align:center;
	width:100%;
}

div.contents {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #6e2b00;
	background-color:#ffedb7;
}
