@charset "UTF-8";
/**
* みはらしが丘
* categoly ベースページ
* date 2009-11-24
* lastupdate 2009-11-24
*/

.mainwrap .context{
	margin-bottom:10px;
	overflow:hidden;
	zoom:1;
	background:url("../i/category_bg.gif") no-repeat right 30px;
}

.mainwrap .topcontext{
	margin-bottom:10px;
	overflow:hidden;
	zoom:1;
}


h1#photogallery{
	width:840px;height:56px;
	background:#F7F5E8 url("../i/photogallery_ti.jpg") no-repeat 0 0;
	text-indent:-9999px;text-align:left;
	margin:0 auto 20px auto;
}

/** カテゴリーリスト */
ul.category_list{
	overflow:hidden;
	zoom:1;
}
ul.category_list li{
	display:block;
	float:left;
	width:260px;
	overflow:hidden;
	zoom:1;
	/* background:#ccc; */
}

li.category_001,
li.category_004,
li.category_007{
	margin:0 30px 30px 0;
}
li.category_002,
li.category_005,
li.category_008{
	margin:0 30px 30px 0;
}
li.category_003,
li.category_006,
li.category_009{
	margin:0 0 30px 0;
}

/** カテゴリー案内 */
.category_list dl{
	text-align:left;
}
.category_list dt{
	border-left:solid 4px #4E7F32;
	padding-left:8px;
	color:#4E7F32;
	margin-bottom:3px;
	font-size:14px;font-weight:bold;
}
.category_list dd{
	font-size:80%;line-height:1.4;
}
.category_list dd.photo{
	margin-bottom:5px;
}
.category_list dd.comment{
	margin-bottom:5px;
}
.category_list dd.link{
	border-top:dotted 1px #aaa;
	padding:5px 0 5px 0;
	text-align:right;
	overflow:hidden;_zoom:1;
}

/** カテゴリーリンクボタン */
.category_list dd.link a{
	text-align:right;
	font-size:12px;
}


/** カテゴリページ */

/** ライトメニュー */
.nav_category{
	width:244px;
	float:right;
}
.nav_category .ti{
	width:244px;height:30px;
	background:transparent url("../i/category_ti.gif") no-repeat right top;
	text-indent:-9999px;text-align:left;
}

.nav_category ul{
	margin:10px 0 15px 0;
}
.nav_category li{
	/*border-bottom:dotted 1px #ccc;*/
	text-align:left;
}

.nav_category li a{
	display:block;
	width:244px;height:28px;
	padding-left:30px;
	font-size:12px;line-height:28px;
}

.nav_category li a:hover,
.nav_category li a.select{
	background:transparent url("../i/category_select.gif") no-repeat 0 0;
	color:#FFF;font-weight:bold;
}

/** フォトギャラリートップ */
.gallery_top{
	margin:0 10px 0 20px;
	border-top:dotted 1px #999;
	padding:15px 10px 0 0;
	text-align:right;
}
.gallery_top a{
	font-size:12px;line-height:16px;
}


/** サムネイル表示 */
.show_thumbnails{
	width:592px;
	float:left;
	overflow:hidden;
	zoom:1;
}

#thumbnails{
	margin:0 0 15px 0;
	padding:0;
	/*background:#eee;*/
}
#thumbnails li{
	float:left;
	margin:0 8px 8px 0px;
	display:block;
	position:relative;
	background:transparent url("../i/photoframe_bg.gif") no-repeat 0 0;
	height:120px;width:140px;
	overflow:hidden;
	zoom:1;
}
#thumbnails li a{
	position:absolute;
	left:8px;top:8px;
	height:85px;width:124px;
	overflow:hidden;
	_zoom:1;
}

#thumbnails img.obi{
	position:absolute;
	left:98px;top:0;
	z-index:100;
}

/*
#thumbnails li img{
	height:85px;width:124px;
	overflow:hidden;
	_zoom:1;
}
*/

#thumbnails li p{
	position:absolute;
	width:135px;
	left:2px;top:96px;
	text-align:center;
	font-size:10px;line-height:14px;
}

#thumbnails p.new{
	background:url(../i/new_icn.gif) no-repeat 0 0;
}
#thumbnails p.picup{
	background:url(../i/picup_icn.gif) no-repeat 0 0;
}


