/* New Shimizu Today (css 2011.3.20) */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
	text-align: center; 
	margin: 0;
	margin-top: 0px;
	padding: 0;
	font-size: medium;
	font-family: verdana, 'trebuchet ms', sans-serif;
	color: #333;
	background: #ffffff;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }



div.entry-content strong { 
			font-weight: bold;
			font-size: 120%;
			color :#003333;
}
div.entry-content blockquote { 
			margin: 10px 50px 10px 65px;
			border: solid #99CC66;
			border-width: 0px 0px 0px 3px;
			padding: 5px 5px 5px 10px;
			font-style: nomal; 
			font-size: 12px;
			line-height: 1.7;
			color: #006600;
   			clear: both;
}


/* 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; }
/* */

#container
{
   position: relative;
   margin-top: 0;
   text-align: left;
   background: #fff;
}

#container-inner
{
	border-width: 0 5px 5px 5px;
	border-style: solid;
	border-color: #fff;
	position: static;
 }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}
#side
{
   display: inline;
   position: relative;
   float: left;
}

#main
{
	display: inline; 
	position: relative;
	float: left;
	margin: 5px;
	padding: 0;
}

#alpha-inner, #beta-inner
{
   position: static;
}

#p-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
#p-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
}
#p-center {
	width: 390px;
	margin-left: 65px;
	margin-right: 65px;
}
.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
}
.center {
	width: 390px;
	margin-left: 65px;
	margin-right: 65px;
}
.master {
	width: 480px;
	margin-left: 20px;
	margin-right: 20px;
}


/* content */

.content-nav-center
{
   margin: 5px;
   text-align: center;
   font-size: 12px;
}
.content-nav-right
{
   margin: 5px;
   text-align: right;
   font-size: 12px;
}
.content-nav-left
{
   margin: 5px;
   text-align: left;
   font-size: 12px;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.list
{
   font-size: 14px;
   margin: 3px 0px 3px 20px;
   line-height: 1.4;
}

.entry-content,
{
   clear: both;
   margin: 5px 10px;
   font-size: 14px;
}

.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
   font-size: 14px;
   line-height: 1.5;
}

.trackbacks-info,
.trackback-content,
{
   clear: both;
   margin: 5px 10px;
   font-size: 12px;
}

.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: 240px;
}
#comment-text { width: 440px; }

#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;
   margin: 5px 10px 20px 10px;
}

.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-toplogo
{
   background-image: url("http://iso-ya.com/blog/img/today-top.gif");
   margin-bottom: 5px;
   width: 210px;
   height: 210px;
}
.module-toplogo-1
{
   background-image: url("http://iso-ya.com/blog/img/today-top-1.gif");
   margin-bottom: 5px;
   width: 210px;
   height: 190px;
}
.module-toplogo-2
{
   background-image: url("http://iso-ya.com/blog/img/today-top-2.gif");
   margin-bottom: 5px;
   width: 210px;
   height: 20px;
}
.module-toplogo-entry
{
   background-image: url("http://iso-ya.com/blog/img/today-top-e.gif");
   margin-bottom: 5px;
   width: 210px;
   height: 210px;
}
.module-toplogo-category
{
   background-image: url("http://iso-ya.com/blog/img/today-top-c.gif");
   margin-bottom: 5px;
   width: 210px;
   height: 210px;
}

.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;
}


/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */


a { color: #006633; text-decoration: underline; }
a:hover { color: #ff9933; }
a:visited { color: #009966; text-decoration: none;}

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #006633; }
.module-content a:hover { color: #ff9933; }
.module-content a:visited { color: #009966; text-decoration: none;}



.module-header,
.trackbacks-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
   margin: 0 0 0 0;
   border-left: 5px solid #336633;
   padding: 5px 5px 5px 10px;
   color: #fff;
   background: #5d9f63;
   font-size: 16px;
   font-weight: bold;
   line-height: 1.2;
}

.comments-header,
.comments-open-header,
{
   width: 100%;
   margin: 0 0 10px 0;
   border-left: 5px solid #336633;
   padding: 5px 5px 5px 10px;
   color: #fff;
   background: #5d9f63;
   font-size: 16px;
   font-weight: bold;
   line-height: 1.2;
}

.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;
}

.category-header
{
   color: #003300;
   font-size: 24px;
   border-left: 10px solid #336600;
   padding: 0 0 0 10px;
	height: 30px;

}
.category-header2
{
   margin: 0 0 15px 0;
   border-left: 10px solid #336600;
   border-bottom: 2px solid #336600;
   padding: 0 0 0 10px;
   color: #003300;
   font-size: 14px;
   line-height: 1.5;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 12px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */


}
.top-logo
{
   margin: 0;
   padding: 0;
   background: #ffffff;
}

#banner
{
   background: #669966;
}

#banner-inner
{
   padding: 15px 13px;
   border-width: 2px 2px 0 2px;
   border-style: solid;
   border-color: #fff;
}
#banner-header
{
   width: 740px; 
   height: 1px;

}
#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 14px;
   line-height: 1.25;
}
.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
}


#alpha {  
	padding: 0px 15px 0px 15px;
	margin: 0;
	 }



.date-header
{
   margin: 3px 0 10px 10px;
   padding: 0;
   font-size: 14px;
   text-align: left;
   color: #006600;
}

.entry-header
{
   margin-top: 0;
   padding: 0 0 0 20px ;
   color: #003300;
   font-size: 20px;
   font-weight: bold;
   text-align: left;
}

.entry-content,
.trackback-content
{
   margin: 0;
   line-height: 1.7;
}
.comment-content,
{
   margin: 0;
   line-height: 1.5;
   font-size: 14px
}
.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 10px 0;
   padding-top: 3px;
   color: #003333;
   font-size: 12px;
   text-align: right;
   border-bottom: 1px dashed #999999;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;

}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 5px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 5px;
   color: #292e33;
   font-size: 10px;
   text-align: center;
   background: #fff;
}

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module
{
   margin: 0;
   background: #ffffff;
}

.module-content
{
   margin: 0 0 0 0;
   padding: 10px 10px 10px 10px;
   background: #ecfdc2;
   font-size: 14px;
   line-height: 1.7;
}

.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;
   color: #292e33;
   background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list
{
   margin: 0 15px 5px 15px;
   list-style: disc;
}

.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: circle;
}

.module-list-item
{
   margin-top: 0;
   color: #666;
   line-height: 1.2;
}

.typelist-thumbnailed .module-list
{
   margin: 0 0 5px 0;
   list-style: none;
}

.typelist-thumbnailed .module-list-item
{
   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 .module-list-item a
{
   border: #cfd4d9 1px solid;
   padding: 1px;
   background: #fff;
}

.module-recent-photos .module-list-item a:hover
{
   border-color: #36414d;
   background: #fff;
}

/* footer */
.memo
{
  	font-size: 9px;
   	color: #666666;
	font-weight: normal;
   	text-align: center;
}
.note { 
	margin: 10px 50px 10px 40px;
	border: solid #cccccc;
	border-width: 0px 0px 0px 3px;
	padding: 5px 5px 5px 5px;
	font-style: nomal; 
	font-weight: normal;
	font-size: 12px;
	line-height: 1.7;
	color: #000000;
}
div.entry-content h3 { 
	margin: 10px 20px 10px 50px;
	font-style: nomal; 
	font-weight: normal;
	font-size: 14px;
	line-height: 1.7;
	color: #304930;
}

div.entry-content h5 {
	margin: 10px 50px 10px 65px;
	border: solid #dcdcdc;
	border-width: 0px 0px 0px 3px;
	padding: 5px 5px 5px 10px;
	font-style: nomal; 
	font-weight: normal;
	font-size: 12px;
	line-height: 1.7;
	color: #778899;
}
div.entry-content h4 {
	margin: 5px 0px 5px 65px;
	font-style: nomal; 
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	color: #2f4f4f;
}

div.entry-content h6 {
	margin: 10px 20px 10px 20px;
	border: solid #cccccc;
	border-width: 2px 2px 2px 2px;
	padding: 15px 15px 15px 15px;
	font-style: nomal; 
	font-weight: normal;
	font-size: 12px;
	line-height: 2.0;
	color: #00330C;
}

.map { 
	margin: 10px 0px 10px 25px;
	font-style: nomal; 
	font-size: 12px;
	line-height: 1.7;
	color: #006600;
   	clear: both;
}

.pr1
{
   background-image: url("http://den6.net/download/asaichi_banner.jpg");
   background-repeat: no-repeat;
   width: 486px;
   height: 90px;
   margin-left: 15px;
}

.pr2
{
   background-image: url("http://iso-ya.com/download/today_banner.jpg");
   background-repeat: no-repeat;
   width: 486px;
   height: 90px;
   margin-left: 15px;
}

.pr3
{
   background-image: url("http://iso-ya.com/download/today_banner_momoe.jpg");
   background-repeat: no-repeat;
   width: 486px;
   height: 90px;
   margin-left: 15px;
}
/* New Shimizu Today (css 2011.3.20) */

