@charset "shift_jis";
/* Zen */

/*基本設定*/
body {
	font-size: 95%;
	line-height: 140%;
	color: #000000;
	background-color: #778899;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,p {
	margin: 0px;
	padding: 0px;
}

/* HR */
HR {
  color: #696969; /* 線の色(IE用) */
  background-color: #696969; /* 線の色(NN用) */
  border: 0px; /* 枠の太さ */
}

/*レイアウト*/
#container {
	position: relative;
	text-align: center;
	margin: 30px auto;
	padding: 0px;
	width: 500px;
}

/*ヘッダー*/

#header {
	width: 500px;
	height: 101px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.offLeft { 
	position: absolute;
	width: 100px;
	left: -999px;
}
.indexLink {
	position: absolute;
	width: 462px;
	height: 49px;
	left: 19px;
	top: 27px;
}

/*内容部分*/
.add {
	margin: 32px auto;
	padding: 0px;
	width: 300px;
	text-align: left;
}

.add dt {
	font-weight: bold;
	letter-spacing: 0.1em;
}
.add dd {
	color: #996600;
}
/*フッター*/
#footer {
	clear: both;
	width: 500px;
	margin: 0px auto;
	padding: 10px 0px;
	border-top: solid 1px #FFC329;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 88%;
}

/*リンク設定*/
a {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	color: #FF8C00;
}
a:active {
	color: #9AFFA0;
}


/*見栄え*/
.none { display: none;}
.clear { clear: both;}
.indent { text-indent: 1em;}
