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

body {
    /* setting border: 0 hoses ie5 win window inner well border */
	margin-top:0px;
	padding-top:0px;
	background-color:#000000;
	background-image:url(img/main_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	color:#FFFFFF;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
	}

form { margin: 0; padding: 0; }

img {
	text-align:center;
	}

div#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	}
	
div#header {
	width:900px;
	height:180px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-image:url(img/blog_tittle.gif);
	background-repeat:no-repeat;
	}
	
div#side_menu {
	width:180px;
	margin-left:20px;
	margin-top:10px;
	float:left;
	}

div#main_content {
	width:650px;
	margin-left:20px;
	margin-right:10px;
	margin-top:10px;
	float:right;
	}
	
div#entry-contents {
	width:600px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	}

#footer {
	width:900px;
	height:37px;
	margin-top:15px;
	text-align:right;
	padding-right:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear:both;
	}


/* basic text
------------------------------------------ */
a { 
	text-decoration: underline;
	color:#CC6600;
	}
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;
	}

.blog-description {
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-top:95px;
	font-size:13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

.date-header {
	font-size:12px;
	font-weight:bold;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

/* Entry Contents（メインページ）
------------------------------------------ */
.entry-header {
	padding-top:6px;
	padding-bottom:6px;
	padding-left:4px;
	font-weight:bold;
	font-size:18px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

.entry-header a { color:#CC6600; }

.entry-body {
	line-height:18px;
	font-size:12px;
	}

.entry-footer {
	border-top: dotted 1px #CCCCCC;
	padding-top:6px;
	margin-bottom:40px;
	}


/* Entry Contents（アーカイブ）
------------------------------------------ */
.content-nav { text-align:center; }

.archive-title {
	text-align:left;
	font-size:18px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	}

.trackbacks {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
	}

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

.trackbacks-info,
.trackback-content {
    clear: both;
	}

.trackback-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
	}


/* side menu tittle
------------------------------------------ */
.recent-module {
	background-image:url(img/recent.gif);
	background-repeat:no-repeat;
	width:180px;
	height:40px;
	margin-bottom:5px;
	}
	
.category-module {
	background-image:url(img/category.gif);
	background-repeat:no-repeat;
	width:180px;
	height:40px;
	margin-bottom:5px;
	}
	
.past-module {
	background-image:url(img/past.gif);
	background-repeat:no-repeat;
	width:180px;
	height:40px;
	margin-bottom:5px;
	}
	
.calender-module {
	background-image:url(img/calendar.gif);
	background-repeat:no-repeat;
	width:180px;
	height:40px;
	margin-bottom:5px;
	}
	
.link-module {
	background-image:url(link.gif);
	background-repeat:no-repeat;
	width:180px;
	height:40px;
	margin-bottom:5px;
	}
	
.about-module {
	background-image:url(about.gif);
	background-repeat:no-repeat;
	width:180px;
	height:40px;
	margin-bottom:5px;
	}


/* side menu module
------------------------------------------ */
.module {
	width:180px;
	margin-bottom:5px;
	}


/* side menu Content
------------------------------------------ */
.module-content {
	width:180px;
	padding-top:5px;
	font-size:12px;
	line-height:18px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;	
	}

.module-content a {
	color:#CC6600;
	}

.module-link {
	width:180px;
	margin-top:10px;
	text-align:center;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

.module-link a {
	color:#CC6600;
	}

.calendar-body { width:180px; }

.calendar-month { font-size:12px; text-align:center; }

#calendar {
	font-size:11px;
	text-align:center;
	width:180px;
	}
	
#calendar a { color:#CC6600; }


/* side menu Propaty
------------------------------------------ */
.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Search Area
------------------------------------------ */
.search-results-header { font-size:16px; font-weight:bold; }

.module-search-feed { width:100%; }
	
