/* ---- basic ---- */

html {
	scrollbar-track-color: #EEEEEE;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #CCCCCC;
}

body {
	background-color: #EEEEEE;
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 10pt;
	text-align: center;
}

a {
	color: #666666;
}

a:hover {
	color: #999999;
}

table,tr,td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0px none;
	border-collapse: collapse;
}

img {
	border: 0px none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
 	background-image: url(http://zero-one.sakura.ne.jp/image/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0 0 0 10px;
}

form {
	margin: 0;
	padding: 0;
}

input {
	width: 130px;
}

/* ---- container ---- */

.container {
	width: 764px;
	margin: auto;
	padding: 20px 0 20px 0;
	text-align: center;
	overflow: hidden;
}

/* ---- header ---- */

.header-frame {
 	background-image: url(http://zero-one.sakura.ne.jp/image/frame_header.gif);
	background-repeat: no-repeat;
	width: 764px;
	height: 11px;
}

.header {
	background-color: #FFFFFF;
	padding: 5px 0 15px 20px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.banner {
	margin: 0 0 5px 0;
	color: #333333;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

.banner a {
	color: #666666;
	text-decoration: none;
}

.banner a:hover {
	color: #999999;
	text-decoration: none;
}

.description {
	color: #999999;
	font-size: 7.5pt;
	text-align: left;
}

/* ---- content ---- */

.content {
	background-color: #FFFFFF;
	padding: 20px 20px 0 20px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

/* ---- main ---- */

.main {
	width: 500px;
	margin: 0 20px 0 0;
	font-size: 10pt;
	text-align: left;
	line-height: 1.3;
}

.entry-content {
	margin: 0 0 50px 0;
}

.entry-title-frame {
	background-image: url(http://zero-one.sakura.ne.jp/image/frame_entry_title.gif);
	background-repeat: no-repeat;
	width: 500px;
	height: 20px;
}

.entry-title {
	padding: 0 0 0 20px;
	color: #999999;
	font-weight: bold;
	line-height: 1.5;
}

.entry-body {
	background-color: #FFFFFF;
	padding: 10px 5px 0 5px;
	color: #666666;
}

.entry-body a {
	color: #333333;
}

.entry-body a:hover {
	color: #999999;
}

.webclap-comment {
	color: #339933;
}

.archive-title {
	margin: 0 0 10px 0;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

.content-nav {
	margin: 0 0 20px 0;
	text-align: center;
}

/* ---- sidebar ---- */

.sidebar {
	width: 202px;
	font-size: 10pt;
	text-align: left;
	line-height: 1.3;
}

.menu-content {
	margin: 0 0 20px 0;
}

.menu-frame-top {
 	background-image: url(http://zero-one.sakura.ne.jp/image/frame_menu_top.gif);
	background-repeat: no-repeat;
	width: 202px;
	height: 11px;
}

.menu-frame-bottom {
 	background-image: url(http://zero-one.sakura.ne.jp/image/frame_menu_bottom.gif);
	background-repeat: no-repeat;
	width: 202px;
	height: 11px;
}

.menu-title {
	background-color: #FFFFFF;
	padding: 0 0 0 4px;
	color: #999999;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.menu-body {
	background-color: #FFFFFF;
	padding: 10px 10px 5px 10px;
	color: #666666;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.menu-body-webclap {
	text-align: center;
}

.menu-body-about {
	font-size: 7.5pt;
}

.menu-body-about-sub {
	margin: 0 5px 0 5px;
}

.menu-body-link {
	font-size: 7.5pt;
}

.menu-body-link-sub {
	margin: 0 5px 0 5px;
}

/* ---- footer ---- */

.footer-frame {
 	background-image: url(http://zero-one.sakura.ne.jp/image/frame_footer.gif);
	background-repeat: no-repeat;
	width: 764px;
	height: 11px;
}

.footer {
	background-color: #FFFFFF;
	padding: 15px 20px 5px 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.banner-image {
	margin: 0 0 5px 0;
	text-align: right;
}

.counter {
	margin: 0 0 5px 0;
	color: #999999;
	font-size: 7.5pt;
	text-align: right;
}

.copyright {
	color: #999999;
	font-size: 7.5pt;
	text-align: right;
}

