/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
	font-size: 12px;
	background-color: #000000;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

form, input { margin: 0; padding: 0; }
a {
	text-decoration: underline;
	color: #CCCCCC;
}
a img { border: 0; }
p { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, ol, ul, pre, blockquote
{
   margin-top: 0; margin-bottom: 0;
}

/* レイアウト*/

body { text-align: center; } /* center on ie */

#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-top: 5px;
}

#header {
	width: 720px;
	height: 105px;
	background-color: #000000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -7000em;
	height: 57px;
	width: 248px;
	display: block;
}

#header h1 a {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -7000em;
	height: 57px;
	width: 248px;
	display: block;
}

#header h2 {
	text-indent: -7000em;
}

#contents {
	width: 570px;
	float: left;
}
/*-----------------menu--------------*/
#menu {
	text-align:left;
	background-color: #000000;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	float: left;
}
#menu .navi .menu1 a,#menu .navi .menu2 a,#menu .navi .menu3 a,#menu .navi .menu4 a,#menu .navi .menu5 a {
	text-decoration: none;
	text-indent: -7000em;
	display: block;
	height: 32px;
	width: 360px;
}

#menu .navi .menu1 a{
	background-image: url(images/menu01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu .navi .menu2 a{
	background-image: url(images/menu02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#menu .navi .menu1 a:hover,#menu .navi .menu2 a:hover,#menu .navi .menu3 a:hover,#menu .navi .menu4 a:hover,#menu .navi .menu5 a:hover {
	background-position: left bottom;
}

#top {
	margin-left: 10px;
	background-image: url(images/bg_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: 10px;
}
#top h2 {
	background-image: url(images/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
#top h2 a {
	text-decoration: none;
}

#top h3 {
	background-image: url(images/bg_h3.gif);
	padding-top: 5px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}



#top p {
	padding-left: 10px;
	line-height: 1.5em;
	font-size: 12px;
}

h3.info {
	background-image: url(images/infomation.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 100%;
	text-indent: -7000ex;
}

h3.report {
	background-image: url(images/top_report.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -7000em;
	height: 25px;
	width: 100%;
}
#right {
	float: right;
	width: 145px;
}
#right p {
	margin-top: 10px;
}
.clear {
	clear: both;
}

#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#copyright {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 10px;
	color: #999999;
}

/*--------------記事---------------------*/
#article {
	margin-left: 15px;
	margin-top: 15px;
}
#article h2 {
	background-image: url(images/h2bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	font-size: 14px;
	height: 24px;
	padding-top: 5px;
	font-weight: bold;
}

.textBody p{
	padding-left: 15px;
	margin-top: 15px;
	line-height: 1.4em;
}

.center{
	text-align: center;
}
.right {
	text-align: right;
	padding-right: 20px;
}
/*---------------NEWS---------------------*/
h3.title {
	background-image: url(images/bg_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 1.5em;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.margin25 {
	line-height: 1.4em;
	margin-left: 25px;
}

.koji {
	margin-top: 10px;
	width: 100%;
	background-image: url(images/bg_dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.koji img {
	float: left;
	margin: 10px;
}

.koji h4 a{
	padding-top: 10px;
	padding-bottom: 10px;
}
.koji p {
	padding-right: 25px;
}
.date {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#list {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 30px;
}

#list h3 {
	background-image: url(images/bg_h3.gif);
	padding-top: 5px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

#entimg img{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}#container #contents #comments {
	margin-right: 10px;
	margin-left: 10px;
}
.entry-footer {
	text-align: right;
}

#comment-author,#comment-email,#comment-url,#comment-text{
	background-color: #CCCCCC;
}
#comments{
	padding-left: 40px;
}
.comments-open-header{
	padding-top: 5px;
	padding-bottom: 5px;
}
.comments-header{
	padding-top: 5px;
	padding-bottom: 5px;
}
.comments-open-moderated{
	padding-bottom: 5px;
}

#about {
	margin-left: 0px;
	padding-top: 30px;
	list-style-type: none;
	padding-left: 0px;
}
#about li {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 5px;
}

#about ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.comment-content {
	padding-top: 15px;
}
#container #contents #comments #comments-open {
	padding-top: 15px;
}
