@charset "utf-8";

/**
 * プリント用 CSS(print.css)
 *
 * プリント用CSSです。
 * 編集不可。
 *
 * @author ヤマゼンWEBチーム
 * @copyright Yamazen Communications Co.,Ltd.
 * @media print
 * @since 2008-09-18
 * @lastmodified 2008-09-18
 * @version おがわ
 */

/**
 * ヘッダー横幅調整（IE）用 CSS
 *
 * ヘッダー横幅調整用のCSSです。
 *
 * @section HeaderCSS
 * @lastmodified 2008-09-18
 * @version おがわ
 */
div#header dl#global-menu dd ul li {
	width:189px;
	float:left;
	height:32px;
}
div#header dl#global-menu dd ul li a {
	display:block;
	width:189px;
	height:32px;
}
div#header dl#text-size {
	width:210px;
	float:right;
	text-align:right;
}

