/* CSS Document */

@charset "UTF-8";

* {
margin:0;
padding:0;
}
/* $Id: base-weblog.css 17686 2005-09-22 10:08:53Z sekimura $ */

/* basic elements */

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: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", verdana, arial, sans-serif;
	font-size: 12px;
}

form { 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 body .pkg { height: 1%; }
* 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 */
	width: 768px;
	text-align: left;
}
#container-inner { position: static; width: auto; }

#banner 
{
	position: center;
	width:758px;
}

#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-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
{
	text-indent: -9999px;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comments-info,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 10px;
}

.trackbacks-info p,
.comments-info p
{
	margin-top: 5px;
}

.trackbacks-link
{
        font-size: 0.8em;
}

.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;
}

.entry-footer p
{
	margin-top: 0;
	margin-bottom: 2px;
}

.comments-open label { display: block; }

#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;
}

img.emoticon,
.entry-content img.emoticon
{
	border: 0;
	padding: 0 1px;
	background-color: transparent;
}

/* 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,
.archive-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-more
{
	text-align: right;
}

.module-elsewhere .module-list img,
.archive-elsewhere .archive-list img,
.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-qrcode .module-content { text-align: center; }

.module-calendar .module-content table
{
	border-collapse: collapse;
	width: 100%;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.module-category-cloud .module-list
{
      margin-right: 0;
      margin-left: 0;
}

.module-category-cloud .module-list-item
{
    display: inline;
      margin: 0 5px 0 0;
      padding: 0;
      line-height: 1.2em;
      background: none;
}

.module-category-cloud .cloud-weight-1  { font-size: 0.9em; }
.module-category-cloud .cloud-weight-2  { font-size: 0.95em; }
.module-category-cloud .cloud-weight-3  { font-size: 1em; }
.module-category-cloud .cloud-weight-4  { font-size: 1.125em; }
.module-category-cloud .cloud-weight-5  { font-size: 1.25em; }
.module-category-cloud .cloud-weight-6  { font-size: 1.375em; }
.module-category-cloud .cloud-weight-7  { font-size: 1.5em; }
.module-category-cloud .cloud-weight-8  { font-size: 1.625em; }
.module-category-cloud .cloud-weight-9  { font-size: 1.75em; }
.module-category-cloud .cloud-weight-10 { font-size: 1.75em; }

.typelist-plain .module-list,
.typelist-plain .archive-list
{
	list-style: none;
}

.typelist-plain .module-list-item,
.typelist-plain .archive-list-item
{
	padding: 0;
	background: none;
}


.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 body .typelist-thumbnailed .module-list-item { height: 1%; }
* 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;
}

.typelist-no-description
{
   text-align: center;
   margin: 10px 0;
}

.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 body .module-recent-photos .module-list { height: 1%; }
* 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;
}
textarea
{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", verdana, arial, sans-serif;
}












/* ------------ Layouts */
/* -------- Classic Layouts */
/* ---- one-column layout */
body.layout-one-column div#container {
	width: 768px;
	text-align: center;
}

body.layout-one-column div#alpha {
    display: block;
    float: none;
    width: 560px;
    margin: 0 auto;
    text-align: left;
}

body.layout-one-column div#alpha-inner {
    padding: 0;
}

/* ---- two-column (left) */


body.layout-two-column-left div#container {
    width: 768px;
}

body.layout-two-column-left div#alpha {
    float: left;
    width: 190px;
}

body.layout-two-column-left div#alpha-inner {
    padding: 0;
}

body.layout-two-column-left div#beta {
    float: right;
    width: 500px;
}

body.layout-two-column-left div#beta-inner {
    padding: 0;
}

/* ---- two-column (right) */
body.layout-two-column-right div#container {
	width: 768px;
}

body.layout-two-column-right div#alpha {
	float: left;
	width: 540px;
}

body.layout-two-column-right div#alpha-inner {
    border: 0;
    padding: 0;
	margin-left:40px;
	margin-bottom:10px;
	
	
	
}


body.layout-two-column-right div#beta {
	width: 173px;
	float: right;
	margin-right:10px;

	margin-top:
	
}


body.layout-two-column-right div#beta-inner {
	width: 170px;
	padding: 0;
}

/* ------------ gikai*/

#gikai_2 table{
	 width:100%;
}

#gikai_2 td{
	padding:5px;
}

#gikai h2{
    background: url(http://ayari.weblogs.jp/images/bn_repo.gif) no-repeat;
	text-indent: -9999px;
	height:32px;
}




#gikai h3{
    background: url(http://ayari.weblogs.jp/images/bn_repo2.gif) no-repeat;
	text-indent: -9999px;
	height:32px;
}


#gikai h2{
    background: url(http://ayari.weblogs.jp/images/bn_gikai.gif) no-repeat;
	text-indent: -9999px;
	height:32px;
}

#gikai h3{
    background: url(http://ayari.weblogs.jp/images/bn_repo2.gif) no-repeat;
	text-indent: -9999px;
	height:32px;
}

#gikai .repo{
	 float:left;
	 margin-right:10px;
	 height:31px;
	 width:88px;
}

#gikai .repo2{
	clear:left;
}

#gikai table{
	 width:100%;
}

#gikai th{
	vertical-align:top;
	width:180px;
	color:#FF6600;
	font-size:16px;
	padding:5px;
	background-color:#e8fcff;
}

#gikai td{
    vertical-align:top;
	padding:5px;
}

#gikai tr{
    vertical-align:top;
	padding:5px;
}

#gikai .movie{
     vertical-align:top;
	 margin-left:60px;
}

#gikai .question{
     vertical-align:top;
	 font-size:12px;
	 color:#5D5D5D;
}



/* ------------ contact */

#contact h2{
    background: url(http://ayari.weblogs.jp/images/bn_contact.gif) no-repeat;
	text-indent: -9999px;
    }

#contact h3{
    background: url(http://ayari.weblogs.jp/images/bn_mail.gif) no-repeat;
	text-indent: -9999px;
	height:50px;
    }

#contact ul{
	list-style-type:none;
    }

#contact a:link {
    color: #2f7a23; 
    text-decoration: none;
}

#contact a:visited {
    color: #2f7a23;
    text-decoration: none;
}

#contact a:hover {
    color: #2f7a23D;
    text-decoration: underline;
}

/* ------------ contact2 */


#contact2 a:link {
    color: #2f7a23; 
    text-decoration: none;
}

#contact2 a:visited {
    color: #2f7a23;
    text-decoration: none;
}

#contact2 a:hover {
    color: #2f7a23D;
    text-decoration: underline;
}

#contact2 table{
	 width:100%;
}

#contact2 th{
	vertical-align:top;
	width:180px;
	color:#FF6600;
	font-size:16px;
	padding:5px;
	background-color:#e8fcff;
}

#contact2 td{
    vertical-align:top;
	padding:5px;
}

#contact2 tr{
    vertical-align:top;
	padding:5px;
}

/* ------------ contact3 */


#contact3 ul{
	list-style-type:none;
    }

/* ------------ profile */

#profile {
	width: 159px;
	border-right:solid 2px #DB311F;
	border-bottom:solid 2px #DB311F;
	border-left:solid 2px #DB311F;
	text-align:left;
	padding:10px 0 0 0;
	margin:0 0 10px 0;

}

#profile_b h2{
	background: url(http://ayari.weblogs.jp/images/profile.gif) no-repeat;
	text-indent: -9999px;
	width:163px;
	height:44px;
	margin:0;
}

#profile p{
	text-align:right;
	margin-right:5px;

	}

#profile ul{
    text-align:left;
	list-style-type:none;
	margin-left:5px;
	}
	
#profile h3{
    text-align:center;
	list-style-type:none;
	margin-top:5px;
	}

#profile h4{
    text-align:center;
	list-style-type:none;
	}
	
#profile a:link {
    color: #2f7a23; 
    text-decoration: none;
}

#profile a:visited {
    color: #2f7a23;
    text-decoration: none;
}

#profile a:hover {
    color: #2f7a23D;
    text-decoration: underline;
}

#adress {
    margin:0 5px 0 5px;
	}


#blog{
	width: 159px;
	text-align:left;
	border-right:solid 2px #7FBF0D;
	border-bottom:solid 2px #7FBF0D;
	border-left:solid 2px #7FBF0D;
	padding:10px 0 0 0;
}	
	
#blog_b h2{
	background: url(http://ayari.weblogs.jp/images/blog.gif) no-repeat;
	text-indent: -9999px;
	width:163px;
	height:44px;
	margin:0;
}

#blog ul{
    text-align:left;
	list-style-type:none;
	margin-left:5px;
	}
	
#deta{
	margin:0 5px 0 5px;
	text-align:left;
	}
	
/* ------------ profile2 */

#profile2 h2{
    background: url(http://ayari.weblogs.jp/images/bn_profile.gif) no-repeat;
	text-indent: -9999px;
    }

#profile2 h3{
    background: url(http://ayari.weblogs.jp/images/bn_profile_1.gif) no-repeat;
	text-indent: -9999px;
	height:32px;
    }

#profile2 ul{
	list-style-type:none;
    }
/* ------------ profile3 */

#profile3 h2{
     background: url(http://kumazawa-ayari.com/images/photo2.jpg) no-repeat;
     height: 181px;
	 width:150px;
	 text-indent: -9999px;
	 float:right;
}	

#profile3 p{
     clear:left;
}	

#profile3 h3{
     background: url(http://ayari.weblogs.jp/images/bn_history.gif) no-repeat;
	 text-indent: -9999px;
	 width:300px;
	 height:32px;
}	

#link h2{
     background: url(http://ayari.weblogs.jp/images/bn_link.gif) no-repeat;
	 text-indent: -9999px;
}

#link ul{
	list-style-type:none;
    }
	
#link a:link {
    color: #2f7a23; 
    text-decoration: none;
}

#link a:visited {
    color: #2f7a23;
    text-decoration: none;
}

#link a:hover {
    color: #2f7a23D;
    text-decoration: underline;
}

/* ---- Commit*/

#Commit h2{
     background: url(http://ayari.weblogs.jp/images/bn_commit_5.gif) no-repeat;
	 text-indent: -9999px;
}

#Commit h3{
     background: url(http://ayari.weblogs.jp/images/bn_commit_6.gif) no-repeat;
	 text-indent: -9999px;
	 	 height:32px;
}

#Commit h4{
     background: url(http://ayari.weblogs.jp/images/bn_commit_10.gif) no-repeat;
	 text-indent: -9999px;
	 height:32px

}

#Commit .Commit_pr1{
    background: url(http://kumazawa-ayari.com/images/bn_commit_7.gif) no-repeat;
	text-indent: -9999px;
	height:50px
}

#Commit .Commit_pr2{
    background: url(http://kumazawa-ayari.com/images/bn_commit_8.gif) no-repeat;
	text-indent: -9999px;
	height:50px
}

#Commit .Commit_pr3{
    background: url(http://kumazawa-ayari.com/images/bn_commit_9.gif) no-repeat;
	text-indent: -9999px;
	height:50px
}

#Commit_2{
	height: 185px;
	position:relative;
}	

#Commit_2 span {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:32px;
color:#FF6600;
}

#Commit_2 .tab1 {
position:absolute;
top:5px;
left:5px;
list-style-type:none;
}

#Commit_2 .tab2 {
position:absolute;
top:100px;
left:5px;
list-style-type:none;
}

#Commit_2 .tab3 {
position:absolute;
top:5px;
left:300px;
list-style-type:none;
}

#Commit_2 .tab4 {
position:absolute;
top:100px;
left:300px;
list-style-type:none;
}

#Commit_3 {
    background: url(http://ayari.weblogs.jp/images/bn_commit_11.gif) no-repeat;
	text-indent: -9999px;
	height:32px;
	margin-bottom:10px;
}

/* ---- sub*/
#sub{
	margin-top:20px;
}

#sub1{
	margin-top:10px;
}

#sub2{
	margin-top:10px;
}

/* ---- communication*/
#communication h2{
    background: url(http://kumazawa-ayari.com/images/bn_repo.gif) no-repeat;
	text-indent: -9999px;
	height:32px;
}

#communication h3{
    background: url(http://ayari.weblogs.jp/images/bn_repo2.gif) no-repeat;
	text-indent: -9999px;
	height:32px;
}

#communication .repo{
	 float:left;
	 margin-right:10px;
	 height:31px;
	 width:88px;
}

#communication .repo2{
	clear:left;
}

#communication_2 table{
	 width:100%;
}

#communication_2 th{
	vertical-align:top;
	width:180px;
	color:#FF6600;
	font-size:16px;
	padding:5px;
	background-color:#e8fcff;
}

#communication_2 td{
    vertical-align:top;
	padding:5px;
}

#communication_2 tr{
    vertical-align:top;
	padding:5px;
}

#communication_2 .movie{
     vertical-align:top;

}

#communication_2 .question{
     vertical-align:top;
	 font-size:12px;
	 color:#5D5D5D;
}

#communication_2 .top{
	text-align:right;
	background:url(http://kumazawa-ayari.com/images/icon.gif) no-repeat right;
	background-position:420px 0;
	height:20px;
}

#ayari h2{
    background: url(http://ayari.weblogs.jp/images/bn_ayari.gif) no-repeat;
	text-indent: -9999px;
	height:32px;
}

#ayari .repo{
	 float:left;
	 margin-right:10px;
	 height:33px;
	 width:112px;
}

#ayari .repo{
	 float:left;
	 margin-right:10px;
	 height:33px;
	 width:112px;
}

#ayari_2 td{
	 text-align:center;
}

#ayari_2 table{
	 width:100%;
}

#ayari_mini h2{
    background: url(http://kumazawa-ayari.com/images/bn_ayari_2.gif) no-repeat;
	text-indent: -9999px;
	height:32px;
}


#sitemap h2{
    background: url(http://ayari.weblogs.jp/images/bn_sitemap.gif) no-repeat;
	text-indent: -9999px;
	height:32px;
	
}

#sitemap ul{
	line-height:3;
	list-style-type:none;
}

#sitemap a:link {
color: #2f7a23; 
text-decoration: none;
}

#sitemap a:visited {
color: #2f7a23;
text-decoration: none;
}

#sitemap a:hover {
color: #2f7a23;
text-decoration: underline;
}


/* ---- footer*/
#footer {
	background: url(http://ayari.weblogs.jp/images/footer.gif) no-repeat;
	width:758px;
	height:65px;
	text-align:center;
	margin:0 5px 0 5px;
	color: #5D5D5D;
	list-style-type:none;
}

#footer a:link {
color: #5D5D5D; 
text-decoration: none;
}

#footer a:visited {
color: #5D5D5D;
text-decoration: none;
}

#footer a:hover {
color: #5D5D5D;
text-decoration: underline;
}


#footer ul{
	list-style-type:none;
}

#footer1 {
	height:32px;
	text-align:center;
	margin:0 5px 0 5px;
	line-height:32px;
}


#banner02 {
	margin-top:10px;
	margin-bottom:10px;
}

#banner02 h2 {
    background: url(http://ayari.weblogs.jp/images/photogalley.gif) no-repeat;
	width:163px;
	height:150px;
	text-indent: -9999px;
}

/* ---- three-column*/
body.layout-three-column #container {
    width: 780px;
}

body.layout-three-column #alpha {
    float: left;
    width: 190px;
}

body.layout-three-column #alpha-inner {
    padding: 0;
}

body.layout-three-column #beta {
    width: 330px;
}

body.layout-three-column #beta-inner {
    padding: 0 0 0 30px;
}

body.layout-three-column #gamma {
    float: right;
    width: 190px;
}

body.layout-three-column #gamma-inner {
    padding: 0;
}


/* ---- three-column-right*/
body.layout-three-column-right #container {
    width: 780px;
}

body.layout-three-column-right #alpha {
    float: left;
    width: 330px;
}

body.layout-three-column-right #alpha-inner {
    padding: 0 30px 0 0;
}

body.layout-three-column-right #beta {
    width: 190px;
}

body.layout-three-column-right #beta-inner {
    padding: 0;
}

body.layout-three-column-right #gamma {
    float: right;
    width: 190px;
}

body.layout-three-column-right #gamma-inner {
    padding: 0;
}

/* -------- mixed media */
/* ---- timeline layout */
body.layout-timeline div#container {
    width: 780px;
}

body.layout-timeline #alpha {
    float: left;
    width: 310px;
}

body.layout-timeline #beta {
    float: right;
    width: 400px;
}

body.layout-timeline #beta #gamma {
    float: left;
    width: 190px;
}

body.layout-timeline #beta #delta {
    float: right;
    width: 190px;
}

/* ---- moblog (type-a) */
body.layout-moblog1 div#container {
    width: 780px;
}

body.layout-moblog1 div#alpha {
    float: left;
    width: 190px;
}

body.layout-moblog1 div#alpha-inner {
    padding: 0;
}

body.layout-moblog1 div#beta {
    width: 330px;
}

body.layout-moblog1 div#beta-inner {
    padding: 0 0 0 30px;
}

body.layout-moblog1 div#gamma {
    float: right;
    width: 190px;
}

body.layout-moblog1 div#gamma-inner {
    padding: 0;
}

div.module-recent-photos div.module-content {
    padding: 10px 0 0 0;
}

div.module-recent-photos li.module-list-item {
    margin: 0 5px 10px 5px;
    padding: 0;
    background: none;
}

/* ---- moblog (type-b) */
body.layout-moblog2 div#container {
    width: 780px;
}

body.layout-moblog2 div#alpha {
    width: 60px;
    float: left;
    margin-right: 20px;
}

body.layout-moblog2 div#alpha-inner {
    padding: 0;
}

body.layout-moblog2 div#beta {
    width: 300px;
    margin-right: 20px;
}

body.layout-moblog2 div#beta-inner {
    padding: 0;
}

body.layout-moblog2 div#gamma {
    width: 170px;
}

body.layout-moblog2 div#gamma-inner {
    padding: 0;
}

body.layout-moblog2 div#delta {
    float: right;
    width: 150px;
}

body.layout-moblog2 div#delta-inner {
    padding: 0;
}

body.layout-moblog2 div.module-photo img {
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0;
}

/* ---- artistic tweaks */
body.layout-artistic div#container {
    width: 780px;
}

body.layout-artistic div#alpha {
    float: left;
    width: 310px;
}

body.layout-artistic div#beta {
    float: right;
    width: 400px;
}

body.layout-artistic div#beta div#gamma {
    float: left;
    width: 190px;
}

body.layout-artistic div#beta div#delta {
    float: right;
    width: 190px;
}

/* ---- calendar tweaks */
body.layout-calendar div#container {
    width: 780px;
}

body.layout-calendar div#alpha {
    float: left;
    width: 310px;
}

body.layout-calendar div#beta {
    float: right;
    width: 400px;
}

body.layout-calendar div#beta div#gamma {
    float: left;
    width: 190px;
}

body.layout-calendar div#beta div#delta {
    float: right;
    width: 190px;
}


/* ------------ Theme Styles (Theme Name) */

body {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background: url(http://ayari.weblogs.jp/images/body_back.gif) repeat-x #dffaff;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

a {
    color: #6db0f3;
}

a:hover {
    color: #03b95e;
}

a:visited {
    color: #97b8d9;
}

.entry-header a {
    text-decoration: none;
    color:#2f7a23
}
.entry-header a:visited {
    text-decoration: none;
    color:#2f7a23
}

.entry-header a:hover {
    text-decoration: underline;
    color:#2f7a23
}

/* ------------ container */
div#container {
	background: url(http://ayari.weblogs.jp/images/container_back.gif) center top repeat-y;
	text-align: center;
	width: 768px;
	
}

div#container-inner {
	margin: 0 auto;
	padding: 0;
	background: transparent url(http://ayari.weblogs.jp/images/container-inner_back.gif) center top no-repeat;
	text-align: left;
	padding:0 5px;
}

/* ------------ banner */


#banner h1 a {
	display: block;
	width: 758px;
	height: 198px;
	font-size: 0;
	text-decoration: none;
	text-indent: -9999px;
	background: url(http://kumazawa-ayari.com/images/top.jpg) no-repeat 0 0;
}


div#banner-inner {
    height: 198px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

div#banner a {
    color: white;
    text-decoration: none;
}

div#banner a:hover {
    text-decoration: underline;
}

div#banner a:visited {
    text-decoration: none;
}

h1#banner-header {
    margin: 0;
    padding:  0 0 0 0;
    color: white;
    font-size: 200%;
    font-weight: normal;
}

h2#banner-description {
    margin: 0;
    padding: 0 15px 0 70px;
    color: white;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
}

/* ------------ menu */

#navi{
	width:758px;
	height: 114px;
	position:relative;
}	

#navi li {
display: block;
width: 77px;
height: 77px;
line-height:77px;
text-align:center;　　　　　　　　　　　　　　　　　　　　　　
}

#navi .menu1 {
position:absolute;
top:7px;
left:46px;
}

#navi .menu2 {
position:absolute;
top:30px;
left:193px;
}

#navi .menu3 {
position:absolute;
top:7px;
left:339px;
}

#navi .menu4 {
position:absolute;
top:30px;
left:488px;
}

#navi .menu5 {
position:absolute;
top:7px;
left:633px;
}

#navi li.menu1 a {
display: block;
width: 77px;
height: 77px;
background: url(http://ayari.weblogs.jp/images/bn_1.gif);
}

#navi li.menu2 a {
display: block;
width: 77px;
height: 77px;
background: url(http://ayari.weblogs.jp/images/bn_2.gif);
}

#navi li.menu3 a {
display: block;
width: 77px;
height: 77px;
background: url(http://ayari.weblogs.jp/images/bn_1.gif);
}

#navi li.menu4 a {
display: block;
width: 77px;
height: 77px;
background: url(http://ayari.weblogs.jp/images/bn_2.gif);
}

#navi li.menu5 a {
display: block;
width: 77px;
height: 77px;
background: url(http://ayari.weblogs.jp/images/bn_1.gif);
}

#navi a:link {
color: #2f7a23; 
text-decoration: none;
}

#navi a:visited {
color: #2f7a23;
text-decoration: none;
}

#navi a:hover {
color: #2f7a23;
text-decoration: underline;
}



/* ------------ topics */
#topics h2{
    background: url(http://ayari.weblogs.jp/images/bn_topics.gif) no-repeat;
	text-indent: -9999px;
}

#topics p{
text-align:right;
}

#topics ul{
list-style-type:none;
}

#topics a:link {
color: #2f7a23; 
text-decoration: none;
}

#topics a:visited {
color: #2f7a23;
text-decoration: none;
}

#topics a:hover {
color: #2f7a23;
text-decoration: underline;
}

#topics h2{
    background: url(http://ayari.weblogs.jp/images/bn_topics.gif) no-repeat;
	text-indent: -9999px;
}

#topics th{
	vertical-align:top;
	padding:5px;
}

#topics td{
	vertical-align:top;
	padding:5px;
}

/* ------------ line */
#line{
    background: url(http://ayari.weblogs.jp/images/line.gif) no-repeat;
	text-indent: -9999px; 
	height:60px;
}

#line2{
    background: url(http://ayari.weblogs.jp/images/line2.gif) no-repeat;
	text-indent: -9999px; 
	height:20px;
	clear:left;
}

/* ------------ top_pr */
#top_pr h2{
    background: url(http://ayari.weblogs.jp/images/bn_commit.gif) no-repeat;
	text-indent: -9999px;
}

#top_pr h3{
    background: url(http://ayari.weblogs.jp/images/bn_commit_4.gif) no-repeat;
	text-indent: -9999px;
	height:32px;
}

#top_pr .top_pr1{
    background: url(http://ayari.weblogs.jp/images/bn_commit_1.gif) no-repeat;
	text-indent: -9999px;
	height:32px
}

#top_pr .top_pr2{
    background: url(http://ayari.weblogs.jp/images/bn_commit_2.gif) no-repeat;
	text-indent: -9999px;
	height:32px
}

#top_pr .top_pr3{
    background: url(http://ayari.weblogs.jp/images/bn_commit_3.gif) no-repeat;
	text-indent: -9999px;
	height:32px
}

#top_pr .next{
text-align:right;
}

#top_pr a:link {
color: #2f7a23; 
text-decoration: none;
}

#top_pr a:visited {
color: #2f7a23;
text-decoration: none;
}

#top_pr a:hover {
color: #2f7a23;
text-decoration: underline;
}

.module-header p {
    position: center;
    background: url(http://ayari.weblogs.jp/images/photo.jpg) no-repeat;
　　width:102px;
　　heigh:125px;
}　



/* ------------ entry */
div.entry {
    overflow: hidden;
}

h2.date-header {
    height: 37px;
    line-height: 45px;
    margin: 5px 0 15px 0;
    background: white url(theme-image/date-header_back.gif) no-repeat 0 0;
    color: #000000;
    font-family: "trebuchet ms", verdana, sans-serif;
    font-size: 150%;
    text-transform: uppercase;
	text-align:left;
	
	
}

h3.entry-header,
h3.archive-header,
h2.archive-header {
    margin: 0;
    padding: 0 0 10px 0;
    color: #2f7a23;
    font-size: 140%;
    font-weight: bold;
}

div.entry-footer {
    margin: 10px 0 20px 0;
    padding: 5px 0 20px 0;
    background: transparent url(theme-image/entry-footer_btm.gif) no-repeat bottom left;
    color: #000000;
    font-size: 90%;
    font-weight: normal;
    text-align: right;
}

/* ---- comment, trackback */
h3.trackbacks-header,
h3.comments-header,
h2.comments-open-header {
	height: 33px;
	line-height: 40px;
	padding-left: 40px;
	background: url(theme-image/module-header_back.gif) top left no-repeat;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}

form#comment-form {
    margin-bottom: 40px;
}

/* ------------ module */
div.module {
    margin: 0 0 20px 0;
    padding: 0;
    color: #3A6D3B;
}

/* -------- module-header */
h2.module-header {
	background: url(http://ayari.weblogs.jp/images/archive.gif) no-repeat;
	text-indent: -9999px;
	width:163px;
	height:44px;
	margin-bottom:0;
}

h2.module-header2 {
	background: url(http://ayari.weblogs.jp/images/category.gif) no-repeat;
	text-indent: -9999px;
	width:163px;
	height:44px;
	margin-bottom:0;
}

h2.module-header a,
div.module-widget h2.mosule-header a {
    color: white;
    text-decoration: underline;
}

h2.module-header a:hover,
div.module-widget h2.mosule-header a:hover {
    text-decoration: none;
}

h2.module-header a:visited,
div.module-widget h2.mosule-header a:visited {
    text-decoration: underline;
}

div.module-about h2.module-header {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 100%;
    text-align: center;
	height:150px;
	width:163px;
}



div.module-about h2.module-header a {
    color: #99D8E7;
}

div.module-about h2.module-header a:hover {
    color: #54C9E5;
}

div.module-about h2.module-header a:visited {
    color: #99D8E7;
}

/* -------- module-content */
div.module-content {
    margin: 15px 0;
    padding: 0 15px;
    background-color: white;
}

div.module-content a {
    color: #99D8E7;
}

div.module-content a:hover {
    color: #54C9E5;
}

div.module-content a:visited {
    color: #99D8E7;
}

/* -------- module-powered */
div.module-powered div.module-content {
    padding: 10px 0;
    border: 1px solid #89c4ff;
    text-align: center;
}

/* -------- module-recent-photos */
div.module-recent-photos div.module-content {
     padding: 10px 0 0 19px;
}

div.module-recent-photos ul.module-list {
     margin: 0;
}

div.module-recent-photos li.module-list-item {
    width: 64px; /* mac ie fix */
    margin: 0 10px 10px 0;
    padding: 0;
    background: none;
}

body.layout-moblog2 div.module-recent-photos div.module-content {
    padding: 0;
}

body.layout-moblog2 div.module-recent-photos li.module-list-item {
    margin: 0;
}

/* -------- module-calender */
div.module-calendar {
    background-color: #F1F7DD;
    background-image: url(theme-image/calender_top_190.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

/* ---- one-column */
body.layout-one-column div.module-calendar {
    background: url(theme-image/calender_top_560.gif);
}

div.module-calendar h2.module-header {
    margin: 0 10px 10px 10px;
    padding: 0;
    border-bottom: 1px solid white;
    background: none;
    color: #99D8E7;
    text-align: center;
}

div.module-calendar div.module-content {
    margin: 0;
    padding: 0 5px 10px 5px;
    background-color: transparent;
    background-image: url(theme-image/calender_btm_190.gif);
    background-position: left bottm;
    background-repeat: no-repeat;
}

/* ---- one-column */
body.layout-one-column div.module-calendar div.module-content {
    background-image: url(theme-image/calender_btm_560.gif);
}

div.module-calendar div.module-content th {
    padding-bottom: 5px;
}

div.module-calendar div.module-content th,
div.module-calendar div.module-content td a {
    color: #1E90AB;
}

div.module-calendar div.module-content td {
    color: #FFFFFF;
}

/* -------- other style module */
div.module-about div.module-content,
div.module-email div.module-content,
div.module-photo div.module-content,
div.module-syndicate div.module-content,
div.module-subscribe div.module-content {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 100%;
    text-align: center;
	margin-top:10px;
}

/* -------- module-list */
ul.module-list {
    margin: 0;
    padding: 0;
}

ul.module-list li.module-list-item {
    margin: 0;
    padding: 0 0 2px 0;
}

div.module-galleries ul.module-list li.module-list-item {
    padding: 0;
    background: none;
}

/* -------- mmt-calendar */
div.module-mmt-calendar {
    width: 400px;
    background-color: #F1F7DD;
}

div.module-mmt-calendar h2.module-header {
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 1px solid white;
    background: transparent url(theme-image/calender_top_400.gif) no-repeat left top;
    color: #99D8E7;
    text-align: center;
}

div.module-mmt-calendar h2.module-header a {
    color: #1E90AB;
}

div.module-mmt-calendar div.module-content {
    margin: 0;
    padding: 10px 0;
    background: transparent url(theme-image/calender_btm_400.gif) no-repeat left bottom;
 }

div.module-mmt-calendar table {
    width: 400px;
    margin: 0;
    padding: 0;
}

div.module-mmt-calendar th,
div.module-mmt-calendar td {
    padding: 2px;
    text-align: center;
}

div.module-mmt-calendar td {
    height: 70px;
    color: #99D8E7;
    text-align: center;
}

div.module-mmt-calendar th,
div.module-mmt-calendar td a {
    color: #1E90AB;
}

div.day-photo {
    width: 49px;
    height: 49px;
    margin: 0 auto;
    padding: 0;
}

div.day-photo a img{
    width: 45px;
    height: 45px;
}

/* ph=1 */

