/* CSS Document */

html,body {
margin: 0;
padding: 0;
}

body {
    color: #999999;
    font-size: small;
    font-family: "ＭＳ Ｐゴシック";
    background: #2A2D38;
}

p {
	text-indent: 1em;
	line-height: 1;
}
textarea {
    font-family: "ＭＳ Ｐゴシック";
}

#container {
        margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
        width: 800px;
        background-image: url(img/bg.gif);
}

#head {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
    font-size: small;
	color:#333333;
        background-image: url(img/topillust.jpg);
		background-repeat:no-repeat;
		background-position:top;
        height: 320px;
}

#center {
	border: none;
       
}

#main {
        background-image: url(psp_03.jpg);
	background-repeat: no-repeat;
	background-position: center;
    font-size: small;
        height: auto;
        padding-top: 20px;
		padding-bottom:20px;
		padding-left:20px;
		padding-right:20px;
}

#main a {
    color: #8890AE;
	text-decoration:none;
}

#main a:hover {
    color: #FFFFFF;
	text-decoration:none;
}

#menu {
	background-color: #1A1A1A;
	text-align: left;
	color: #8890AE;
	font-size:12px;
}

#menu a { 
    color: #8890AE;
	text-decoration:none;
}

#menu a:hover{
    color: #FFFFFF;
	text-decoration:none;
}


#enter{
	height: 50px;
	text-align:center;
}

#counter{
	font-size: 12px;
	text-align: center;
	height: 50px;
　　　　
}

#footer{
    font-size: small;
	text-align: center;
	height: 40px;
	padding-top: 10px;
        width: 800px;
        background-color: #1A1A1A;
}


/* end of stylesheet */

