@charset "utf-8";
/* CSS Document */

/* header */

div#contents_header {
	height: 50px;
	line-height: 50px;
	margin-bottom: 25px;
	background-image: url(../images/dot_bg.gif);
}

ul#bread {
	margin-left: 15px;
	font-size: 85%;
}

#bread li {
	float: left;
	padding-right: 20px;
}

ul#bread a {
	text-decoration: none;
	color: #FFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #98C830;
}

ul#bread  a:hover {
	text-decoration: none;
	color: #FFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #277317;
}

.bread_current {
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #FFF;
}

/* main list */

#entry_list {
	position: relative;
	margin-bottom: 25px;
}

h2#el {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
	font-size: 116%;
	color: #277317;
	font-weight: bold;
	background-image: url(../images/contents_bg.gif);
	background-repeat: repeat-x;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.el_topics {
	width: 680px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
	line-height: 29px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	position: relative;
	/*\*/*/
	overflow: hidden;
}

.el_topics:after {
	content: url(../images/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}

.el_topics_more {
	font-size: 85%;
	line-height: 150%;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 445px;
	float: right;
}

.el_date {
	float: left;
	width: 95px;
	font-size: 85%;
	padding-left: 5px;
}

.el_ctgr {
	float: left;
	width: 125px;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
}

.el_ctgr a {
	color: #FF645A;
	font-weight: bold;
	text-decoration: none
}

.el_title {
	font-size: 85%;
	font-weight: bold;
}

.el_thumb {
	display: block;
	float: left;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 5px;
}

p.up {
	width: 10px;
	display: block;
	height: 30px;
	margin-top: -30px;
	float: right;
	margin-right: 10px;
	clear: both;
}

.el_feed {
	display: block;
	height: 25px;
	width: 25px;
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	position: absolute;
	top: 9px;
	right: 15px;
}

/* main single */

.entry_section {
	position: relative;
	margin-bottom: 25px;
}

h3.entry_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
	font-size: 116%;
	padding-bottom: 10px;
	color: #277317;
	font-weight: bold;
	background-image: url(../images/contents_bg.gif);
	background-repeat: repeat-x;
	padding-top: 25px;
	margin-right: 20px;
	padding-left: 15px;
}

h3.entry_title_n {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
	font-size: 116%;
	padding-bottom: 10px;
	color: #277317;
	font-weight: bold;
	background-image: url(../images/contents_bg.gif);
	background-repeat: repeat-x;
	padding-top: 25px;
	margin-right: 20px;
	padding-left: 15px;
	margin-bottom: 25px;
}

.entry_topic_bg {
	background-image: url(../images/clmn_bg.gif);
	background-repeat: repeat;
	margin-bottom: 20px;
	line-height: 30px;
	padding-left: 10px;
}

h4.entry_topic {
	font-size: 110%;
	margin-bottom: 15px;
	font-weight: bold;
}

span.topic_cap {
	font-weight: normal;
	font-size: 85%;
	margin-left: 15px;
}

.entry_data {
	margin-top: 10px;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 15px;
	margin-right: 20px;
}

.entry_data li {
	float: left;
	font-size: 85%;
	margin-right: 15px;
}

li.ctgr_name {
	color: #FF645A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none
}

.entry_navi_l {
	position: absolute;
	top: 20px;
	right: 75px;
	height: 25px;
}

.entry_navi_r {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 25px;
}

.entry_desc {
	margin-right: 20px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 35px;
}

/* main single entry TAG */

.entry_desc p {
	font-size: 93%;
	line-height: 170%;
	margin-bottom: 15px;
}

.entry_desc strong {
	font-weight: bold;
}

.entry_desc em {
	font-style: italic;
}

.entry_desc ul {
	margin-bottom: 15px;
	margin-left: 20px;
}

.entry_desc ul li {
	font-size: 93%;
	margin-bottom: 15px;
	list-style-type: square;
	margin-bottom: 5px;
}

.entry_desc ol {
	margin-bottom: 15px;
	margin-left: 20px;
}

.entry_desc ol li {
	font-size: 93%;
	margin-bottom: 15px;
	list-style-type: decimal;
	margin-bottom: 5px;
}

.entry_desc img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.entry_desc table {
	width: 100%;
	border:none;
	border-collapse: collapse;
	margin-bottom: 15px;
	font-size: 93%;
	line-height: 150%;
}

.entry_desc td,th {
	border: 1px dotted #DDD;
	padding: 8px;
}

/* main comment */

.comm_area {
	background-color: #FAFAFA;
	margin-right: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.comm_entry {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.comm_entry p {
	font-size: 85%;
	line-height: 150%;
	margin-bottom: 15px;
}

.comm_submitted {
	font-size: 85%;
	line-height: 150%;
}

.comm_desc {
	margin-bottom: 10px;
}

#comm_form {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#comm_form p {
	font-size: 85%;
	line-height: 150%;
	margin-bottom: 15px;
}

#comm_form label {
	width: 120px;
	display: block;
	float: left;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* main gallery */

.gallery_area {
	padding-left: 13px;
	/*\*/*/
	overflow: hidden;
}

.gallery_area:after {
	content: url(../images/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}

.gallery_topic {
	background-image: url(../images/clmn_bg.gif);
	background-repeat: repeat;
	margin-bottom: 20px;
	line-height: 30px;
	padding-left: 10px;
	margin-right: 30px;
}

.gallery_thumb {
	margin-right: 25px;
	margin-bottom: 25px;
	display: block;
	float: left;
	width: 150px;
}

.gallery_thumb a {
	display: block;
	text-decoration: none;
	border: 1px solid #DDD;
	padding: 2px;
}

.gallery_thumb a:hover {
	display: block;
	padding: 2px;
	border: 1px solid #98C830;
	float: left;
}

/* main staff profile */

.prof_data {
	position: relative;
	padding-right: 35px;
	padding-left: 15px;
	padding-bottom: 35px;
}

.prof_data table {
	width: 475px;
	border:none;
	border-collapse: collapse;
	margin-bottom: 15px;
	font-size: 93%;
	line-height: 150%;
}

.prof_data td,th {
	border: 1px dotted #DDD;
	padding: 8px;
}

img.prof_pics {
	position: absolute;
	top: 31px;
	right: 35px;
}

/* side contents */

.s_area {
	background-image: url(../images/contents_bg.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	background-color: #FFF;
}

.s_title {
	font-size: 85%;
	color: #277317;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	padding-left: 14px;
}

.s_area li {
	font-size: 85%;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-color: #FFF;
	line-height: 270%;
}

.s_area li a {
	display: block;
	text-decoration: none;
	color: #333;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #98C830;
	padding-left: 10px;
}

.s_area li a:hover {
	background-color: #FFF0F0;
	display: block;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #277317;
	padding-left: 10px;
}
