/* CSS Document */


/*基本----------------------*/
body{
 height:600px;
 width:900px;
 background-color:#000000;
 color: #FFFFFF;
}

a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

p {
 margin: 0;
}



/*フラッシュ----------------------*/
#main{
margin:0px 100px 30px 200px;
}

/*サイトマップ----------------------*/
#saito{
margin:10px 0 0 0;
font-size: 18px;
text-align: right;
}

/*問い合わせ----------------------*/


/*著作権----------------------*/
#footer{
margin:0;
text-align: right;
}

.info {
font-size: 18px;
font-weight: bold;
}