/* 全体の設定 */
.center {
	float: left;
	width: 580px;
}

/* サイドメニューブロック基本設定 */
.sidebar {
	float: left;
	width: 185px;
	margin-top: 0px ;
	margin-left: 0px;
	margin: 0px;
}


#right_side {
	float: right;
	margin-top: 0px ;
	width: 185px;
}


/* 中央部設定 */
#main {
	float: right;
	width: 380px;
}

/* 記事等のリンク設定 */
.submenu {
	list-style-type:none;
	}

.submenu ul {
	list-style-type:none;
	}

.submenu li {
	display:block;
	list-style-type:none;
	}

.submenu li a {
	color: #66F;
	list-style-type:none;
	margin-bottom:5px;
	padding: 5px 5px 5px 15px;
	font-size:12px;
	text-decoration:none;
	background:#ffffff;
	display:block;
	}

.submenu li a:hover {
	color: #66F;
	display:block;
	list-style-type:none;
	margin-bottom:5px;
	padding: 5px 5px 5px 15px;
	font-size:12px;
	text-decoration:none;
	background:#ddd;
	}


/* 背景設定 */
body {
	background: #fff url(http://treterm.gelab.net/img/yel_bg.jpg) repeat;
	margin: 0px  0px 30px  0px;
	background-position: center ;
	color: #666;
	font-size: 10px;
	line-height: 150%;
　　    text-align: center;
	}


/* タイトル部基本設定 */
#banner {
	background: url(http://treterm.gelab.net/img/kanban.jpg) no-repeat;
	text-align: left;
	padding: 5px 10px 15px 0px;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	margin:0px;
	}

#banner a {
	color: #000;
	font-weight: bolder;
	text-decoration: none;
	}

#banner a:hover {
	color: #000;
	position:relative; top:3px; left:3px;
	}

#banner h1.had01 {
	font-size: 18px;
	padding:5px
	}

#banner p {
	font-size: 12px;
	line-height: 150%;
	padding:10px;
	}

#banner2 {
	background: url(http://treterm.gelab.net/img/yel_title.gif) no-repeat;
	text-align: left;
	padding: 15px 100px 15px 0px;
	color: #FFF;
	font-family: Verdana, Arial, sans-serif;
	margin:0px;
	}

#banner-img {
	display: none;
	}

#banner2 a {
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
	}

#banner2 a:hover {
	color: #FFF;
	background:#9999FF;
	}

#banner2 h2 {
	font-size: 18px;
	letter-spacing:0.3em;
	padding:10px
	}

#banner2 h3 {
	font-size: 12px;
	line-height: 150%;
	padding:10px;
	}


/* 記事部分の設定 */

.content {
	padding: 2px;
	margin: 0px 0px 0px 0px;
	color: #666666;
	font-size: 12px;
	background-color: #fff;
	}

.content p {
	color: #666;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}


.content li {
	line-height: 150%;
	}


.content h4 {
	color: #666;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}



p.sub_titiles {
	background: url(http://treterm.gelab.net/img/yel_sub_title.jpg) repeat-x ;
	padding-top: 5px;
	padding-left: 15px;
	height: 25px;
	color: #FFF;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	}


.sidebar h2 {
	background: url(http://treterm.gelab.net/img/yel_sub_title.jpg) repeat-x ;
	padding-left: 15px;
	height: 25px;
	font-size: 14px;
	padding-top: 5px;
	color:#FFF;
	text-align: left;
	font-weight: bold;
	letter-spacing: .3em;
}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	}

.sidebar ul ul {
	margin: 0px;
	}

.sidebar #categories ul {
	padding-left: 0px;
	}

.sidebar li {
	color: #666;
	font-size: 10px;
	text-align: left;
	margin: 0px;
	line-height: 150%;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: none;
	}



/* フッタリンク部分 */
#footerlinks {
	text-align: center;
	color: #333;
	background-color: #fff;
	border-top:1px solid #ccc;
	}
/* ヘッダリンク部分 */

#headerlinks {
	text-align: center;
	color: #333;
	background-color: #fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

/* 各種テキスト編集 */

h1, h2, h3,h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}


#date{
	font-size: x-small;
        	text-align:right;
	margin-top:30px;
	border-top: 1px solid #FF3366;
	}

.clear {
	clear:both;
	}

#comment　h3 {
	font-size: 12px;
	color: #666;
	}

#content .posted2 {
	padding-top: 3px;
	margin-bottom: 20px;
	}



.comentlist {
	font-size:10px;
	overflow: hidden;
	color: #666;
	}

.comentlist ul {
	font-size:10px;
	overflow: hidden;
	color: #666;
	}

.comentlist li {
	font-size:10px;
	overflow: hidden;
	color: #666;
	padding: 5px;
	}

.paginate {
	text-align: center;
	font-size: 10px;
	margin-top:10px;
	}
h2 a {
	text-decoration: none;
	color: #666;
}

h2 a:link {
	color: #666;
}

h2 a:visited {
	color: #666;
}

h2 a:active {
	color: #666;
}

h2 a:hover {
	color: #666;
}
h3 a {
	text-decoration: none;
	color: #FFF;
}

h3 a:link {
	color: #FFF;
}

h3 a:visited {
	color: #FFF;
}

h3 a:active {
	color: #FFF;
}

h3 a:hover {
	color: #FFF;
}

#main_field {
	width: 775px;	
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #fff url(http://treterm.gelab.net/img/yel_con_bg2.jpg) repeat;
	border: 1px solid #666;
}




.entry-footer{
	text-align: right;
}
.credit_area{
	font-size: 9px;
}
.seo_text{
	font-size: 9px;
}
.ads{
	text-align: left;
}


h2.sub_titiles {
	padding-top: 0px;
	padding-left: 10px;
	height: 25px;
	color: #666;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	}

h3.sub_titiles {
	background: url(http://treterm.gelab.net/img/yel_sub_title.jpg) repeat-x ;
	padding-top: 5px;
	padding-left: 15px;
	height: 25px;
	color: #FFF;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	}
.h_links {
	text-align: center;
	font-size: 10px;
	}

a {
	text-decoration: none;
	color: #66F;
}

a:link {
	color: #66F;
}

a:visited {
	color: #66F;
}

a:active {
	color: #66F;
}

a:hover {
	color: #66F;
}
.module-content{
	text-align: right;
}
.module-content form {
	margin:0px;
	padding: 0px 0px 0px 5px;
	font-size:12px;
	text-decoration:none;
	}

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