@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(print_bg.png) 0 0 repeat-x;
}
img {
	border: 0;
}
a {
	cursor: pointer;
	color: #f27d00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
:focus {
	outline: none;
}
h1 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
h1 span {
	color: #f27d00;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
div.wrap {
	width: 940px;
	margin: 0 auto;
}
div.rightbar {
	width: 670px;
	padding: 26px 0 0 0;
}
div.article {
	padding: 0 20px 20px 0;
}
div.article h2 {
	margin-bottom: 20px;
}
div.article p {
	line-height: 1.5em;
	margin-bottom: 15px;
}
div.article img {
	display: block;
	border: 2px solid #cccccc;
	margin: 0 5px;
}
div.article p.image_left {
	float: left;
	margin: 0 15px 0 0;
}
div.article p.image_right {
	float: right;
	margin: 0 0 0 15px;
}
div.article p.date {
	font-size: 11px;
	color: #999;
	margin-bottom: 10px;
}
div.article ul {
	padding: 0 0 15px 10px;
}
div.article ul li {
	list-style: none;
	background: url(dot_orange.png) 0 5px no-repeat;
	padding-left: 13px;
	margin-bottom: 4px;
}
ul.sitemap {
	padding: 0 0 0 0;
}
/* =clear
-------------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}
