@charset "Shift_JIS";

/*[基本設定]---------------------------------------------*/
body {
	color: #003;
	background-color: #eee;
	font-size: 92%;
	margin: 0; padding: 0;
	line-height: 130%;
	text-align: center;
}
img {
	border-style: none;
}
p {
	margin: 10px;
}
ul {
	margin-top: 5px;
}
/*リンク関係*/
a:link, a:visited {
	color: #006;
}
a:hover, a:active {
	color: #f80;
}
/*表関係*/
table{
	margin: 5px 10px;
	border: solid 1px #999;
	border-collapse: collapse;
	border-spacing: 0px;
}
tbody {
	font-size: 92%;
	line-height: 105%;
}
th {
	font-weight: normal;
	border: solid 1px #999;
}
td {
	border: solid 1px #999;
}

/*[メイン]-----------------------------------------------*/
#contents {
	background-color: #f6f6f6;
	background-image: url("../img/bar_light.png");
	background-repeat: repeat-x;
	border: solid 1px #ccc;
	width: 800px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
}
#header {
	background-image: url("../img/bar_dark.png");
	background-repeat: repeat-x;
	margin: 0;
	padding-right: 5px;
	position: absolute;
	top: 1px;
}
#navi {/*パンくず*/
	font-weight: normal;
	font-size: 84%;
	text-align: right;
	margin: 0; padding-top: 5px;
}
/*[フッター]---------------------------------------------*/
#move {
	text-align: center;
	padding: 10px 0 5px;
	clear: both;
}
address {/*著作権*/
	font-size: smaller;
	font-style: normal;
	color: #000;
	text-align: right;
	margin: 0; padding: 0;
	clear: both;
}
.cansel {
	position: absolute;
	left: -999px;
	width:990px;
}
/*見出し*/
h1 {
	color: #000; background-color: #eee;
	font-size: 150%;
	font-weight: bold;
	margin: 5px 5px 0;
	padding: 2px 5px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-left: solid 6px #f33;
}
h2 {
	color: #000; background-color: #eee;
	font-size: 115%;
	font-weight: normal;
	margin: 20px 5px 0;
	padding: 2px 5px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-left: solid 5px #666;
}
h3 {
	color: #000; background-color: #eee;
	font-size: 100%;
	font-weight: normal;
	margin: 15px 5px 0;
	padding: 2px 5px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-left: solid 4px #ccc;
}
