@charset "Shift_JIS";




/*基本指定-------------------------------------*/

*{
	margin:0;
	padding:0;
	font:normal normal normal 14px/1.4 "ＭＳ Ｐゴシック","Osaka",sans-serif;
	border:none;
	list-style:none;
}

A:link { color: red; }



/*基本レイアウト指定-------------------------------------*/

html,body {
	margin:0;
	padding:0;
	background:#ffffff;
	width :100%;/* for the benefit of IE */
}

#wrapper {
	width:720px;
	margin:0 auto;
}

#all{
	width:720px;
}

#header{
	width:720px;
	height:600px;
}




/*各種制御-------------------------------------*/

.spacer {margin:10px;}

.spacermini {margin:5px;}


.none {
	display:none ;
	width: 0px ;
	height: 0px ;
	overflow: hidden ;
	position: absolute; /* for the benefit of IE5 Mac */
}
