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

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

form, input {
	margin: 0; padding: 0;
}

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

h3{
   height: 31px;
   margin: 20px 20px 0 0px;;
   padding: 8px 0 0 16px;
/*   color: #FF578F;*/
   font-size: 12px;
   background: url(images/entrytitle.gif) no-repeat 0 0;
}

h4{
    background: url("images/h4.gif") left no-repeat;
    margin: 3px 0 0 0;
    padding: 0 0 0 15px;
    font-size: 12px;
    color: #99CC33;
}
/* 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 */
	padding: 0;
   	width: 740px;
   	text-align: left;
}

#container-inner {
   position: static;
   width: auto;
}


#headread {
	position: relative;
	margin: 0;
	padding: 0;
}

#headread-inner {
	position: static;
	height:35px;	
	background: url(http://www.tokuoka-ladies.com/mt/images/bg_headread.gif);
}

#headread-inner h1#headread-header {
    margin: 0;
    padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}


#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;
}

#footer {
	position: relative;
	margin: 0;
	padding: 0;
}

#footer-inner {
	position: static;
	height: 25px;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	background: url(http://www.tokuoka-ladies.com/mt/images/bg_headread.gif);
}

#copyrights {
	position: relative;
	margin: 0;
	padding: 0;
}

#copyrights-inner {
	position: static;
	margin: 0;
                padding: 10px 0 10px 0;
	font-size: 13px;
	font-weight: normal;
	color: #7F7F7F;
	text-align: center;
}



/* content */

.entry-content {
   position: static;
   clear: both;
}

.entry{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin: 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

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

.module-list-item {
   margin: 0;
}

.module-list-entry-item {
   margin: 0;
}


.entry-body{
   clear: both;
}

.entry-footer{
   clear: both;
   margin: 5px 10px 20px 10px;
}

body {
	font-family: "Arial","Helvetica","Verdana","ＭＳ ゴシック","Osaka",sans-serif;
	font-size: 12px;
}



.entry-more-link,
.entry-footer,
{
   font-size: 11px;
}

/* page layout */

body {
   min-width: 740px;
   color: #333;
   background: #80CCE6 url(images/bg2.gif) repeat-y center top;
/*   background: #99cc33 url(images/bg2.gif) repeat-y center top;*/
}

#alpha {
	width: 160px;
	margin: 13px 0 0 5px;
}

#beta {
	width: 565px;
	margin: 13px 0 0 5px;
}

#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner {
   padding: 4px 0 0 0;
}


.category-header {
   width: 100%;
   height: 37px;
   margin: 0;
   padding: 13px 0 0 50px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
   background: url(images/bg_categorytitle.gif) no-repeat 0 0;
}

.entry-content{
   margin: 0 10px 30px 35px;
   line-height: 1.5;
}

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





/* modules */

.module {
   margin: 0 0 20px 0;
}

.module-content {
   margin: 0;
   padding: 0;
   font-size: 10px;
   line-height: 1.2;
   background: #F6F6F6;
}



.module-list {
   margin: 0;
   padding: 0;
}

.module-list-entry {
   margin: 4px 0 0 0;
   padding: 0;
}

.module-list .module-list {
   margin: 5px 0 0 0;
   padding-left: 15px;
}

.module-list-item {
   margin: 0;
   padding: 8px 4px 8px 24px;
   color: #666;
   line-height: 1.2;
   background: url(images/arrow_modulelist.gif) no-repeat 8px 8px;
   border-top: 1px solid #848484;
   border-right: 1px solid #848484;
   border-left: 1px solid #848484;
}

.module-list-item-bottom {
   margin: 0;
   padding: 8px 4px 8px 24px;
   color: #666;
   line-height: 1.2;
   background: url(images/arrow_modulelist.gif) no-repeat 8px 8px;
   border: 1px solid #848484;
}

.module-list-entry-item {
   margin-top: 0;
   padding: 2px 4px 2px 13px;
   color: #666;
   line-height: 1.2;
   background: url(images/arrow_modulelist_entry.gif) no-repeat 0 4px;
}
