@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

br {letter-spacing: 0; }

a:link {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

a:active {
	color:#000000;
	text-decoration:none;
}

#container {
background-color:#FFFFFF;
}

#header {
	background-color:#000000;
}

#content {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}


#left {
	color:#333333;
}


.entry {
	margin:20px 50px 50px 0;
	font-size:12px;
	color:#333333;
	line-height:18px;
}

.entry h2 {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	background:url(../images/title_icon.gif) no-repeat;
	padding-left:40px;
	margin-bottom:5px;
	line-height:120%;
}

.entry h3 {
	color:#999999;
	margin-bottom:15px;
}

.entry p {
	text-align:right;
	border-top:1px solid #999999;
	padding-top:10px;
	margin-top:20px;
}

.entry_body {
	padding:0 10px;
}

.paginate{
	margin:20px 0;
	text-align:left;
}

.previous {
	margin-right:340px;
}

.menu {
	margin:20px 0;
}

.menu ul {
	margin:0;
	padding:0;
}

.menu li {
	list-style:none;
	margin:0;
	padding:0;
	height:36px;
}

.bn {
	margin-bottom:20px;
}

.caution{
	border:1px dotted;
	padding:5px;
}

.caution ul{
	margin:0;
	padding:20px;
}
