/* Basic Setting */

body {
	background: #fff url(../img/common/main_back_line.png) repeat-y 990px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	font-size: 82%;
}

a, a:link, a:visited {
	color: #00C;
	text-decoration: none;
}
a:hover {
	color: #F30;
}
p {
	margin-top:7px;
	line-height: 160%;
}

#wrapper {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

#header {

}


#contents {
	width:900px;
	margin-top: 50px;
	padding-bottom:120px;
}

#contents h1{
	font-size:18px;
	padding-bottom: 2px;
	border-bottom: #BC8A1E solid 2px;
}

#contents .notice{
	margin-top: 70px;
	padding: 0 16px;
}

#footer {
	width:900px;
	border-top: #BC8A1E solid 2px;
}

#footer-copy {
	margin-top: 10px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;

}

