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;
   background-image: url(image/back/back.gif);
}

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

}

a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }


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

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: 5px;
   margin-bottom: 5px;
}

/* .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: 0 auto; /* center on everything else */
   width: 801px;
   text-align: left;
}

#container
{
   width: 801px;
}
#container-inner { position: static; width: 801px; }


/* ヘッダー部分 */

#banner { position: relative; }

#banner a { color: #FFF; text-decoration: none; }
#banner a:hover { color: #FFF; }

#banner
{
   width: 801px; /* necessary for ie win */
}


#banner-inner { position: static; }

#banner-inner
{
   background-image: url(image/head.gif);
   padding-top: 0px;
   margin-top: 1px;
   width: 801px;
   height: 55px;
   background-repeat: no-repeat;
}


#banner-header
{
   margin: 4px -5px 0 160px;
   color: #FFFFFF;
   font-size: 14px;
   font-weight: bold;
   line-height: 1;
/*   text-shadow: #36414d 0 2px 3px; */
}


#banner-description
{
   margin: 5px 0 0 160px;
   color: #CCCCCC;
   background: none;
   font-size: 11px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}


/* メイン全体 */

#pagebody { position: relative; width: 100%;    background-image: url(image/back/back_index.gif);}

#pagebody-inner { position: static; width: 100%; }


/* サイドメニュー部分 */

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
/*   min-height: 1px; */
}

#beta { width: 140px;  background-image: url(image/back/index_main.jpg) }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}

#alpha-inner{
   background-color: #FFFFFF;
}

#beta-inner {
   padding: 10px 0 0 2px;
   margin: 15px 0 0 2px;
/*  background-image: url(image/back/index_menu.gif) */
}



.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}
.module
{
   margin: 0;
/*   border-bottom: 1px solid #f3f6f9;
   background: #dae0e6;
*/}


.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }

.module-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
   height: 28px;

   margin: 0;
/*   border-left: 5px solid #36414d; */
   padding: 5px;
   color: #fff;
/*   background: #a3b8cc; */
   background-image: url(image/menu/side__contents.jpg);
   background-repeat: no-repeat;
/*   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
*/
}

.module-header2
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
   height: 28px;

   margin: 0;
/*   border-left: 5px solid #36414d; */
   padding: 5px;
   color: #fff;
/*   background: #a3b8cc; */
   background-image: url(image/menu/side__seach.jpg);
   background-repeat: no-repeat;
/*   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
*/
}

.module-header a,
.module-header a:hover,
.module-header2 a,
.module-header2 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;
}


.module-content
{
   position: relative;
   margin: 0;
}

.module-content
{
   margin: 0 0 2px 0;
/*   border-top: 1px solid #cfd4d9; */
   padding: 5px 10px 0 5px;
   font-size: 12px;
   line-height: 1.2;
}

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }



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

.module-list
{
   margin: 0;
   list-style: disc;
}

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

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

.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 { margin: 0; }
.typelist-thumbnailed .module-list
{
   margin: 0 0 2px 0;
   list-style: none;
}



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

.module-list-item
{
   background-image: url(image/menu/side__menu.jpg);
   height: 35px;
   background-repeat: no-repeat;
   font-size: 11px;
   padding: 10px 0 0 10px;
}

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

.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}
* html .typelist-thumbnailed { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed { display: block; }
.module-recent-photos 
{
   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;
}
.module-recent-photos .module-list-item
{
   width: 64px; /* mac ie fix */
   margin: 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;
}
.layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 1px 0; }



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


/* ボディ上部 */
.top-menu{
	margin-left: 25px;
}

#m_menu{
/*	background: #fff; */
	font-size: 11px;
	margin-bottom: 20px;
	padding: 10px;
}
.font01{
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	color: #FFFFFF;
}
a.menu { color: #FFFFFF; text-decoration: underline; }
a:hover.memu { color: #CCCCCC; }

/* ボディ部分 */

.content {
	margin: 5px 15px 5px 5px;
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	border: 1px #aab8c0 dotted;	
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	}


#alpha { margin: 10px 10px 0 25px; width: 600px; }

.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
   height: 27px;

   margin: 0;
/*   border-left: 5px solid #36414d; */
   padding: 5px;
   color: #fff;
/*   background: #a3b8cc;  */
   background-image: url(image/menu/title__topics.gif);
   background-repeat: no-repeat;
/*   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
 */
}


.date-header,
.entry-content
{
   position: static;
   clear: both;
}
.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}


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


.entry-header
{
   margin-top: 0;
   padding: 7px 0 0 10px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
   background-image: url(image/menu/title__.gif);
   background-repeat: no-repeat;
   height: 30px;
}

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

.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-body p img{clear:left; float: left;
	margin: 0 5px 5px 5px;
	border: 1px #aab8c0 solid;
}

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

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}
.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

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



/* フッター部分 */
#footer
{
   background-image: url(image/back/index_footer.jpg);
   width: 802px;
   height: 45px;
   background-repeat: no-repeat;
}

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

.access01{
	padding: 3px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px 1px 1px 1px;
	background-color: silver;
	color: #ffffff;
	font: bold 11pt "MS UI Gothic",Osaka,"san serif";
	text-align: left;
	vertical-align: top; 
}

.access02{
	margin: 10px 0px 0px 0px;
	padding-left: 15px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px 1px 1px 1px;
	border-collapse: collapse;
	font-size: 11pt;
	text-align: left;
}
.drink01{
	padding: 3px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px 1px 1px 1px;
	background-color: silver;
	color: #ffffff;
	font: bold 11pt "MS UI Gothic",Osaka,"san serif";
	text-align: left;
	vertical-align: top; 
}

.drink02{
	margin: 10px 0px 0px 0px;
	padding-left: 15px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px 1px 1px 1px;
	border-collapse: collapse;
	font-size: 10pt;
	text-align: left;
}