html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	margin:0;
	padding:0;
	color: #000; 
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	background-color:#D1D9A7;
	}

a { text-decoration:underline;color:#0066ff;}
a:hover { text-decoration:underline; color:#ff6d0c;}
a img { border: 0; }

h1,h2,h3,p,div,form,select,input,textarea,ul,li,dl,dt,dd,table,address{
	margin:0;
	padding:0;
	font-weight: normal;
	font-style:normal;
	list-style:none;
	}

body,h1,h2{font-size:80%;}
h3,h4{font-size:85%;}

.clear{
	clear:both;
    overflow: hidden;
    border: 0;
    padding: 0;
	font-size:0px;
	line-height:0;
	}
.t_align_r{
	text-align:right;
	}
	
.f_right{
	float:right;
	}

.t_align_c{
	text-align:center;
	}

div#banner{
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:128px;
	width:800px;
	margin:0 auto;
	}


/* バナー部分の中身 
	*/

div#banner-inner h1#banner-header a{
	display:block;
	height:85px;
	width:400px;
	text-indent:-9999px;
	float: left;
	overflow:hidden;
	font-size:100%;
	}	
div#banner-inner a.head{
	display:block;
	height:43px;
	clear:both;
	width:800px;
	}

div#banner-inner h2#banner-description{
	float:right;
	padding:15px 10px!important;
	font-size:12px;
	}




div#container {
	width:800px; margin:0 auto;
	background-color:#FFFFFF;
	background-image: url(images/wall.gif);
	background-repeat:repeat-y;
	}

div.entry h3.entry-header {
	text-decoration:none;
	/*height:20px;*/
	font-size:135%;
	font-weight:bold;
	padding:7px 10px 7px 30px;
	margin:10px 0 5px;
	color:#000000!important;
	background:url(images/titlemark.gif) no-repeat 0 0;
	}
	
div.entry h3.entry-header a{
	color:#000000!important;
	text-decoration:none;
	}

div.entry div.entry-content  div.entry-content2 div.entry-body {
	padding:10px 20px;
	line-height:1.35em;
	}


/* ２カラム （本文 = alpha | 右サイドバー = ） */

body.layout-two-column-right div#alpha {
	float:left;
	width:590px;
	}
body.layout-two-column-right div#alpha-inner {
	padding:20px 15px;
	}

body.layout-two-column-right div#beta {
	float:right;
	width:210px;
	}
body.layout-two-column-right div#beta-inner {
	padding:20px 10px;
	}

/* other css */

div#alpha .date-header{
	background:url(images/titleline.gif) repeat-x left 0;
	height:13px;
	color:#fff;
	padding:5px 10px 2px;
	}
	
.entry-content{
	background:url(images/dotolinegif.gif) repeat-x top left;
	padding:10px 0 ;
	}

.pagetop{
	padding: 20px 15px 10px;
	text-align:right;
	float:right;
	background:url(images/arrow.gif) no-repeat left 22px;
	}
.pagetop a{text-decoration:none;}

.pageback{
	padding: 20px 15px 10px;
	text-align:right;
	float:right;
	background:url(images/arrow2.gif) no-repeat left 23px;
	}
.pageback a{text-decoration:none;}

div#footer p{
	background-color:#333;
	text-align:right;
	color:#FFFFFF!important;
	font-size:85%;
	padding:5px 10px;
	}

div#footer{
	background-color:#fff;
	padding-bottom:20px;
	}

.linkbtn li{ margin:0 0 5px;}
.linkbtn li a,
.linkbtn a{
	display:block;
	width:160px;
	height:20px;
	font-size:110%;
	font-weight:bold;
	padding:10px 10px 5px 20px;
	color:#333333!important;
	text-decoration:none;
	background:url(images/btn_bg.gif) no-repeat 0 0;
	}

.linkbtn a:hover{
	text-decoration:none!important;
	background:url(images/btn_bg.gif) no-repeat 0 -35px;
	}
.right-banner-top{
	margin:20px 0 10px;
	text-align:center;
	}
.right-banner{
	margin:10px 0;
	}

/* top */
.top{
	background:url(images/bg.jpg) repeat-x #eeeeee;
	margin: 0 auto;
	width:800px;
	}

/* director */
.photo{
	float:right;
	padding:0 0 10px 10px;
	}
.directormessage{
	padding: 20px 15px 10px;
	text-align:right;
	float:right;
	background:url(images/arrow3.gif) no-repeat left 23px;
	}
.directormessage a{text-decoration:none;}

/* banner */
.bannerimage{
	padding:15px 20px 20px;
	}

/* howto */
.underconstruction{
	text-align:center;
	padding:120px 0;
	font-size:18px;
	}

.application{
	
	background-color:#e1eab4;
	margin-top:15px;
	padding:15px 15px 10px;
	margin-bottom:20px;
	}
	
	.howto_detail{
		line-height:1.35em;
		}
	.howto_pdf{
		margin-top:15px;
		text-align:center;
		}

.howto_table{
	width:520px;
	border:solid 1px #ccc;
	margin:10px 0 0 0;
	}
	.howto_table th{
		background-color:#d1d9a7;
		color:#555;
		text-align:left;
		padding-left:10px;
		}
	.howto_table td{
		padding:10px 10px;
		color:#666;
		}
	.m_t_0{
	margin-top:0!important;
	}

/*about*/
.about_dl{
	padding-bottom:10px;
	}
	.about_dl dt{
		font-weight:bold;
		color:#;
		padding-bottom:5px;
		}
	.about_dl dd{
		padding-left:1em;
		padding-bottom:5px;
		background:url(images/dot.gif) no-repeat 0px 0px;
		}
.about_table{
	width:500px;
	border:solid 1px #ccc;
	margin:0 0 10px 15px;
	}
	.about_table th{
		background-color:#d1d9a7;
		color:#555;
		text-align:left;
		padding-left:10px;
		}
	.about_table td{
		padding:10px 10px;
		color:#666;
		}
.p_b_20{
	padding-bottom:20px!important;
	}
.m_b_0{
	margin-bottom:0!important;
	}

/*message*/

.message_illust{
	background:url(images/illust03.jpg) no-repeat 0 0;
	height:200px;
	margin-top:15px;
	}

.message_list{
	background-color:#e1eab4;
	margin-top:15px;
	padding:20px;
	}
.message_list2{
	border:solid 1px #6a7b10;
	margin-top:10px;
	padding:20px;
	}
	
	.list_profile{
		margin-top:15px;
		line-height:1.35em;
		}

.message_list3{
	background:url(images/titleline3.gif) repeat-x left 0;
	
	color:#526102;
	padding:5px 10px;
	margin-top:10px;
	}

.entry-content2{
	padding:10px 0 ;
	}

.music{
	float:right;
	padding-top: 0px!important;
	*+padding-top: 5px!important;
	padding-top: 5px;
	text-align:center;
	font-size:85%;
	}

.cd{
	
	background-color:#d3d3d3;
	margin-top:10px;
	padding:15px 20px;
		}
	.cd_contact{
		font-weight:bold;
		}
	.cd_detail{
		margin-top:15px;
		}

/*illust*/
.illust{
	background:url(images/illust01.jpg) no-repeat 0 0;
	width:350px;
	height:480px;
	margin: 0 auto;
	}
.illust02{
	background:url(images/illust02.jpg) no-repeat 0 0;
	width:350px;
	height:480px;
	margin: 0 auto;
	}
	
.illust a.links,.illust02 a.links{
	width:350px;
	height:480px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	}

/*schedule*/

.schedule_title{
	margin:0 0 15px;
	}

.schedule table{
	margin-top:15px;
	border-left:#dddddd 1px solid;
	border-top:#dddddd 1px solid;
	}

.schedule th{
	background-color:#e1eab4;
	font-weight:normal;
	padding:5px;
	border-right:#dddddd 1px solid;
	border-bottom:#dddddd 1px solid;
	}
	
.schedule td{
	padding:5px;
	border-right:#dddddd 1px solid;
	border-bottom:#dddddd 1px solid;
	}