/* ------- ■全体設定------- */
* {
	margin: 0;
	
}
/* ------- ■リンクの色 ------- */
a:link {text-decoration: underline;}
a:visited {color: #9966cc; text-decoration: underline;}
a:hover {color: #9966cc; text-decoration: none;}

/* ------- ■全体のくくり------- */
#all { 
	PADDING: 15px; 
	margin: 0px;
	MARGIN-LEFT: auto; 
	MARGIN-RIGHT: auto; 
	background-color: #663300;
　　　text-align: center;
	font-size: 15px;


}

/* ------- ■Hタグ------- */
h1, h2, h3, h4,{
font-size: 100%;
font-weight: bold;
line-height:1em;
margin: 10,0,10,0;
font-family: "Maiandra GD", "Verdana", "ＭＳ ゴシック", "Osaka";
}


