@charset "utf-8";
/*
--------------------------------------------------
	Sub Window Styles
	Version: 2008
-------------------------------------------------- */
/*	Imported Base Style
-------------------------------------------------- */
@import "reset.css";
@import "fonts.css";
@import "clearfix.css";

html { background: #fff;}
body {
	font-family:
		Verdana,
		Arial,
		Helvetica,
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		Osaka,
		"メイリオ",
		Meiryo,
		"ＭＳ Ｐゴシック",
		sans-serif;
	color: #333;
	margin: 10px;
	}
a { color: #BA5A08; text-decoration: underline;}
a:hover { color: #BA5A08; text-decoration: none;}

p { font-size: 93%; line-height: 1.3; margin: 10px 0;}
@media screen {
	#controller { text-align: center;}
	#controller a { margin-left: 5px;}
	#controller a#contl-print { padding-left: 15px; background: url(../img/common/arrow_print.gif) no-repeat 0 1px;}
	#controller a#contl-close { padding-left: 15px; background: url(../img/common/arrow_close.gif) no-repeat 0 1px;}
}
