


html {
	overflow-y: scroll;
}

body {
	margin: 0;
}

a {
	color: #0000;
}

a:hover {
	text-decoration: underline;
	color: #0000;
}

.clear {
	clear: both;
}



#header_line {
	height: 10px;
	margin: 0;
	background-color: #0000;
	font-size: 1px;
}



#header {
	width: 800px;
	margin: 0 auto;
	background: url('images/header_right.jpg') top right no-repeat;
}



#logo {
	float: left;
	display: block;
}

#logo img {
	border: none;
}



h1 {
	float: left;
	margin: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}



#header_banner {
	clear: both;
	margin: 0 0 8px 0;
	padding-bottom: 8px;
	background: #cfcfcf url('images/header_bg.gif') top repeat-x;
	text-align: center;
}



#contents {
	width: 800px;
	margin: 0 auto;
}



#main {
	float: left;
	width: 570px;
}

#main h2 {
	padding: 8px 12px;
	margin: 0 0 1px 0;
	border: 1px solid #999;
	border-top: 4px solid #bc4949;
	background: #d8d8d8 url('images/h2_bg.gif') top repeat-x;
	font-size: 15px;
	text-decoration: none;
	color: #444;
}

.main_block1 {
	margin: 0;
	padding: 10px;
	border: 1px solid #999;
	background-color: #fff;
	font-size: 80%;
	color: #333;
	line-height: 1.5em;
}

.main_block1 h3 {
	margin: 0;
	font-size: 14px;
}

.main_block1 h3 a {
	text-decoration: none;
}

.main_block2_left,
.main_block2_right {
	float: left;
	width: 570px;
	margin: 0;
}

.main_block2_left {
	margin-right: 10px;
}

.main_block1 p {
	margin: 0;
}

.img_right {
	float: right;
	margin-left: 10px;
}

.img_left {
	float: left;
	margin-left: 10px;
}
.link_right {
	text-align: right;
}

.line_b {
	height: 1px;
	margin: 10px 0;
	background: url('images/line_b.gif') repeat-x;
	font-size: 1px;
}

.back2top {
	clear: both;
	margin: 10px 0;
	text-align: right;
	font-size: 11px;
}



#side {
	float: right;
	width: 220px;
}

#side h2 {
	padding: 8px 12px;
	margin: 0 0 1px 0;
	background: #d8d8d8 url('images/h2_bg.gif') top repeat-x;
	border: 1px solid #999;
	border-top: 4px solid #bc4949;
	font-size: 13px;
	text-decoration: none;
	color: #444;
}

.side_menu {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #999;
	background: #ebebeb url('images/side_block_bg.gif') top repeat-x;
	list-style-type: none;
}

.side_menu li {
	margin: 0 10px;
	background: url('images/line_a.gif') bottom repeat-x;
	font-size: 1px;
}

.side_menu a {
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0 0 0 10px;
	background: url('images/arrow_a.gif') left no-repeat;
	font-size: 13px;
	text-decoration: none;
}

.side_menu a:hover {
	background: url('images/arrow_a2.gif') left no-repeat;
}

#list {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #999;
	background: #ebebeb url('images/side_block_bg.gif') top repeat-x;
	font-size: 12px;
	color: #666;
}

#tag {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #999;
	background: #ebebeb url('images/side_block_bg.gif') top repeat-x;
	font-size: 12px;
	color: #666;
}

#bookmark {
	margin: 0;
	padding: 10px;
	border: 1px solid #999;
	background-color: #eee;
	text-align: center;
}



#footer {
	clear: both;
	height: 150px;
	margin: 30px 0 0 0;
	padding-top: 20px;
	border-top: 4px solid #aaa;
	background: #fff url('images/footer_bg.gif') top repeat-x;
	font-size: 12px;
	color: #666;
	text-align: center;
}



