@charset "euc-jp";

body {

	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 90%;
	line-height: 1.7;
	color: #111;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment:fixed;
}

/*コンテナ大-------------------*/
#container0 {background-color: #;
	width: 760px; height:px;
	margin: 0 auto;
/*
margin-top: 10px;
margin-left:15px;
float:left;
--*/
background-position:right;
	text-align: left;}



/*コンテナ左側(メイン)-------------------*/

#container {	background-color: #;
	width:550px; height:px;
background-image: url();
	background-repeat:repeat;
padding-top:0px; padding-left:0px; padding-right:0px;
	margin-top: 10px;
	text-align: left;

float:right;
}


/*コンテナ右側(メニュー)-------------------*/


#container_right {background-image: url();
background-color: #;
	background-repeat: repeat-y;
	background-position: left top;
	width: 180px; height:px;
padding-top:0px;
	margin-top: 0px; margin-left:0px; margin-right:15px;
	text-align: left;
        float:left;

}
/*フッター------------------------*/

#footer {margin: 0 auto;
padding-top:20px;
	text-align: right;
	clear: both;
	width: 760px;
        height: 30px;
	background-image: url();background-color: #;
        color:#ddd;
}

#footer p {padding-top:0px; font-size:12px;}


