/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/
.headerLine {
	height: 2px;
	background-color: #39f;
	width: 700px;
}
/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #ffffff;
	color: #333;
	font-family: verdana, 'trdbuchet ms', sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	margin: 0;
}

/* Lists */
mainwrapper ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
mainwrapper li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a:link, a:visited
{
	color: #28f;
	text-decoration: none;
}
a:hover, a:active
{
	color: 00f;
}
#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 900px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 900px;
	height:43px;
	background: white url(images/h1bg.gif) no-repeat top center;
	/* large header image is defined below */
	margin: 0 0 20px 0;
	padding-top: 25px;
}
#header h1
{
	display: none;
	/* small header image specific lines */
	margin: 0 6px;
	/* end small header image specific lines */
	font-size: 38px;
	text-align: center;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 700px;
	background: white;
}
#wrapper
{
	width: 700px;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container,
#container-full{
	width: 680px;
	height: 1%;
	overflow: visible;
	float: right;
	padding-left: 20px;
}
#container{
	margin-left: -204px;
}
.contenthead{
	width: 651px;
	background: #fff url(images/contentheadbg.gif);
	height: 17px;
	margin-top: 10px;
	padding-top: 3px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.content
{
	padding: 0;
	margin: 0;
}

#container .content{
	width: 636px;
	padding: 18px;
	margin: 0px 20px 0px 0px;
	border: 2px solid #39f;
	border-top: none;
}

.whatsnew{
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.5em;
}
.catch{
	width: 670px;
	height: 43px;
	background: #fff url(images/catch.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 10px;
}
.catch p{
	margin: 0 10px 0 200px;
	padding-top: 7px;
	color: #39f;
	font-size: 12px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	border-bottom: 1px solid #39f;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin: 0;
}
.contenttitle h2 .itemtitle{
	display: block;
	margin: 2px 0 0 0;
	font-size: 18px;
	color: #39f;
	line-height: 1.4em;
}
.contentbody,
.contentbody p
{
	font-size:12px;
	text-align: justify;
	padding: 0 0 16px 0;
	line-height: 1.5em;
}
* html .contentbody,
* html .contentbody p,
{
	line-height: 2.5em;
}
#leftContents .contentbody,
#rightContents .contentbody,
.contentsBlogs .contentbody {
	line-height: 1.5em;
}
.contentbody font[size]
{
	line-height: 1.0em;
}
.contentbody:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.contentbody { display: inline-block; }
/* exlude MacIE5 \*/
* html .contentbody { height: 1% }
.contentbody {display:block;}
/* end MacIE5 */

.contentbody a:link, .contentbody a:visited
{
	color: #39f;
	text-decoration: none;
}
contentbody a:hover, .contentbody a:active
{
	color: #99f;
}

.archivelistdl dt{
	margin-bottom:10px;
}
.archivelistdl dd{
	background: #fff url(images/arrow.gif) left 5px no-repeat;
	margin-left: 0px;
	padding: 0 0 0 10px;
}
/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

.comuhead{
	width: 197px;
	height: 61px;
	background: url(images/comuheadbg.gif);
	background-position: top center;
	margin-top: 20px;
	color: #fff;
}
.comuhead h3{
	padding-top: 6px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.comuhead div{
	margin-top: 3px;
	margin-left: 44px;
	margin-right: 3px;
	font-size: 10px;
	line-height:1.2em;
}
.comufoot{
	width: 197px;
	height: 20px;
	background: url(images/comufootbg.gif);
	background-position: top center;
	color: #fff;
}
/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
}
.itemcomment h3
{
	font-size: 12px;
}
.commentinfo{
	margin-top:5px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	/*
	float: left;
	width: 198px;
	padding: 15px 0 0 0;
	*/
	position: absolute;
	top: 105px;
	left: 710px;
	width: 198px;
}
.sidebar
{
	width:158px;
	color: #21262A;
	margin: 0 auto 15px auto;
}

/* Menu lists */
.sidebardl
{
	background: #39f url(images/sidefootbg.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0 0 5px 0;
	margin: 0;
}
.sidebardl dt
{
	width: 138px;
	height: 13px;
	background: #39f url(images/sidetitlebg.gif);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 10px;
	text-align: center;
}
.sidebardl dd
{
	width: 138px;
	background: #eee url(images/sidelistbg.gif);
	padding: 3px 10px;
	margin: 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: #fff url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
	color: #39f;
	text-decoration: underline;
}

/* Calendar */
.calendar{
	background: #39f url(images/sidefootbg.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0 0 5px 0;
}
table.calendar {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 158px;
	font-size: small;
	border-collapse: collapse;
}
table.calendar th, table.calendar td{
	background: #fff;
	font-size:10px;
}

table.calendar tr.calendardateheaders{
	font-size: small;
	color:#777;
	border-left: 1px solid #ccc;
}
table.calendar tr.calendardateheaders th{
	background: #d8d8d8;
}
table.calendar tr.calendardateheaders th span.sunday{
	color: #f00;
}
table.calendar tr.calendardateheaders th span.saturday{
	color: #00f;
}
table.calendar td.days {
	text-align: center;
	color: #aaa;
}

table.calendar td.today {
	text-align: center;
	color: green;
	background-color: #ddd;
}
table.calendar a:link, table.calendar a:visited{
	color: #39f;
}
.calendar caption{
	width: 158px;
	background: #39f url(images/sidetitlebg.gif);
	padding: 6px 0;
	color: #fff;
	font-weight:bold;
}
.calendar caption a:link, .calendar caption a:visited {
	color: #fff;
}

.authorinfo{
	color: #fff;
}
.authorinfo .authorimg{
	margin-bottom: 5px;
	text-align: center;
}
.authorinfo .authorname{
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	font-weight: bold;
}
.authorinfo .authorname .aname{
	color: #ee0;
	font-size: 15px;
}
.authorinfo .authornotes{
	padding-top: 10px;
}
.back{
	background: url(images/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 12px;
	font-weight: bold;
	font-size: 12px;
}

.catlist_walk,
.catlist_archive{
	margin-top: 0px;
}
.catlist_walk dt,
.catlist_archive dt{
	display: block;
	width: 182px;
	height: 40px;
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 10px;
}
.catlist_walk dd,
.catlist_archive dd{
	margin-left: 20px;
	padding-left: 15px;
	background: url(images/arrow_c.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.5em;
}
.catlist_walk dd img,
.catlist_archive dd img {
	margin-left: 5px;
	vertical-align: middle;
}
.catlist_walk dt{
	background: url(images/cathead_walk.gif);
}
.catlist_archive dt{
	background: url(images/cathead_archive.gif);
}
.more{
	clear:both;
	width: 77px;
	height: 19px;
	background: url(images/more.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: 113px;
	margin-bottom: 20px;
}
.more a{
	display: block;
	width: 77px;
	height: 19px;
}
.contentcategory .more{
	margin-left: 0;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 850px;
	background: #fff;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0 auto;
}

#copyrights
{
	color: #474747;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	display:block;
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
}
.searchform .formfield
{
	width: 130px;
/*	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif; */
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
/*	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif; */
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
/*	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif; */
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
/* font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif; */
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
/*	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif; */
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
/* font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif; */
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email
{
    width: 300px;
    margin-right: 105px;
/*	font-family: Arial, Trebuchet MS, Verdana, sans-serif; */
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
/* font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif; */
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #ff9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #ccc;
}
.leftbox {
	float: left;
/*	border-right: 2px solid #ccc; */
}
.rightbox {
	float: right;
/*	border-left: 2px solid #ccc; */
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.menu_alpha {
	filter:Alpha(opacity=60); -moz-opacity:0.60; opacity:0.60;
}

/*枠線要素*/
.border_00 { border: #FFFFFF 1px solid ; }
.border_01 { border: #3399FF 1px solid ; }
.border_02 { border: #FFFFFF 1px solid ; }
.border_03 { border: #FFFFFF 1px solid ; }
.border_04 { border: #FFFFFF 1px solid ; }
.border_05 { border: #FFFFFF 1px solid ; }
.border_06 { border: #FFFFFF 1px solid ; }
.border_07 { border: #3399FF 1px solid ; }
.border_08 { border: #FFFFFF 1px solid ; }
.border_09 { border: #FFFFFF 1px solid ; }
.border_10 { border: #3399FF 1px solid ; }

/*背景要素*/
.bg_00 { background-color: #3399FF ; }
.bg_01 { background-color: #B7B9C6 ; }
.bg_02 { background-color: #FFFFFF ; }
.bg_03 { background-color: #FFFFFF ; }
.bg_04 { background-color: #B7B9C6 ; }
.bg_05 { background-color: #FFFFFF ; }
.bg_06 { background-color: #3399FF ; }
.bg_07 { background-color: #B7B9C6 ; }
.bg_08 { background-color: #FFFFFF ; }
.bg_09 { background-color: #DCDCDC ; }
.bg_10 { background-color: #B7B9C6 ; }
.bg_11 { background-color: #DCDCDC ; }
.bg_12 { background-color: #FFFFFF ; }
.bg_13 { background-color: #FFFFFF ; }
.bg_14 { background-color: #FFFFFF ; }

.arrow_1 {
  width: 17px ;
  height: 14px ;
  background: url(http://www.amekago.net/skin/icon_arrow_1.gif) 0% 100%  no-repeat ;
}
.icon_1 {
  width: 14px ;
  height: 14px ;
  background: url(http://www.amekago.net/img_skin.php?filename=icon_1) 50% 70%  no-repeat ;
}
.icon_2 {
  width: 14px ;
  height: 14px ;
  background: url(http://www.amekago.net/img_skin.php?filename=icon_2) 50% 70%  no-repeat ;
}
.icon_3 {
  width: 14px ;
  height: 14px ;
  background: url(http://www.amekago.net/skin/icon_3.gif) 50% 70%  no-repeat ;
}

.sidetbl .c_00 {
	color: #595E62 ;
}

.sidetbl .c_01 {
	color: #595E62 ;
}

.sidetbl .c_02 {
	color: #D92C49 ;
}

.sidetbl .c_03 {
	color: #2C65D9 ;
}

.sidetbl .c_04 {
	color: #FFFFFF ;
}

.sidetbl .c_05 {
	color: #0066FF ;
}

/*フォントに適用するサイズの設定*/

/*ミドルサイズ：全体（*）の設定もここで行う。*/

.sidetbl .s_m {
	font-size : 10pt ;
}

/*超極小サイズ*/

.sidetbl .s_sss {
	font-size : 7pt ;
}

/*極小サイズ*/

.sidetbl .s_ss {
	font-size : 8pt ;
}

/*小サイズ*/

.sidetbl .s_s {
	font-size : 9pt ;
}

/*大サイズ*/

.sidetbl .s_l {
	font-size : 11pt ;
}

/*極大サイズ*/

.sidetbl .s_ll {
	font-size : 12pt ;
}

/*フォントに適用する太さの設定*/

.sidetbl .b_n {
	font-weight: normal ;
}

.sidetbl .b_b {
	font-weight: bold ;
}

/* パーツとパーツの間に空きを作る */

img.v_spacer_s {
	display: block ;
	width: 100% ;
	height: 3px ;
}

img.v_spacer_m {
	display: block ;
	width: 100% ;
	height: 5px ;
}

img.v_spacer_l {
	display: block ;
	width: 100% ;
	height: 8px ;
}

/* 空のセルに挿入するダミー画像 */

img.dummy {
	display: block ;
}

* hrml .side_spacer,
*+html .side_spacer  {
	height: 10px;
}

.commu_all a{
	width:50px;
	height:15px;
	display:block;
	float:right;
	margin-right:5px;
	margin-top:3px;
}

/* top page */
#leftContents {
	width: 330px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
#leftContents #leftContentsHeader {
	background-image: url(images/top_header1.gif);
	background-repeat: no-repeat;
	width: 330px;
	height: 24px;
}
#leftContents #leftContentsBody {
	width: 328px;
	border-left: 1px #ff9323 solid;
	border-right: 1px #ff9323 solid;
	padding-top: 10px;
}
#leftContents #leftContentsFooter {
	background-image: url(images/top_bottom1.gif);
	background-repeat: no-repeat;
	width: 330px;
	height: 8px;
}

#rightContents {
	width: 330px;
	float: left;
	margin-top: 10px;
}
#rightContents #rightContentsHeader {
	background-image: url(images/top_header2.gif);
	background-repeat: no-repeat;
	width: 330px;
	height: 24px;
}
#rightContents #rightContentsBody {
	width: 328px;
	border-left: 1px #69c823 solid;
	border-right: 1px #69c823 solid;
	padding-top: 10px;
}
#rightContents #rightContentsFooter {
	background-image: url(images/top_bottom2.gif);
	background-repeat: no-repeat;
	width: 330px;
	height: 8px;
}

.contentsBlogs {
	margin: 0 10px;
}
.contentsBlogs .contentbody {
	padding-bottom: 5px;
	border-bottom: 1px #999 dashed;
}
.contenttitle h3{
	background: #fff url(images/arrow_l.gif) left top no-repeat;
	font-size: 12px;
	padding-left: 18px;
	line-height: 1.5em;
	margin: 0;
}
.contenttitle .h3date{
	font-size: smaller;
}
.contenttitle .h3title{
	margin-left: 0.5em;
	font-weight: bold;
}
.contenttitle h3 img {
	margin-left: 5px;
	vertical-align: middle;
}

.contentsList {
	margin: 0 10px;
	border-top: 1px #fff solid;
}
.contentsList dl {
	margin: 0;
	padding: 0;
}
.contentsList dd {
	background: #fff url(images/arrow_c.gif) 0 3px no-repeat;
	padding-left: 14px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.5em;
}

.contentbody .itemShortBodyPhoto {
	float: left;
	width: 72px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.pageswitch {
	text-align: center;
	margin-bottom: 10px;
	padding: 3px;
	background-color: #eee;
}

.stringer {
	width: 50px;
	height: 12px;
	background-color: #000;
}

#logout_dammy {
	position: absolute;
	top: 103px;
	left: 464px;
}

#zoomCategory {
	padding-top: 10px;
	padding-left: 10px;
}
#zoomCategory #zoomCategoryHeader {
	font-weight: bold;
	font-size: 14px;
}
#zoomCategory img {
	padding: 5px 0 0;
}

.commentbody {
	line-height: 1.5em;
}

/*** Renewal ***/
#zoomTopContents {
	width: 670px;
	margin: 10px 15px;
}

#walkHeader {
	height: 24px;
}
#walkFooter {
	margin-top: -5px;
}

#walkContents {
	border-left: 1px solid #39f;
	border-right: 1px solid #39f;
	padding: 5px 10px;
}
#walkContents #walkBody #walkMap {
	float: left;
	width: 300px;
	margin-right: 10px;
}
#walkContents #walkBody #walkList {
	float: right;
	width: 330px;
}
#walkContents #walkArchive .itemShortBodyPhoto {
	display: none;
}
#walkContents #walkArchive dd {
	background-image: url(./images/point2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
	margin-bottom: 1em;
}
#walkContents #walkMore {
	text-align: right;
}

#archiveHeader {
	margin-top: 20px;
	height: 24px;
}
#archiveFooter {
	margin-top: -5px;
}
#archiveContents {
	border-left: 1px solid #39f;
	border-right: 1px solid #39f;
	padding: 5px 10px;
}
#archiveContents #archiveBody #archiveList1 {
	float: left;
	width: 300px;
}
#archiveContents #archiveBody #archiveList2 {
	float: right;
	width: 300px;
}
#archiveContents #archiveArchive .itemShortBodyPhoto {
	display: none;
}
#archiveContents #archiveArchive dd {
	background-image: url(./images/point2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
	margin-bottom: 1em;
}
#archiveContents #archiveMore {
	text-align: right;
}

.zoomTopList .zoomTopTitle {
	background-image: url(./images/point1.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 10px;
}
.zoomTopList .zoomTopTitle img,
#archiveArchive dd img {
	vertical-align: middle;
	margin-left: 5px;
}
.zoomTopList .zoomTopBody .itemShortBodyPhoto {
	float: left;
	width: 72px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.zoomTopList .zoomTopDate {

}

