/* Base Weblog (base-weblog.css) */
.a1{
  font-size : 24px;
}
.a2{
  font-size : 13px;
}
.a3{
  font-size : 12px;
}
.a4{
  font-size : 16px;
}
.a5{
  font-size : 18px;
}
.a6{
  font-size : 20px;
}
.a7{
  font-size : 22px;
}
.a11{
  font-size : 11px;
}
.g4{
  line-height : 16px;
}

.g5{
  line-height : 18px;
}
.g6{
  line-height : 20px;
}

.c1{
color:#FF0000;
}
.c2{
color:#000099;
}
.c3{
color:#ffffff;
}
.c4{
color:#0000ff;
}
.c5{
color:#009966;
}
.f1{
font-weight:bold;
font-size:12px;
}
/* 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:"�l�r �o�S�V�b�N", Osaka, "�q���M�m�p�S Pro W3", sans-serif;
   font-size: 12px;
   background-color:#FFFFFF
}

/* Link */

A                { color: #0000CC; text-decoration: none; background: none;}
A:link           { color: #0000CC; text-decoration: none; background: none;}
A:link:hover     { color: #FF0000; text-decoration: underline; background: none;}
A:link:active    { color: #FF0000; text-decoration: none; background: none;}

A:visited        { color:#E8E8E8; text-decoration: none; background: none;}
A:visited:hover  { color: #FF0000; text-decoration: underline; background: none;}
A:visited:active { color: #FF0000; text-decoration: none; background: none;}


form, input { margin: 0; padding: 0; }
a { text-decoration: underline; color:#333333; }
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: 0px;
   margin-bottom: 0px;
}


/* 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 */
   width: 752px;
   text-align: left;
}
#container-inner { position: static; width: auto; }

#banner, #banner2, #footer { position: relative; }
#banner-inner, #banner-inner2, #footer-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { width: 100%; position:relative; background-image:url(img/bgl.jpg); background-repeat:repeat-y; 
background-color:#ffffff;
}

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

#alpha-inner, #beta-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 */
.main{
	font-size:12px;
	line-height:150%;
	color:#444444;
}
.main h3{
	font-size:12px;
	border-bottom:solid 3px #00aaff;
	clear:both;
}
.newli{
	text-align:left;
	width:500px;
	margin-left:5px;
	margin-right:10px;
	margin:0 auto;
	padding-top:5px;
}
.newli li{
	list-style-type:square;
	}
.newli A                { color: #333333; text-decoration: none; background: none;}
.newli A:link           { color: #333333; text-decoration: none; background: none;}

.newli A:link:hover     { color: #FF0000; text-decoration: underline; background: none;}
.newli A:link:active    { color: #FF0000; text-decoration: none; background: none;}
.newli A:visited        { color:#666666; text-decoration: none; background: none;}
.newli A:visited:hover  { color: #FF0000; text-decoration: underline; background: none;}
.newli A:visited:active { color: #FF0000; text-decoration: none; background: none;}

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

.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;
   text-align:left;
}

.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, #comment-text
{
   width: 240px;
}

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

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

/* resent entry */
#resent h2	{
	font-size: 12px;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	border-right:2px solid #0066CC;
	border-bottom:2px solid #0066CC;
	background:url(img/bg_ent.gif);
	
	padding: 3px 0 2px;
	}

#resent a	{
	color:#663333;
	}

#resent ul	{
	font-size: 10px;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left:0;
	padding-left:0;
	color:#0033FF;
	}
img.image-full { width: 100%; }

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

/* positioniseverything.net/easyclearing.html */

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

#calendar {
 line-height: 140%;
 color:#FFFFFF;
 font-family:  Verdana, Arial, sans-serif;
 font-size: x-small;
 padding: 2px;
 text-align: center;
 margin-bottom: 10px;
}

#calendar table {
 padding: 2px;
 border-collapse: collapse;
 border: 0px;
 width: 100%;
}

#calendar caption {
 color: #FFFFFF;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 text-align: center;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: .3em;
}

#calendar th {
 text-align: center;
 font-weight: normal;
}
#calendar td {
 text-align: center;
}
/* basic page elements */

body
{
   font-family:"�l�r �o�S�V�b�N", Osaka, "�q���M�m�p�S Pro W3", sans-serif;
   font-size: 12px;
}
a { color: #36414d; text-decoration: none; }
a:hover { color: #a3b8cc; }

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

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

h1, h2, h3, h4, h5, h6
{
   font-family:"�l�r �o�S�V�b�N", Osaka, "�q���M�m�p�S Pro W3", sans-serif;
}

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

   margin: 0;
   padding: 5px;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.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: 10px;
   text-align:right;
}
.commenter-profile img { vertical-align: middle; }

/* page layout */
body {
   min-width: 766px;
   color: #333;
   background: #ffffcc;
}

#container {
   width: 766px;
   margin-bottom: 0px;
   background-image:url('img/bg_s.jpg');
   background-position:right;
   background-repeat:repeat-y;
}

#container-inner {
	width: 750px;
   border-width: 1px;
   border-style: solid;
   border-color: #999999;
}

#banner {
	width: 750px; /* necessary for ie win */
	height:95px;
	background-image:url(http://itou-seimen.com/img/btop.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#999999;
}
#banner2 {
	width: 580px; /* necessary for ie win */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-color: #EEEEEE;
	clear:both;
	float: left;
}
#image {
	width: 170px;
	float: left;
	background-color: #E4E4E4;
	height: 180px;
}

.center1{
width: 150px;
height:150px;
}

.center2{
	width: 200px;
	height:150px;
	text-align: left;
}

#banner-inner {
   margin: 0px;
   padding:20px 10px 0px 10px ;
   clear:both;
}

#banner-email {
    margin:0;
    padding:6px 0 0 285px;
}

#banner-email a {
    display:block;
    width:150px;
    height:13px;
    line-height:13px;
    text-decoration:none;
    text-indent:-9999px;
}

.banner-a{
	}
	
#banner-inner2 {
   margin: 0px;
   padding: 0px;
   clear:both;
}
.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
}

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

#banner-header {
	font-size: 12px;
	padding:0px;
	margin:0px;
}
#banner-header a {
	display:block;
	width:210px;
	height:40px;
  text-indent: -9999px;
  }

#banner-description {
   padding: 0px;
   font-size: 10px;
   text-indent: -9999px;
}

#alpha { 
	margin: 0px; 
	padding: 0px;
	width: 170px;
background-color:#0099FF;
}
#beta {
margin:0px;
padding: 0px 0px 0px 0px; 
width: 580px;
}
#footer { width: 750px; background-color:#003399;
	font-family:"�l�r �o�S�V�b�N", Osaka, "�q���M�m�p�S Pro W3",sans-serif;
	}

#footer-inner{
   padding: 0px;
   height: 75px;
   background: #003399;
   clear:both;
   font-size: 10px;
}
#beta-inner,
#delta-inner
{
   padding: 0px 0px 20px 0px;
   border-width: 0;
   border-style: solid;
   border-color: #fff;
}
.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   text-align:left;
}

.entry-header
{
   margin-top: 0;
   margin-bottom: 10px;
   border-left: 5px solid #FFDDDD;
   padding: 0 0 0 10px;
   color: #666;
   font-size: 15px;
   text-align:left!important;
}
.entry-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer

{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

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

/* modules */
.module
{
   margin: 0 0 10px 0;
}
.module-content
{
   margin: 0 0 0px 0;
   padding: 10px 10px 0 10px;
   font-size: 10px;
   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;
   padding-bottom: 10px;
}

/* search page tweaks */


   .layout-one-column body { min-width: 766	px; }
   .layout-one-column #container {
   width: 766px;
   margin-bottom: 0px;
      background-position:right;
   background-repeat:repeat-y;
}
   .layout-one-column #alpha
   {
      margin: 0;
      width:750px;
      background: #ffffff;
   }
   .layout-one-column #alpha-inner
   {
      padding: 10px 0px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }
	.layout-one-column h2,h3{
	font-size:12px;
	font-weight:bold;
	color:#000099;
	}
	.layout-one-column h3{
	text-indent:5px;
	padding-top:3px;
	}
	.layout-one-column blockquote{
	
	height:40px;
	width:600px;
	margin:20px 10px 20px 42px;
	padding:20px 20px 0px;
	border:1px;
	border-color:#CCCCCC;
	border-style:dotted;
	text-align:center;	
	}
	.layout-one-column p{
	margin:10px 40px 20px;
	}
	
	.layout-one-column A                { color: #0000CC; text-decoration: none; background: none;}
		A:link           { color:#333333; text-decoration: none; background: none;}
		A:link:hover     { color: #FF0000; text-decoration: underline; background: none;}
		A:link:active    { color: #FF0000; text-decoration: none; background: none;}

		A:visited        { color:#000099; text-decoration: none; background: none;}
		A:visited:hover  { color: #FF0000; text-decoration: underline; background: none;}
		A:visited:active { color: #FF0000; text-decoration: none; background: none;}
#footer-note {
padding-top: 5px;
margin:auto;
clear:both;
width: 430px;
position: relative;
}
#footer-note-inner {
width:330px;
float:left;
position: static;
margin-left:0px;
text-align:left;
color:#FFFFFF;
line-height:1.5;
}
#footer-note-inner2 {
position: static;
width:88px;
float:right;
margin: 0px 0px 3px 5px;
}
#footer-note2 {
margin:auto;
width:482px;
clear:both;
position: relative;
text-align:center;
font-size:11px;
color:#FFFFFF;

}


permalink a{ color:#333333; text-decoration: none; background: none;}
			a:link{ color:#333333; text-decoration: none; background: none;}
			a:link:hover { color: #FF0000; text-decoration: underline; background: none;}
			a:link:active { color: #FF0000; text-decoration: none; background: none;}





/*----- BTN ---------------------------------------------------------*/

ul#mbtn {
height:auto;
position: static;
list-style:none;
margin:0;
padding:0;
}
ul#mbtn li{
height:auto;
list-style:none;
line-height:1em;
margin:0;
padding:0;
}
ul#mbtn a{
display:block;
width:170px;
height:32px;
margin:0;
text-indent: -9999px;
text-decoration:none;
background-position:0 top;
background-repeat:no-repeat;
}
ul#mbtn a:hover{
text-decoration:none;
background-position:0 bottom;
}
/*--------- BTN  ---------------------------------*/

ul#mbtn li#b1 a{
background-image: url("img/btn/b1.gif");
}
ul#mbtn li#b2 a{
background-image: url("img/btn/b2.gif");
}
ul#mbtn li#b3 a{
background-image: url("img/btn/b3.gif");
}
ul#mbtn li#b4 a{
background-image: url("img/btn/b4.gif");
}
ul#mbtn li#b5 a{
background-image: url("img/btn/b5.gif");
}
ul#mbtn li#b6 a{
background-image: url("img/btn/b6.gif");
}
