@charset "euc-jp";
/* CSS Document */

/*　共通　*/
body, h2, h3, h4, form, ul, li, p {
	margin: 0;
	padding: 0;
}

body {
	background: #e8faff url(images/background.gif) center repeat-y;
	font-size: small;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka;
}

small {
	font-size: 80%;
}

img {
	border: 0;
}

input.formfield {
	width: 120px;
	margin-right: 10px;
}

input.formbutton {
	border-right: #eee 1px solid;
	border-top: #999 1px solid;
	background: #708090;
	border-left: #999 1px solid;
	color: #fff;
	border-bottom: #eee 1px solid;
}


#container {
	width: 860px;
	margin: auto;
}

#header {
	background: url(images/line.gif) no-repeat;
	padding: 15px 0 10px;
}

#header h1 {
	margin: 10px 0;
}

#header p#site-summary {
	width: 480px;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -50px;
	font-size: small;
}

#flash {
	height: 350px;
	background: #000000;
}

#topmenu {
	margin: 20px 0;
}

#topmenu ul {
}

#topmenu li {
	list-style: none;
	float: left;
	width: 200px;
	height: 80px;
	margin-right: 20px;
	line-height: 80px;
	text-align: center;
}

#topmenu li#menu4 {
	margin-right: 0;
}

#main {
	float: left;
	width: 640px;
}

#main h2 {
	background: url(images/title_bak.gif) repeat-x;
	height: 40px;
	margin-bottom: 10px;
}

#main table#whats-new, #main table#archive-list {
	width: 100%;
	border-collapse: collapse;
}

#main table#whats-new td, #main table#archive-list td {
	border-bottom: 1px dotted #999999;
	padding: 3px 0;
}

#main table#whats-new td.top-blog-date, #main table#archive-list td.top-blog-date {
	vertical-align: top;
	font-size: 80%;
}

#main table#whats-new td.top-blog-body, #main table#archive-list td.top-blog-body {
}

#main table#whats-new td.top-blog-category, #main table#archive-list td.top-blog-category {
	vertical-align: bottom;
	font-size: 80%;
}

#main .item {
	margin-bottom: 20px;
}

#main .item h2 {
	font-size: 120%;
}

#main .item p.item-info {
	font-size: 80%;
	margin-bottom: 20px;
}

#main .item p.item-body {
	line-height: 1.5;
	margin-bottom: 20px;
}

#main .rightbox {
	float: right;
	margin: 0 0 10px 10px;
}

#main .leftbox {
	float: left;
	margin: 0 10px 10px 0;
}

#main h3 {
	font-size: 120%;
	margin-bottom: 15px;
}

#main ul.links {
	margin: 20px 0 50px 30px;
}

#main ul.links li {
	list-style: url(images/list_img.gif);
	line-height: 1.5;
	margin-bottom: 15px;
	font-size: 120%;
}

#main ul.links li .link-desc {
	margin-left: 5px;
	font-size: 80%;
}

#main ul.links li .link-del {
	margin-left: 5px;
	font-size: 80%;
}

#main .archive {
	margin: 30px 0;
}

#main .archive ul {
}

#main .archive ul li {
	float: left;
	width: 100px;
	line-height: 1.5;
}

#main .pagenavi {
	margin: 0 0 5px;
}

#main .pageswitch {
	margin: 10px 0;
}

#comments {
	margin: 10px 0;
}

#comments .comment {
	border-bottom: 1px dotted #999999;
	margin: 15px 0;
	padding-bottom: 5px;
}

#comments .comment p.comment-body {
	line-height: 1.5;
}	

#comments .comment p.comment-info {
	font-size: 80%;
	line-height: 1.5;
}

#comments p.not-comment {
	margin: 15px 0;
	padding-bottom: 5px;
}

#commentform {

}

#commentform .commentform {
	margin: 15px 0;
}

#main .pagechanger {
	margin: 20px 0;
}

#main .pagechanger p.pagechanger-prev {
	width: 320px;
	float: left;
	text-align: left;
}

#main .pagechanger p.pagechanger-next {
	width: 320px;
	float: right;
	text-align: right;
}

table#schedule-tbl {
	border-collapse: collapse;
	width: 100%;
}

table#schedule-tbl th {
	border: 1px solid #999999;
	height: 20px;
}

table#schedule-tbl th.mon, 
table#schedule-tbl th.tue, 
table#schedule-tbl th.wed, 
table#schedule-tbl th.thu, 
table#schedule-tbl th.fri,
table#schedule-tbl th.stu,
{
	width: 13%;
}

table#schedule-tbl th.sun {
	background: #FF0000;
	color: #FFFFFF;
}

table#schedule-tbl th.stu {
	background: #0000cc;
	color: #FFFFFF;
}

table#schedule-tbl td {
	border: 1px solid #999999;
	vertical-align: top;
	height: 50px;
}

table#schedule-tbl td.non {
	background: #EEEEEE;
}

table#schedule-tbl td .day {
	font-weight: bold;
}

table#schedule-tbl td.sun .day {
	color: #FF0000;
}

table#schedule-tbl td.stu .day {
	color: #0000cc;
}

table#postdata {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
}

table#postdata th {
	border: 1px solid #999999;
	padding: 5px;
	background: #E0FFFF;
	width: 20%;
}

table#postdata td {
	border: 1px solid #999999;
	padding: 5px;
}

#calenderform {
	text-align: center;
	margin: 10px;
}

#sidebar {
	float: right;
	width: 200px;
}

#sidebar h3 {
	background: url(images/title_bak.gif) repeat-x;
	height: 40px;
	margin-bottom: 10px;
}

#sidebar ul {
	padding: 5px;
}

#sidebar li {
	list-style: url(images/list_img.gif);
	list-style-position: outside;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 80%;
}

#sidebar p.morelink {
	text-align: right;
}

#sidebar #mainmenu {
}

#sidebar #mainmenu ul {
	padding: 0;
}

#sidebar #mainmenu li {
	list-style: none;
	margin: 0;
	margin-bottom: 5px;
}

#footer {
	width: 860px;
	background: url(images/line.gif) no-repeat;
	margin-top: 20px;
	padding-top: 10px;
}

#footer p#copyright {
	text-align: center;
	font-size: 80%;
	line-height: 2;
}

#footer ul.category-list {
	width: 100%;
	text-align: center;
}

#footer ul.category-list li {
	list-style: none;
	display: inline;
	padding: 0 5px;
	line-height: 2;
}

.loginform {
	font-size: 80%;
	text-align: center;
	margin-bottom: 10px;
}

.loginform .loginformfield {
	height: 1em;
}

#submenu {
	width: 430px;
	position: absolute;
	left: 50%;
	top: 10px;
}

#submenu ul {
}

#submenu li {
	display: block;
	list-style: none;
	float: right;
	width: 85px;
	text-align: center;
	margin-left: 10px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 5px 0;
}

div{
    zoom: 1;/*for IE 5.5-7*/
}

div:after{/*for modern browser*/
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
