@charset "UTF-8";
* {
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background-color: #005000;
	font-size: 75%;
	line-height: 1.6em;
	color: #333333;
	text-align: center;
	background-image: url(img/top/back.gif);
	background-repeat: repeat-x;
}
#c-container {
	width:900px;
	margin:0 auto 0 auto;
	text-align:left;
}

#c-container #c-head {
    width:900px;
	height:105px;
	background:url(img/top/header.jpg) no-repeat;
}
#c-container #c-head h1 {
    display:none;
}
#c-container #main_contents {
	width:900px;
	padding:10px 0 0 0;
	background-color:#FFFFFF;
}
#c-container #main_contents #c-left {
	float:left;
	width:200px;
	background:url(img/top/menu.gif) no-repeat;
}

#c-container #main_contents #c-main {
    float:left;
	padding:0 0 0 10px;
}

#c-container #c-foot {
	width:900px;
	height:54px;
	background:url(img/top/footer.gif) no-repeat;
}

#c-container #c-left #menu {
	padding:14px 5px 0px 10px;
}

#c-container #c-left #menu ul {
	padding:5px 0px 5px 0px;
	margin:0 0 0 10px;
}

#c-container #c-left #menu ul li a {
	color: #0000ff;
	text-decoration:none;
	list-style-type:disc;
}

#c-container #c-main {

}

#c-container .item {
	width:650px;
	margin:5px 0px 10px 5px;
	border:solid 1px #777777;
	padding:5px 5px 5px 5px;
}

#c-container .item h3 {
    font-size:100%;
	border-bottom:solid 1px #777777;
}

#c-container .item .date {
	text-align:right;
	color:#777777;
}

#c-container .item .comment {
	color:#777777;
}

#c-container .item .back {
	text-align:right;
	padding-right:5px;
}

#c-container .item .back a {
	color:#0000ff;
}

#c-container .subject {
	border-bottom:solid 1px #777777;
	margin-left:5px;
	margin-bottom:20px;
	padding-top:5px;
	font-weight:bold;
}

#c-container #c-foot .admin {
	text-align:right;
	padding:6px 10px 0 0;
}

#c-container #c-foot .admin a {
	color:#0000ff;
}


