@charset "utf-8";
body {
	background-color: #000000;
}
#container {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 88px;
	width: 800px;
}
#h1_area   {
	color: #CCCCCC;
	float: right;
	height: 15px;
	width: 420px;
	margin-top: 55px;
	margin-left: 330px;
	text-align: right;
	padding-right: 5px;
}
#h1_area h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin: 0px;
}

#wrapper {
	height: auto;
	width: 800px;
}
#menu {
	background-image: url(../img/menu_back.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 800px;
	float: left;
}

#menu ul {
	line-height: 23px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#menu li {
	float: left;
	list-style-type: none;
	margin-right: 12px;
	font-size: 13px;
}
#menu a {
	color: #FF6600;
	text-decoration: underline;
}
#menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#left_main {
	float: left;
	height: auto;
	width: 348px;
	margin: 10px;
}
#left_main h2 {
	font-size: 14px;
	color: #FFFF00;
	margin-top: 10px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-weight: normal;
}
#left_main p {
	font-size: 13px;
	line-height: 1.2em;
	color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 5px;
}
#left_main a {
	color: #FF6600;
	text-decoration: none;
}
#left_main a:hover {
	color: #FF0033;
	text-decoration: underline;
}





#right_main {
	background-image: url(../img/right_back.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 372px;
	float: left;
	color: #CCCCCC;
	padding-top: 200px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 14px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: normal;
	text-align: right;
}
#right_main p {
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#right_main #blog {
	font-size: 12px;
	height: 220px;
	width: 360px;
	overflow: auto;
	text-align: left;
	padding-right: 13px;
	margin-top: 25px;
	padding-left: 2px;
}
#blog ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#blog li {
	line-height: 1.2em;
	margin-bottom: 5px;
}
#blog a {
	color: #FF9900;
	text-decoration: underline;
}




#foot {
	background-image: url(../img/foot_back.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 18px;
	width: 795px;
	line-height: 18px;
	color: #CCCCCC;
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
}
#left_main h3 {
	background-image: url(../img/h3back.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #00FF00;
	height: 20px;
	width: 100%;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 40px;
}
