﻿body{
	border: 0px;
	padding: 0px;	
	text-align: center;
	font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Verdana, Arial, sans-serif;
	background-color: #DCFFB9;
}

p{
	margin: 0px;
}

img{
	border: 0px;
}

div.main{
	background-color: transparent;
	text-align: left;
	width: 800px;
	margin: 0px auto;
	
}

/* サブタイトル */
div.subtitle{
	font-size: 0.95em;
	width:500px;
	float: left;
	color: green;
}

/* 検索部 */
div.search{
	text-align: right;
}

form.search_form{
	margin: 0px;
	padding: 0px;
}

/* サイトタイトル */
div.title{
	clear: both;
	/*background-image: url('title_02.png');*/
	background-image: url('title-goma.png');
	background-repeat: no-repeat;
	height: 130px;
}

h1{
	display:none;
}

.title a:visited{
	text-decoration: none;
	color: black;
}

/* タイトル部 文字 */
h1{
	color: #000000;
	margin: 0px;
}

/* カレンダー部 */
#calendar_area{
	background-color: #ADFF5B;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

#calendar_area .calendar_link{
	font-size: 0.8em;
	text-align: center;
}

#calendar_area .calendar{
	font-size: 0.9em;
}

#calendar_area .cell_saturday{
	color: #0099FF;
}

#calendar_area .cell_sunday{
	color: #CC0000;
}

/* サイドバー */
#sidebar {
	width: 180px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 20px;
	padding: 10px;
	line-height: 120%;
	font-size:0.9em;
}

/* サイドバー タイトル */
#sidebar .sidebar_title{
	margin: 13px 0px 7px 0px;
	font-size: 0.9em;
	text-align: center;
	background-color: #ADFF5B;
	padding: 0px;	
}

/* サイドバー リスト */
#sidebar ul{
	margin: 0em;
	margin-left: 3px;
	padding: 0em;
}

#sidebar .link{
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	list-style-position: outside;
	list-style-type: none;
}

#sidebar .sub_link{
	margin: 0px 0px 0px 1em;
	list-style-position: outside;
	list-style-type: none;
}

#sidebar .imglink{
	text-align: center;
}

/* 記事エリア */
#contents{
	margin: 25px 5px 0px 190px;
	background-color: #FFFFFF;
	padding: 10px;
}

/* 記事タイトル */
#contents h2{
	font-size: 0.95em;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;
	/*border-bottom: 1px solid green;*/
	border-left: 5px solid green;
}

/* 記事日付 */
#contents .date{
	text-align: right;
	font-size: 0.8em;
}

#contents .text{
	font-size: 0.9em;
}

#contents .state{
	font-size: 0.8em;
}

/* コメントエリア */
#contents .sub_area{
	margin-left: 20px;
}

/* コメントエリア タイトル */
#contents .sub_area_title{
	font-size: 0.8em;
	border-left: 5px solid green;
	margin: 5px 0px;
	padding-left: 7px;
}

#contents .comment{
	font-size: 0.8em;
}

#contents .sub_area_state{
	font-size: 0.8em;
	margin-bottom: 8px;
}

#contents .trackback_url{
	font-size: 0.75em;
	margin-left: 10px;
	margin-bottom: 5px;
}

#comment_form{
	font-size: 0.85em;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}

#comment_form input, textarea{
	border: 1px solid green;
}

.navi{
	font-size: 0.8em;
	text-align: center;
}

#footer{
	margin-top: 20px;
	font-size: 0.7em;
	clear: both;
}