@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;
	margin: 0px;
	padding: 0px;
}


#main{
	background-color:#FFF;　/*全体のボックス。*/
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	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;
}

#header2{
	width:980px;
	height:6px;
	background-color:#F00;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}

#TOP1{
	width:980px;
	height:459px;
	display:block;
	margin-right: auto;
	margin-left: auto;
}



#header3{
	width:980px;
	height:6px;
	background-color:#F00;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}



#navi{
	height:40px;
	margin-left:10px;
	margin-top: 10px;
}


#navi ul li{
	float:left;
}

#navi ul{
	margin-top:-15px;
	list-style-type:none;
}



#main  #greetBox {
	width:980px;　　/*挨拶ボックス、FB紹介ボックスを囲む。*/
	margin-right:50px;
	margin-left:50px;
}



#main  #greeting {　　/*最初の挨拶ボックスを左に寄せる。*/
	float:left;
	width:650px;
}



#main #greeting h2 {
	font-weight: bold;
	color: #FF450F;
	font-size: 30px;
	margin-top:50px;
	margin-left:30px;
}


#main #greeting p {
	font-size: 19px;
	color:#444444;
	margin-top: -10px;
	margin-left:30px;
	margin-bottom:40px;
	line-height: 30px;
}



#main #fb-page{
	width:300px;
	height:400px;
	float:right;　　/*FB紹介ボックスを右に寄せる。*/
	margin-top:50px;
	margin-bottom:100px;
}



#main #Comment h2 img {
	clear: both;
	margin-top: 70px;
	display: block;
	margin-left: 10px;
}


#main #Comment p {
	font-size: 19px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 30px;
	color:#444444;
	width: 930px;
}



#main #Comment p a {
	color:#03F;
	font-weight: bold;
}

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

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


#main #Comment {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


#main #many {
	text-align: center;
	display: block;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}


#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用 */
}
