@charset "euc-jp";
* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	text-align: left;
}
/* 全体 */
#container {
	width: 950px;
	margin: 0 auto;
　　　　 	font-family: Verdana, "ＭＳ Ｐゴシック", "MS UI Gothic", Osaka;
	font-size: 12px;
	color: #339933;
	line-height: 18px;
}
/* ヘッダー */
#masterhead {
	width: 650px;
	margin: 0 auto;
	background: #CCFFCC;
	padding: 55px 500px 0px 0px;
	overflow: hidden;
         	background: url(http://13.dtiblog.com/t/trekko/file/20080721232455.jpg) no-repeat;
	height: 350px;
	text-align: center;
         color: #CCFFCC;
}
h1 {
	font-size: 25px;
	font-weight: bold;
}
h1 a:link, h1 a:visited {
	color: #CCFF99;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color: #CCFF99;
	text-decoration: underline;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	color: #bcbcae;
}
/* カテゴリ３ */
#top {
	width: 960px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}
#top a {
	border: none;
}
#top h4 {
	color: #0c6d93;
	font-size: 14px;
	font-weight: bold;
	background: #FFF8D9;
	padding: 4px;
}
.topcontent li {
	list-style: none;
}
/* 左カラム */
#left {
	float: left;
	width: 180px;
	display: inline;
	margin-right: 16px;
	overflow: hidden;
}
.menubox {
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 20px;
}
#left .menubox h4 {
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	border-left: 3px solid #000000;
}
#left .menucontent {
	padding: 10px;
	background-color: #ffffff;
}
#left .menucontent li {
	padding-left: 20px;
	list-style: none;
}
.plugincontent {
	margin: 8px 0;
}
/* プラグイン１、２、３、フッターのリンク設定 */
.plugincontent a:link, .plugincontent a:active, #footer a:link, #footer a:visited {
	color: #809085;
	text-decoration: none;
}
.plugincontent a:hover, .plugincontent a:visited, #footer a:hover, #footer a:active {
	color: #cccccc;
	text-decoration: underline;
}
/* 中央カラム */
#main {
	float: left;
	width: 515px;
	padding: 0 0 10px 0;
	overflow: hidden;
}
#main h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 8px;
}
.entry {
	margin: 0 0 20px 0;
	border: 1px solid #cccccc;
	padding: 4px;
	color: #666666;
}
#main a:link, #main a:visited {
	color: #0e728d;
	text-decoration: none;
}
#main a:hover, #main a:active {
	color: #849b8d;
}
.entryinfo {
	margin: 10px;
}
.entryinfo li {
	display: inline;
	margin: 0 2px;
}
.entrybody {
	margin: 0;
	padding: 8px;
}
.date {
	color: #000000;
	font-style: italic;
	text-align: right;
	padding-right: 10px;
	font-family: georgia; 
	font-size: 12px;
}
#main h5{
	color: #000000;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 8px;
	margin: 20px 10px 0 10px;
}
.ct {
	border-bottom: 1px #666666 dashed;
	margin: 20px 10px 0 10px;
	padding: 4px;
}
.ct p {
	margin: 0 20px 20px;
}
.ctpost {
	margin: 0 10px;
	padding: 20px;
}
.ctpost input, .ctpost textarea {
	margin: 4px 10px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 2px;
	font-size: 12px;
}
#secret {
	border: none;
}
/* 右カラム */
#right {
	float: left;
	width: 180px;
	display: inline;
	margin-left: 16px;
	overflow: hidden;
}
#right .menubox h4 {
	padding: 4px;
	border-left: 3px solid #000000;
	font-size: 11px;
	font-weight: bold;
}
#right .menucontent {
	padding: 10px;
	background-color: #ffffff;
}
#right .menucontent li {
	padding-left: 20px;
	list-style: none;
}
/* カレンダー設定 */
.calender {
    font-size:10px;
	width: 90%;
	border-collapse: separate/*collapse*/;
	border-spacing: 0;
	padding: 0.5em 0 0.7em 0;
	margin: 0 auto;
}
.calender caption {
	border-bottom: 1px solid #777;
	padding: 0 0 4px 0;
	width: 98%;
}
.calender th {
	font-weight: normal;
	text-align: center;
}
.calender td {
    font-size:10px;
	width: 14%;
	text-align: center;
	padding: 0.1em;
}
#container .calender td a:link, #container .calender td a:visited {
	background: #314e56;
	color: #ffffff;
	padding: 2px;
	text-decoration: none;
}
#container .calender td a:hover, #container .calender td a:active {
	color: #0e728d;
	background: none;
	text-decoration: underline;
}
th#sun {
	color: #f00;
}
th#sat {
	color: #00f;
}
/* ブログ検索 */
.plugin-search input, .plugin-search textarea {
	margin: 4px 10px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 2px;
	font-size: 12px;
}
/* メールフォーム */
.plugin-mail input, .plugin-mail textarea {
	margin: 4px 10px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 2px;
	font-size: 12px;
}
/* フッター */
#footer {
	width: 928px;
	margin: 0 auto;
	clear: both;
	padding: 16px;
	overflow: hidden;
	background: url(http://13.dtiblog.com/template/pluging_3a_01/image/footer.gif) repeat-x top;
	text-align: center;
}
#footer h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 4px;
	text-align: right;
}

