@charset "UTF-8";
/* CSS Document */


html,body,div,
dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr 
{
	line-height:165%;
}

/* Layout
------------------------------------------------------------*/

#header,#header-inner,#content-outer,#footer {
	width:100%;
	text-align:center;
}

#header-content,#content,#footer-inner {
	width:900px;
	text-align:left;
	margin:0 auto;
}

#alpha, #beta {
    position: relative;
	display: inline;
    float: left;
}

#alpha-inner, #beta-inner {
	position: static;
}

#alpha {
	width:660px;
	left:230px;
}

#beta {
	width:180px;
	left:-640px;
}

/* Heder
------------------------------------------------------------*/

#header-inner {
	background:url(header_bg.jpg) repeat-x left bottom;
}

#header-content {
	background:url(header.jpg) no-repeat left bottom;
	height:140px;
}

#header-name a {
	background:url(header-name.jpg) no-repeat center center;
	height:60px;
	width:170px;
	display:block;
	position: relative;
	left:25px;
	top:40px;
}

/* Content
------------------------------------------------------------*/

#content {
	background:url(content_bottom.jpg) no-repeat left bottom;
	padding-bottom:25px;
}

#content-inner {
	background:url(content_bg.jpg) repeat-y left top;
	width:900px;
}

/* Page-title
------------------------------------------------------------*/

#page-title {
	color:#888;
	font-weight:bold;
	font-size:18px;
	border-bottom:#999 solid 3px;
	height:30px;
	margin-bottom:20px;
}

.contents-title{
	background:#EDEDED;
	border-bottom:1px solid #D4D4D4;
	padding:6px 4px 4px 6px;
	margin-bottom:15px;
	font-weight: bold;
}

.sub-title{
	margin:10px 5px 5px;
	font-weight: bold;
	padding:2px;
	border-bottom:#999 dotted 1px;
}

.contents-body {
	padding:10px;
	margin-bottom:20px;
}


/* about.html
------------------------------------------------------------*/

#about-outline img {
	float:left;
	margin:0 20px 20px 0;
}

#about-outline p {
	padding:10px;
}

/* backnumber.html
------------------------------------------------------------*/

.backnumber-img {
	float:left;
}

.back-body {
	margin-left:200px;
}

.back-body h3 {
	border-bottom:#CCC dashed 1px;
	margin-bottom:10px;
	color:#900;
	font-weight:bold;
}

.back-body dl dt {
	font-weight:bold;
}

.back-body dl dd {
	margin-left:20px;
}

#backnumber hr {
	height:1px;
	background-color:#CCC;
}

#backnumber strong {
	color:#900;
}

#backnumber table {
	width:470px;
	border-spacing: 5px;
}

#backnumber table th {
	width:50%;
	font-size:12px;
	font-weight:bold;
	background-color:#039;
	padding:2px;
	color:#FFF;
}

#backnumber table td {
	font-size:10px;
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-bottom:#999 1px solid;
	border-right:#999 1px solid;
	padding:3px;
	vertical-align:top;
	line-height:165%;
}

table.events-list {
	width:100%;
	
}

table.events-list th,table.events-list td {
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
	padding:3px;
}

td.events-more {
	text-align:center;
}

