/*初期化*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #EED;
	background-image: url(general_item/bg_kumo.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
h1, h2, h3, h4, h5, h6, p, div{
	margin: 0px;
	padding: 0px;
}

/*すべてにフォント設定*/
* {
	font-family: "Osaka", "ＭＳ ゴシック", "Trebuchet MS", "Arial", "Helvetica";
	/*font-size: 12px;*/
}

/*基本リンク設定*/
a {
	color: #03C;
	text-decoration: underline;
}
a:hover {
	color: #F30;
	text-decoration: none;
}

/*メニュー部とコンテンツのマージン設定*/
div#contents {
	margin-top: 40px;
}
