body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #ffffff;
	background: #000 url(./template/grid/img/bg.gif); 
	}

table {
	table-layout: fixed;
}

/* リンク色の設定 ------------------------- */

a {
	text-decoration: none;
}
a:link {
	color: #3366ff;
	background: transparent; 
}
a:visited {
	color: #3366ff;
	background: transparent; 
}
a:hover {
	color: #ff6666;
	background: transparent; 
	text-decoration: underline;
}
a:active {
	color: #ff3333;
	text-decoration: underline;
}

/* container部分の設定 ------------------------- */

#container {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	width: 860px;
}
/* 上のwidthで全体の横幅を調整して下さい。 -------- */
/* 右左のサイドバーは、各200pxで設定しています。 -- */


/* header部分の設定 ------------------------- */

#header {
	background: #999999;
	}

h1 {
	margin: 0px;
	padding: 0px;
	}

.site_title {
	color: #ffffff;
	font-family: "Verdana";
	font-size: 20px;
	font-weight: bolder;
	margin:8px 20px 8px 20px;
	}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active {color:#ffffcc;text-decoration:none;}
.site_title a:hover {color:#ffcc66;text-decoration:none;}

.description {
	color:#ffffcc;
	font-family: "Verdana";
	font-size: 10px;
	letter-spacing:1px;
	margin: 5px 0px 8px 23px;
	}

.banner {
	margin: 0px;
	padding: 0px 5px 5px 0px;
	}


/* Navigation部分はメニューなどを追加する予備エリアです。 -- */
#navigation {
	font-family: "Verdana";
	font-size:12px;
	background: #ffffff;
	margin: 5px 0px 5px 23px;
	}



/* コンテンツ部分の設定 ------------------------- */

#left {
	font-family: "Verdana", "ヒラギノ丸ゴ Pro W4", "ＭＳ ゴシック", "Osaka‐等幅";
	color: #cc0000;
	background: #333333;
	border-top: 20px #cc0000 solid;
	}

#center {
	font-family: "Verdana", "ヒラギノ丸ゴ Pro W4", "ＭＳ ゴシック", "Osaka‐等幅";
         color: #999999;
	background: #000000;
	border-top: 20px #cc0000 solid;
	}

#right {
	font-family: "Verdana", "ヒラギノ丸ゴ Pro W4", "ＭＳ ゴシック", "Osaka‐等幅";
	color: #cc0000;
	background: #333333;
	border-top: 20px #cc0000 solid;
	}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

input, textarea {
	border:1px #999999 solid;
	color: #333333;
	background: #ffffff;
	}

.pict {
	padding: 1px;
	border: 0px solid;
	}


/* ENTRY--------------- */

.entry {
	margin: 0px;
	padding-bottom:12px;
	border-bottom: 1px #cccccc solid;
	}

.entry_navi{
	font-size:10px;
	text-align:center;
	padding:15px 0 10px 0;
	border-bottom: 1px #cccccc solid;
	}

.entry_date {
	font-family: "Verdana";
	font-size: 12px; 
	font-weight:bolder;
	color: #ffffff;
	margin: 12px 0px 6px 0px;
	}

.entry_date a,
.entry_date a:link,
.entry_date a:visited,
.entry_date a:active,
.entry_date a:hover {color:#ff3333;}

.entry_title {
	font-size: 12px;
	font-weight:bolder;
	color: #3366ff;
	margin: 15px 0px 20px 0px ;
	padding-left: 6px;
	border-left: 6px #3366ff solid;
	}

.entry_body {
	font-size:12px;
	line-height:170%;
	padding: 0 15px;
	margin-bottom: 5px; 
	}

.entry_more {
	font-size:12px;
	line-height:170%;
	padding: 0 15px;
	margin-bottom: 30px; 
	}

blockquote {
	font-size: 10px;
	background: #eeeeee;
	margin: 10px;
	padding: 5px;
	border: 1px solid #cccccc;
	}

.entry_state {
	font-family: "Verdana";
	font-size:10px;
	color: #666666;
	margin: 0px 15px 0px 10px;
	text-align: right;
	}

.comment {
	font-size: 12px;
	margin:10px 0;
	}

.comment_state {
	font-size: 12px;
	color: #666666;
	padding-left: 6px;
	border-left: 6px #336699 solid;
	}

.page {
	font-family: "Verdana";
	font-size: 9px;
	color: #666666;
	letter-spacing:1px;
	text-align: center;
	margin: 10px 0 12px 0;

}


/* SIDE--------------- */

.linktitle {
	font-family: "Verdana";
	font-size:12px;
	font-weight: bolder;
	margin-top: 15px;
	padding-left: 4px;
	border-left: 6px solid;
	}

.linktext {
	font-size:10px;
	line-height:150%;
	color: #666666;
	padding: 10px 10px 20px 10px;
	border-bottom: 1px #cccccc solid;
	}

.search {
	font-size:12px;
}

.form {
	font-size:12px;
	border:1px solid #999999;
	width: 100px;
}

.button  {
	font-family: "Verdana";
	font-size:10px;
	color: #666666;
	padding: 0px 1px 0px 1px;
}

.jugem_bana{
	margin: 20px 1px 10px 0px;
	}

/* CALENDAR------------ */

#calendar_area {
	padding: 6px 0px 6px 0px;
	background-color: #000000;
	}

.calendar {
	font-family: "Verdana";	
	font-size: 9px;
	color: #666666;
	letter-spacing:1px;
	}

.today {
	background-color: #cccccc;
	}

/* FOOTER_MENU------------- */

#footer_menu {
	border-top: 1px solid #cccccc;
	margin: 0px;
	padding: 10px 0px 2px 0px;
	background-color: #000000;
	}

/* FOOTER------------- */

#footer {
	border-top: 1px solid #000000;
	margin: 0px;
	padding: 12px 0px 14px 0px;
	background-color: #000000;
	}

.copyright {
	font-family: "Verdana";
	font-size: 9px;
	color: #666666;
	background-color: #000000;
	letter-spacing:1px;
	}
