*{
margin:0;
padding:0;
}

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 13px;
	color:#CCCCCC; /*#6B6854;*/
}

body, th, td, input, textarea, select, option {
	font-family:'メイリオ',Meiryo, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color:#FFFFFF;/*#336699;*/
	margin:20px 0;
}

h1, h2, h3 {
	font-family:'メイリオ',Meiryo, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin: 0;
	padding: 0;
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color:#CCCCCC;
}

a:hover {
	color:#FFFFFF;
}

hr {
	display: none;
}

#wrapper {
}


/* Header */

#header {
	width: 840px;
	height: 63px;
	margin: 0 left;
	padding: 40px 0 0 90px;
	text-transform: uppercase;
	font-family:'メイリオ',Meiryo, Arial, Helvetica, sans-serif;
}

#header h1, #header p {
	margin: 0;
}

#header h1 {
	font-size: 28px;
}

#header p {
	margin-top: -10px;
	font-size: 14px;
	font-weight: bold;
	color:#CCCCCC;
}

#header a {
	text-decoration: none;
	color:#CC0000;
}

#wrapper {
	width: 1000px;
	margin: 0;
	padding: 0;
	background: url(http://calendar.j-brain.jp/images/img02.jpg) no-repeat left top;
}

/* Page */

#page {
	width: 840px;
	margin: 0 left;
	padding: 0;
}

/* Content */

#content {
	float: right;
	width: 500px;
	margin: 0 0 0 10px;
	padding: 230px 0 0 0;
}

.post {
	padding:5px 0 0 0;
}

.title {
	padding: 0 20px 0 0px;
	font-size: 24px;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}

.pagetitle {
}

.byline {
	background:#990000 url(http://calendar.j-brain.jp/images/img06.gif) no-repeat left 50%;
	margin: -20px 0 10px 0;
	padding: 2px 0 0 10px;
	border-bottom: 1px #FFFFFF dashed;
	border-top: 1px #FFFFFF dashed;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
}

.byline a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.meta {
	margin: 0;
	padding: 1px 0 0 0;
	background: url(http://calendar.j-brain.jp/images/img04.gif) repeat-x left top;
	text-align: left;
	text-transform: uppercase;
	font-family:'メイリオ',Meiryo, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#6699CC;
}

.meta .more {
	background:#990000 url(http://calendar.j-brain.jp/images/img06.gif) no-repeat left 50%;
	padding: 4px 10px;
}

.meta .comments {
	padding-left: 18px;
}
.meta a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding-bottom: 20px;
}

.last {
	border: none;
}

.word {
	margin:20px 0px;
	padding:20px 10px;
	border:#CCCCCC solid 1px;
	background:#FFFFFF;
	font:'メイリオ',Meiryo,"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:36px;
	font-weight:bold;
	color:#000000;
}
.search dt{
	margin-top:5px;
	margin-left:1em;
}
.search dd {
	margin-bottom:10px;
	margin-left:3em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 238px;
	margin-bottom: 10px;
	margin-left: 90px;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
}

#sidebar ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding: 0px 21px 16px 0px;
}

#sidebar li li {
	background: url(http://calendar.j-brain.jp/images/img04.gif) repeat-x left bottom;
	padding:5px 0;
}

#sidebar h2 {
	margin: 0;
	width: 215px;
	height: 35px;
	padding: 5px 0px 0px 0px;
	font-family:'メイリオ',Meiryo, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#sidebar a {
	padding-left: 10px;
	text-decoration: none;
	background: url(http://calendar.j-brain.jp/images/img05.gif) no-repeat left 50%;
}

#sidebar table{
	margin:15px 0;
	padding-left:10px;
	width:210px;
}

#sidebar table th{
	text-align:center;
}

#sidebar table td{
	text-align:center;
}

#sidebar table a{
	padding:0;
	background:none;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar table strong{
	color:#99FF99;
	font-weight:bold;
}

/* Search */

#search input {
	display: none;
}

#search input#s {
	display: block;
	width: 230px;
	padding: 2px 5px;
	border: 1px solid #3DD1FF;
}

#search br {
	display: none;
}

/* Calendar */

#calendar {
}

#calendar h2 {
	margin-bottom: 15px;
}

#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	width: 100%;
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}


/* Footer */

#footer {
	margin: 0;
	padding: 0;
	width:1000px;
	font-family:'メイリオ',Meiryo, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#footer p {
	border-top:#CCCCCC 1px dashed;
	padding: 10px 0 10px 100px;
}

#footer p a {
	background:#990000;
	padding: 3px 7px;
	border: 3px #FFFFFF solid;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}
