/* Base Weblog (base-weblog.css) */

/* fixed content styles */
@import "./contents.css";

/* basic elements */

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

body
{
   margin: 0;
   padding: 0;
   font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size: 100%;
	 text-align:center;
	 background:url(mt_image/body_bg.jpg) center top repeat-y;
	 background-color:#E8E8E8;
}


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



/* standard helper classes */

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */


#wrapper {
	width:780px;
	margin:0 auto;
	background:url(mt_image/body_bg.jpg) center top repeat-x;
	}

#header {
	width:780px;
	height:100px;
	position:relative;
	background:url(mt_image/header_bg.jpg) 0 0 no-repeat;
	}

#header2 {
	width:100%;
	height:110px;
	position:relative;
	background: url(mt_image/header_bg2.gif) 0 0 no-repeat;

	}


#header_top_text {
	text-align:right;
	padding:10px;
	font-size:0.8em;
	color:#333;
	}

#header h1,#header2 h1 {
	width:360px;
	height:40px;
	display:block;
	margin:0;
	position:absolute;
	top:45px;
	left:10px;
	background: url(mt_image/site_id.gif) 0 0 no-repeat;
	text-indent:-9999px;
	}

#header h1 a,#header2 h1 a {
	display:block;
	width:360px;
	height:40px;
	}

#www_search {
	width:370px;
	position:absolute;
	top:50px;
	left:390px;
	text-align:right;
	font-size:0.8em;
	}

#t_img {
	background:url(mt_image/t_img.jpg) 0 0 no-repeat;
	width:780px;
	height:200px;
	clear:both;
	}

#container {
	width:780px;
	}

#main_cont {
	width:579px;
	float:right;
	padding-right: 20px;
	}


/* side_cont */


#side_cont {
	width:180px;
	float:left;
  padding-top:10px;
	}

#jwfx_menu {
	margin-top:10px;
	}

#jwfx {
	font-size:0.8em;
	text-align:left;
	margin:5px 10px 10px 10px;
	}


#left_menu {
	width:180px;
	height:360px;
	background:url(mt_image/side_menu.gif) 0 0 no-repeat;
        margin-top:10px;
	}


#left_menu ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#left_menu li a {
	display:block;
	width:180px;
	height:60px;
	text-indent:-9999px;
	}

#left_menu li#lfm01 a {
	background:url(mt_image/side_menu.gif) 0 0 no-repeat;
	}

#left_menu li#lfm01 a:hover {
	background:url(mt_image/side_menu.gif) -180px 0 no-repeat;
	}

#left_menu li#lfm02 a {
	background:url(mt_image/side_menu.gif) 0 -60px no-repeat;
	}

#left_menu li#lfm02 a:hover {
	background:url(mt_image/side_menu.gif) -180px -60px no-repeat;
	}

#left_menu li#lfm03 a {
	background:url(mt_image/side_menu.gif) 0 -120px no-repeat;
	}

#left_menu li#lfm03 a:hover {
	background:url(mt_image/side_menu.gif) -180px -120px no-repeat;
	}

#left_menu li#lfm04 a {
	background:url(mt_image/side_menu.gif) 0 -180px no-repeat;
	}

#left_menu li#lfm04 a:hover {
	background:url(mt_image/side_menu.gif) -180px -180px no-repeat;
	}

#left_menu li#lfm05 a {
	background:url(mt_image/side_menu.gif) 0 -240px no-repeat;
	}

#left_menu li#lfm05 a:hover {
	background:url(mt_image/side_menu.gif) -180px -240px no-repeat;
	}

#left_menu li#lfm06 a {
	background:url(mt_image/side_menu.gif) 0 -300px no-repeat;
	}

#left_menu li#lfm06 a:hover {
	background:url(mt_image/side_menu.gif) -180px -300px no-repeat;
	}


/* link */

.link_box {
	width:160px;
	margin:10px;
	text-align:left;
	font-size:0.8em;
  padding-bottom:20px;
	}

.link_box h4.links {
	display:block;
	width:160px;
	height:20px;
	text-indent:-9999px;
	background:url(mt_image/link_bnn.jpg) no-repeat;
	margin-bottom: 10px;
	}

.link_box h4.mem_links {
	display:block;
	width:160px;
	height:20px;


	text-indent:-9999px;
	background:url(mt_image/mem_link_bnn.jpg) no-repeat;
	margin-bottom: 10px;
	}





/* main_cont */

#main_top {
	width:580px;
	background:url(mt_image/main_bg.jpg) 0 0 repeat-x;
	}

#top_navi {
	background:url(mt_image/top_navi.jpg) 0 0 no-repeat;
	position:relative;
	width:580px;
	height: 40px;
	}

#top_navi ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#top_navi li {
 display:inline;
}

#top_navi li a {
	display:block;
	height:25px;
	position:absolute;
	top:10px;
	text-indent:-9999px;
	}


#top_navi li#nv01 a {
	left:20px;
	width:70px;
	background:url(mt_image/top_navi.jpg) -20px -10px no-repeat;
	}

#top_navi li#nv01 a:hover {
	background:url(mt_image/top_navi.jpg) -20px -50px no-repeat;
	}


#top_navi li#nv02 a {
	left:100px;
	width:100px;
	background:url(mt_image/top_navi.jpg) -100px -10px no-repeat;
	}

#top_navi li#nv02 a:hover {
	background:url(mt_image/top_navi.jpg) -100px -50px no-repeat;
	}


#top_navi li#nv03 a {
	left:210px;
	width:90px;
	background:url(mt_image/top_navi.jpg) -210px -10px no-repeat;
	}

#top_navi li#nv03 a:hover {
	background:url(mt_image/top_navi.jpg) -210px -50px no-repeat;
	}


#top_navi li#nv04 a {
	left:310px;
	width:120px;
	background:url(mt_image/top_navi.jpg) -310px -10px no-repeat;
	}

#top_navi li#nv04 a:hover {
	background:url(mt_image/top_navi.jpg) -310px -50px no-repeat;
	}


#top_navi li#nv05 a {
	left:440px;
	width:90px;
	background:url(mt_image/top_navi.jpg) -440px -10px no-repeat;
	}

#top_navi li#nv05 a:hover {
	background:url(mt_image/top_navi.jpg) -440px -50px no-repeat;
	}


/* other_main */

#other_main {
	clear:both;
	padding-top: 10px;
	width: 560px;
	margin-left: 20px;
		}

#other_main_other {
	text-align:left;
	}

#other_main_other2 {
	text-align:left;
	font-size:0.9em;
	line-height:1.5;
	}

#other_main_other2 h2 {
	font-size:1.0em;
	border-left:10px solid #999;
	border-bottom:1px solid #999;
	padding:0 0 3px 10px;
	color:#999;
	}


#panlist {
	text-align:left;
	font-size:0.8em;
	margin-bottom:1em;
	} 

#pagetop {
	text-align:right;
	font-size:0.8em;
	padding:1em 0 5px 0;
	border-bottom:double #ccc;
	}

#contactdiv {
	padding:20px;
	line-height:1.5;
	font-size:0.8em;
	color:#666;
	}

.s8em15 {
	font-size:0.8em;
	line-height:1.4;
	}


/* fsize */

#fsize_box {
	text-align:right;
	font-size:12px;
	padding:5px 5px 0 0;
	clear: both;
	background:transparent;
	}

#fsize_box img {
	vertical-align:middle;
	border:none;
	margin:0 5px;
	}


/* whats_shs */

#whats_shs {
	text-align:left;
	font-size:0.9em;
	line-height:1.4em;
	padding:20px 0 20px 20px;
	width: 560px;
	}

.p_title {
	font-size:120%;
	color:#003399;
	padding-bottom:10px;

	letter-spacing:0.2em;
	}

#whats_shs p {
	margin:0;
	line-height:1.5;
	}

#main_cont_inner {
	width:560px;
	padding-left:20px;
	padding-top:10px;
        padding-bottom:20px;
	}


#whats_shs img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}


.hrr {
	width:560px;
	height:30px;
	background: url(mt_image/hrr.gif) no-repeat;
	margin-left:20px;
	clear: both;
	}


.next_news {
	border:1px solid #ccc;
	padding:10px;
	font-size:0.8em;
	background-color: #FFFFCC;
}

.next_news p {
	margin:0;
	line-height:1.5;
}

/* blog_item */
#blog_item {
	width:140px;
	float:right;
text-align:left;
font-size:0.8em;
}


#blog_item h3.h3_category {
	width:140px;
	display:block;
	height:25px;
	text-indent:-9999px;
	background:url(mt_image/category_bnn.gif) 0 0 no-repeat;
	margin-bottom: 10px;
	}

#blog_item h3.h3_archives {
	width:140px;
	display:block;
	height:25px;
	text-indent:-9999px;
	background: url(mt_image/archives_bnn.gif) 0 0 no-repeat;
	margin-bottom: 10px;
	}

#blog_item h3.h3_entry {
	width:140px;
	display:block;
	height:25px;
	text-indent:-9999px;
	background: url(mt_image/entry_bnn.gif) 0 0 no-repeat;
	margin-bottom: 10px;
	}


#blog_item ul,.link_box ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-left: 5px;
	}

#blog_item li a,.link_box li a {
	line-height:1.5;
	background:url(mt_image/arrow_blue.gif) 0 1px no-repeat;
	padding-left:15px;
	}


#rss_feed {
	text-align:right;
	clear:both;
	padding:10px;
	font-size:0.8em;
	}

#rss_feed img {
	vertical-align:middle;
	margin-right:5px;
	font-size:0.8em;
	}


/* entry */

/* main_cont_box */
.main_cont_box {
	width:400px;
	float:left;
	text-align: left;
	padding-bottom: 20px;
	
	}

.main_cont_box2 {
	text-align: left;
	
	}





.days {
	font-size:0.7em;
	color:#003399;
	font-weight:bold;
	text-align:left;
	}

.main_cont_box h2,.main_cont_box2 h2 {
	font-size:0.9em;
	border-bottom:double #ccc;
	padding:5px 0 6px 8px;
	letter-spacing:0.2em;
	color:#fff;
  border-top:1px solid #ccc;
	background:#ea5e00;
	}

.commtext {
	text-align:left;
	line-height:1.4;
	}

/* members blog news */
#mambers_news_box {
	clear:both;
	width: 560px;
	margin-left: 20px;
	}

#mambers_news_box strong {
	display:none;
	}

#mambers_news_box h3 {
	width:560px;
	height:35px;
	text-indent:-9999px;
	display:block;
	background:url(mt_image/member_blog_title.gif) 0 0 no-repeat;
	margin-bottom: 10px;
	}

.item-box {
  text-align:left;
	padding-left: 30px;
	padding-bottom: 20px;
	
	}	

ul.item-list {
	margin:0;
	padding:0;
	list-style:none;
	}


.item-content {
	background:url(mt_image/arrow_orange.gif) 0 50% no-repeat;
	padding-left:10px;
	line-height:1.8;
	font-size:0.8em;
	}

.item-content a {
	margin-right:8px;
	}

.item-info a {
	text-decoration:none;
	color:#666666;
	font-size:0.8em;
	margin-left:8px;
	}


#members_banner {
	width:560px;
	padding-top:10px;
	}

#members_banner ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#members_banner li {
	display:inline;
	float:left;
	}

#members_banner li a {
	display:block;
	width:135px;
	height:40px;
	}

#members_banner li.second_bnn {
	margin-left:6px;
	}

.banner_box {
	clear:both;
	padding-bottom:10px;
	height:40px;
	}

.sanshou {
	font-size:0.8em;
	}




/* 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
{
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 10px;
	font-size: 0.8em;
	text-align: center;
}

.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;
	color: #333333;
}

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

#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-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;
   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 */


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

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


.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	w\idth: auto;
	margin: 0;
	background: #a3b8cc;
	font-weight: bold;
	line-height: 1;
	font-size: 0.9em;
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: double #666;
	letter-spacing: 0.2em;
	color: #333333;
}

.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
{

}

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


/* page layout */


#banner
{
   width: 100%; /* necessary for ie win */
   background: #a3b8cc;
}

#banner-inner
{
   padding: 15px 13px;
   border-width: 2px 2px 0 2px;
   border-style: solid;
   border-color: #fff;
}


.banner-user
{
   width: 70px;
   margin-top: 5px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header
{
   margin: 0;
   color: #fff;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}

#alpha { margin: 15px 15px 0 15px; width: 480px; }
#beta { width: 200px; background: #e6ecf2; }
#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 10px 10px 0 10px;
   border-width: 2px 2px 2px 0;
   border-style: solid;
   border-color: #fff;
}

.date-header
{
   margin-top: 0;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   margin-top: 0;
   border-left: 5px solid #dae0e6;
   padding: 0 0 0 10px;
   color: #666;

}

.entry-content,
.comment-content,
.trackback-content
{
	margin: 0;
	line-height: 1.5;
	font-size: 0.9em;
	color: #333333;
	text-align: left;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
	margin: 10px 0 20px 0;
	border-top: 1px solid #dae0e6;
	padding-top: 5px;
	color: #666;
	text-align: left;
	font-size: 0.7em;
}

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

.content-nav {
	margin-top: 0;
	font-size: 0.8em;
}

#trackbacks-info
{
	margin: 10px 0;
	border: 1px dashed #a3b8cc;
	padding: 0 10px;
	color: #292e33;
	text-align: center;
	background: #e6ecf2;
	font-size: 0.8em;
}

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


/* modules */

.module
{
   margin: 0 0 10px 0;
   border-bottom: 1px solid #f3f6f9;
   background: #dae0e6;
}

.module-content
{
   line-height: 1.2;
}

.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 10px 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 10px 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;
}


/* calendar tweaks */

   .layout-calendar #alpha { width: 260px; }
   .layout-calendar #beta { width: 420px; }

   .layout-calendar #gamma,
   .layout-calendar #delta
   {
      width: 190px;
   }

   .layout-calendar #gamma-inner,
   .layout-calendar #delta-inner
   {
      border: 0;
      padding: 0;
   }

   .module-mmt-calendar { width: 398px; }
   .module-mmt-calendar .module-content
   {
      margin: 0;
      border-width: 0;
      padding: 10px;
   }

   .module-mmt-calendar table
   {
      width: 378px;
      background: #a3b8cc;
   }

   .module-mmt-calendar th
   {
      color: #fff;
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: bold;
   }

   .module-mmt-calendar td
   {
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: normal;
      background: #e6ecf2;
   }

   th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
   {
      border-right: none;
   }

   .module-mmt-calendar td { height: 70px; }

   .day-photo
   {
      width: 49px;
      height: 49px;
   }
	
   .day-photo a
   {
      border: #cfd4d9 1px solid;
      padding: 1px;
      background: #fff;
   }

   .day-photo a:hover
   {
      border-color: #36414d;
      background: #fff;
   }

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


/* artistic tweaks */

   .layout-artistic #alpha { width: 260px; }
   .layout-artistic #beta { width: 420px; }

   .layout-artistic #gamma,
   .layout-artistic #delta
   {
      width: 190px;
   }

   .layout-artistic #gamma-inner,
   .layout-artistic #delta-inner
   {
      border: 0;
      padding: 0;
   }


/* moblog1 tweaks */

   .layout-moblog1 #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
   }

   .layout-moblog1 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog1 #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-moblog1 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

   .layout-moblog2 #alpha
   {
      margin: 0;
      width: 86px;
      background: #e6ecf2;
   }

   .layout-moblog2 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog2 #beta
   {
      margin: 15px 15px 0 15px;
      width: 260px;
      background: none;
   }

   .layout-moblog2 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog2 #delta
   {
      width: 154px;
   }

   .layout-moblog2 .module-recent-photos
   {
      border: 0;
      background: none;
   }

   .layout-moblog2 .module-recent-photos .module-content
   {
      padding: 0;
      border: 0;
   }

   .layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }


/* timeline tweaks */

   .layout-timeline #alpha { width: 260px; }
   .layout-timeline #beta { width: 420px; }

   .layout-timeline #gamma,
   .layout-timeline #delta
   {
      width: 190px;
   }

   .layout-timeline #gamma-inner,
   .layout-timeline #delta-inner
   {
      border: 0;
      padding: 0;
   }




/* three-column tweaks */

   .layout-three-column #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
   }

   .layout-three-column #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-three-column #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-three-column #beta-inner
   {
      padding: 0;
      border-width: 0;
   }


#footer {
	width:780px;
	height:80px;
	background:url(mt_image/footer.jpg) 0 0 no-repeat;

	clear:both;
	}


address {
	text-indent:-9999px;
        display:block;
	}

address a {
	display:block;
	width:100%;
	height:80px;
	text-decoration:none;
	background:url(mt_image/footer.jpg) 0 0 no-repeat;
	}

/* SITEMAP */

.sitemap_box {
	clear:both;
	padding:10px;
	font-size:0.9em;
	}

.sitemap_box dl {

	padding-bottom:20px;
	}

.sitemap_box dt {
	font-weight:bold;
	border-bottom:1px solid #999;
	border-left:10px solid #999;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing:0.1em;
	}

.sitemap_box dd {
	line-height:1.5;
	}

/* calender */

.calender {
	padding:3px;
	}

#carender_tbl {
	border-collapse:collapse;
	width:170px;
	border:1px solid #ccc;
}

#carender_tbl caption {
	text-align:center;
	font-weight:bold;
	color:#0044CD;
	}

#carender_tbl th {
	text-align:center;
	font-weight:bold;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

.sunday {
	color:#cc0000;
	}

.saturday {
	color:#0033CC;
	}

#carender_tbl td,#carender_tbl th {
	text-align:center;
	padding:3px;
	font-size:0.8em;
	}
