html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* standard helper classes */

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

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;

   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   padding: 0;
   text-align: left;
}
#container-inner {
   position: static;
   margin: 0 auto;
   padding: 0;
}

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody {
	position: relative;
	top: -35px;
	width: 100%;
}
#pagebody-inner { position: static; width: 100%; }

#right_side, #left_side
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#right_side-inner, #left_side-inner
{
   position: static;
}


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 30px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url
{
   width: 180px;
}
#comment-text
{
   width: 510px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
   float: left;
   min-width: 60px;
   width: 60px;
   /* no ie mac \*/width: auto;/* */
   margin: 0 5px 0 0;
   text-align: center;
   vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
   margin: 0;
   padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
   margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
   display: block;
   height: 1%;
   margin: 0;
   border: 0;
   padding: 0;
   list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
   display: block;
   float: left;
   /* ie win fix \*/ height: 1%; /**/
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item a
{
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item img
{
   width: 60px;
   height: 60px;
   margin: 0;
   padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
   width: 14%;
   height: 75px;
   text-align: left;
   vertical-align: top;
}

.day-photo
{
   width: 54px;
   height: 54px;
}

.day-photo a
{
   display: block;
}

.day-photo a img
{
   width: 50px;
   height: 50px;
}




/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

body
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 12px;
   color: #999;
}

a{ 
   text-decoration: none;
}

a:link { 
   color: #009900;
}
a:active {
   color: #FFFF00;
}
a:visited {
   color: #CCFF00;
}
a:hover {
   background: #0C530B;
   color: #33CC00;
}

h1, h2, h3, h4, h5, h6
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.trackbacks-header,
.comments-header,
.comments-open-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0 0 3px 0;
   padding: 1px 0 1px 10px !important;
   padding: 3px 0 3px 10px;
   background: #1A2B15;
   font-size: 12px;
   font-weight: bold;
}
.archive-header
{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url("http://www.aspara.co.jp/blog/img/blog/title_archive.gif") no-repeat;
	width: 142px;
	height: 23px;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.post-footers
{
   font-size: 12px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

body
{
   min-width: 860px;
   background: #2E5229 url("http://www.aspara.co.jp/blog/img/blog/background01.gif") repeat-x;
}

#container
{
   width: 860px;
   margin-bottom: 0;
   background: url("http://www.aspara.co.jp/blog/img/blog/background02.gif") repeat-y center;
}

#container-inner
{
   width: 860px;
}

#banner
{
	margin: 0 auto;
	width: 850px; /* necessary for ie win */
	height: 342px;
	background: url("http://www.aspara.co.jp/blog/img/blog/header.gif") no-repeat center;
}
#banner h1
{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#banner h2
{
	display: none;
}
#banner a
{
	position: relative;
	top:90px;
	left: 25px;
	margin: 0;
	padding: 0;
	width: 800px; 
	height: 226px;
	display: block;
	background: url("http://www.aspara.co.jp/blog/img/blog/title.jpg") no-repeat center;
}

#about h2 {
	margin: 0 0 15px 0;
	padding: 0;
	text-indent: -9999px;
	background: url("http://www.aspara.co.jp/blog/img/blog/title_about.gif") no-repeat;
	width: 121px;
	height: 33px;
}
#about img {
	margin: 0 auto;
	padding: 0;
	border: 1px solid #79A80C;
}

.title_name {
	color: #79A80C;
	font-weight: bold;
}

#links h2 {
	margin: 0 0 15px 0;
	padding: 0;
	text-indent: -9999px;
	background: url("http://www.aspara.co.jp/blog/img/blog/title_link.gif") no-repeat;
	width: 117px;
	height: 29px;
}
#about img, #about p, #links img, #links p {
	margin-left: 30px;
}

/* nav */
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
}
#nav li a {
	margin-left: 20px;
	position: relative;
	left: 350px;
	top: -315px;
	display: block;
}
#nav li#nav_home a {
	background: url("http://www.aspara.co.jp/blog/img/blog/navi.gif") no-repeat 0px 0px;
	width: 80px;
	height: 45px;
}
#nav li#nav_home a:hover {
	background: url("http://www.aspara.co.jp/blog/img/blog/navi.gif") no-repeat 0px -45px;
}
#nav li#nav_home_on a {
	background: url("http://www.aspara.co.jp/blog/img/blog/navi.gif") no-repeat 0px -90px;
	width: 80px;
	height: 45px;
}
#nav li#nav_archive a {
	background: url("http://www.aspara.co.jp/blog/img/blog/navi.gif") no-repeat -98px 0px;
	width: 100px;
	height: 45px;
}
#nav li#nav_archive a:hover {
	background: url("http://www.aspara.co.jp/blog/img/blog/navi.gif") no-repeat -98px -45px;
}
#nav li#nav_archive_on a {
	background: url("http://www.aspara.co.jp/blog/img/blog/navi.gif") no-repeat -98px -90px;
	width: 100px;
	height: 45px;
}
#nav li#nav_about a {
	background: url("http://www.aspara.co.jp/blog/img/blog/navi.gif") no-repeat -222px 0px;
	width: 80px;
	height: 45px;
}
#nav li#nav_about a:hover {
	background: url("http://www.aspara.co.jp/blog/img/blog/navi.gif") no-repeat -222px -45px;
}
#nav li#nav_about_on a {
	background: url("http://www.aspara.co.jp/blog/img/blog/navi.gif") no-repeat -222px -90px;
	width: 80px;
	height: 45px;
}
#nav li#nav_link a {
	background: url("http://www.aspara.co.jp/blog/img/blog/navi.gif") no-repeat -328px 0px;
	width: 80px;
	height: 45px;
}
#nav li#nav_link a:hover {
	background: url("http://www.aspara.co.jp/blog/img/blog/navi.gif") no-repeat -328px -45px;
}
#nav li#nav_link_on a {
	background: url("http://www.aspara.co.jp/blog/img/blog/navi.gif") no-repeat -328px -90px;
	width: 80px;
	height: 45px;
}
#nav li#nav_aspara a {
	background: url("http://www.aspara.co.jp/blog/img/blog/navi.gif") no-repeat -427px 0px;
	width: 45px;
	height: 45px;
}
#nav li#nav_aspara a:hover {
	background: url("http://www.aspara.co.jp/blog/img/blog/navi.gif") no-repeat -427px -45px;
}
#nav li#nav_aspara_on a {
	background: url("http://www.aspara.co.jp/blog/img/blog/navi.gif") no-repeat -427px -90px;
	width: 45px;
	height: 45px;
}
.clear_float {
	clear: both;
}



.module-header {
   margin: 0;
   padding: 0;
   text-indent: -9999px;
   height: 31px;
}

#b_entry .module-header {
   background: url("http://www.aspara.co.jp/blog/img/blog/recent_diary.gif") no-repeat;
   width: 233px;
}

#b_archives a {
   display: block;
   margin: 0 0 0 134px;
   padding: 0;
   text-indent: -9999px;
   background: url("http://www.aspara.co.jp/blog/img/blog/archive.gif") no-repeat 0px 0px;
   width: 99px;
   height: 21px;
}
#b_archives a:hover {
   background: url("http://www.aspara.co.jp/blog/img/blog/archive.gif") no-repeat 0px -21px;
}

#b_archives02 .module-header {
   background: url("http://www.aspara.co.jp/blog/img/blog/leftbar_archive.gif") no-repeat;
   width: 233px;
}

#b_comment .module-header {
   margin-left: 2px;
   background: url("http://www.aspara.co.jp/blog/img/blog/recent_comment.gif") no-repeat;
   width: 230px;
}

.module-trackbacks .module-header {
   margin-left: 3px;
   background: url("http://www.aspara.co.jp/blog/img/blog/recent_trackback.gif") no-repeat;
   width: 229px;
}

#b_search .module-header {
   margin-left: 2px;
   background: url("http://www.aspara.co.jp/blog/img/blog/search.gif") no-repeat;
}

#b_feed a {
   display: block;
   margin: 0 auto;
   padding: 0;
   text-indent: -9999px;
   width: 80px;
   height: 15px;
   background: url("http://www.aspara.co.jp/blog/img/blog/bn_rss.gif") no-repeat;
}
#b_feed a:hover {
   width: 80px;
   height: 15px;
   background: url("http://www.aspara.co.jp/blog/img/blog/bn_rss.gif") no-repeat 0px -15px;
}

.date-header
{
   margin: 0 0 3px 0;
   padding: 0 0 0 10px;
   font-size: 12px;
   font-weight: bold;
   color: #E1E6EC;
}

.entry-header
{
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 5px solid #79A80C;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}


.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer
{
	margin: 0 0 7px 0;
	padding: 1px 0 3px 0;
	border-bottom: 2px solid #79A80C;
	color: #79A80C;
	font-size: 10px;
}

.entry-content
{
	margin: 0;
	padding: 10px 10px 5px 10px;
	border-top: 3px solid #32600C;
	background: #79A80C;
	color: #333;
}
.entry-content a
{
	color: #FFFF00;
}


.comment-footer,
.trackback-footer
{
	margin: 0 0 20px 0;
	padding: 2px 0 1px 0;
	border-top: 2px solid #1A2B15;
	font-size: 10px;
	color: #000;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin: 0 10px;
}

.content-nav { margin-top: 0; }

.comments-content, .trackbacks
{
   padding: 0 0 10px 0;
}
.trackbacks
{
   border: 1px solid #1A2B15;
}

.comments-open-footer
{
   margin: 10px 0;
}

#trackbacks-info
{
   margin: 20px 10px 0 10px;
   padding: 0 10px;
   border: 1px dashed #1A2B15;
   color: #000;
   font-size: 11px;
   text-align: center;
   background: #243D1F;
}

#footer 
{
	margin: 30px 0 0 0;
	height: 30px;
}
#footer p
{
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

/* modules */

.module
{
   margin: 0;


}

.module-content
{
   margin: 5px 0 15px 25px;
   padding: 0 10px 0 5px;
   font-size: 10px;
   line-height: 1.3;

}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin-bottom: 0;
   border: 1px dashed #a3b8cc;
   padding-bottom: 10px;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list
{
   margin: 0 0 10px 15px;
   list-style: url("http://www.aspara.co.jp/blog/img/blog/square.gif");
}

.archive-list
{
   margin: 0 0 10px 10px;
}
.archive-list li
{
   padding: 2px 0;
   border-bottom: 1px dashed #305229;
}

.module-trackbacks .module-list
{
   margin: 0 0 10px 15px;
   list-style: url("http://www.aspara.co.jp/blog/img/blog/yajirushi.gif");
}

.module-check_rss .module-list
{
   margin: 0 0 10px 15px;
}

.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: circle;
}

.module-list-item
{
   margin-top: 0;
}

.typelist-thumbnailed
{
   margin: 0 0 10px 0;
   list-style: none;
}

.typelist-thumbnailed
{
   margin: 1px 0;
   padding: 0;
   background: #f3f6f9;
}

.typelist-thumbnail
{
   background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content
{
   margin: 0;
   border-width: 0;
   padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
   width: 64px; /* mac ie fix */
   margin: 0 10px 10px 0;
   padding: 0;
   background: none;
}

.module-recent-photos
{
   border: #cfd4d9 1px solid;
   padding: 1px;
   background: #fff;
}

.module-recent-photos
{
   border-color: #36414d;
   background: #fff;
}


/* two-column-left tweaks */

.layout-two-column-left #right_side
{
	margin: 0;
	width: 617px;
}

.layout-two-column-left #right_side-inner
{
	margin: 0 auto;
	padding: 0;
	width: 550px;
}

.layout-two-column-left #left_side
{
	position: relative;
	left: -7px;
	margin: 0;
	padding: 0;
	width: 233px;
}

.layout-two-column-left #left_side-inner
{
	margin: 0;
	padding: 0;
}