
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 120px; /* .push must be the same height as .footer */
}


a{/*リンクされた文字*/
    color:#B83900;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#B83900;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#B83900;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#ffffff;
    text-decoration:underline;
}


.style1 {
	font-size: 0.8em;
	color: #DDCBC0;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "小塚ゴシック Pro B", sans-serif;
	line-height: 160%;}

.b {
	font-size: 12px;
	font-weight: bold;}

.s {font-size: 0.7em;}


td img {display: block;}

table.big {
   border-collapse: collapse;
   width:750px;
   }


ul.button02a {
	width: 120px;/*↓の幅+15px*/
	margin: 5px 10px;
	padding: 0;
	font-size: 10px;/*フォントサイズ*/
	font-family: Verdana,Arial,sans-serif;
}
.button02a li {
	list-style: none;
	margin: 0.5em 0;/*メニュー間の間隔*/
	padding: 0;
}
.button02a li a {
	display: block;
	width: 105px;/*リンクの幅*/
	margin: 0 0 0 0;
	padding: 2px 0 3px 3px;
	border-left: solid 7px #1F0000;/*左側の着色部分*/
	color: #FFFFFF;/*文字色*/
	background-color: #1F0000;
	text-decoration: none;
}

.button02a a:hover{
	border-color: #FFFFFF;
}

.button02a a:active{
	color: #990000;/*文字色*/
	border-color: #990000;
}
