* {
	margin:0;
	padding:0;
	list-style-type: none;
	border: 0;

}

a {
	color: #362F2D;
}

a:hover {
	text-decoration: none;
}

p {
	margin-left: 5px;
}

body {
	background-color: #000;
	letter-spacing: 0.5pt;
	font-weight: normal;
	font: 13px/150% Verdana, Arial, Helvetica, sans-serif;
}

dt {
	background-color: #EDEDED;
	font-weight: bold;
}

dl.lower {
	margin: 10px 10px 0;
	border: dotted 1px black;
}

.clear {
	clear: both;
}

#wrapper {
	width: 900px;
	background-color: #FFF;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 350px;
	background: url('/dir/system_dir/theme_dir/randTheme.php');
}

#header .gradation {
	width: 100%;
	height: 350px;
	background: url('/dir/template/gradation.png');
}

#theme {
	width: 513px;
	height: 103px;
	padding-top: 50px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	letter-spacing: -999em;
	text-indent: -10em;
	white-space: nowrap;
}

.toppage #theme { background: url('/dir/template/theme_toppage.png') bottom right no-repeat; }
.information #theme { background: url('/dir/template/theme_information.png') bottom right no-repeat; }
.biography #theme { background: url('/dir/template/theme_biography.png') bottom right no-repeat; }
.blog #theme { background: url('/dir/template/theme_blog.png') bottom right no-repeat; }
.timetable #theme { background: url('/dir/template/theme_timetable.png') bottom right no-repeat; }
.communication #theme { background: url('/dir/template/theme_communication.png') bottom right no-repeat; }
.gallery #theme { background: url('/dir/template/theme_gallery.png') bottom right no-repeat; }
.recruit #theme { background: url('/dir/template/theme_recruit.png') bottom right no-repeat; }
.mail #theme { background: url('/dir/template/theme_mail.png') bottom right no-repeat; }
.link #theme { background: url('/dir/template/theme_link.png') bottom right no-repeat; }





#header #title {
	width: 351px;
	height: 79px;
	float: left;
}

#header #title a {
	display: block;
	width: 351px;
	height: 79px;
	overflow: hidden;
	letter-spacing: -999em;
	text-indent: -10em;
	white-space: nowrap;
	background-image: url('/dir/template/logo.png');
}

#header #menu {
	float: right;
}

#header #menu li {
	height: 50px;
	float: left;
}

#header #menu li#new {
	padding-bottom: 20px;
	background: url('/dir/template/new.png') center bottom no-repeat;
}

#header #menu a {
	display: block;
	padding: 0 2px;
	height: 50px;
	letter-spacing: -999em;
	text-indent: -10em;
	overflow: hidden;
	white-space: nowrap;
}

#header #menu a:hover, #header #menu a.v {
	padding-bottom: 20px;
}


#header #menu .toppage a { width: 25px; background: url('/dir/template/menu_toppage.png') bottom center no-repeat; }
#header #menu .information a { width: 69px; background: url('/dir/template/menu_information.png') bottom center no-repeat; }
#header #menu .biography a { width: 57px; background: url('/dir/template/menu_biography.png') bottom center no-repeat; }
#header #menu .blog a { width: 30px; background: url('/dir/template/menu_blog.png') bottom center no-repeat; }
#header #menu .timetable a { width: 57px; background: url('/dir/template/menu_timetable.png') bottom center no-repeat; }
#header #menu .communication a { width: 82px; background: url('/dir/template/menu_communication.png') bottom center no-repeat; }
#header #menu .gallery a { width: 47px; background: url('/dir/template/menu_gallery.png') bottom center no-repeat; }
#header #menu .recruit a { width: 45px; background: url('/dir/template/menu_recruit.png') bottom center no-repeat; }
#header #menu .link a { width: 27px; background: url('/dir/template/menu_link.png') bottom center no-repeat; }
#header #menu .mail a { width: 31px; background: url('/dir/template/menu_mail.png') bottom center no-repeat; }

.toppage#header, #header #menu .toppage a { background-color: #000; }
.information#header, #header #menu .information a { background-color: #ED145B; }
.biography#header, #header #menu .biography a { background-color: #ED9C1C; }
.blog#header, #header #menu .blog a { background-color: #1C66ED; }
.timetable#header, #header #menu .timetable a { background-color: #197B30; }
.communication#header, #header #menu .communication a { background-color: #666; }
.gallery#header, #header #menu .gallery a { background-color: #ED1C24; }
.recruit#header, #header #menu .recruit a { background-color: #8D9E00; }
.link#header, #header #menu .link a { background-color: #001A9E; }
.mail#header, #header #menu .mail a { background-color: #9E0068; }

#contents {
	width: 100%;
	background-color: #FFF;
}

#contents #main {
	width: 77%;
	float: right;
	padding: 5px;
}


h1 {
	font-size: 15px;
	font-weight: bold;
	border: solid 1px black;
	background: url('/dir/template/side.png');
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 2px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

#footer {
	text-align: center;
}
#footer p {
	color: #FFF;
}
#breadCrumb {
	margin-bottom: 5px;
}

#breadCrumb, #breadCrumb a {
	font-size: 10px;
}

#bbsList {
	margin: 0 auto;
	margin-top: 20px;
	width: 90%;
	max-height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#bbsList .thred {
	margin-bottom: 10px;
	border: solid 1px #333;
	padding: 5px;
}

#bbsList .thred h2 {
	font-size: 14px;
	font-weight: bold;
}

.thred h2 {
	color: red;
}

#bbsList .thred .meta {
	text-align: right;
	font-size: 10px;
}

#bbsList .thred p {
	padding: 5px 0;
	font-size: 14px;
}

#bbsList .thred .res {
	margin: 10px 30px 0;
	border-top: dotted 1px #333;
}

#bbsList .thred .res_editForm {
	width: 50%;
	margin: 0 auto;
}

#commentForm {
	background-color: #FFF;
	padding: 5px;
}

input,  textarea {
	border: solid 1px #444;
	padding: 1px;
}

.essential {
	color: red;
}

#text h2 {
	padding-left: 3px;
	margin-bottom: 5px;
}

.entryList, .loop {
	border: 1px solid #CDCDCD;
	padding: 5px;
	margin-bottom: 5px;
}

.entryList .text {
	margin: 0 10px;
}

.entryList .text ul li{
	margin-left: 20px;
	list-style-type: disc;
}

.entryList .text ol li{
	margin-left: 25px;
	list-style-type: decimal;
}

.entryList .text .ellipsis a {
	font-weight: bold;
}

.entryList .meta, .loop .meta{
	font-size: 80%;
	text-align: right;
	margin-top: 10px;
}

#commentForm h3, #commentList h3, #trackback h3, #trackbackList h3 {
	margin-top: 25px;
}

.success {
	margin: 10px 0;
	text-align: center;
	color: blue;
}

.error {
	margin: 10px 0;
	text-align: center;
	color: red;
}


/*------------------------------[ SIDE ]------------------------------*/

#side {
	width: 20%;
	float: left;
	padding: 2px;
	background: url('/dir/template/side.png');
}

#side h2 {
	margin-top: 5px;
}

#side table#calendar {
	width: 100%;
	font-size: 10px;
}

#side #calendar td, #side #calendar th {
	text-align: center;
}

#side #calendar td {
	background-color: #FFF;
}

#side #calendar .exists {
	background-color: #00AEEF;
}

#side #calendar .exists a {
	color: #FFF;
}

#side dt {
	margin: 5px 0 2px;
	padding: 0 0 0 3px;
	text-align: left;
	border-bottom: 1px solid #4D4D4D;
}

#side li {
	padding: 2px 0;
	background-color: #FFF;
}
