@charset "shift_jis";

html {
	height: auto !important;
}

#header {
	margin-bottom: -4px;
}

#header_main {
	margin-bottom: -4px;
}

.copyright {
	text-align: center;
	margin-bottom: 20px;
}

/*-----------------------------------
cookie
-----------------------------------*/
#cookieBox {
	width: 300px;
	margin: 20px auto 20px auto;
	color: #FFF;
	padding:5px;
	border: 3px double #febf00;
	text-align:center;
}
#cookieBox table {
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;	
}
#cookieBox td {
	width: 7em;
	line-height: 1.4em;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#cookieBox a:link{
 color:#FF9900;
 text_decoration: underline;
}
#cookieBox a:hover {
 color:#FF9900;
 text_decoration: none;
}
#cookieBox a:active{
 color:#FF9900;
 text_decoration: none;
}
#cookieBox a:visited{
	color:#FF9900;
	text_decoration: underline;
}
