@charset "utf-8";

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}

html {
    overflow-y: scroll;
	}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%; 
    font-weight: normal;
	}

ol, ul {
    list-style: none;
	}

fieldset, img {
     border: 0;
	}

table {
    border-collapse: collapse; 
    border-spacing: 0;
	}

caption, th {
    text-align: left;
	}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal; 
    font-weight: normal;
	}

/* body */
body {
	font-family: 'Hiragino Kaku Gothic Pro','HiraKakuPro-W3','Meiryo';
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #F0EBD8;
	line-height: 1.8;
	}

/* bg_top */	
#bg_top {
	background: url(../img/bg_top.png) top center no-repeat;
	margin: 10px 0 -12px 0;
	}

/* bg_bottom */
#bg_bottom {
	background: url(../img/bg_bottom.png) top center no-repeat;
	margin: -5px 0 5px 0;
	}

/* content */
#content {
	width: 900px;
	background-color: #FFFDF4;
	}
	
/* top */	
#top {
	width: 900px;
	background-color: #FFFDF4;
	}
	
#top img {
	float: left;
	padding: 5px 5px 5px 10px;
	}
	
/* pr */	
#pr {
	font-size: 11px;
	text-align: right;
	padding: 20px 10px 0 0;
	}
	
#pr a {
	margin-right: 10px;
	}
	
/* menu_top */	
#menu_top {
	width: 880px;
	clear: both;
	padding: 5px 10px 0 10px;
	}

#menu_top a {
	margin-right: 4px;
	}
	
/* main */
#main {
	width: 880px;
	margin: 10px;
	clear: both;
	}
	
/* main(menu_side) */
#menu_side {
	width: 320px;
	height: 450px;
	margin-bottom: 10px;
	float: right;
	}
	
/* main(layout) */	
#layout {
	width: 880px;
	clear: both;
	margin-top: 10px;
	}
	
#layout dd {
	border-bottom: #F0EBD8 dotted 5px;
	padding: 0 0 5px 10px;
	margin-bottom: 5px;
	}
	
/* h */
#main h1 {
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 2px;
	}
	
#main h2 {
	font-size: 18px;
	}
	
#main h3 {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	}
	
#main h4 {
	font-weight: bold;
	font-size: 11px;
	position: relative;
	top: -4px;
	margin-bottom: -4px;
	}
	
/* link */
#main a {
	color: #566600;
	outline: none;
	}
	
#main a:link {
	}

#main a:visited {
	}
	
#main a:hover {
	color: #FF0000;
	}
	
#main a:active {
	}
	
#main a:focus {
	}
		
/* table */
#main table {
	}
	
#main table.member {
	clear: both;
	padding-top: 10px;
	font-size: 11px;
	}	
	
#main table.p100 {
	width: 100%;
	}
	
#main td.pad {
	padding: 1px 4px;
	}
	
#main td.border {
	border: 1px solid #999999
	}
	
#main td.nowrap {
	white-space: nowrap;
	}

#main td.top {
	vertical-align: top;
	}
	
#main .center {
	text-align: center;
	}
	
#main .right {
	text-align: right;
	}
	
#main .left {
	text-align: left;
	}
	
#main td.topics {
	width: 100px;
	margin-right: 10px;
	}
	
#main td.border-noright {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	}
	
#main td.border-noleft {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	}
	
/* img */
#main img.topics {
	width: 150px;
	height: 150px;
	margin: 0 5px 10px 0;
	}
	
#main img.top-banner {
	float: left;
	}
	
#main img.title {
	margin-bottom: 5px;
	}
	
/* input textarea select */
#main input,textarea,select {
	font-family: 'Hiragino Kaku Gothic Pro','HiraKakuPro-W3','Meiryo';
	font-size: 14px;
	}
	
#main input.little {
	width: 20px;
	}
	
#main input.small {
	width: 100px;
	}

#main input.middle {
	width: 300px;
	}
	
#main input.wide {
	width: 480px;
	}
	
#main textarea {
	width: 500px;
	height: 100px;
	}
	
#main textarea.content {
	height: 200px;
	}
	
/* list */
#main ul {
	list-style-type: disc;
	margin-left: 20px;
	}
	
/* other */
#main font.no_link {
	color: #999999;
	}

/* main(member_list) */
#member_list {
	width: 140px;
	margin-right: 10px;
	float: left;
	}
	
#member_list p {
	margin-bottom: 10px;
	}
	
/* main(member_spec) */	
#member_spec {
	width: 730px;
	float: right;
	}
	
#member_spec img.photo {
	margin: 0 0 10px 10px;
	float: right;
	}
	
/* main(ad) */	
#ad_left {
	width: 730px;
	float: left;
	}
	
#ad_right {
	width: 140px;
	margin-left: 10px;
	float: right;
	}

/* main(line) */
#line {
	width: 730px;
	border-top: 5px dotted #F0EBD8;
	padding-top: 10px;
	clear: both;
	}
	
/* to_top */
#to_top {
	text-align: right;
	font-size: 10px;
	clear: both;
	padding: 10px;
	}
	
/* footer */	
#footer {
	color: #000000;
	font-size: 12px;
	clear: both;
	padding: 10px 0 0 20px;
	background-color: #FFFDF4;
	border-top: #F0EBD8 dotted 5px;
	}
	
#footer address {
	font-style: normal;
	background-color: #ABC351;
	padding: 10px 35px 10px 35px;
	}
	
/* main(schedule) */
#main td.day {
	width: 25px;
	}
	
#main font.year {
	color: #999999;
	font-size: 18px;
	}
	
#main tr.red {
	background-color: #FFCCFF;
	}
	
#main tr.blue {
	background-color: #CCFFFF;
	}
	
#main font.red {
	color: #FF0000;
	}
	
#main font.blue {
	color: #3366FF;
	}
