@charset "UTF-8";

/*------------------------------------------------------------
	Cascading Style Sheets, Level 2
	Copyright 2007 BEETRAIN Production Incorporated.
	Written by Masayuki Kurosawa (System Management Division)
	Created: 20070210 / Modified: 20080405
------------------------------------------------------------*/

/*------------------------------------------------------------
	Global Styles
------------------------------------------------------------*/
#global_wrapper {
	background-image:  none;
}
/*------------------------------------------------------------
	Local Minimum Height Styles
------------------------------------------------------------*/

#local_height {
	width: 760px;
	position: relative;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	line-height: 120%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ ゴシック', Arial, sans-serif;
	font-size: 8pt;
}
#local_height h1 {
	font-size: 12pt;
	font-weight: bold;
}
#local_height ul {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	list-style: none;
}
#local_height li {
	padding-left: 10px;
	padding-bottom: 6px;
	background-image: url(/layout/background_menu_list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
/*------------------------------------------------------------
	END
------------------------------------------------------------*/