@charset "Shift_JIS";
/* init */



/* 基本---------------------------
--------------------------------------------------------- */
body{
font-size:0.8em;
font-family:sans-serif;
line-height:160%;
	color:#666;
	padding:0;
	margin:0;
	background-color:#FFFCF8;
	}
	
#container{
width:900px;
padding:0;
margin:0 auto;
}



/* 文字---------------------------
--------------------------------------------------------- */



h1,h2,h3{margin:0;
}

.tx-s{
font-size:0.85em;
line-height:130%;
}

.tx-m{
font-size:0.9em;
line-height:130%;
}


.tx-l{
font-size:1.2em;
line-height:130%;
}


.tx-ll{
font-size:1.4em;
line-height:130%;
}


.tx-llb{
font-size:1.4em;
line-height:130%;
font-weight:bold;
}

.letter_num{color:#85AFB9;
 }



.caution{color:#FF9900;
 }
 
 .date{color:#FF3366;
 }

 
 a:link{
color:#666666;
text-decoration: none;
}

a:visited{
color:#666666;
text-decoration: none;
}

a:hover{
color:#666666;
text-decoration: underline;
} 


dl,dt,dd{
margin:0;
padding:0;
}

ul{
margin:0;
list-style-type:none;
padding:0;
}

li{
margin:0;
padding:0;
}

ol{
margin:0 0 0 20px;
padding:0;
list-style-type:decimal;
}

img{
border: 0;
margin:0;
padding:0;
vertical-align:bottom;
}

.clear{
clear:both;
}

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/




/* 共通 ---------------------------
--------------------------------------------------------- */

#tagline {
background:url(../images/tagline.gif) no-repeat;
height:20px;
padding:5px 10px;
width:880px;
}


#header h1{
background:url(../images/logo.gif) no-repeat;
width:163px;
display:block;
height:126px;
text-indent:-9999px;
float:left;
margin-top:10px;
}

#header .logo a{
background:url(../images/logo.gif) no-repeat;
width:163px;
display:block;
height:126px;
text-indent:-9999px;
float:left;
margin-top:10px;
}


#header_menu{
width:396px;
float:right;
}

#sub_navi{
width:230px;
height:26px;
margin:10px 0 18px 166px;
}

#sub_navi ul{
margin:0;
padding:0;
list-style:none;
}

#sub_navi li {
	float: left;
	height:26px;

}


#sub_navi a:link,
#sub_navi a:visited,
#sub_navi a:hover {
height:26px;
	display: block;
	/* \*/
	overflow: hidden;
	/**/
	text-indent: -9999px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sub_navi a:hover
 {
	background-position: 0 -26px;
}

#sub_navi li.pamphlet a {
	background-image: url(../images/head_tab01.jpg);
	width: 100px;
	display:block;
	background-repeat:no-repeat;
		margin-right:10px;
	}
	
#pamphlet #sub_navi li.pamphlet a{
	background-position: 0 -26px;
}

#sub_navi li.contact a {
	background-image: url(../images/head_tab02.jpg);
	width: 120px;
	background-repeat:no-repeat;
}

#contact #sub_navi li.contact a{
	background-position: 0 -26px;
}


#sub_navi02{
text-align:right;
width:396px;
height:40px;
}

#sub_navi02 ul{
margin:0;
padding:0;
list-style:none;
line-height:150%;
}

#sub_navi02 li {
	float:right;
	margin-left:5px;
	border-left:1px solid #CCCCCC;
	padding-left:5px;
}
#sub_navi02 li.end {
	float: right;
	margin-left:0px;
	border-left:none;
	padding-left:0px;
}

#sub_navi02 a:link,
#sub_navi02 a:visited{
color:#666666;
text-decoration:none;
}

#sub_navi02 a:hover{
color:#666666;
text-decoration:underline;
}

#header_menu span{
margin-left:33px;
}



/* グローバルメニュー ---------------------------
--------------------------------------------------------- */
#global_menu{
clear:both;
width:900px;
padding:10px 0 0;
height:78px;
margin:0;
}

#global_menu ul{
margin:0;
padding:0;
list-style:none;
}

#global_menu li {
	float: left;
	width: 172px;
	margin-right:10px;
	height: 68px;
}

#global_menu li.works {
	float: left;
	width: 172px;
	margin-right:0px;
	height: 68px;
}

#global_menu a:link,
#global_menu a:visited,
#global_menu a:hover {
	display: block;
	height: 68px;
	/* \*/
	overflow: hidden;
	/**/
	text-indent: -9999px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#global_menu a:hover,
#about #global_menu li.about a,
#activity #global_menu li.activity a,
#house #global_menu li.house a,
#event #global_menu li.event a,
#works #global_menu li.works a
 {
	background-position: 0 -68px;
}

#global_menu li.about a {
	background-image: url(../images/global_navi01.jpg);
}
#global_menu li.activity a {
	background-image: url(../images/global_navi02.jpg);
}
#global_menu li.house a {
	background-image: url(../images/global_navi03.jpg);
}
#global_menu li.event a {
	background-image: url(../images/global_navi04.jpg);
}
#global_menu li.works a {
	background-image: url(../images/global_navi05.jpg);
	margin-right:0px;
}

/* トップコンテンツ部分---------------------------
--------------------------------------------------------- */

#main_bnr{
width:552px;
float:left;
}

#sub_bnr{
width:335px;
float:right;
}

#sub_bnr img{
margin-bottom:5px;
}


.top_up_block{
width:270px;
background-color:#F3F9E0;
padding:10px;
float:left;
margin-right:15px;
color:#333333;
margin-bottom:20px;
}

.top_up_block_end{
width:270px;
background-color:#F3F9E0;
padding:10px;
float:left;
color:#333333;
margin-bottom:20px;
}


.top_up_block a:link,.top_up_block_end a:link{
color:#009966;
	text-decoration: none;
	}
.top_up_block a:visited,.top_up_block_end a:visited{
	color:#009966;
	text-decoration: none;
	}
.top_up_block a:hover,.top_up_block_end a:hover{
	color:#66CC99;
	text-decoration: underline;
	} 
	
.top_up_block h2.news{
background:url(../images/menu01.gif) no-repeat top;
width:258px;
height:27px;
margin-top:4px;
text-indent:-9999px;
display:block;
}

.top_up_block h2.event{
background:url(../images/menu02.gif) no-repeat top;
width:204px;
height:31px;
text-indent:-9999px;
display:block;
}

.top_up_block_end h2.blog{
background:url(../images/menu03.gif) no-repeat top;
width:196px;
height:31px;
text-indent:-9999px;
display:block;
}

.top_up_block ul,.top_up_block_end ul{
min-height:170px;
}

.top_up_block li,.top_up_block_end li{
background:url(../images/arrow.gif) no-repeat;
padding:0 0 5px 8px;
margin-top:5px;
border-bottom:1px dotted #333;
}

.top_up_block .date,.top_up_block_end .date{
line-height:160%;
color:#003333;
}

.top_up_block .icon01{
background:url(../images/icon01.gif) no-repeat right top;
padding-right:65px;
line-height:150%;
min-height:20px;
display:inline-block;
color:#003333;
}

.top_up_block .icon02{
background:url(../images/icon02.gif) no-repeat right top;
padding-right:65px;
line-height:150%;
min-height:20px;
display:inline-block;
color:#003333;
}


.e_icon01{
background:url(../../event/images/icon01.gif) no-repeat right;
padding-right:65px;
line-height:150%;
color:#003333;
min-height:20px;
display:inline-block;
}

.e_icon02{
background:url(../../event/images/icon02.gif) no-repeat right;
padding-right:65px;
line-height:150%;
color:#003333;
min-height:20px;
display:inline-block;
}

.e_icon03{
background:url(../../event/images/icon03.gif) no-repeat right;
padding-right:65px;
line-height:150%;
color:#003333;
min-height:20px;
display:inline-block;
}

.e_icon04{
background:url(../../event/images/icon04.gif) no-repeat right;
padding-right:65px;
line-height:150%;
color:#003333;
min-height:20px;
display:inline-block;
}

.e_icon05{
background:url(../../event/images/icon05.gif) no-repeat right;
padding-right:65px;
line-height:150%;
color:#003333;
min-height:20px;
display:inline-block;
}

.e_icon06{
background:url(../../event/images/icon06.gif) no-repeat right;
padding-right:65px;
line-height:150%;
color:#003333;
min-height:20px;
display:inline-block;
}


#pict{
clear:both;
width:880px;
background:url(../images/pict_bg.jpg) no-repeat;
height:668px;
padding:10px;
}

#pict dt,#pict dd{
float:left;
margin-right:10px;
}

#pict dd img{
margin-right:3px;
}

#pict dd.main_img{
margin-top:10px;
background:url(../images/img_spring.jpg) no-repeat;
height:626px;
width:880px;
}

#season_change{
background-image:url(../images/btn_spring.gif);
background-repeat:no-repeat;
width:189px;
height:25px;
}

#contents_guide{
margin-top:20px;
background:url(../images/guide_bg.jpg) repeat-y;
width:900px;
}

#contents_guide h2{
background:url(../images/contents_guide.gif) no-repeat;
width:900px;
height:33px;
text-indent:-9999px;
display:block;
}


#contents_guide .block{
float:left;
width:130px;
padding:15px 10px 5px;
}

#contents_guide ul{
margin-top:8px;
}

#contents_guide li{
background:url(../images/guide_arrow.gif) no-repeat;
padding-left:7px;
margin-top:3px;
}

#contents_guide a:link{
color:#666;
	text-decoration: none;
	}
#contents_guide a:visited{
	color:#666;
	text-decoration: none;
	}
#contents_guide a:hover{
	color:#000;
	text-decoration: underline;
	} 

/* フッター部分---------------------------
--------------------------------------------------------- */

#footer{
margin:3px 0 0;
width:882px;
padding:9px;
height:12px;
background-color:#FCF1E0;
}

#footer_menu{
clear:both;
width:490px;
height:12px;
margin:0;
float:left;
}

#footer_menu ul{
margin:0;
padding:0;
list-style:none;
}

#footer_menu li {
	float:left;
	margin-right:5px;
	border-right:1px solid #CCCCCC;
	padding-right:5px;
}
#footer_menu li.end {
	float: left;
	margin-right:0px;
	border-right:none;
	padding-right:0px;
}


#footer_menu a:link,
#footer_menu a:visited{
color:#666666;
text-decoration:none;
}

#footer_menu a:hover{
color:#666666;
text-decoration:underline;
}

#footer #copyright{
width:300px;
float:right;
font-size:0.8em;
text-align:right;
letter-spacing:1px;
line-height:1;
}


ul.list{
margin-left:22px;
list-style:disc;
}


ul.list li{
margin:0;
list-style:disc;
}


.floatl{float:left;}
.floatr{float:right;}

/* margin */
.tmg5 { margin-top:5px; }
.tmg01 { margin-top:10px; }
.tmg02 { margin-top:20px; }
.tmg03 { margin-top:30px; }
.tmg04 { margin-top:40px; }
.tmg05 { margin-top:50px; }

.rmg5 { margin-right:5px; }
.rmg01 { margin-right:10px; }
.rmg02 { margin-right:20px; }
.rmg03 { margin-right:30px; }
.rmg04 { margin-right:40px; }
.rmg05 { margin-right:50px; }

.bmg5 { margin-bottom:5px; }
.bmg01 { margin-bottom:10px; }
.bmg02 { margin-bottom:20px; }
.bmg03 { margin-bottom:30px; }
.bmg04 { margin-bottom:40px; }
.bmg05 { margin-bottom:50px; }
.bmg06 { margin-bottom:60px; }

.lmg5 { margin-left:5px; }
.lmg01 { margin-left:10px; }
.lmg02 { margin-left:20px; }
.lmg03 { margin-left:30px; }
.lmg04 { margin-left:40px; }
.lmg05 { margin-left:50px; }
.lmg06 { margin-left:60px; }


/* padding */
.tpd01 { padding-top:10px; }
.tpd02 { padding-top:20px; }
.tpd03 { padding-top:30px; }
.tpd04 { padding-top:40px; }
.tpd05 { padding-top:50px; }

.rpd5 { padding-right:5px; }
.rpd01 { padding-right:10px; }
.rpd02 { padding-right:20px; }
.rpd03 { padding-right:30px; }
.rpd04 { padding-right:40px; }
.rpd05 { padding-right:50px; }

.bpd01 { padding-bottom:10px; }
.bpd02 { padding-bottom:20px; }
.bpd03 { padding-bottom:30px; }
.bpd04 { padding-bottom:40px; }
.bpd05 { padding-bottom:50px; }

.lpd01 { padding-left:10px; }
.lpd02 { padding-left:20px; }
.lpd03 { padding-left:30px; }
.lpd04 { padding-left:40px; }
.lpd05 { padding-left:50px; }
