      @charset "shift_jis";

/*
メインコンテンツ設定
------Coding Rule------
	clear:
	display: float: position:
	width: height:
	padding: margin:
	text-align: vertical-align: text-decoration:
	color:
	list-style: type, image, position;
	font: style, variant, weight, size/line-height, family;
	backgroud: color, url, position x-y, repeat;
	border: weight, line, color;
-----------------------
*/
/*「ページのトップへ」のスタイルはfooter.cssで設定*/
body	{ padding: 0; margin: 0; text-align: center; font-size: medium; }
div#contents {
	width: 600px; height: 450px;
	padding: 10px; margin: 10px auto 0;
	color: #000;
	text-align: left;
	background: #fff url("../img/general_items/swfshadow.gif") 50% 50% no-repeat;
	}