/* ------------------------------
 レイアウト main655px sub245px
------------------------------ */
#mainbox {
	width: 635px;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 20px;
	float: right;
}
#subbox {
	width: 235px;
	background-color: #FFFFFF;
	padding: 0 5px;
	float: left;
	text-align: center;
}

/* ------------------------------
 h1（タイトル）
------------------------------ */
h1{
	margin: 13px;
	font-size: 11pt;
	padding-bottom:10px;
}
h2 {
	height: 31px;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px 0;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
h4{
	font-size:1.1em;
	font-weight:bold;
	color:#3366FF;
}

/* ------------------------------
 mainbox text 635px
------------------------------ */
.text{
	font-size:1.2em;
	line-height:1.3;
	color:#333333;
	padding:3px 20px;
}
.text strong{
	font-size:1.4em;
	line-height:1.5;
	font-weight:bold;
}

.text_c{
	font-size:1.2em;
	line-height:1.3;
	color:#333333;
	text-align:center;
	padding:3px 20px;
}

/* ------------------------------
 mainbox table 445px
------------------------------ */
.message th{
	width:590px;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.5;
	text-align:left;
	padding:5px 20px 0 20px;
	background-color: #B3E7FF;
}
.message td{
	width:610px;
	border-bottom: 1px dashed #666666;
	font-size:1.2em;
	line-height:1.3;
	padding:5px;
}

.topics th{
	font-size:1.5em;
	font-weight:bold;
	color:#FFFFFF;
	line-height:1.5;
	text-align:left;
	padding:5px 20px 0 20px;
	background-color: #FF6600;
}
.topics td{
	font-size:1.2em;
	line-height:1.3;
	padding:5px;
}

.list {
	font-size: 10pt;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
}
.list_title {
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	background-color: #8CDBFF;
	text-align: left;
}

/* ------------------------------
 CONTENTS
------------------------------ */
.contents {
	background-image: url(img/contents_bg.gif);
	color: #333333;
	background-repeat: repeat-y;
	width: 200px;
	margin:0 15px;
	text-align: left;
}
.con {
	color: #333333;
	font-size:1.2em;
	line-height: 1.5;
	padding:0 15px;
	text-align:center;
}
/* ------------------------------
 おたより
------------------------------ */
.letter {
	background-image: url(img/mail_bg.gif);
	color: #333333;
	background-repeat: repeat-y;
	width: 200px;
	margin:0 15px;
	text-align: left;
}
.mail {
	color: #333333;
	font-size:1.2em;
	line-height: 1.5;
	padding:0 15px;
}
.letter li {
	font-size: 12px;
	text-indent: 10px;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
}

/* ------------------------------
 event
------------------------------ */

#outline {
 width:750px;
 text-align:left;
 margin:0 auto;
}

.outline-margin {
	margin:0 10px;
}
.main {
	width:550px;
	float:right;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
}
.side {
	width:150px;
	float:left;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
.c-both { clear:both; }


.attention{
	color:#FF0000;
	font-weight:bold;
}

/* ------------------------------
 blog
------------------------------ */
.blog img{
	padding:5px;
}
