@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

a:{text-decoration: underline;}
a:link { color: #ff3358; }
a:visited { color: #ff3358; }
a:active { color: #cc3300; }
a:hover { color: #cc3300; }

body {
	color: #333333;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",sans-serif;
	line-height: 24px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

ul {
list-style-type: none;
margin: 7px 0; 
}


img {
	border: 0px;
}



/*ページ全体の幅*/
#container {
margin:0px auto;
width:875px;
text-align:left;
border:solid 0px #eeeeee;
}


/*ヘッダー*/
.header {
width:875px;
margin: 0px 0px 20px 0px;
border:solid 0px #eeeeee;
}


/*フッター*/
.footer {
clear:left;
margin: 0px 0px 40px 0px;
color: #666666;
font-size: 10px;
}

/*　画面左左側メニューの幅　*/
.sidetitle {
width:51px;
height:700px;
margin: 0px 0px 0px 34px;
border:solid 0px #eeeeee;
border-left:dotted 0px #999999;
}
.top_text { color: #ffffcf; font-size: 10px; line-height: 160% }

