@charset "utf-8";
#header #head_main p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	color: #FFC;
	font-size: 150%;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC;
	font-weight: bold;
}

#contents #main {
	background-color: #FFF;
	height: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
#contents #main img {
	float: left;
	margin-right: 20px;
}
#contents #main h2 {
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 120%;
	color: #990;
}


#contents .page_link {
	margin-top: 10px;
	text-align: center;
	margin-right: 30px;
}

/* CSS Document */
#contents .box {
	margin-top: 15px;
	background-color: #FFC;
	float: left;
	width: 660px;
	padding-bottom: 5px;
}
#contents .box .date {
	color: #666;
	margin-left: 10px;
	padding-top: 5px;
}
#contents .box h3 {
	color: #036;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 2px;
}

#contents .box .block{
	margin-right: 20px;
	margin-left: 20px;
}
#contents .box .block img {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#contents .box .block p {
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
#contents #edit_bar {
	text-align: right;
	margin-right: 30px;
}
#side_bar p  {

}

#side_bar #sub_navi {
	font-size: 90%;
	color: #666;
	background-color: #DEEDD3;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
}
#side_bar #sub_navi h3 {
	margin-top: 5px;
	margin-bottom: 0px;
}
#side_bar #archive {
	color: #666;
	background-color: #FFF;
	padding-top: 15px;
	padding-left: 5px;
}
#side_bar #archive h3 {
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #006;
}
#side_bar #archive ul {
	margin: 0px;
	padding: 0px;
}
#side_bar #archive li {
	margin-left: 10px;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #006;
}
