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

form { margin: 0; padding: 0; }
a {
	color:#666;
	text-decoration: none;
}
a:hover {
	color:#666;
	text-decoration: underline;
}
a img { border: 0; }

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: "ＭＳ ゴシック", "Osaka－等幅",verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
	text-align: center;
	background-color:#D9E7E7;
}


#container {
    position: relative;
    width: 800px;
    margin: 0px auto; 
    text-align: left;
	background-color:#B7CAC8;
}
#container-inner {
	position: static;
    width: 790px;
    margin: 0px auto;
	background-color:#C0D4D5;
}

/*-------------- ヘッダー(コンテンツ) --------------*/
#banner2 { position: relative; }
#banner2-inner {
	position: static;
    width: 790px;
    height: 100px;

}
#banner2-inner h1 {
	float:left;
	height:100px;
	width:430px;
	margin:0px;
	font-size:12px;
/*	text-indent:-10000px;*/
/*	background:url("../image/logo2.jpg") top left no-repeat;*/
}
#banner-menu2{
    width: 360px;
    height: 100px;
    float: left;
	margin:0px;
	background:url("../image/bg_headmenu2.jpg") top right no-repeat;
}
#banner-home{
    float: left;
    width: 200px;
    height: 100px;
	margin:7px 0 0 0px;
	text-align:right;
}
#banner-home a{
	color:#666;
	padding:0px 6px 0px 14px;
	background:url("../image/icon-header.gif") top left no-repeat;
}

#banner-menuarea2{
    float: left;
    width: 156px;
    height: 86px;
	margin:7px 0 0 0px;
	background:url("../image/bg_headmenuarea2.jpg") top right no-repeat;
	background-color:#CCC;
}
#banner-menuarea2 img{
	margin-left:8px;
}
#banner-menuarea2 .sikin{
	margin-top:7px;
	margin-bottom:0px;
}
#banner-menuarea2 .bbs,
#banner-menuarea2 .blog,
#banner-menuarea2 .link{
	margin-top:3px;
	margin-bottom:0px;
}

/*-------------- ページボディ --------------*/
#pagebody {
	position: relative; width: 100%;
    min-height: 1px;
}
#pagebody-inner {
	position: static;
    width: 790px;
	margin-bottom:50px;
}

/*-------------- アルファ --------------*/
#alpha {
    position: relative;
}
#alpha-inner{
	margin-top:30px;
	margin-left:5px;
    width: 540px;
    float: left;
	background-color:#C0D4D5;
}
.contents-title{
	font-size:16px;
	color:#f66;
	margin:0px;
	padding-left:30px;
	background:url("/image/contents-title.gif") top left no-repeat;
}
.contents{
	margin-top:20px;
	width:538px;
/*	background-color:#ECF2F2;*/
	background-color:#fff;
	border:1px solid #B7CAC8;
}
.contents-inner{
	width:526px;
/*	background-color:#ECF2F2;*/
	background-color:#fff;
	border:1px solid #B7CAC8;
	margin:5px;
}
.contents-text-header{
	font-size:16px;
	font-weight:bold;
	color:#222;
	margin:15px 0px 0px 15px;
}
.contents-text-header a{
	color:#787827;
}
.contents-text{
	font-size:14px;
	margin-left:40px;
	margin-right:30px;
	line-height:180%;
	color:#222;
}
.contents-footer{
	text-align:right;
	font-size:12px;
	color:#666;
	margin-bottom:5px;
}
/*-------------- エントリー --------------*/
#trackbacks-info{
	margin:10px 0;
	border-top:1px solid #B7CAC8;
	border-bottom:1px solid #B7CAC8;
}
#trackbacks-info p{
	margin:10px 0 10px 50px;
}
.trackbacks-content{

}
.trackback,
.comment{
	padding:7px 0;
	margin-bottom:2px;
	background-color:#D0DFDF;
}
.comment{
	margin-top:5px;
}
.trackback-content p,
.comment-content p{
	margin:5px 10px 0 10px;
}
.trackback-footer,
.comment-footer{
	margin:5px;
	text-align:right;
}
#comments-open-data p,
#comments-open-text,
comments-open-footer{
	margin:3px;
}

/*-------------- ベータ --------------*/
#beta {
    position: relative;
}

#beta-inner{
    width: 220px;
    float: left;
	margin:70px 0 0px 10px;
	background-color:#C0D4D5;
}
.menu-header{
	font-size:14px;
	font-weight:bold;
	color:#696921;
	padding:8px 0 9px 10px;
	margin:0px 0px 0px 5px;
	background:url("../image/bg_blog_menu.gif") top left no-repeat;
}
.module-list{
	margin:10px 0px 15px 0px;
}
.module-list-item{
	color:#666;
	margin:3px 0 2px 10px;
	padding-left:10px;
	background:url("../image/blog_sel.gif") top left no-repeat;
}
.module-list-item a{
	color:#222;
}
/*-------------- フッター --------------*/
#footer { position: relative;clear:both; }
#footer-inner {
	width: 790px;
	color:#666;
	background-color:#C0D4D5;
}
#footer-inner a{
	color:#666;
}
#footer-inner a:hover{
	color:#666;
	text-decoration: underline;
}
#foot-menu {
	text-align:right;
}
#foot-menu a{
	padding:0px 6px 0px 14px;
	background:url("../image/icon-footer.gif") top left no-repeat;
}
#copyright {
	margin-top:3px;
	padding:5px 0px;
	border-top:1px solid #999;
	text-align:center;
}
