*{
zoom:1;
}
html{
	overflow-y:scroll; /* Firefoxで常にスクロールバーを表示させる */
}
body{
	background:url(../index_parts/back20090211.jpg);
	font:12px/1.045 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	/*font:0.75em/1.045 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;*/
	text-align:center; /* IE6対策 */
}
/* 149 + 500 + 160 = 809 */
/* 12.4 + 41.7 + 13.3 = 67.4 ; 1em=12px, 809/12=67.416666 */
a:hover{
	background:yellow;
}
#pagetop{
	width:67.4em; 
	margin-left:auto;
	margin-right:auto;
	border:1px solid;
	background:white;
}
#header{
	width:67.4em;
	height:5em; /* =60px */
	background:url(../index_parts/header_back.jpg) no-repeat left top;
}
#site-id{
	display:inline; /* IE6対策 */
	float:left;
	width:12.4em;
}
#page-title{
	display:inline; /* IE6対策 */
	position:relative;
	left:0.9em;
	top:0.6em;
	float:left;
	color:black;
	text-align:left;
}
#page-title h1{
	width:14.4em; /* 19.8 * 2.9 = 41.7 */
	color:white;
	font-size:2.9em;
}
#pre-navi{
	display:inline; /* IE6対策 */
	position:relative;
	top:0.3em;
	float:left;
	width:12.5em;
	text-align:right;
}
#pre-navi li{
	display:inline;
	padding-left:0.5em;
}
#border-top{
	width:67.4em;
	height:1em;
}
#pan-navi{
	padding-left:2em;
	text-align:left;
}
#pan-navi li{
	display:inline;
	padding-right:0.5em;
}
#pan-navi li.level2,
#pan-navi li.level3{
	padding-left:1.5em;
	background:url(./index_parts/li_arrow.jpg) no-repeat;
}
#bunrui-tag{
	width:67.4em;
	height:27px;
}
#bunrui-list{
	padding-left:0.5em;
	font-size:0.99em;
	text-align:left;
}
#bunrui-list li{
	display:block;
	float:left;
	width:149px;
	height:27px;
	text-align:center;
	line-height:2.25;
}
#bunrui-list li.level1{
	background:url(../index_parts/tab_on.jpg) no-repeat;
}
#bunrui-list li.level2{
	background:url(../index_parts/tab_off.jpg) no-repeat;
}
#left{
	float:left;
	width:12.4em;
	background:#ddeeff;
	text-align:left;
}
#main-content{
	float:left;
/*	width:41.7em;*/
/*	width:54.9em;*/
	width:658px;
	text-align:left;
}
#right{
	float:left;
	width:13.2em;
	background:#ddffcc;
	text-align:left;
}
#border-bottom{
	width:67.4em;
	height:0.58em;
}
#footer{
	width:61em; /* 67.4/0.9=74.8 74.8-13.8=61 */
	padding-top:2px;
	padding-left:13.8em; /* 12.4/0.9=13.8 */
	color:gray;
	font-size:0.9em;
	text-align:left;
}




