/*ページの基本デザイン用css*/

body {
	font-family: "メイリオ",Meiryo,"ＭＳ　Ｐゴシック", Osaka-等幅, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: left;
	line-height: 130%;	
}

a{
	color: #663300;
	text-decoration: none;
}
