@charset "shift_jis";






body {
	margin: 0px;
	padding: 0px;
	background-color: #282828;
}
body, h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
}/*margin paddingのクリア*/

#container {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}
#header {
	height: auto;
	width: auto;
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#header h1 {
	font-size: 36px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	letter-spacing: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#header h1 span {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin-right: 0px;
	display: block;
	line-height: 0em;
	letter-spacing: 9px;
	text-align: left;
	margin-left: 4px;
	padding-bottom: 12px;
	padding-top: 8px;
	font-weight: normal;
}

#navi {
	height: 20px;
	width: 650px;
	clear: both;
	background-color: #171717;
	margin-bottom: 20px;
}
#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navi ul li {
	float: left;
	width: 130px;
	text-align: center;
	color: #FFF;
}
#navi a {
	display: block;
	font-size: small;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
#navi a:hover {
	background-color: #FFF;
	color: #000;
	height: 20px;
}



#content {
	clear: both;
	color: #FFF;
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial;
	height: 500px;
}
/* CSS Document */

h1 {
	font-size: 36px;
	color: #FFF;
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial;
	margin: 5px;
}
h2 {
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial;
	font-size: 15px;
	color: #FFF;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	letter-spacing: 0.3em;
}
h3 {
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial;
	font-size: 14px;
	color: #FFF;
	margin-bottom: 12px;
	margin-left: 50px;
	letter-spacing: .2em;
	font-weight: normal;
}
h3 a {
	color: #B3B3FF;
	text-decoration: none;
}

p {
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif;

}
.comment {
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 20px;
	color: #FFF;
}
#footer_google {
	width: 650px;
	text-align: center;
	margin: 0px;
}


#footer {
	font-size: medium;
	color: #FFF;
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial;
	clear: both;
	margin-top: 25px;
}
#footer address a {
	color: #999;
}


address {
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial;
	font-style: normal;
	color: #EAEAEA;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}
.copyright {
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
