@charset  "utf-8";

/*+++++++++++++++++++++++++++++++++++++++++++ header */
#header{
	width:780px;
	height:120px;
	margin:0 auto;
	position: relative;
}
#header img{
	vertical-align:bottom;
}
#header #logo{
	width:227px;
	height:46px;
	float:left;
}
#headerNavi1,
#headerNavi2{
	float:right;
	font-size:10px;
}
#headerNavi1 li,
#headerNavi2 li{
	list-style:none;
	float:left;
}
#headerNavi2{
	clear:right;
	width:340px;
	height:26px;
}
#searchBlock{
	line-height:1.2;
	color:#666666;
	float:left;
	padding:13px 0 0 10px;
	font-size:10px;
}
#searchBlock .name{
	width:145px;
	height:14px;
	float:left;
	margin:0 2px 0 0;
	padding:2px;
	background-color:#F5F5F5;
	border:1px solid #CCCCCC;
}
#searchBlock .searchBtn{
	display:block;
	background-image:url(/common/images/headerBtn_search.gif);
	width:45px;
	height:20px;
	border:none;
	margin:0;
	padding:0 0 0 46px;
	background-color:transparent;
	border:none;
}

/*+++++++++++++++++++++++++++++++++++++++++++ globalMenu */
#globalMenu{
	clear:both;
	width:780px;
	height:36px;
	font-size:10px;
}
#globalMenu li{
	float:left;
	list-style:none;
}

/*+++++++++++++++++++++++++++++++++++++++++++ スライダー */
#sliderBG {
	width:30px;
	height:139px;
	position:absolute;
	top:130px;
	left:790px;
	background-image: url(../images/sliderBg.gif);
	background-repeat: no-repeat;
}
#sliderThumb {
	line-height: 14px;
	font-size: 14px;
	width: 20px;
	height: 20px;
	position: absolute;
	top:24px;
	left:5px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ ナビゲーション一覧 */
#naviPanel{
	display:none;
	position:absolute;
	top:0;
	left:0px;
	width:780px;
	padding-bottom:5px;
	background-image:url(/common/images/naviPanelBg_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	z-index:1000;
}
#naviPanelCloseBtn{
	height:51px;
	text-align:right;
	padding-right:68px;
}
#naviPanelHeader{
	padding-top:45px;
	background-image:url(/common/images/naviPanelBg_header.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#naviPanelBody{
	border-left:2px solid #4BA0F5;
	border-right:2px solid #4BA0F5;
	background-color:#FFFFFF;
	padding-left:10px;
}
#naviPanel .itemBlock{
	width:145px;
	float:left;
	margin-left:5px;
	padding:0 0 10px 0;
}
#naviPanel .itemBlock h2 {
	margin:0;
	padding:0 0 3px 20px;
	font-weight:normal;
	line-height:1.1;
	background-image:url(/common/images/naviPanel_h2.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#naviPanel .itemBlock ul {
	padding-left:10px;
	padding-bottom:20px;
}
#naviPanel .itemBlock ul li{
	font-size:75%;
	line-height:1.2;
	list-style:none;
	background-image:url(/common/images/naviPanelListIcon.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding:2px 0 2px 8px;
}

/*For IE6*/
*html #naviPanel .itemBlock ul li img {
	vertical-align:baseline;
}
/*For IE7*/
*:first-child+html #naviPanel .itemBlock ul li img {
	vertical-align:baseline;
}

