body{
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P Gothic", sans-serif;
	color:#333333;
	font-weight:normal;
	font-size:75%;
	line-height:125%;
	background:url(main_bg.jpg) repeat-x top;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0;
	padding: 0;
}

*{
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}


table {/* IE6用 */
	font-size:100%;
	line-height:125%;
}

table td{
	vertical-align:top;
}
a:focus{
	outline:0px none;
}

a,a:link,a:active,a:visited{
	color:#EB4E98;
	text-decoration:none;
}

#common #contents_left a,#common #contents_left a:link,#common #contents_left a:active,#common #contents_left a:visited{
	color:#00B0DD;
	text-decoration:none;
}

#common #contents_left #four_seasons_box a,#common #contents_left #four_seasons_box a:link,#common #contents_left #four_seasons_box a:active,#common #contents_left #four_seasons_box a:visited{
	color:#fff;
	text-decoration:underline;
}

#common #contents_left #event_box a,#common #contents_left #event_box a:link,#common #contents_left #event_box a:active,#common #contents_left #event_box a:visited{
	color:#EB4E98;
	text-decoration:underline;
}

body.android #main_carousel{
	width:980px;
	height:455px;
	overflow:hidden;
	margin:0 auto;
}

a:hover{
	text-decoration:underline;
}

a:hover img{ 
-ms-filter: "alpha( opacity=70 )";
filter: alpha( opacity=70 );
opacity: 0.7;
}

#mainimage a:hover img{ 
-ms-filter: "alpha( opacity=100 )";
filter: alpha( opacity=100 );
opacity: 1;
}
img{
	border:0px;
	vertical-align:top;
}

#wrapper{
	width:100%;
	text-align:center;
}

#container{
	margin:0 auto;
	text-align:left;
	width:980px;
}

#main{
	float:left;
	text-align:left;
	width:100%;
	background:url(main_bg02.jpg) repeat-x top;
}

#common #main{
	background:none;
}

#header{
	float:left;
	width:100%;
}


#header_in{
	margin:0 auto;
	width:980px;
	margin-bottom:20px;
}


#logo{
	float:left;
	width:355px;
	height:70px;
	position:relative;
}
#logo h1{
	position:absolute;
	top:10px;
	right:0px;
	z-index:100;
	font-size:90%;
	color:#646063;
}

#logo_i{
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:1;
}

#header_r{
	margin-top:15px;
	float:right;
	width:370px;
}

#mainimage{
	float:left;
	clear:both;
	width:100%;
	text-align:left;
	height:455px;
	border-bottom:#00CCFF solid 3px;
	margin-bottom:20px;
	overflow:hidden;
}
#mainVisual{
		height:455px;
		width:100%;
		overflow:hidden;
}

/*top ajax*/
.jcarousel-skin-main .jcarousel-container-horizontal {
    background: none repeat scroll 0 0 #00CCFF;
    height: 455px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.jcarousel-skin-main .jcarousel-clip-horizontal {
    height: 455px;
    left: 50%;
    margin-left:-50%;
    position: relative;
    width: 100%;
}
.jcarousel-skin-main .jcarousel-item {
    height: 455px;
    width: 960px;
}
.jcarousel-skin-main .jcarousel-item-placeholder {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
}
.jcarousel-skin-main a{
    left: 50%;
    margin-left: -415px;
    position: absolute;
    top: 130px;
}

.jcarousel-skin-main .main01,.jcarousel-skin-main .main02,.jcarousel-skin-main .main03,.jcarousel-skin-main .main04{
	display:block;
	width:100%;
	height:455px;
	float:left;
	position:relative;
}

.jcarousel-skin-main .main01 {
	background:url(main_image01.jpg) no-repeat top center;
}

.jcarousel-skin-main .main02 {
	background:url(main_image02.jpg) no-repeat top center;
}

.jcarousel-skin-main .main03 {
	background:url(main_image03.jpg) no-repeat top center;
}

.jcarousel-skin-main .main04 {
	background:url(main_image04.jpg) no-repeat top center;
}


.jcarousel-skin-main .jcarousel-next-horizontal {
    background: url("btn_main_right.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 47px;
    left: 477px;
    margin: 0 auto;
    position: relative;
    top: -317px;
    width: 47px;
}
.jcarousel-skin-main .jcarousel-next-horizontal:hover {
    background-position: 0 -57px;
}
.jcarousel-skin-main .jcarousel-next-disabled-horizontal, .jcarousel-skin-main .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-main .jcarousel-next-disabled-horizontal:active {
    background-position: 0 -114px;
    cursor: default;
}
.jcarousel-skin-main .jcarousel-prev-horizontal {
    background: url("btn_main_left.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 47px;
    margin: 0 auto;
    position: relative;
    right: 477px;
    top: -270px;
    width: 47px;
}
.jcarousel-skin-main .jcarousel-prev-horizontal:hover {
    background-position: 0 -57px;
}
.jcarousel-skin-main .jcarousel-prev-disabled-horizontal, .jcarousel-skin-main .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-main .jcarousel-prev-disabled-horizontal:active {
    background-position: 0 -114px;
    cursor: default;
}
.jcarousel-skin-tango .jcarousel-container {
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    height: 94px;
    padding: 0 23px;
    width: 448px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 94px;
    width: 448px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    background: url("btn_journal_right.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 21px;
    position: absolute;
    right: 0;
    top: 36px;
    width: 21px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    background: url("btn_journal_left.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 21px;
    left: 0;
    position: absolute;
    top: 36px;
    width: 21px;
}



#contents{
	clear:both;
	width:960px;
	margin:0 auto 0px;
}

#contents_left{
	float:left;
	width:690px;
	
}

.top_title01{
	float:left;
	width:100%;
	height:25px;
	background:url(top_title01.jpg) no-repeat top left;
	position:relative;
	text-indent:-9999px;
}

.top_title01 span{
	text-indent:0px;
	position:absolute;
	right:10px;
	bottom:5px;
}

#over {
float:left;
width:690px;
display:inline;
margin-bottom:10px;
overflow:hidden;
position:relative;
}

#over dl {
float:left;
width:690px;
padding-bottom:5px;
border-bottom:solid 1px #00CCFF;
}

#over dl dd {
display:none;
}

#over dl dt {
	margin-top:-1px;
padding-bottom:10px;
padding-top:10px;
width:690px;
overflow:hidden;
background:url(dot.jpg) repeat-x top;
float:left;
}

#over dl dt a {
width:590px;
float:right;
}
* html #over dl dt a {
	margin-top:-14px;
}
*+html #over dl dt a {
	margin-top:-14px;
}

#contents_right{
	float:right;
	width:240px;
}

.news_box01{
	border: solid 1px #CCC;	
}

.news_box01 td{
	padding:5px 10px;
}
.news_box01 td table td{
	padding:0px;
}

.news_box01 td#sidetitle{
	padding:0px;
}
.side_date{
	text-indent:10px;
	background:url(arr02.jpg) no-repeat left center;
}
.side_txt01{
	font-size:90%;	
}
.side_thum01 img{
	margin-bottom:5px;
}
#totop{
	clear:both;
	float:left;
	width:100%;
	text-align:right;
	margin-top:20px;
}

#totop a{
	margin-right:10px;
}

#footer_in{
	clear:both;
	height:100%;
	margin:0 auto;
	width:980px;
	text-align:left;
	padding-bottom:10px;
	margin-bottom:10px;
	background: url(dot.jpg) repeat-x bottom;
}

#footer_in02{
	clear:both;
	height:100%;
	margin:0 auto;
	width:980px;
	text-align:left;
}
#footer{
	border-top:#00CCFF solid 3px;
	clear:both;
	text-align:center;
	float:left;
	width:100%;
	padding-bottom:10px;
}

#footer_r{
	float:right;
	width:260px;
	margin-top:15px;
}

#footnav p{
	float:left;
	width:556px;
	background:#00CCFF;
	padding:5px 0px;
	color:#FFF;
}

#footnav {
	float:left;
	width:556px;
}



#footnav a,#footnav a:link,#footnav a:active{
	padding-left:8px;
	margin-right:8px;
	color:#FFF;
}


#footnav ul a,#footnav ul a:link,#footnav ul a:active{
	padding-left:8px;
	margin-right:8px;
	color:#333;
}

#footer address{
	float:right;
	width:350px;
	text-align:right;
	font-style:normal;
}

#locator{
	clear:both;
	float:left;
	width:980px;
	margin:10px 0px;
}
#locator a,#locator a:link,#locator a:active{
	}




/*utility*/

.m5 { margin-bottom:5px;}
.m10 { margin-bottom:10px;}
.m12 { margin-bottom:12px;}
.m15 { margin-bottom:15px;}
.m20 { margin-bottom:20px;}
.m30 { margin-bottom:30px;}
.m40 { margin-bottom:40px;}
.m50 { margin-bottom:50px;}
.m60 { margin-bottom:60px;}

.ml10 { margin-left:10px;}

.mr3 { margin-right:3px;}
.mr10 { margin-right:10px; display:inline;}
.mr20 { margin-right:20px;}
.mr15 { margin-right:10px;}
.mr30 { margin-right:30px;}
.ma10 {margin:0 10px;}
.m_lb {margin:0 10px 30px 10px;}
.m_lb2 {margin:0 10px 10px 10px;}


.pl10 { padding-left:10px;}
.pr10 { padding-right:10px;}

.flt { float:left;}
.flr { float:right;}

.txt_l{ text-align:left;}
.txt_r{ text-align:right;}
.txt_c{ text-align:center;}
table.txt_c td{
	text-align:center;
}
.clear{
	clear:both;
}
.line{
	border-bottom:#CCC solid 2px;
}
.arr a{
	background:url(arr01.jpg) no-repeat left;
	padding-left:10px;
}
ul.btn01{
	list-style-type:none;
}
ul.btn01_f li{
	list-style-type:none;
	float:left;
}

/*globalnav*/

#globalnav {
width:980px;
clear:both;
float:left;
margin-top:5px;
margin-bottom:5px;
}

#globalnav ul{
list-style-type:none;
}

#globalnav ul li{
float:left;
text-indent:-9999px;
}

#globalnav ul li a{
display:block;
overflow:hidden;
height:30px;
background-image:url(nav.jpg);
}

#globalnav01 a{ background-position:0px 0px; width: 168px;} 
#globalnav02 a{ background-position:-168px 0px; width: 160px;}
#globalnav03 a{ background-position:-328px 0px; width: 160px;}
#globalnav04 a{ background-position:-488px 0px; width: 160px;}
#globalnav05 a{ background-position:-648px 0px; width: 160px;}
#globalnav06 a{ background-position:-808px 0px; width: 172px;}

#globalnav01 a:hover, #globalnav01c a{ background-position:0px -30px; width: 168px;} 
#globalnav02 a:hover, #globalnav02c a{ background-position:-168px -30px; width: 160px;}
#globalnav03 a:hover, #globalnav03c a{ background-position:-328px -30px; width: 160px;}
#globalnav04 a:hover, #globalnav04c a{ background-position:-488px -30px; width: 160px;}
#globalnav05 a:hover, #globalnav05c a{ background-position:-648px -30px; width: 160px;}
#globalnav06 a:hover, #globalnav06c a{ background-position:-808px -30px; width: 172px;}




/*simtemap*/

.sitemap {
	margin-left:50px;
}

.sitemap ul{
padding:0 0 15px 30px;
}

.sitemap li{
	margin:5px 0px;
}

.sitemap ul ul{
padding:0 0 15px 30px;
}


/*global*/

.subtitle01 {
	background:url(subtitle01.jpg) no-repeat top left;
	line-height:60px;
	text-indent:20px;
	font-weight:bold;
	font-size:120%;
	margin-bottom:10px;
}


td.rep .pb{
	margin:5px 0px;
	
}

td.rep td{
	padding:3px;
}

.nav_box01 .subtitle02{
	background: url(subtitle02_01.jpg) no-repeat left;
	color:#00CCFF;
}
.nav_box01 .subtitle05{
	background: url(subtitle05_01.jpg) no-repeat left;
	color:#00A3CE;
}
.nav_box01 td.rep{
	border-left: solid 2px #72E2FF;
	border-right:solid 2px #72E2FF;
	border-bottom:solid 2px #72E2FF;
}

.nav_box02 .subtitle02{
	background: url(subtitle02_02.jpg) no-repeat left;
	color:#78A411;
}
.nav_box02 .subtitle05{
	background: url(subtitle05_02.jpg) no-repeat left;
	color:#78A411;
}
.nav_box02 td.rep{
	border-left: solid 2px #AEC871;
	border-right:solid 2px #AEC871;
	border-bottom:solid 2px #AEC871;
}
.nav_box03 .subtitle02{
	background: url(subtitle02_03.jpg) no-repeat left;
	color:#EB4F98;
}
.nav_box03 .subtitle05{
	background: url(subtitle05_03.jpg) no-repeat left;
	color:#EB4F98;
}
.nav_box03 td.rep{
	border-left: solid 2px #F198C2;
	border-right:solid 2px #F198C2;
	border-bottom:solid 2px #F198C2;
}
.nav_box04 .subtitle02{
	background: url(subtitle02_04.jpg) no-repeat left;
	color:#BFA584;
}
.nav_box04 .subtitle05{
	background: url(subtitle05_04.jpg) no-repeat left;
	color:#CCB08E;
}
.nav_box04 td.rep{
	border-left: solid 2px #E1D0BC;
	border-right:solid 2px #E1D0BC;
	border-bottom:solid 2px #E1D0BC;
}
.nav_box05 .subtitle02{
	background: url(subtitle02_05.jpg) no-repeat left;
	color:#4B71B8;
}
.nav_box05 .subtitle05{
	background: url(subtitle05_05.jpg) no-repeat left;
	color:#4B71B8;
}
.nav_box05 td.rep{
	border-left: solid 2px #94AACE;
	border-right:solid 2px #94AACE;
	border-bottom:solid 2px #94AACE;
}
.nav_box06 .subtitle02{
	background: url(subtitle02_06.jpg) no-repeat left;
	color:#00A3C4;
}
.nav_box06 .subtitle05{
	background: url(subtitle05_06.jpg) no-repeat left;
	color:#00A3C4;
}
.nav_box06 td.rep{
	border-left: solid 2px #66C7DC;
	border-right:solid 2px #66C7DC;
	border-bottom:solid 2px #66C7DC;
}

.subtitle02 {
	line-height:32px;
	width:165px;
	font-weight:bold;
	font-size:120%;
	text-align:center;
}


.subtitle05 {
	line-height:32px;
	width:220px;
	font-weight:bold;
	font-size:120%;
	text-align:center;
}

.subtitle06 {
	background:url(txt_title01.jpg) no-repeat top left;
	line-height:80px;
	font-size:200%;
	text-indent:20px;
	font-weight:bold;
}
.subtitle06_2 {
	background:url(txt_title02.jpg) no-repeat top left;
	line-height:80px;
	font-size:200%;
	text-indent:20px;
	font-weight:bold;
}
.subtitle06_3 {
	background:url(txt_title03.jpg) no-repeat top left;
	line-height:80px;
	font-size:200%;
	text-indent:20px;
	font-weight:bold;
}
.subtitle06_4 {
	background:url(txt_title04.jpg) no-repeat top left;
	line-height:80px;
	font-size:200%;
	text-indent:20px;
	font-weight:bold;
}

.subtitle03 {
	background:url(subtitle03.jpg) no-repeat top left;
	line-height:30px;
	text-indent:20px;
	font-weight:bold;
	font-size:140%;
}
.subtitle03_1 {
	background:url(subtitle03_1.jpg) no-repeat left 8px;
	line-height:30px;
	padding-left:20px;
	font-weight:bold;
	font-size:140%;
}
.line02{
	background:url(subtitle03_2.jpg) no-repeat bottom;
}

.nav_box02 .subtitle04{
	color:#2D3D05;
}


.subtitle04 {
	background:url(subtitle04.jpg) no-repeat center left;
	line-height:120%;
	font-weight:bold;
	font-size:120%;
	margin-bottom:5px;
}

.section{
	float:left;
	width:100%;	
}

.top_box01{
	width:360px;
}
.top_box01_in{
	width:300px;
	padding:29px 29px 10px;
	border-left: #CCC solid 1px;
	border-right: #CCC solid 1px;
	float:left;
	display:inline;
}

.top_box02{
	width:170px;
	float:left;
}

.title{
	text-indent:5px;
}
.top_box02 ul{
	list-style-type:none;	
}




.txt01{
	width:290px;
	margin:15px;
}


.txt02{
	width:210px;
	margin:10px;
}

* html .txt02{
	width:210px;
	margin:9px;
}

.pb img{
	border:#CCC solid 1px;
}

.nav_box01 .pb02 img{
	border:#00CCFF solid 2px;
}

.nav_box02 .pb02 img{
	border:#78A411 solid 2px;
}

.nav_box03 .pb02 img{
	border:#E85198 solid 2px;
}

.nav_box04 .pb02 img{
	border:#CCB08E solid 2px;
}

.nav_box05 .pb02 img{
	border:#4D71AD solid 2px;
}

.nav_box06 .pb02 img{
	border:#00A3C4 solid 2px;
}



/*subnavi*/

#subnav {
width:240px;
float:right;
margin-bottom:10px;
}

#subnav ul{
list-style-type:none;
}

.nav_box01 #subnav_title a{
	background-image:url(sub-title01.jpg);
}
.nav_box02 #subnav_title a{
	background-image:url(sub-title02.jpg);
}
.nav_box03 #subnav_title a{
	background-image:url(sub-title03.jpg);
}
.nav_box04 #subnav_title a{
	background-image:url(sub-title04.jpg);
}
.nav_box05 #subnav_title a{
	background-image:url(sub-title05.jpg);
}
.nav_box06 #subnav_title a{
	background-image:url(sub-title06.jpg);
}

#subnav_title a{
width:240px;
height:36px;
color:#fff;
background-repeat:no-repeat;
line-height:36px;
text-indent:40px;
display:block;
font-weight:bold;
}

#subnav_title a:hover {
text-decoration:underline;
font-weight:bold;
color:#FFF;
}
.nav_box01 #subnav li a{
	background-image:url(subnav01.jpg);
}
.nav_box02 #subnav li a{
	background-image:url(subnav02.jpg);
}
.nav_box03 #subnav li a{
	background-image:url(subnav03.jpg);
}
.nav_box04 #subnav li a{
	background-image:url(subnav04.jpg);
}
.nav_box05 #subnav li a{
	background-image:url(subnav05.jpg);
}
.nav_box06 #subnav li a{
	background-image:url(subnav06.jpg);
}


#subnav li a{
background-repeat:no-repeat;
width:240px;
height:36px;
line-height:36px;
text-indent:40px;
display:block;
text-decoration:none;
color:#666;
}
#subnav li a:hover{
	text-decoration:underline;
}


#subnav ul li.current a,#subnav ul li.current a:hover{
text-decoration:underline;
font-weight:bold;
color:#666;
}
.nav_box01 #subnav ul li.current ul li a{
	background-image:url(subnav01_02.jpg);
}
.nav_box02 #subnav ul li.current ul li a{
	background-image:url(subnav02_02.jpg);
}
.nav_box03 #subnav ul li.current ul li a{
	background-image:url(subnav03_02.jpg);
}
.nav_box04 #subnav ul li.current ul li a{
	background-image:url(subnav04_02.jpg);
}
.nav_box05 #subnav ul li.current ul li a{
	background-image:url(subnav05_02.jpg);
}
.nav_box06 #subnav ul li.current ul li a{
	background-image:url(subnav06_02.jpg);
}


#subnav ul li.current ul li a{
width:240px;
height:36px;
line-height:36px;
text-indent:50px;
display:block;
text-decoration:none;
font-weight:normal;
color:#666;
}

#subnav ul li.current ul li.current a,#subnav ul li.current ul li a:hover{
text-decoration:underline;
font-weight:bold;
color:#666;
}

#subnav ul li.current ul li ul li a.deepcurrent{
width:240px; 
height:36px;
line-height:36px;
text-indent:60px;
display:block;
text-align:left;
text-decoration:none;
font-weight:normal;

}

.nav_box01 #subnav ul li.current ul li ul li a.deepcurrent{
	background-image:url(subnav01_03.jpg);
}
.nav_box02 #subnav ul li.current ul li ul li a.deepcurrent{
	background-image:url(subnav02_03.jpg);
}
.nav_box03 #subnav ul li.current ul li ul li a.deepcurrent{
	background-image:url(subnav03_03.jpg);
}
.nav_box04 #subnav ul li.current ul li ul li a.deepcurrent{
	background-image:url(subnav04_03.jpg);
}
.nav_box05 #subnav ul li.current ul li ul li a.deepcurrent{
	background-image:url(subnav05_03.jpg);
}
.nav_box06 #subnav ul li.current ul li ul li a.deepcurrent{
	background-image:url(subnav06_03.jpg);
}


#subnav ul li.current ul li ul li a:hover{
width:240px; 
height:36px;
line-height:36px;
text-indent:60px;
display:block;
text-align:left;
text-decoration:underline;
font-weight:normal;

}

#subnav ul li.current ul li ul li.current a.deepcurrent{
width:240px; 
height:36px;
line-height:36px;
text-indent:60px;
display:block;
text-align:left;
text-decoration:underline;
font-weight:bold;

}



table.tab{
		border-collapse:collapse;
		border:1px solid #cccccc;
	}
	
	table.tab td{
		border:1px solid #cccccc;
		padding:5px;

	}
	table.tab td td{
		border:none;
		padding:0px;
		
	}
	table.tab th{
		border:1px solid #cccccc;
		padding:5px;
		background-color:#f3f3f3;

	}
	table.tab td.highlight{
		border:1px solid #cccccc;
		padding:5px;
		background-color:#F7F7F7;

	}
	
	table.tab td.none_boder{
		border:none;
		padding:5px;
	}

table.vm td{
	vertical-align:middle;
	
}

/*naka ajax*/

#featured
{
  width: 690px;
  position: relative;
  height: 260px;
}
#featured ul.ui-tabs-nav
{
  position: absolute;
  top: 65px;
  left: 370px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 320px;
}
#featured ul.ui-tabs-nav li
{
	float:left;
	width:150px;
	text-align:center;
  font-size: 12px;
  display:inline;
  margin:5px;
}
#common #contents_left #featured li.ui-tabs-nav-item a{
color: #333;
}
#common #contents_left #featured li.ui-tabs-nav-item a:hover{
color: #fff;
}

#featured li.ui-tabs-nav-item a
{
  display: block;
  height: 40px;
  background: #fff;
  line-height: 40px;
  font-size:120%;
  background:url(upbringing_btn.jpg) no-repeat top center;
}
#featured li.ui-tabs-nav-item a:hover
{
	color:#FFF;
    background:url(upbringing_btnc.jpg) no-repeat top center;
}
#featured li.ui-tabs-selected
{
    background:url(upbringing_btnc.jpg) no-repeat top center;
}
#common #contents_left #featured ul.ui-tabs-nav li.ui-tabs-selected a
{
    background:url(upbringing_btnc.jpg) no-repeat top center;
	color:#FFF;
	font-weight:bold;
}
#featured .ui-tabs-panel
{
  width: 350px;
  height: 260px;
  position: relative;
}
#featured .ui-tabs-panel .info
{
  position: absolute;
  top: 180px;
  left: 0;
  height: 70px;
  background: url('images/transparent-bg.png');
}
#featured .info h2
{
  font-size: 18px;
  font-family: Georgia, serif;
  color: #fff;
  padding: 5px;
  margin: 0;
  overflow: hidden;
}
#featured .info p
{
  margin: 0 5px;
  font-family: Verdana;
  font-size: 11px;
  line-height: 15px;
  color: #f0f0f0;
}
#featured .info a
{
  text-decoration: none;
  color: #fff;
}
#featured .info a:hover
{
  text-decoration: underline;
}
#featured .ui-tabs-hide
{
  display: none;
}





#featured01,#featured02
{
  width: 260px;
  position: relative;
}
#featured01 ul.ui-tabs-nav,#featured02 ul.ui-tabs-nav
{
  width: 260px;
}
#featured01 ul.ui-tabs-nav li,#featured02 ul.ui-tabs-nav li
{
	float:left;
	width:120px;
	line-height:32px;
	text-align:center;
  font-size: 12px;
  display:inline;
  margin:5px 5px 0px 3px;
}
#common #contents_left #featured01 li.ui-tabs-nav-item a,#common #contents_left #featured02 li.ui-tabs-nav-item a{
color: #333;
float:left;
width:120px;
height:32px;
line-height:32px;
}
#common #contents_left #featured01 li.ui-tabs-nav-item a:hover,#common #contents_left #featured02 li.ui-tabs-nav-item a:hover{
color: #333;
float:left;
width:120px;
height:32px;
line-height:32px;
}

#featured01 li.ui-tabs-nav-item a,#featured02 li.ui-tabs-nav-item a
{
  display: block;
  height: 15px;
  background: #333;
  line-height: 15px;
  background: url(t_learning_btn.jpg) no-repeat left center;
}
#featured01 li.ui-tabs-nav-item a:hover,#featured02 li.ui-tabs-nav-item a:hover
{
	color:#333;
    background: url(t_learning_btnc.jpg) no-repeat left center;
	text-decoration:underline;
}
#featured01 li.ui-tabs-selected,#featured02 li.ui-tabs-selected
{
    background: url(t_learning_btn.jpg) no-repeat left center;
		text-decoration:underline;
}
#common #contents_left #featured01 ul.ui-tabs-nav li.ui-tabs-selected a,#common #contents_left #featured02 ul.ui-tabs-nav li.ui-tabs-selected a
{
    background: url(t_learning_btnc.jpg) no-repeat left center;
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}
#featured01 .ui-tabs-panel,#featured02 .ui-tabs-panel
{
  width: 260px;
  height: 170px;
  position: relative;
  margin-bottom:10px;
}
#featured01 .ui-tabs-panel .info,#featured02 .ui-tabs-panel .info
{
  position: absolute;
  top: 180px;
  left: 0;
  height: 70px;
  background: url('images/transparent-bg.png');
}
#featured01 .info h2,#featured02 .info h2
{
  font-size: 18px;
  font-family: Georgia, serif;
  color: #333;
  padding: 5px;
  margin: 0;
  overflow: hidden;
}
#featured01 .info p,#featured02 .info p
{
  margin: 0 5px;
  font-family: Verdana;
  font-size: 11px;
  line-height: 15px;
  color: #f0f0f0;
}
#featured01 .info a,#featured02 .info a
{
  text-decoration: none;
  color: #333;
}
#featured01 .info a:hover,#featured02 .info a:hover
{
  text-decoration: underline;
}
#featured01 .ui-tabs-hide,#featured02 .ui-tabs-hide
{
  display: none;
}



/*btn01 6colors*/
#common #contents_left .btn01 a,#common #contents_left .btn01 a:link,#common #contents_left .btn01 a:active,#common #contents_left .btn01 a:visited{
	display:block;
	background: url(btn01_arr.jpg) no-repeat 5px center;
	color:#333;
	padding-left:15px;
	padding-right:15px;
}
#common #contents_left .btn01 a:hover{
	background: url(btn01_arr.jpg) no-repeat 8px center;
	text-decoration:underline;
}

table.btn01,td.btn01{
	padding:5px;
	line-height:25px;
	vertical-align:middle;
	text-align:center;
}


.nav_box01 .btn01 {
	border-top: solid #00CCFF 1px;
	border-left: solid #00CCFF 3px;
	border-bottom: solid #00CCFF 1px;
	border-right: solid #00CCFF 1px;

}

.nav_box02 .btn01 {
	border-top: solid #78A411 1px;
	border-left: solid #78A411 3px;
	border-bottom: solid #78A411 1px;
	border-right: solid #78A411 1px;
}

.nav_box03 .btn01,.color_btn03 {
	border-top: solid #EB4F98 1px;
	border-left: solid #EB4F98 3px;
	border-bottom: solid #EB4F98 1px;
	border-right: solid #EB4F98 1px;
		padding:5px;
	line-height:25px;
	vertical-align:middle;
	text-align:center;
}
#common #contents_left .color_btn03 a,#common #contents_left .color_btn03 a:link,#common #contents_left .color_btn03 a:active,#common #contents_left .color_btn03 a:visited{
	display:block;
	background: url(btn01_arr.jpg) no-repeat 5px center;
	color:#333;
	padding-left:15px;
	padding-right:15px;
}
#common #contents_left .color_btn03 a:hover{
	background: url(btn01_arr.jpg) no-repeat 8px center;
	text-decoration:underline;
}



.nav_box05 .btn01 {
	border-top: solid #4B71B8 1px;
	border-left: solid #4B71B8 3px;
	border-bottom: solid #4B71B8 1px;
	border-right: solid #4B71B8 1px;
}

.nav_box04 .btn01 {
	border-top: solid #CCB08E 1px;
	border-left: solid #CCB08E 3px;
	border-bottom: solid #CCB08E 1px;
	border-right: solid #CCB08E 1px;
}

.nav_box06 .btn01 {
	border-top: solid #00A3C4 1px;
	border-left: solid #00A3C4 3px;
	border-bottom: solid #00A3C4 1px;
	border-right: solid #00A3C4 1px;
}

.nav_box02 .btn01 {
	border-top: solid #78A411 1px;
	border-left: solid #78A411 3px;
	border-bottom: solid #78A411 1px;
	border-right: solid #78A411 1px;
}
.round_tex01{
	line-height:10px;
	height:10px;
	font-size:0px;
}


.nav_box02 .round_box01{
	background:#F2FFE2;
}


.round_box01 .rep02{
	background-image:url(round_bg_rep.png);
	background-repeat:repeat-y;
	background-position:left;
}

/*IE6 透過用*/
* html .round_box01 .rep02 { behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
); }

.txt_b{
	font-size:130%;
}

/*up_bringing*/
.up_bringing_box{
	line-height:350%;
	
}

.up_bringing_box{
	background: url(seimei_tombo.jpg) no-repeat center center;
	
}

#featured_title{
	width:320px;
	position:absolute;
	top:0;
	right:0;
}


/*gathering*/

.gathering_btn{
	background:url(btn_gathering.jpg) no-repeat top left;
	display:block;
	line-height:35px;
	text-align:center;
	margin-bottom:10px;
}
.gathering_btn02{
	background:url(btn_gathering02.jpg) no-repeat top left;
	display:block;
	line-height:35px;
	text-align:center;
	margin-bottom:10px;
}
.gathering_btn03{
	background:url(btn_gathering03.jpg) no-repeat top left;
	display:block;
	line-height:35px;
	text-align:center;
	margin-bottom:10px;
}

.club_box01{
	border:#CCC solid 1px;
}

.club_box01 td{
	padding:5px;
}
.club_box01 td.none_boder{
	padding:0px;
}

.subtitle07{
	background:url(tombo_green.jpg) no-repeat right center;
	border-left:#9C9 solid 5px;
	border-bottom: solid 1px #CCC;
	font-size:130%;
	font-weight:bold;
	line-height:36px;
	text-indent:20px;
	margin-bottom:10px;
	
}

.subtitle07_2{
	background:url(tombo_pink.jpg) no-repeat right center;
	border-left:#FAD5C3 solid 5px;
	border-bottom: solid 1px #CCC;
	font-size:130%;
	font-weight:bold;
	line-height:36px;
	text-indent:20px;
	margin-bottom:10px;
	
}
/*four_seasons*/
#four_seasons_box{
	background:url(four_seasons_mat.jpg) no-repeat top center;
	height:847px;
	position:relative;
	width:690px;
	float:left;
}

.first{
    left: 128px;
    position: absolute;
    top: 50px;
}

.second{
    left: 550px;
    position: absolute;
    top: 350px;
}

.third{
    left: 45px;
    position: absolute;
    top: 670px;
}

.arr02{
	color:#FFF;
	padding-left:10px;
	background:url(arr02.png) no-repeat left 4px;
	
}

#tinymce .arr02{
	color:#333;
	padding-left:10px;
	background:url(arr02.png) no-repeat left 4px;

}

/*event*/

#event_box{
	width:690px;
	height:915px;
	position:relative;
	background:url(event_mat.jpg) no-repeat top center;	
}

#event_box td{
	padding:0px 10px;
}

.event_box01{
	position:absolute;
	top:105px;
	left:20px;
}

.event_box02{
	position:absolute;
	top:135px;
	left:195px;
}
.event_box03{
	position:absolute;
	top:168px;
	right:185px;
}
.event_box04{
	position:absolute;
	top:198px;
	right:10px;
}

.event_box05{
	position:absolute;
	top:408px;
	right:10px;
}
.event_box06{
	position:absolute;
	top:445px;
	right:185px;
}

.event_box07{
	position:absolute;
	top:478px;
	left:195px;
}

.event_box08{
	position:absolute;
	top:506px;
	left:20px;
}

.event_box09{
	position:absolute;
	top:729px;
	left:20px;
}

.event_box10{
	position:absolute;
	top:758px;
	left:195px;
}
.event_box11{
	position:absolute;
	top:788px;
	right:185px;
}
.event_box12{
	position:absolute;
	top:818px;
	right:10px;
}

.picturebook_box01{
	background:#FEF1F7;
}

.picturebook_box02{
	margin-top:20px;
	background:url(pict_book_title01.jpg) no-repeat top left;
}

.picturebook_box02 td{
	padding:5px;
}

.picturebook_box02 td.line03{
	background: url(line01.jpg) repeat-x bottom;
	padding:10px 5px;
}

.subtitle08{
	color:#78A411;
	font-size:130%;
	font-weight:bold;
}
.subtitle08 span{
	font-weight:normal;
}
.pink{
	color:#EB4D98;
}
.green{
	color:#78A411;
	
}

#inquiry_box01 table td textarea {
    height: 100px;
    width: 400px;
}

#inquiry_box01 table td input {
    width: 200px;
}

td.btn_etc01 a{
	display:block;
	background: url(btn01_arr.jpg) no-repeat 5px center;
	color:#333;
	padding-left:15px;
	padding-right:15px;
}
td.btn_etc01 a:hover{
	background: url(btn01_arr.jpg) no-repeat 8px center;
	text-decoration:underline;
}

td.btn_etc01{
	padding:5px;
	line-height:25px;
	vertical-align:middle;
	text-align:center;
	border-top: solid #EB4F98 1px;
	border-left: solid #EB4F98 3px;
	border-bottom: solid #EB4F98 1px;
	border-right: solid #EB4F98 1px;
}

td.btn_etc02 a{
	display:block;
	background: url(btn01_arr.jpg) no-repeat 5px center;
	color:#333;
	padding-left:15px;
	padding-right:15px;
}
td.btn_etc02 a:hover{
	background: url(btn01_arr.jpg) no-repeat 8px center;
	text-decoration:underline;
}

td.btn_etc02{
	padding:5px;
	line-height:25px;
	vertical-align:middle;
	text-align:center;
	border-top: solid #4B71B8 1px;
	border-left: solid #4B71B8 3px;
	border-bottom: solid #4B71B8 1px;
	border-right: solid #4B71B8 1px;
}
