@charset "utf-8";

/*--------------------------------------
	Style Name : Content02 Style Sheet

	Hypertext
	content
		main-content
--------------------------------------*/

#main-content div.section h2 {
	margin-bottom: 10px;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
	font-weight:normal;
	border-bottom: dotted 1px #cccccc;
	padding-bottom:10px;
}

#main-content div.section {
	margin-bottom: 25px;
}

#main-content div.section  .navi-table {
	clear: both;
	width: 535px;
	border-collapse: separate;
	border: none;
}

#main-content div.section  .navi-table th {
	padding: 0px;
	text-align: left;
	background: #fff;
	border: none;
}

#main-content div.section  .navi-table img {
	margin-bottom: 10px;
}


#main-content div.section .entry {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
}

#main-content div.section .timestamp {
	display: block;
	position: absolute;
	top: -500px;
	left: -500px;
	font-size: 1px;
	line-height: 100%;
}

#main-content div.section .entry-header {
	clear:both;
	width: 515px;
	border: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#main-content div.section .entry-header td {
	border: none;
	margin: 0px;
	padding: 0px;
}

#main-content div.section .entry-header a {
	text-decoration: underline;
}

#main-content div.section .entry-header h3 {
	float: left;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #14439D;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
}

#main-content div.section .entry-header h4 {
	float: right;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
}

#main-content div.section .entry-body {
	clear:both;
	border-top: 1px dotted #ccc;
	padding-top: 3px;
}

#main-content div.section .entry-body img {
	float: center;
}

#main-content div.section .entry-body {
	clear:both;
	width:510px;
	font-size: 10px;
	line-height: 140%;
	font-weight:normal;
	text-align: center;
	padding-top: 10px;
}

#main-content div.section .entry-footer {
	display: block;
	position: absolute;
	top: -500px;
	left: -500px;
	font-size: 1px;
	line-height: 100%;
}

#main-content div.section .entry h3 {
	margin-bottom: 10px;
}

#main-content div.section #contents-nav {
	clear: both;
	text-align: center;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 11px;
	line-height: 140%;
	color: #333333;
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
}

#main-content div.section #archive-nav {
	clear: both;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 140%;
	color: #333333;
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
}


#main-content div.section #trackback,
 #main-content div.section #comment{
	display: block;
	position: absolute;
	top: -500px;
	left: -500px;
	font-size: 1px;
	line-height: 100%;
}



