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

body{
	height:100%;
	background-color:#000;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#cont1{
	width:320px;
}
#cont1 #navi ul {
	margin: 0px;
	list-style-type: none;
	width: 320px;
	padding: 0px;
}
#cont1 #navi ul li {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	height: 36px;
	width: 102px;
	margin: 3px 0px 3px 4px;
	float: left;
	display: block;
	background-image: url(img/bg_btn.png);
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: lighter;
}
#cont1 #navi ul li a {
	color: #FFF;
	text-decoration: none;
	text-align:center;
	margin:9px auto;
	display:block;
	font-size: 12px;
}
#cont1 #navi ul li a:hover {
	color:#999;
	font-weight:bold;
}
#cont1 #navi ul li a:visited {
	color: #FFF;
}
#cont1 #navi ul li span {
	color: #666;
	text-decoration: none;
	text-align:center;
	margin:9px auto;
	display:block;
	font-size: 12px;
}
#cont1 #navi {
}
#cont1 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 320px;
}
#cont1 #twitter_btn {
	width: 320px;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	font-size: 12px;
	color: #999;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
