/* CSS Document */

/* 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;
    font-family: verdana, 'trebuchet ms', sans-serif,Alial,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 12px;
    line-height: 1.4em;
}

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

h3{
font-weight: bold;
line-height:1.2em;
}


/* page layout */

body { 
	text-align: center; /* center on ie */
    color: #666;
 }

#container {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    margin: 0 auto; /* center on everything else */
    text-align: left;
	padding:20px 25px 20px;
	width: 490px;

}

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

.MTPaginate{
    text-align:center;
}

.MTPaginate a{
    color:#666;
}
.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-header {
    margin-top: 0;
    border-bottom: 4px solid #ffb0ca;
background: #ffd0d0;
	/*	background: #000;*/
    padding: 5px 8px;
    color: #333;
    font-size: 18px;
}

.entry {
    border: 4px solid #ffb0ca;
 /*   border: 4px solid #ccc; */
}

.entry-body {
    padding: 0px 8px;
}


/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }


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


/* content */

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

.date-entry{
	font-size:small;
	color:#red;
	font-weight:normal;
	}

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

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

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


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


