/*  
Theme Name: Sliding Door
Theme URI: http://mac-host.com/slidingdoor/
Description:A template featuring sliding images in the menu, based on Samuel Birch's phatfusion image menu.
Version: 1.5
Author: Wayne Connor
Author URI: http://www.macintoshhowto.com/
Tags: black, custom header, fixed width, left sidebar,two columns, widget ready, widgets, valid CSS
*/

* { margin: 0; padding: 0; list-style: none; }

body {
	text-align: center;
	color: #00469B;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background:url(./images/commomn/back_test.jpg) repeat #FFFFFF;
}

body a {
		color: #42adfb;
}


#upperBar {
	height: 0px;
	background: #01bcff;
}

#wrapper {
	background-color:#FFFFFF;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height:700px;
	height: auto !important;
	height: 700px;
	padding-bottom: 15px;
}    

#welcomeheading a {
	margin-top: 10px;
	padding-bottom: 15px;
	font: 40pt "Trebuchet MS", "Lucida Grande", Lucida, Vernada, sans-serif;
	padding-top: 10px;
	color: #00469B;
	text-decoration: none;
	padding:25px;
	float:left;
}

#welcomeheading img {
	border: none;
}

#welcomeheading {
		text-align: left;
}

#welcomeheading a:hover {
	color: #aaa;
}

#middleword {
	color: #909090;
}

#welcomeheading a:hover #middleword {
	color: #fff;
}
 
 
.description {
	text-align: left;
			font: normal 14px Verdana, Helvetica, Sans-serif;
	color: #000000;
	padding-bottom: 20px;
}  

#contactheading {
	float:right;
	padding:25px;
}

#contactheading img {
	border:none;
}

.slideBorder {
	margin:2px 0px;
	display:block;
}

#keyvisual {
	float:left;
	height:119px;
	padding:40px 0px 5px 100px;
}





                
#content {
	float: right;
	width: 640px;
	margin-top: 0px;
}

	#content .notice p {
		border-top: 1px solid #8acef3;
		border-bottom: 1px solid #8acef3;
		padding: 5px 0px;
		font-size: 12px;
	margin: 1px;
}
		#content .notice {
		border-top: 1px solid #2d7cb9;
		border-bottom: 1px solid #2d7cb9;
	margin-bottom: 20px;
}

    #content .post {
		float: left;
		position: relative;
		width: 640px;

}
	
	#content .post h2 a {
		color: #00469B;
		text-decoration: none;
		padding: 3px 0;
	}

	#content .post h2 a:hover {
		color: #D5F3FF;
	}
	
	#content .post h3 {
		font-size: 12px;
		font-weight: normal;
		color: #999;

}

 #content .post-details {
	bottom: 20px;
	position: absolute;
	right:  0px;
	width: 120px;

	
}
	
	#content .post h3 a {
		color: #999;
	}              
	
	#content .post h3 a:hover {
		text-decoration: none;
	}
	
/*
#content .post img {
	max-width: 500px;
	max-height: 600px;
	margin-bottom: 10px;
	margin-top: 10px;
}     
*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

#content p.wp-caption-text  
   {
   font-size: 11px;
   line-height: 17px;

   margin: 10px;
	color: #000;
	text-align: center;
}
	
	#content .post a img {
	}
		
	#content .post ul {
	}
	
/*
	#content .post ul li {
		list-style-type: disc !important;
	}

	
	#content p,
	#content .post ul li {
		font: normal 13px/20px Verdana, Helvetica, Sans-serif;
		margin-bottom: 10px;
		margin-top: 10px;
	color: #000000;
	margin-right: 140px;
	text-align: justify;
}
*/

	#content p {
		/*font: normal 13px/20px Verdana, Helvetica, Sans-serif;*/
		font-size:13px;
		margin-bottom: 10px;
		margin-top: 10px;
		margin-right: 45px;
		text-align: justify;
	}

	#content li {
		/*font: normal 13px/20px Verdana, Helvetica, Sans-serif;*/
		font-size:13px;
		margin-bottom: 10px;
		margin-top: 10px;
		color: #000000;
		text-align: justify;
	}
	
		#content blockquote {
			margin-left: 10px;
			border-left: 3px solid #333;
			padding-left: 10px;
		}
	
	#content p a {
		color: #42adfb;
	}
	
	#content p a:hover {
		text-decoration: none;
	} 
	
	#content small {
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	    border-top: 3px solid #333;
	    border-bottom: 1px solid #333;
	    font-size: 11px;
	    color: #999;
	}
	
	#content ol {
	line-height: 1.6;
}
	#content ol.commentlist {
		margin-top: 10px;
	}
	
	#content ol.commentlist li {
		border-top: 1px solid #333;
		margin-bottom: 10px;
	} 
	
		#content ol.commentlist li .commentMeta {
			width: 120px;
			float: left;
			margin-top: 5px;
		} 
		
		    #content ol.commentlist li .commentMeta span {
				display: block;
			}
			
			#content ol.commentlist li .commentMeta span.author,
			#content ol.commentlist li .commentMeta span.author a {
				color: #CCC;    
				text-decoration: none;
				margin-bottom: 5px;
			}                     
			
			#content ol.commentlist li .commentMeta span.date a {
				color: #666;
				text-decoration: none;
				font-size: 11px;
			}

			#content ol.commentlist li .commentMeta span.moderate a {
				color: #42adfb;
			}
		
		#content ol.commentlist li .commentText {
			width: 450px;
			float: right;
			padding: 5px;
			font-size: 12px;
		}
	
	
	#content ol.commentlist .avatar {
float: left;
}


	#content h3 {
		color: #42adfb;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	#content #commentform input {
		padding: 5px;
		font-family: Arial, Helvetica, Sans-serif;
	}
	
	#content #commentform textarea {
		width: 410px;
		padding: 10px;
		font-family: Arial, Helvetica, Sans-serif;
	}
	
	#content .nextprevious {
		height: 40px;
		display: block;
	} 
	
	#content .nextprevious a {
		color: #CCC;
	}               
	
	#content .nextprevious .left {
		float: left;
	}              
	
	#content .nextprevious .right {
		float: right;
	}
	
	#content .adBrite {
		display: block;
		margin-bottom: 20px;
		border: 1px solid #333;
	}
	
	#content .pagenavi_ul {
		float:right;
		margin:15px 50px 15px 0px;
	}

	#content .pagenavi_ul li {
		display:inline;
	}
	
	#content .pagenavi_ul li a {
		color:#000070;
		text-decoration:none;
		font-weight:bold;
	}
	
	#content .pagenavi_ul li a:hover {
		text-decoration:underline;
		color:#42ADFB;
	}
	
	#content .post .pagetitle{
		color:#000070;
		font-size:20px;
		font-weight:bold;
		margin-top:20px;
	}
	
	
	#content .totop {
		float:right;
		margin:15px 80px 20px 0px;
		font-size:14px;
	}

	#content .totop a {
		color:#000070;
		text-decoration:none;
		font-weight:bold;
	}
	
	#content .totop a:hover {
		text-decoration:underline;
		color:#42ADFB;
	}
	

#home_main_content {
	float:left;
	width:326px;
	margin:15px 0px 40px 0px;
}

#home_main_content p {
	margin-right:0px;
}

#content .post_news h3 , #content .post_news p {
	color:#333333;
	float:left;
	font-size:13px;
	font-weight:normal;
}
#content .post_news p {
	margin:4px 4px 0px 0px;
}
#content .post_news h3 {
	float:left;
	width:238px;
	margin:4px 0px 0px 0px;
}
#content .post_news h3 a {
	color:#000070;
	text-decoration:none;
}

#content .post_news h3 a:hover {
	text-decoration:underline;
	color:#42ADFB;
}

#top_news_list {
	float:right;
	display:block;
	border:none;
}

#home_sub_content {
	float:left;
	margin:15px 0px 40px 30px;
	width:260px;
}

#home_sub_content img {
	border:none;
}

#top_button_teacher_box {
	background:#FFFFFF url(./images/top/button_teacher_h.jpg) repeat-x scroll 0%;
	margin-left:4px;
	width:243px;
	height:61px;
	overflow:hidden;
}
#top_button_teacher_box a:hover img {
	display:block;
}
#top_button_teacher_box a:hover { border: none; }
#top_button_teacher_box a:hover img {
	visibility:hidden;
}

#top_img_profile {
	background:#FFFFFF url(./images/top/banner_profile.jpg) repeat-x scroll 0%;
	height:205px;
	margin-top:20px;
	width:255px;
}
#top_img_profile a:hover { border: none; }
#top_img_profile a:hover span {
	text-decoration:underline;
	color:#42ADFB;
}


#top_img_profile img {
	padding:17px 24px 0px 20px;
	display:block;
}

#top_img_profile span {
	color:#000070;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	float:right;
	margin:10px 26px 0px 0px;
}

#top_img_admission {
	background:#FFFFFF url(./images/top/banner_admission.jpg) repeat-x scroll 0% 50%;
	height:295px;
	margin-top:20px;
	width:255px;
}

#top_img_admission img {
	padding:18px 25px 0px 17px;
	display:block;
}

#top_img_admission span {
	float:right;
	font-size:12px;
	color:#000070;
	font-weight:bold;
	text-decoration:none;
	margin:4px 26px 0px 0px;
}
#top_img_admission a:hover { border: none; }
#top_img_admission a:hover span {
	text-decoration:underline;
	color:#42ADFB;
}


#sidebar {
	width: 234px;
	float: none;
	padding-top: 8px;
	text-align: left;
} 

.sidebar_inner {
	padding-top: 0px !important;
}

#sitemeter {
	text-align: center;
	width: 160px;
		font-size: 11px;
		color: #999;
}
#sitemeter img{
	padding-bottom: 8px;
	padding-top: 8px;
}

	#sidebar h2 {
		font-weight: normal;
		font-size: 16px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	#sidebar a img {
		border: none;
	}
	

	#sidebar ul {
		margin-top: 10px;
		margin-bottom: 10px;
}
	
	#sidebar ul li {
		font-size: 11px;
		background: url(img/bullet.png) 0 5px no-repeat;
		padding: 0 10px;
		margin: 0 0 5px 5px;
	}
	
	#sidebar ul li a {
		color: #999;
		text-decoration: none;
		display:block;
	}
	
	#sidebar ul li span {
		color: #666;
		margin-left: 5px;
	}
		
	#sidebar ul#nav {
		margin: 10px 0 20px 0;
	}
	
	#sidebar ul#nav li {
		margin: 0;
		padding: 0;
	}
	
.side_navi li {
	background:transparent none repeat scroll 0% 50% !important;
	margin:0px 0px 0px 35px !important;
	padding:0px !important;
	line-height:0;
	overflow:hidden;
}

.side_navi_inner {
	margin-top:0px !important;
}
	
#sidebar .side_navi li a {
	display:block;
	width:199px;
	overflow:hidden;
}
		
	#sidebar ul#nav li a {
		display: block;
		height: 17px;
		padding: 7px 10px;
		background: url(img/nav_off.png) 0 0 no-repeat;
		margin-bottom: 5px;
		text-decoration: none;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		color: #999;
	}

#sidebar .side_navi #side_navipage_home a {background: url(./images/commomn/button_home_h.jpg) 0 0 no-repeat; height:38px;}
#sidebar .side_navi #side_navipage_about a {background: url(./images/commomn/button_about_h.jpg) 0 0 no-repeat; height:38px;}
#sidebar .side_navi #side_navipage_kids a {background: url(./images/commomn/button_kids_h.jpg) 0 0 no-repeat; height:38px;}
#sidebar .side_navi #side_navipage_adult a {background: url(./images/commomn/button_adult_h.jpg) 0 0 no-repeat; height:39px;}
#sidebar .side_navi #side_navipage_price a {background: url(./images/commomn/button_price_h.jpg) 0 0 no-repeat; height:38px;}
#sidebar .side_navi #side_navipage_event a {background: url(./images/commomn/button_event_h.jpg) 0 0 no-repeat; height:38px;}
#sidebar .side_navi #side_navipage_calendar a {background: url(./images/commomn/button_calendar_h.jpg) 0 0 no-repeat; height:38px;}
#sidebar .side_navi #side_navipage_infomation a {background: url(./images/commomn/button_infomation_h.jpg) 0 0 no-repeat; height:39px;}
#sidebar .side_navi #side_navipage_contact a {background: url(./images/commomn/button_contact_h.jpg) 0 0 no-repeat; height:50px;}

#sidebar .side_navi #side_navipage_home a:hover,
#sidebar .side_navi #side_navipage_about a:hover,
#sidebar .side_navi #side_navipage_kids a:hover,
#sidebar .side_navi #side_navipage_adult a:hover,
#sidebar .side_navi #side_navipage_price a:hover,
#sidebar .side_navi #side_navipage_event a:hover,
#sidebar .side_navi #side_navipage_calendar a:hover,
#sidebar .side_navi #side_navipage_infomation a:hover,
#sidebar .side_navi #side_navipage_contact a:hover {background-color: #fff;}

#sidebar .side_navi #side_navipage_home a:hover img,
#sidebar .side_navi #side_navipage_about a:hover img,
#sidebar .side_navi #side_navipage_kids a:hover img,
#sidebar .side_navi #side_navipage_adult a:hover img,
#sidebar .side_navi #side_navipage_price a:hover img,
#sidebar .side_navi #side_navipage_event a:hover img,
#sidebar .side_navi #side_navipage_calendar a:hover img,
#sidebar .side_navi #side_navipage_infomation a:hover img,
#sidebar .side_navi #side_navipage_contact a:hover img {visibility: hidden;}

#sidbar_location {
	font-size:12px;
	font-weight:normal;
	margin:20px 0px 0px 34px;
}

#sidbar_location address {
	font-style:normal;
	margin:4px 0px;
}
#sidbar_location dl {
	clear:left;
	height:17px;
}
#sidbar_location dt {
	float:left;
}
#sidbar_location dd {
	float:right;
}
	

	#sidebar ul li a:hover {
		color: #CCC;
	}

	#sidebar ul#nav li a:hover {
		background: url(img/nav_off.png) 0 -31px no-repeat;
	}        


	#sidebar ul#nav li a.active {
		background: url(img/nav_on.png) 0 0 no-repeat;
		color: #FFF;
	}



#sidebar #footer {
    border-top: 3px solid #444;
    border-bottom: 1px solid #444;
    padding: 7px 0;
    font-size: 11px;
}

    #sidebar #footer p {
        margin-bottom: 5px;
        color: #ccc;
	text-align: center;
}
    
    #sidebar #footer a {
        color: #999;
	text-decoration: none;
}
    
    #sidebar #footer a:hover {
        text-decoration: none;
        color: #fff;
    }

.clearfix {
	clear: both;
}	

.ctc {
text-align: center;
	text-decoration: none;
	line-height: 80%;
	background-color: #000;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}	


.ctc a {
	text-decoration: none;
	text-transform: lowercase;
	font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	margin: 4px;
	border: thin none #060606;
}
.ctc a:hover{
	color: #fff;
	margin: 3px;
	border: thin solid #8acef3;
	background-color: #0c0c0c;
}

[disabled] {

	color:#dddddd;

	border-color:#dddddd!important;

	background:none!important;

}

 #upperBox {
	margin-bottom: 10px;
	text-align: center;
	position: absolute;
	right: 0;
	padding-top: 5px;
}
	
 #upperBox a img {
		display: block;
		margin: 0 auto;
		border: none;
	}
	

	 #upperBox p {
		margin: 5px 0;
		font-size: 10px;
		text-align: center;
	}
	
	 #upperBox input {
		height: 18px;
		padding: 5px 5px 5px 25px;
		background: url(img/upperBox_search.png) top left no-repeat;
		border: 0;
		width: 100px;
		color: #9ec7eb;
		margin-top: 5px;
	}
	
	 #upperBox input:focus {
		color: #FFF;
	}

#footer {
	background-color:#A5DBF7;
	color:#00469B;
	font-size:14px;
	height:35px;
	margin:0pt auto;
	text-align:center;
	width:940px;
	padding-top:15px;
}



/*=============================================*/
/*===============   PAGE 共通   ===============*/
/*=============================================*/
.bold_text {
	font-weight:bold;
}
.black_text {
	color:#000000;
}
.deepblue_text {
	color:#00469B !important;
}
.red_text {
	color:#FF0000;
}
.gray_text {
	color:#666666;
}
.font_13px {
	font-size:13px;
}
.floatleft {
	float:left;
}
.marginright0 {
	margin-right:0px !important;
}
.marginright15 {
	margin-right:15px !important;
}
.marginright35 {
	margin-right:35px !important;
}


/*=============================================*/
/*=================   ABOUT   =================*/
/*=============================================*/
/*#about_text {
	background: url(./images/commomn/back_compass_image.jpg) 0 0 no-repeat;
}
#about_text p {
	color:#00469B;
}*/

.about_table {
	width:590px;
	font-size:13px;
	text-align:center;
	border-collapse:collapse;
}
.about_table th {
	padding:5px;
	color:#666666;
}
.about_table td {
	padding:5px;
}
.about_table_margin {
	margin-top:7px;
}
#about_admission_image {
	float:left;
}
#about_counseling {
	float:left;
	margin:100px 0px 0px 40px;
	width:330px;
}
#about_counseling h4 {
	font-size:14px;
}
#about_counseling ul {
	margin-left:14px;
}
#about_counseling ul li {
	list-style-type:disc;
	line-height:17px;
	color:#00469B;
}

/*=============================================*/
/*================    KIDS    =================*/
/*=============================================*/

.kids_table {
	float:left;
	width:400px;
	font-size:13px;
	text-align:center;
	border-collapse:collapse;
}
.kids_table th {
	padding:5px;
	color:#666666;
}
.kids_table td {
	padding:5px;
}
.kids_image {
	float:left;
	margin-left:10px;
	margin-bottom:18px;
}


/*=============================================*/
/*================   ADULTS   =================*/
/*=============================================*/

.adults_table {
	float:left;
	width:400px;
	font-size:13px;
	text-align:center;
	border-collapse:collapse;
}
.adults_table th {
	padding:5px;
	color:#666666;
}
.adults_table td {
	padding:5px;
}
.adults_image {
	float:left;
	margin-left:10px;
	margin-bottom:18px;

}


/*=============================================*/
/*================   PRICE    =================*/
/*=============================================*/
.price_table {
	width:590px;
	font-size:13px;
	text-align:center;
	border-collapse:collapse;
}
.price_table th {
	padding:5px;
	color:#666666;
}
.price_table td {
	padding:5px;
}
.price_table_margin {
	margin-top:7px;
}


/*=============================================*/
/*=============    INFOMATION    ==============*/
/*=============================================*/
#infomation_location {
	font-size:12px;
	font-weight:normal;
	margin:0px;
	width:200px;
	float:left;
}
#infomation_location address {
	font-style:normal;
	margin:4px 0px;
}
#infomation_location dl {
	clear:left;
	height:17px;
}
#infomation_location dt {
	float:left;
}
#infomation_location dd {
	float:right;
}
#infomation_adoption_text {
	font-size:13px;
	font-weight:bold;
	color:#666666;
}
#infomation_adoption_text p {
	font-size:13px;
	font-weight:bold;
	color:#666666;
}
#infomation_adoption_date {
	float:right;
	font-size:13px;
	margin:15px 80px 20px 0px;
	font-weight:bold;
	color:#666666;
}



/*=============================================*/
/*===============    CONTACT    ===============*/
/*=============================================*/
#content p#contact_necessary_text {
	margin:15px 0px 5px 200px;
	color:#FF0000
}
.contact_necessary {
	color:#FF0000
}
#contact_formbox {
	font-size:12px;
	color:#000000;
}
.contact_dt_top {
	width:120px; float:left;
	font-weight:bold;
	color:#00469B;
	line-height:19px;
}
.contact_dd_top {
	line-height:24px;
}
.contact_dt_second {
	width:120px;
	margin-top:5px;
	float:left;
	font-weight:bold;
	color:#00469B;
	line-height:19px;
}
.contact_dt_second span {
	color:#000000;
	font-weight:normal;
}
.contact_dd_second {
	margin-top:5px;
	line-height:20px;
}
.contact_dt_radio {
	width:120px;
	margin-top:5px;
	float:left;
	font-weight:bold;
	color:#00469B;
	line-height:16px;
}
.contact_dd_radio {
	margin-top:5px;
}

#contact_lesson_style{
	width:120px;
	margin-top:2px;
	float:left;
	font-weight:bold;
	color:#00469B;
}
#contact_lesson_style_caption {
	font-size:16px;
	font-weight:bold;
	margin:35px 10px 20px 25px;
	color:#00469B;
}
.contact_dt_checkbox {
	width:120px;
	margin-top:5px;
	float:left;
	font-weight:bold;
	color:#00469B;
	line-height:14px;
}
.contact_dd_checkbox {
	margin-top:5px;
}
.contact_dt_last {
	width:120px;
	margin-top:7px;
	float:left;
	font-weight:bold;
	color:#00469B;
}
.contact_dt_last span {
	color:#000000;
	font-weight:normal;
}
.contact_dd_last {
	margin-top:5px;
}
#contact_submit {

	margin-left:120px;
}


/*=============================================*/
/*===============     POST      ===============*/
/*=============================================*/
#newspost_h2 {
	margin-top:30px;
}


