@charset "utf-8";

/*-----------------------------
    - 印刷用
-----------------------------*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",monospace;
	color:#333;
	font-size: 12px;
	line-height: 170%;
	text-align:center;


}

#print_change{
	clear: both;
	page-break-before: always;

}
/*　印刷用 */
#wrapper{
	clear : left;
	width: 600px;
	padding: 0;
	margin: 0 auto;
	text-align:left;
        background-color:#094f0d;
	border-top:1px solid #fff;
}

#maincontent {
        float: left;
	width: 599px;
        background-color:#fff;
	border-bottom:1px solid #094f0d;

}

/* 基本非表示部分 */

#wrapper_head {
	display: none;
}

#news {
	display: none;

}

#wrapper_footer {
	display: none;

}