.clr
	{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/*===============================================
//galet collection

1）ヘッダ
2) メニュー
3) フッター
4) エントリーヘッダ
5) モバイルナビゲーション
6) ブランドインフォメーション
7) カテゴリートップ 
8) トップ・フォームナビ
9) ライトボックス 
10) 最新エントリー一覧

//===============================================*/

/*======　1）ヘッダ　=====*/


#header-navi
	{
	margin: 0;
	padding: 0;
	width: 960px;
	text-align: center;
	border-color: #996600;
	background-color: #F6F6FA;
	border: 0px #000 solid;
}

#header-navi h1,
#header-navi h1 a,
#header-navi h1 a:active,
#header-navi h1 a:visited,
#header-navi h1 a:hover
	{
	margin: 0;
	padding: 0;
	width: 88px;
	height: 55px;
	line-height: 55px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	background: url(./../img/logo.gif) no-repeat 0 0;
	}




/*======　2) メニュー　=====*/
#menu
	{
	margin: 0;
	padding: 0;
	float: right;
	width: 750px;
	height: 55px;
	text-align: left;
	}

#menu ul
	{
	margin: 0;
	padding: 0;
	width: 750px;
	height: 55px;
	list-style: none;
	}
	

#menu li
	{
	float: left;
	width: 100px;
	height: 55px;
	margin-right: 10px;
	}

#menu li a
	{
	width: 100px;
	height: 55px;
	text-indent: -9999px;
	display: block;
	}

#menu li#home,
#menu li#home a
	{
	background: url(./../img/menu_home.gif) no-repeat 0 0;
	}

#menu li#home a:hover
	{
	background: url(./../img/menu_home_over.gif) no-repeat 0 0;
	}

#menu li#about,
#menu li#about a,
#menu li#about a:active
	{
	background: url(./../img/menu_aboutus.gif) no-repeat 0 0;
	}
#menu li#about a:hover
	{
	background: url(./../img/menu_aboutus_over.gif) no-repeat 0 0;
	}
	
#menu li#information,
#menu li#information a,
#menu li#information a:active
	{
	background: url(./../img/menu_information.gif) no-repeat 0 0;
	}
#menu li#information a:hover
	{
	background: url(./../img/menu_information_over.gif) no-repeat 0 0;
	}
	
#menu li#collection,
#menu li#collection a,
#menu li#collection a:active,
#menu li#collection a:hover
	{
	background: url(./../img/menu_collection_over.gif) no-repeat 0 0;
	}
	
#menu li#lesson,
#menu li#lesson a,
#menu li#lesson a:active
	{
	background: url(./../img/menu_lesson.gif) no-repeat 0 0;
	}
#menu li#lesson a:hover
	{
	background: url(./../img/menu_lesson_over.gif) no-repeat 0 0;
	}
	
#menu li#contact,
#menu li#contact a,
#menu li#contact a:active
	{
	/*margin: 0;*/
	background: url(./../img/menu_contactus.gif) no-repeat 0 0;
	}
#menu li#contact a:hover
	{
	background: url(./../img/menu_contactus_over.gif) no-repeat 0 0;
	}

#header-navi #menu li#twitter,
#header-navi #menu li#twitter a,
#header-navi #menu li#twitter a:active
	{
	margin: 0;
	width: 90px;
	background: url(./../img/menu_twitter.gif) no-repeat 0 0;
	}
#header-navi #menu li#twitter a:hover
	{
	width: 90px;
	background: url(./../img/menu_twitter_over.gif) no-repeat 0 0;
	}


/*====== 3) フッター =====*/

#footer 
	{
	margin: 10px auto;
	padding: 0;
	position: relative;
	width: 960px;
	height: auto;
	background: #F6F6FA;
	}

#footer .topnavi
	{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right:0;
	width: 70px;
	height: 15px;
	}

#footer .topnavi .up,
#footer .topnavi .up a
	{
	margin: 0;
	padding: 0;
	width: 70px;
	height: 15px;
	line-height: 15px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	display:block;
	background: url(./../img/topnavi.gif) no-repeat 0 0;
	}

#footer .topnavi .up a:active,
#footer .topnavi .up a:hover
	{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	display:block;
	background: url(./../img/topnavi_over.gif) no-repeat 0 0;
	}



#footer #inner
	{
	margin: 10px auto;
	padding: 0;
	width: 960px;
	height: 70px;
	position: absolute;
	top: 15px;
	left:0;
	background: #F6F6FA;
	border-top: 1px solid #999;
	}

#footer #inner .footerlogo
	{
	margin: 10px 8px 0 5px;
	padding: 0;
	width: 84px;
	height: 48px;
	float: left;
	line-height: 48px;
	text-indent: -9999px;
	background: url(./../img/footer_logo.gif) no-repeat 0 0;
	}

#footer #inner .copyright
	{
	margin: 10px 0 0 5px;
	width: 500px;
	height: auto;
	float: left;
	text-align: left;
	color:#666;
	font-size: 10px;
	line-height: 160%;
	}

#footer #inner .link 
	{
	margin: 10px 0 0 5px;
	width: 280px;
	float: right;
	text-align: right;
	font-size: 10px;
	}
	
#footer #inner .link a 
	{
	color: #666;
	text-decoration: none;
	}
	
#footer #inner .link aactive,
#footer #inner .link avisited
	{
	color: #666;
	}

#footer #inner .link ahover
	{
	color: #ff1846;
	text-decoration: underline;
	}

/*====== 4) エントリーヘッダ =====*/

.entryheader
	{
	margin: 0px;
	padding: 5px  0;
	width: 620px;
	height: auto;
	border-top: 1px #99CCCC solid;
	}


.entryheader .entrydate
	{
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
	font-size: 10px;
	font-weight: bold;
	color: #99CCCC;
	text-align: left;
	border: 0px #36414d solid;
	}

.entryheader .entrycategory
	{
	margin: 0;
	padding: 0;
	float: right;
	width: 400px;
	font-size: 10px;
	font-weight: bold;
	color: #99CCCC;
	text-align: right;
	}

/*====== 5) モバイルナビゲーション =====*/

.mobilenavi
	{
	margin: 20px 0;
	padding: 0px;
	width: 160px;
	}
	
.mobilenavi .qr
	{
	margin: 0 0 10px 0;
	padding: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-indent: -9999px;
	background: url(./../img/qr.png) no-repeat 0 0;
	}

.mobilenavi .txt
	{
	margin: 0 0 8px 0;
	padding: 0;
	width: 142px;
	}

.mobilenavi .txt .navitxt
	{
	margin: 0;
	padding: 0;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
	background: url(./../img/mobilesite_navitxt.gif) no-repeat 0 0;
	}

.mobilenavi .txt .naviurl
	{
	margin: 5px 0 0 0;
	padding: 0;
	width: 142px;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
	background: url(./../img/mobilesite_url.gif) no-repeat 0 0;
	display: block;
	text-decoration: none;
	}

.mobilenavi .txt .naviurl a,
.mobilenavi .txt .naviurl a:active
	{
	width: 142px;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
	background: url(./../img/mobilesite_url.gif) no-repeat 0 0;
	display: block;
	text-decoration: none;
	}


.mobilenavi .txt .naviurl a:hover
	{
	background: url(./../img/mobilesite_url_over.gif) no-repeat 0 0;
	}


/*====== 6) ブランドインフォメーション =====*/

.item_philippe,
.item_jacquesfath,
.item_teikowakamiya,
.item_ikuo,
.item_minotaure,
.item_ayalabar,
.item_othersbrands,
.item_powerstone,
.item_bags,
.item_hats,
.item_corsage,
.item_readingglasses,
.item_room,
.item_others
	{
	margin: 0 0 30px 0;
	padding: 0;
	width: 690px;
	height: auto;
	background: url(./img/brandinfo_bg.jpg) repeat-y;
	}

.item_philippe .blandinfofooter,
.item_jacquesfath .blandinfofooter,
.item_teikowakamiya .blandinfofooter,
.item_ikuo .blandinfofooter,
.item_minotaure .blandinfofooter,
.item_ayalabar .blandinfofooter,
.item_othersbrands .blandinfofooter,
.item_powerstone .blandinfofooter,
.item_bags .blandinfofooter,
.item_hats .blandinfofooter,
.item_corsage .blandinfofooter,
.item_readingglasses .blandinfofooter,
.item_room .blandinfofooter,
.item_others .blandinfofooter
	{
	margin: 0 auto;
	padding: 0;
	width: 690px;
	height: 26px;
	line-height: 26px;
	}

.item_philippe .inner,
.item_jacquesfath .inner,
.item_teikowakamiya .inner,
.item_ikuo .inner,
.item_minotaure .inner,
.item_ayalabar .inner,
.item_othersbrands .inner,
.item_powerstone .inner,
.item_bags .inner,
.item_hats .inner,
.item_corsage .inner,
.item_readingglasses .inner,
.item_room .inner,
.item_others .inner
	{
	margin: 0 auto;
	padding: 0;
	width: 650px;
	height: auto;
	}

.item_philippe .inner .bland_ttl,
.item_jacquesfath .bland_ttl,
.item_teikowakamiya .bland_ttl,
.item_ikuo .bland_ttl,
.item_minotaure .bland_ttl,
.item_ayalabar .bland_ttl,
.item_othersbrands .bland_ttl,
.item_powerstone .bland_ttl,
.item_bags .bland_ttl,
.item_hats .bland_ttl,
.item_corsage .bland_ttl,
.item_readingglasses .bland_ttl,
.item_room .bland_ttl,
.item_others .bland_ttl
	{
	margin: 20px 0;
	padding: 0;
	width: 650px;
	height: 35px;
	line-height: 35px;
	text-indent: -9999px;
	}

.item_philippe .inner .bland_ttl
	{
	background: url(./img/item_philippe_ttl.jpg) no-repeat 0 0;
	}
.item_jacquesfath .bland_ttl
	{
	background: url(./img/item_jacquesfath_ttl.jpg) no-repeat 0 0;
	}
.item_teikowakamiya .bland_ttl
	{
	background: url(./img/item_teiko_ttl.jpg) no-repeat 0 0;
	}
.item_ikuo .bland_ttl
	{
	background: url(./img/item_ikuo_ttl.jpg) no-repeat 0 0;
	}
.item_minotaure .bland_ttl
	{
	background: url(./img/item_minotaure_ttl.jpg) no-repeat 0 0;
	}
.item_ayalabar .bland_ttl
	{
	background: url(./img/item_ayalabar_ttl.jpg) no-repeat 0 0;
	}
.item_othersbrands .bland_ttl
	{
	background: url(./img/item_othersbrands_ttl.jpg) no-repeat 0 0;
	}
.item_powerstone .bland_ttl
	{
	background: url(./img/item_powerstone_ttl.jpg) no-repeat 0 0;
	}
.item_bags .bland_ttl
	{
	background: url(./img/item_bags_ttl.jpg) no-repeat 0 0;
	}
.item_hats .bland_ttl
	{
	background: url(./img/item_hats_ttl.jpg) no-repeat 0 0;
	}
.item_corsage .bland_ttl
	{
	background: url(./img/item_corsage_ttl.jpg) no-repeat 0 0;
	}
.item_readingglasses .bland_ttl
	{
	background: url(./img/item_readingglasses_ttl.jpg) no-repeat 0 0;
	}
.item_room .bland_ttl
	{
	background: url(./img/item_room_ttl.jpg) no-repeat 0 0;
	}
.item_others .bland_ttl
	{
	background: url(./img/item_others_ttl.jpg) no-repeat 0 0;
	}

.item_philippe .inner .blandinfo,
.item_jacquesfath .inner .blandinfo,
.item_teikowakamiya .inner .blandinfo,
.item_ikuo .inner .blandinfo,
.item_minotaure .inner .blandinfo,
.item_ayalabar .inner .blandinfo,
.item_othersbrands .inner .blandinfo,
.item_powerstone .inner .blandinfo,
.item_bags .inner .blandinfo,
.item_hats .inner .blandinfo,
.item_corsage .inner .blandinfo,
.item_readingglasses .inner .blandinfo,
.item_room .inner .blandinfo,
.item_others .inner .blandinfo
	{
	margin: 0 0 10px 0;
	padding: 0;
	width: 650px;
	height: auto;
	}

.item_philippe .inner .blandinfo .leftpart,
.item_jacquesfath .inner .blandinfo .leftpart,
.item_teikowakamiya .inner .blandinfo .leftpart,
.item_ikuo .inner .blandinfo .leftpart,
.item_minotaure .inner .blandinfo .leftpart,
.item_ayalabar .inner .blandinfo .leftpart,
.item_othersbrands .inner .blandinfo .leftpart,
.item_powerstone .inner .blandinfo .leftpart,
.item_bags .inner .blandinfo .leftpart,
.item_hats .inner .blandinfo .leftpart,
.item_corsage .inner .blandinfo .leftpart,
.item_readingglasses .inner .blandinfo .leftpart,
.item_room .inner .blandinfo .leftpart,
.item_others .inner .blandinfo .leftpart
	{
	margin: 0;
	padding: 5px 0 0 4px;
	float: left;
	width: 200px;
	height: 241px;
	background: url(./img/ph_bg.jpg) no-repeat 0 0;
	}

.item_philippe .inner .blandinfo .rightpart,
.item_jacquesfath .inner .blandinfo .rightpart,
.item_teikowakamiya .inner .blandinfo .rightpart,
.item_ikuo .inner .blandinfo .rightpart,
.item_minotaure .inner .blandinfo .rightpart,
.item_ayalabar .inner .blandinfo .rightpart,
.item_othersbrands .inner .blandinfo .rightpart,
.item_powerstone .inner .blandinfo .rightpart,
.item_bags .inner .blandinfo .rightpart,
.item_hats .inner .blandinfo .rightpart,
.item_corsage .inner .blandinfo .rightpart,
.item_readingglasses .inner .blandinfo .rightpart,
.item_room .inner .blandinfo .rightpart,
.item_others .inner .blandinfo .rightpart
	{
	margin: 0;
	padding: 0;
	float: right;
	width: 430px;
	height: auto;
	}

.item_philippe .inner .blandinfo .rightpart .profilettl,
.item_jacquesfath .inner .blandinfo .rightpart .profilettl,
.item_teikowakamiya .inner .blandinfo .rightpart .profilettl,
.item_ikuo .inner .blandinfo .rightpart .profilettl,
.item_minotaure .inner .blandinfo .rightpart .profilettl,
.item_ayalabar .inner .blandinfo .rightpart .profilettl,
.item_othersbrands .inner .blandinfo .rightpart .profilettl,
.item_powerstone .inner .blandinfo .rightpart .profilettl,
.item_bags .inner .blandinfo .rightpart .profilettl,
.item_hats .inner .blandinfo .rightpart .profilettl,
.item_corsage .inner .blandinfo .rightpart .profilettl,
.item_readingglasses .inner .blandinfo .rightpart .profilettl,
.item_room .inner .blandinfo .rightpart .profilettl,
.item_others .inner .blandinfo .rightpart .profilettl
	{
	margin-bottom: 10px;
	padding: 0;
	width: 120px;
	height: 20px;
	}


.item_philippe .inner .blandinfo .rightpart .infotxt,
.item_jacquesfath .inner .blandinfo .rightpart .infotxt,
.item_teikowakamiya .inner .blandinfo .rightpart .infotxt,
.item_ikuo .inner .blandinfo .rightpart .infotxt,
.item_minotaure .inner .blandinfo .rightpart .infotxt,
.item_ayalabar .inner .blandinfo .rightpart .infotxt,
.item_othersbrands .inner .blandinfo .rightpart .infotxt,
.item_powerstone .inner .blandinfo .rightpart .infotxt,
.item_bags .inner .blandinfo .rightpart .infotxt,
.item_hats .inner .blandinfo .rightpart .infotxt,
.item_corsage .inner .blandinfo .rightpart .infotxt,
.item_readingglasses .inner .blandinfo .rightpart .infotxt,
.item_room .inner .blandinfo .rightpart .infotxt,
.item_others .inner .blandinfo .rightpart .infotxt
	{
	margin: 0;
	padding: 0;
	width: 430px;
	height: auto;
	}

.item_philippe .inner .blandinfo .rightpart .infotxt p,
.item_jacquesfath .inner .blandinfo .rightpart .infotxt p,
.item_teikowakamiya .inner .blandinfo .rightpart .infotxt p,
.item_ikuo .inner .blandinfo .rightpart .infotxt p,
.item_minotaure .inner .blandinfo .rightpart .infotxt p,
.item_ayalabar .inner .blandinfo .rightpart .infotxt p,
.item_othersbrands .inner .blandinfo .rightpart .infotxt p,
.item_powerstone .inner .blandinfo .rightpart .infotxt p,
.item_bags .inner .blandinfo .rightpart .infotxt p,
.item_hats .inner .blandinfo .rightpart .infotxt p,
.item_corsage .inner .blandinfo .rightpart .infotxt p,
.item_readingglasses .inner .blandinfo .rightpart .infotxt p,
.item_room .inner .blandinfo .rightpart .infotxt p,
.item_others .inner .blandinfo .rightpart .infotxt p
	{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Osaka,"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic 

Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	line-height: 180%;
	}

.item_philippe .inner .blandinfo .rightpart .infotxt .shop,
.item_jacquesfath .inner .blandinfo .rightpart .infotxt .shop,
.item_teikowakamiya .inner .blandinfo .rightpart .infotxt .shop,
.item_ikuo .inner .blandinfo .rightpart .infotxt .shop,
.item_minotaure .inner .blandinfo .rightpart .infotxt .shop,
.item_ayalabar .inner .blandinfo .rightpart .infotxt .shop,
.item_othersbrands .inner .blandinfo .rightpart .infotxt .shop,
.item_powerstone .inner .blandinfo .rightpart .infotxt .shop,
.item_bags .inner .blandinfo .rightpart .infotxt .shop,
.item_hats .inner .blandinfo .rightpart .infotxt .shop,
.item_corsage .inner .blandinfo .rightpart .infotxt .shop,
.item_readingglasses .inner .blandinfo .rightpart .infotxt .shop,
.item_room .inner .blandinfo .rightpart .infotxt .shop,
.item_others .inner .blandinfo .rightpart .infotxt .shop
	{
	margin-top: 10px;
	padding: 0;
	font-size: 10px;
	color: #666;
	}

.item_philippe .inner .blandinfo .rightpart .infotxt .shop span,
.item_jacquesfath .inner .blandinfo .rightpart .infotxt .shop span,
.item_teikowakamiya .inner .blandinfo .rightpart .infotxt .shop span,
.item_ikuo .inner .blandinfo .rightpart .infotxt .shop span,
.item_minotaure .inner .blandinfo .rightpart .infotxt .shop span,
.item_ayalabar .inner .blandinfo .rightpart .infotxt .shop span,
.item_othersbrands .inner .blandinfo .rightpart .infotxt .shop span,
.item_powerstone .inner .blandinfo .rightpart .infotxt .shop span,
.item_bags .inner .blandinfo .rightpart .infotxt .shop span,
.item_hats .inner .blandinfo .rightpart .infotxt .shop span,
.item_corsage .inner .blandinfo .rightpart .infotxt .shop span,
.item_readingglasses .inner .blandinfo .rightpart .infotxt .shop span,
.item_room .inner .blandinfo .rightpart .infotxt .shop span,
.item_others .inner .blandinfo .rightpart .infotxt .shop span
	{
	margin: 0px;
	padding: 1px 5px;
	color: #fff;
	background-color: #84ccc9;
	}

#otherph
	{
	margin: 15px 0 0 0;
	padding: 0;
	width: 430px;
	}

#otherph ul
	{
	margin: 0;
	padding: 0;
	width: 430px;
	height: 60px;
	list-style: none;
	}

#otherph li
	{
	float: left;
	margin-right: 7px;
	width: 60px;
	height: 60px;
	border: 1px solid #ccc;
	}

#otherph p
	{
	margin-top: 5px;
	font-size: 10px;
	color: #666;
	}


/*====== 7) カテゴリーナビ =====*/

#ctg_navi
	{
	margin: 0 0 20px 0;
	padding: 0;
	width: 180px;
	height: auto;
	}

#ctg_navi .ctglabel
	{
	margin: 0;
	padding: 0;
	width: 180px;
	height: 50px;
	}

#ctg_navi ul
	{
	margin: 0;
	padding: 0;
	width: 180px;
	list-style: none;
	}

#ctg_navi li
	{
	margin: 0;
	padding: 0 0 10px 18px;
	font-size: 10px;
	color: #333;
	line-height: 14px;
	text-decoration: none;
	background: url(./img/ctg_icon.gif) no-repeat 0 0;
	letter-spacing: 0.1em;
	}
#ctg_navi li a,
#ctg_navi li a:visited
	{
	color: #333;
	text-decoration: none;
	}

#ctg_navi li a:hover
	{
	color: #ff1846;
	text-decoration: underline;
	}

/*====== 8) トップ・フォームナビ =====*/

.link_navi
	{
	margin: 0 0 20px 0;
	padding: 0;
	width: 180px;
	height: auto;
	}

.link_navi .colletop
	{
	margin: 0;
	padding: 0;
	width: 180px;
	height: 61px;
	line-height: 61px;
	text-indent: -9999px;
	display: block;
	background: url(./img/colletop_navi.gif) no-repeat 0 0;
	text-decoration: none;
	}

.link_navi .colletop a,
.link_navi .colletop a:active
	{
	margin: 0;
	padding: 0;
	width: 180px;
	height: 61px;
	line-height: 61px;
	text-indent: -9999px;
	display: block;
	background: url(./img/colletop_navi.gif) no-repeat 0 0;
	text-decoration: none;
	}
.link_navi .colletop a:hover
	{
	background: url(./img/colletop_navi_over.gif) no-repeat 0 0;
	}


.link_navi .gotomail
	{
	margin: 0;
	padding: 0;
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-indent: -9999px;
	display: block;
	background: url(./img/mail_navi.gif) no-repeat 0 0;
	text-decoration: none;
	}

.link_navi .gotomail a,
.link_navi .gotomail a:active
	{
	margin: 0;
	padding: 0;
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-indent: -9999px;
	display: block;
	background: url(./img/mail_navi.gif) no-repeat 0 0;
	text-decoration: none;
	}

.link_navi .gotomail a:hover
	{
	background: url(./img/mail_navi_over.gif) no-repeat 0 0;
	}


/*====== 9) ライトボックス =====*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(./images/blank.gif) no-repeat; /* Trick IE into showing hover 

*/
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./images/prevlabel.gif) left 15% no-

repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/nextlabel.gif) right 15% no-

repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/*======　10) 最新エントリー一覧　=====*/
#recent_news
	{
	margin: 0;
	padding: 0;
	width: 690px;
	height: auto;
	text-align: left;
	}

#recent_news .ttl
	{
	margin: 0 0 5px 0;
	padding: 0;
	width: 690px;
	height: 30px;
	}

#recent_news ul
	{
	margin: 0;
	padding: 0;
	width: 690px;
	list-style: none;
	}
	

#recent_news li
	{
	margin: 0;
	padding: 10px 0;
	width: auto;
	height: auto;
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #ccc;
	}

