@charset "utf-8";

@import "base.css";

/*
--------------------------------------------------------
policy/index.html
--------------------------------------------------------
*/
#voice #content h1 {
	background: url(../../voice/image/h1_1.png) no-repeat 0 0;
	display: block;
	width: 600px;
	height: 145px;
	margin: 0 0 0 -20px;
	text-indent: -500em;
}

#content #summary h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	height: auto;
	text-indent: 0em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#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;
}

#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;
}

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


