body {  
	margin:0px 0px 0px 0px;
	font-family : "Trebuchet MS", Tahoma, Helvetica, osaka, sans-serif;
	background-image:url(http://nms.musick.jp/img/bg_2ch.gif);
	text-align: center;
}


A             	{ color: #009; font-family: verdana, arial, sans-serif; text-decoration: underline;} 
A:link		{ color: #009; text-decoration: underline; } 
A:visited	{ color: #009; text-decoration: underline; } 
A:active	{ color: #099;  } 
A:hover		{ color: #f30;  } 


#container {
	margin-left: auto;
	margin-right: auto;
	width: 770px; /* ブログ全体の横幅を指定する */
	text-align: left;
	background-image:url(http://maekin.cool.ne.jp/nms/img/bg.png);
	padding: 0px 0px 0px 0px;
	border-top: 5px #FF9F24 solid;
	border-bottom: 5px #FF9F24 solid;
}

#header {
	width:100%;
	text-align: center;
	padding: 10px 0px 10px 0px;
	border-bottom: 0px #000000 solid;
}




#left {
	float: left;
	overflow: hidden;
	width: 270px; /* 左サイドバーの横幅 */
	text-align:center;
	padding;30px 10px 10px 10px;
	font-size: x-small;
	color:#005014;
}
#left a {text-decoration: none}
#left a:visited {text-decoration: none}
#left a:hover	 {text-decoration: none}

#center {
	margin-left: auto;
	margin-right: auto;
	float: left;
	overflow: hidden;
	padding-top: 0px;
	padding-left:0px;
	color:#333;
	width: 470px; /* 本文部分の横幅 */
}

#right{
	float: left;
	overflow: hidden;
	width: 0px; /* 右サイドバーの横幅 */
	
}

#footer {
	clear:both;
	width:100%;
	text-align:center;
}


.text{
	font-size: small;
	padding:10px;
	text-align:left;
	line-height:150%;
}







