@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}


#main{
	background-color:#FFF;
	border-radius:10px;        /* CSS3草案 */
	-webkit-border-radius:10px;    /* Safari,Google Chrome用 */
	-moz-border-radius:10px;   /* Firefox用 */
	width:1080px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#header{
	width:980px;
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

img{
	border:none;
}

#main #privacy {
	width: 980px;
	background-color: #FFF;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}

#main #privacy h2 {
	color:#666;
	text-align: left;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-size: 28px;
}

#main #privacy h3 {
	text-align: left;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-size: 25px;
	color: #666;
	margin-bottom: 10px;
	margin-top: 50px;
}


#main #privacy p {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}

#main #privacy ul li {
	font-size: 18px;
	line-height: 26px;
	list-style-position: inside;
	list-style-type: circle;
}

#main #privacy p a {
	color: #00F;
	font-weight: bold;
}

#main #privacy p a:visited {
	color:#60F;
	font-weight: bold;
}


#main #privacy p a:hover {
	color: #F06;
	font-weight: bold;
	text-decoration: none;
}

#main #privacy hr {
	color:#D9D9D9;
	width: 900px;
	text-align: left;
	margin-left: 30px;
}

#main #footer ul li:first-child{
	border-left:none;
}

#main #footer ul{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#main #footer ul li {
	float: left;
	list-style-type: none;
	border-left-style: solid;
	border-left-color: #CCC;
	border-left-width: 1px;
	margin-bottom:8px;
	margin-left: 20px;
	padding-left: 20px;
}

#main #footer ul li a {
	color:#FFF;
}

#main #footer ul li a:hover {
	color:#FFF902;
}


hr{
	color:#FFFFFF;
	clear:both;
	width: 940px;
}


#footer {
	height: 70px;
	width: 1080px;
	font-size: 12px;
	text-align: center;
	margin-top: 150px;
	background-color: #666;
	color: #FFF;
	padding-top: 5px;
	border-radius:0px 0px 10px 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
