* {
	font-family:            'ＭＳ Ｐゴシック',Osaka, Helvetica, Verdana, Arial, san-serif;
}

body {
	background-color : #000000;
	color : #333;

	margin: 0;
	padding: 0;

	scrollbar-face-color: #292929;
	scrollbar-highlight-color: #292929;
	scrollbar-darkshadow-color: #292929;
	scrollbar-3dlight-color: #444444;
	scrollbar-shadow-color: #444444;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #202020;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 2px 0 20px 0;
}

strong,em {
	font-weight: normal;
	font-style: normal;
}

a:link, a:visited {
	text-decoration : underline;
	color : #00B3C8;
}
a:hover, a:active {
	text-decoration : none;
	color : #fff;
	background-color : #00B3C8;
}

.formInput {
	background-color: #fff;
	border-width: 1px;
	border-style: inset;
	border-color: #d0d0d0;
	font-size: 9pt;
	letter-spacing: 0.2mm;
	line-height: 125%;
}

.formButton {
	background-color: #d0d0d0;
}

.hide {
	display: none;
}

ul.basic_list {
	list-style: discnone outside;
}
ul.basic_list li {
	line-height: 125%;
	margin: 0 0 1px 0;
	padding: 0;
}

/* _______________ header _______________ */
#pageheader {
	background-color : #ffffff;
        width : 100%;
        height: 72px;
}

#headerbox {
	width: 840px;
}

#banner {
	float: left;
	padding: 0;
	margin: 0;
}

#searcharea {
	border-width: 2px 0 0 0;
        border-color: #000;
        border-style: solid;

	width: 188px;
	float: right;
}

#searchbox {
	background-image : url(./images/areabk.png);
	padding: 7px;
	margin: 9px 0 0 0;
}

#searchTextbox {
	background-color: #fff;
	border-width: 1px;
	border-style: inset;
	border-color: #d0d0d0;
	font-size: 10pt;
	width:	122px;
	_width: 124px;
	margin-right: 3px;
}

#searchButton {
	background-color: #d0d0d0;
	font-size: 8pt;
	height: 20px;
	width: 42px;
}

/* _______________ container _______________ */
#container {
	width: 828px;
	_width: 840px;
	padding: 17px 0 17px 12px;
}

#c-side {
	float: left;
	width: 324px;
	margin-right: 4px;
}

#c-content {
	float: left;
	width: 500px;
}

#c-calcategory {
	float: left;
	width: 160px;
	margin-right: 4px;
}
#c-entry {
	float: left;
	width: 160px;
}

#c-ads {
	clear: both;
}


/* _______________ calendar _______________ */
#calendar {
	width: 160px;
	margin-bottom: 16px;
}

#calendar-title {
	width: 160px;
	height: 27px;
	background-color: #000;
	background-image : url(./images/calendar.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
}

#calendar-main {
	background-color: #292929;
	color: #fff;
	padding: 8px;
	margin: 0;
	height: 163px;
	_height: 179px;
}

table.caltable {
	border-collapse: collapse;
	margin: 8px 0 9px;
}

table.caltable td {
	color: #fff;
	border: 2px solid #292929;
	text-align: center;
	line-height: 100%;
	font-size: 8pt;
	width: 18px;
	height: 17px;
}

.caltable a:link,
.caltable a:visited {
	display: block;
	background-color: #33cc00;
	color: #fff;
	text-decoration: none;
	padding: 3px 0 0 0;
}
.caltable a:hover,
.caltable a:active {
	display: block;
	background-color: #009900;
	color: #fff;
	text-decoration: none;
	padding: 3px 0 0 0;
}


#calmonth {
	font-size: 10pt;
	line-height: 100%;
	color: #fff;
}
#caldivider {
	display: block;
	height: 1px;
	margin: 8px 0 0 0;
}
#calarchive {
	text-align: right;
	margin-bottom: 3px;
}
#calarchive select {
	background-color: #222;
	font-size: 8pt;
	color: #fff;
	height: 14px;
}

/* _______________ category _______________ */
#category {
	width: 160px;
}

#category-title {
	width: 160px;
	height: 27px;
	background-color: #000;
	background-image : url(./images/category.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
}

#category-main {
	background-color: #292929;
	color: #fff;
	font-size: 8pt;
	letter-spacing: 1px;
	padding: 9px 5px 8px 5px;
	margin: 0 0 16px 0;

	height: 261px;
	_height: 278px;
	width: 150px;
	_width: 160px;		/* for ie */
	min-width: 150px;	/* for Gecko */
	overflow: auto;
	overflow-y: auto;
	overflow-x: auto;
}

#category-main ul {
	width: 144px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0 0 0 0;
	padding: 0 0 0 1px;
}
#category-main ul li {
	background-image: url(./images/listmark.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	line-height: 110%;
	padding: 0 0 0 14px;
	margin: 5px 0;
}
#category-main ul li .enum {
	letter-spacing: 0;
	color: #aaa;
}

#category-main ul li a:link,
#category-main ul li a:visited {
	color : #fff;
	text-decoration: none;
}
#category-main ul li a:hover,
#category-main ul li a:active {
	background-color: #E37427;
	color: #fff;
	text-decoration: none;
}



/* _______________ entry _______________ */
#entry {
	width: 160px;
}

#recent-title {
	width: 160px;
	height: 27px;
	background-color: #000;
	background-image : url(./images/recent.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
}


#entry-title {
	width: 160px;
	height: 27px;
	background-color: #000;
	background-image : url(./images/entry.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
}

#entry-main {
	background-color: #292929;
	color: #fff;
	font-size: 8pt;
	letter-spacing: 1px;
	padding: 9px 5px 8px 5px;
	margin: 0 0 17px 0;

	height: 483px;
	_height: 500px;
	width: 150px;
	_width: 160px;		/* for ie */
	min-width: 150px;	/* for Gecko */
	overflow: auto;
	overflow-y: auto;
	overflow-x: auto;
}

#entry-main ul {
	max-width: 144px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0 0 0 0;
	padding: 0 0 0 1px;
}
#entry-main ul li {
	background-image: url(./images/listmark.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	line-height: 110%;
	padding: 0 0 0 14px;
	margin: 5px 0;
}


#entry-main ul li a:link,
#entry-main ul li a:visited {
	color : #fff;
	text-decoration: none;
}
#entry-main ul li a:hover,
#entry-main ul li a:active {
	background-color: #E37427;
	color: #fff;
	text-decoration: none;
}


/* _______________ ads _______________ */
#ads {
	width: 324px;
}
#ads-title {
	width: 324px;
	height: 27px;
	background-color: #000;
	background-image : url(./images/ads.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
}

#ads-main {
	background-color: #292929;
	color: #fff;
	font-size: 8pt;
	letter-spacing: 1px;
	padding: 8px;
	margin: 0;
}

/* _______________ profile _______________ */
#profile {
	width: 324px;
	margin: 17px 0 0 0;
}
#profile-title {
	width: 324px;
	height: 27px;
	background-color: #000;
	background-image : url(./images/profile.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
}

#profile-main {
	background-color: #292929;
	color: #fff;
	font-size: 8pt;
	line-height: 150%;
	letter-spacing: 1px;
	padding: 8px 8px 7px 8px;
	margin: 0;
}

/* _______________ content _______________ */
#content {
	width: 500px;
}

#content-title {
	width: 500px;
	height: 27px;
	background-color: #000;
	background-image : url(./images/content.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
}

.content-block {
	display: block;
	background-color: #fff;
	padding: 8px;
	margin: 0;
}
.content-bottom {	
	margin: 12px 0;
	padding: 0;
}

.content-side {
	display: block;
	width: 160px;
	height: 100%;
	padding: 8px 0;
	text-align: left;
	vertical-align: top;
	background-color: #000;
	background-image : url(./images/areabk.png);
}
.content-side-in {
	padding: 0 10px;
	font-size: 8pt;
	line-height: 140%;
	color: #555;
}

.content-main {
	width: 316px;
	vertical-align: top;
	text-align: left;
	line-height: 160%;
	color: #333;
	font-size: 10pt;
	padding: 0 10px 0 10px;
}

.content-title {
	background-image : url(./images/contentmark.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
	padding-left: 11px;
	margin: 4px 0 17px 0;
	line-height: 125%; 
}

.content-title h2 {
	display: inline;
	font-size: 13pt;
}

.content-link {
	font-size: 8pt;	
}

.content-footer {
	display: block;
	border-width: 1px 0 0 0;
	border-color: #ccc;
	border-style: solid;
	font-size: 8pt;
	line-height: 100%;
	padding: 6px 0 0 0;
	margin: 40px 0 0 0;
}

#prevnext {
	display : block;
	text-align: center;
	font-size: 8pt;
	letter-spacing: 1px;
	color: #999;
	margin: 11px 1px 11px;
}
#prevnext a:link,
#prevnext a:visited {
	color : #999;
	text-decoration : none;
}
#prevnext a:hover,
#prevnext a:active {
	color : #fff;
	text-decoration : none;
}


/* _______________ trackback _______________ */
#trackback {
	width: 500px;
	margin-top: 17px;
}

#trackback-title {
	width: 500px;
	height: 27px;
	background-color: #000;
	background-image : url(./images/trackback.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
}

#trackback-url {
	background-color: #292929;
	color: #fff;
	font-size: 8pt;
	letter-spacing: 1px;
	line-height: 150%;
	padding: 8px;
	margin: 0 0 4px 0;	
}

#trackback-main {
	background-color: #292929;
	color: #fff;
	font-size: 8pt;
	letter-spacing: 1px;
	line-height: 150%;
	padding: 8px;
	margin: 0 0 17px 0;
}

.trackback-divider {
	margin: 15px 0;
}


/* _______________ comment _______________ */
#comment {
	width: 500px;
	margin-top: 17px;
}

#comment-title {
	width: 500px;
	height: 27px;
	background-color: #000;
	background-image : url(./images/comment.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
}

#prev-comment-title {
	width: 500px;
	height: 27px;
	background-color: #000;
	background-image : url(./images/prev_comment.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
}

#preview-comment-title {
	width: 500px;
	height: 27px;
	background-color: #000;
	background-image : url(./images/preview_comment.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
}

#error-comment-title {
	width: 500px;
	height: 27px;
	background-color: #000;
	background-image : url(./images/error_comment.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
}

.comment-error {
	color : #FF7DD9;
	font-size : 8pt;
	letter-spacing : 1px;
	margin : 0 0 12px 0;
}
.comment-error strong {
	font-style : normal;
	font-weight: normal;
}

#comment-all {
	margin-bottom: 20px;
}

.comment-list {
	background-color: #292929;
	color: #fff;
	font-size: 8pt;
	letter-spacing: 0.2mm;
	line-height: 150%;
	padding: 8px 40px 8px 8px;
	margin: 0 0 4px 0;
}
.comment-list p {
	margin: 2px 0 12px 0;
}

.comment-footer {
	display: block;
	border-width: 1px 0 0 0;
	border-color: #555;
	border-style: solid;
	font-size: 8pt;
	color: #fff;
	line-height: 100%;
	padding: 5px 0 0 0;
	margin: 10px 0 2px 0;
}

#comment-form {
	background-color: #292929;
	color: #fff;
	font-size: 8pt;
	letter-spacing: 1px;
	padding: 8px;
	margin: 0 0 17px 0;
}

#comment-form td {
	font-size: 8pt;
	color: #fff;
	letter-spacing: 1px;
	padding: 3px 0;
	margin: 0;
}

#comment-submit {
	margin: 8px 0 0 0;
}

#comment-submit input {
	font-size: 8pt;
}

/* _______________ search ________________ */
#search {
	width: 500px;
}

#search-title {
	width: 500px;
	height: 27px;
	background-color: #000;
	background-image : url(./images/search.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
}

#search-form {
	background-color: #292929;
	color: #fff;
	font-size: 8pt;
	letter-spacing: 1px;
	padding: 8px;
	margin: 0 0 17px 0;
}

#search-option { margin-top: 12px; }

#search-result {
	width: 500px;
}

#search-howto-title {
	width: 500px;
	height: 27px;
	background-color: #000;
	background-image : url(./images/howtosearch.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
}

#search-result-title {
	width: 500px;
	height: 27px;
	background-color: #000;
	background-image : url(./images/search_result.png);
	background-repeat : no-repeat;
	background-attachment : auto;
	background-position : left top;
}

#search-result-main {
	background-color: #292929;
	color: #fff;
	font-size: 8pt;
	letter-spacing: 1px;
	line-height: 125%;
	padding: 8px 12px 8px 8px;
	margin: 0 0 17px 0;
}
#search-result-main h3 {
	color: #fff;
	font-size: 10pt;
	font-weight: normal;
	font-style : normal;
	margin: 0 0 7px 0;
	padding: 0;
}

.search-result-footer {
	display: block;
	border-width: 1px 0 0 0;
	border-color: #555;
	border-style: solid;
	font-size: 8pt;
	color: #fff;
	line-height: 100%;
	padding: 5px 0 0 0;
	margin: 10px 0 2px 0;
}

.search-result-divider {
	margin: 15px 0;
}


/* _______________ other _______________ */

.links {
	display : block;
	margin: 17px 0 12px;
}
.links img {
	margin: 0 8px 0 2px;
}
.links a:link,
.links a:visited,
.links a:hover,
.links a:active {
	background-color: #000;
	underline : none;
}

.link-note {
	display : block;
	font-size : 8pt;
	color: #999;
	margin: 10px 1px;
}
.link-note a:link,
.link-note a:visited {
	color : #999;
}
.link-note a:hover,
.link-note a:active {
	color : #fff;
}

.powered {
	display : block;
	font-size: 8pt;
	color: #999;
	margin: 10px 1px;
}
.powered a:link,
.powered a:visited {
	color : #999;
}
.powered a:hover,
.powered a:active {
	color : #fff;
}