@charset "shift_jis";

/* =======================================

	redirect CSS

========================================== */

html,body {
	background: #FFFFFF;
}

#header{
	background: #FFFFFF;
	width: 100%;
	height: 60px;
	margin: 0;
	border-bottom: solid 2px #ff6600;
	padding: 5px 0 6px 0;
}

h2 {
float: left;
width: 205px;
margin: 0;
}

#contents {
text-align: center;
margin: 20px auto;
width: 600px;
padding-bottom: 100px;

}

#contents h1 {
font-size: 16px;
line-height: 25px;

}

#contents p {
font-size: 12px;
color: #333333;
line-height: 16px;
text-align: center;
}

#footer {
border-top: solid 1px #666666;
}

#footer p {
font-size: 10px;
color: #666666;
text-align: center;
margin: 0 auto;
padding: 10px;
}


