* {
	font-size: 100%;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	outline:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000 url(../img/back_img.png) no-repeat fixed right bottom;
	position: relative;
}
strong {
	font-weight: bolder;
}
li {
	list-style: inside;
}
img {
	vertical-align: bottom;
	border-style: none;
}
h1 {
	font-size: 200%;
	font-weight: bolder;
}
h2 {
	font-size: 160%;
	font-weight: bolder;
}
h3 {
	font-size: 130%;
	font-weight: bold;
}
.float_left {
	display: block;
	float: left;
}
.float_right {
	display: block;
	float: right;
}
.clear {
	display: block;
	clear: both;
}
.hidden {
	clear: both;
	visibility: hidden;
	display: block;
	height: 0px;
}
.orange {
	color: #FF7F00;
}
.gray {
	color: #999999;
}
.red {
	color: #BB0000;
}
.border {
	width: 100%;
	clear: both;
	border-top: 1px dotted #666666;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
}
#wrapper {
	margin: 30px 0px 30px 250px;
}
#top, #sub_navi, #content, #footer {
	width: 600px;
	padding-left: 20px;
	height: auto;
	display: block;
}
#wrapper #top {
	font: 80% Georgia, "Times New Roman", Times, serif;
	padding-bottom: 3px;
}
#wrapper #sub_navi {
	font: 90% Georgia, "Times New Roman", Times, serif;
}
#sub_navi #guide {
	margin: 3px 0px 10px;
}
#sub_navi #guide a {
	color: #FF7F00;
}
#sub_navi .wp-pagenavi {
	text-align: right;
	margin-bottom: 15px;
}
#wrapper #content {
	padding-top: 10px;
	padding-bottom: 40px;
}
#content #main {
	width: 430px;
	float: left;
}
#content #sidebar {
	float: right;
	width: 130px;
	padding-top: 10px;
}
#content #go_top {
	clear: both;
	text-align: center;
	font-size: 80%;
}
#content #go_top a {
	color: #CCCCCC;
}
#footer {
	padding-bottom: 50px;
}


#footer li {
	float: left;
	font-size: 90%;
	padding-top: 7px;
	padding-right: 40px;
	list-style: none;
	font-weight: bolder;
}
#footer li a:hover {
	color: #FF7F00;
}
#menu {
	position: fixed;
	height: auto;
	width: 230px;
	left: 0px;
	top: 50px;
	text-align: center;
}
#menu ul {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 90px;
	padding-left: 65px;
	font-size: 110%;
}
#menu li {
	list-style: none;
	margin: 0px 0px 15px 5px;
}
#menu li a:hover,#menu .current-cat a {
	color: #FF7F00;
}

#menu p {
	font-size: 80%;
	line-height: 1.6em;
	padding-bottom: 5px;
}
#menu p a {
	color: #FF7F00;
}
