@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
p{
	line-height:1.6em;
	margin:1em 0;
}
.clear_both{
	clear:both;
}
.display_none{
	display:none;
}
.center_box1{
	width:100%;
	text-align:center;
}
.center_box1{
	width:850px;
	text-align:left;
	margin:0 auto;
}

.block_top{
	/*background:url(imgs/block_top.gif) no-repeat;*/
	width:850px;
	height:23px;	
}
.block_body{
	/*background:url(imgs/block_body.gif) repeat-y;*/
	width:850px;
}
.block_bottom{
	/*background:url(imgs/block_bottom.gif) no-repeat;*/
	width:850px;
	height:23px;	
}

.footer{
	font-size:12px;
	/*color:#CCCCCC;*/
	color:#666666;
	margin:1em;
}

.cmyk{
	background:url(imgs/cmyk.gif) right no-repeat;
	width:100%;
	height:6px;
}

