@charset"utf-8";

/*
Theme Name: Blueprintwp
Theme URI: http://wordpress.org/
Description: Blueprint on wp default
Version: 1.0
Author: George Odajma
Based on Blueprint 0.91

/* ====================================
	確認用背景色
   ==================================== */
	.red{
	background-color:#FF0000
	}
	
	.blue{
	background-color:#0066FF
	}
	
	.yellow{
	background-color:#FFFF00
	}
	
	
/* ====================================
	body 
   ==================================== */
body {
	background-image: url(img/bg_main.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #ffffcc;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#666;
	
	
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}

a:focus, a:hover {
	color:#FF6600;
	text-decoration: underline;
	}
a {
	color:#666;
	text-decoration:none;
}

.highlight {
	font-weight: bold;
	color: #669900;
	background-color: #FFFFFF;
	}

.highlight2 {
	color: #ff6600;
	background-color: #FFFFFF;
	}
	
/*push pull margin-bottom offset*/
.offset {
	margin-bottom:0
	}

/* ====================================
	Begin Font Reset 
   ==================================== */

/* grid.css */
.container {
	width:830px;
	background-image: url(css/src/grid2.png);
	line-height: 1.5;	
}

.span-5 {
}
.span-13 {
}

.span-19 {
}

/* ====================================
	Begin Image
   ==================================== */
p img.left {float:left;margin:0 1em 0.5em 0;}
p img.right {float:right;margin:0 0 0.5em 1em;}



.thumbNail {
	padding: 6px;
	margin: 0 0 3px;
	background: url(img/photo_bg_s.png) no-repeat;
	}
	
.photoImage {
	padding: 6px;
	margin: 0 0 3px;
	background: url(img/photo_bg_l.png) no-repeat;
	}
	

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 0.5em 1em;
	display: inline;
	float: right;
	}

img.alignleft {
	margin:0 1em 0.5em 0;
	display: inline;
	float: left
	}
	

.alignright {
	textalign: right;
	float: right;
	}

div.alignright img {
	margin-left: 10px;
}

.alignleft {
	textalign:left;
	float: left;
	}
.aligncenter {
	textalign:center;
	
	}

div.alignleft img {
	margin-right: 10px;
}





/* ====================================
	headder 
   ==================================== */
#header {
	/*background-color:#00FF66;*/
	height:72px;
}

#header img {float:left}

#description {
	text-indent: -9999px;
	float: right;
	width: 186px;
	height: 45px;
	margin: 30px 0px 0px 0px;
	background-image: url(img/description2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
  
  
#signature-home #description {
	background-image: url(img/description.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 

#signature-kanri #description {
	background-image: url(img/description3.png);
	background-repeat: no-repeat;
	background-position: right top;
} 



#banner h1{
	background-image: url(img/banner-1.jpg);
	text-indent: -9999px;
	height: 254px;
	width: 750px;
	margin:0;
	padding:0	
}
 

/* ====================================
	Global Navigation 
   ==================================== */
#nav {
	/*background-color: #00FF00;*/
	height: 94px;
	width: 750px;
	margin-bottom:1.5em;
}

ul#global-nav {
	margin: 0;
	list-style : none;
	background-image: url(img/nav-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 76px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	}

ul#global-nav li {
	float: left;
	margin: 0px;
	padding: 0;
	height: 94px;
	width: 187px;
	cursor: default;
    }

#global-nav li#global-nav-service {
	background: url(img/gnavi_service.jpg) no-repeat 0px -94px;
}

#signature-service #global-nav li#global-nav-service {
	background: url(img/gnavi_service.jpg) no-repeat 0px 0px;
}

#global-nav li#global-nav-faq {
	background: url(img/gnavi_faq.jpg) no-repeat 0px -94px;
}

#signature-faq #global-nav li#global-nav-faq {
	background: url(img/gnavi_faq.jpg) no-repeat 0px 0px;
}

#global-nav li#global-nav-aboutus {
	background: url(img/gnavi_abouthome.jpg) no-repeat 0px -94px;
}

#signature-aboutus #global-nav li#global-nav-aboutus {
	background: url(img/gnavi_abouthome.jpg) no-repeat 0px 0px;
}

#global-nav li#global-nav-login {
	background: url(img/gnavi_login.jpg) no-repeat 0px -94px;
}

#signature-member #global-nav li#global-nav-login {
	background: url(img/gnavi_login.jpg) no-repeat 0px 0px;
}

#global-nav li#global-nav-reviews {
	background: url(img/gnavi_reviews.jpg) no-repeat 0px -94px;
}

#signature-reviews #global-nav li#global-nav-reviews {
	background: url(img/gnavi_reviews.jpg) no-repeat 0px 0px;
}
	
#global-nav li a {
	display: block;
	overflow: hidden;
	width: 187px;
	height: 94px;
	text-indent: -9999px;
	text-decoration: none;
	border-style: none;
    }

#global-nav li#global-nav-service a:hover {
	background: url(img/gnavi_service.jpg) no-repeat 0px 0px;
}

#global-nav li#global-nav-faq a:hover {
	background: url(img/gnavi_faq.jpg) no-repeat 0px 0px;
}
	

#global-nav li#global-nav-aboutus a:hover {
	background: url(img/gnavi_abouthome.jpg) no-repeat 0px 0px;
}

#global-nav li#global-nav-login a:hover {
	background: url(img/gnavi_login.jpg) no-repeat 0px 0px;
}

#global-nav li#global-nav-reviews a:hover {
	background: url(img/gnavi_reviews.jpg) no-repeat 0px 0px;
}
	
  

/* ====================================
	main 
   ==================================== */
#content {
	background-image: url(img/vline-dot.png);
	background-repeat: repeat-y;
	background-position: 535px top;
}

#content.nobg {
	background-image: none;
}

#innerbox{
	padding-bottom: 60px;
	/*background-color:#FF0000	*/
}


.post, .static {
	/*background-color:#00FF00*/
}



/* --------------- Begin post  --------------- */

.post p, .static p {
	font-size: 1.4em;
	}
	

	
.post .date {
	color: #669900;
	font-size: 1.2em;
}

.post h2 {
	margin-bottom: 1.5em;

}

.post h2 a {
	color: #669900;
	font-size: 1.8em;
	font-weight: bold;
	padding-left: 9px;
	border-left: 6px solid #669900;
}

.post h2 a:hover {
	color: #ff6600;
	text-decoration: none;
}

.post h3 {
	margin-bottom: 0.5em;

}

.post h3 a {
	color: #669900;
	font-size: 1.4em;
	font-weight: bold;
}

.post h3 a:hover {
	color: #ff6600;
	text-decoration: none;
}

.navigation {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	
}
/* --------------- End post　--------------- */

/*--------------------------------------
   Begin static
---------------------------------------*/
.pad-s {
	padding:0.5em;
}
.border-g{
	border: 4px solid #669900;
	}
.border-w{
	border: 4px solid #ffffff;
	}

	
.outer {
	background-color:#00FFFF;
	margin-bottom:2em;
	}
	
.inner {
	
	}

	
.inner p {
	margin:0;
	border-bottom:1px dotted #666666;
	padding-bottom:1em;
	padding-left:1em;
	background-image: url(img/footprint_off.png);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
	}
	
.inner p.coment {
	margin:0;
	border:none;
	padding:1em 0 1em 4em;
	background-image: none;
	}
	
.static h2 {
	margin-bottom: 0;
	height: 28px;
	width: 510px;
	text-indent: -9999px;
	margin-bottom:1.5em;
}

.static .date {
	color: #666;
	font-size: 1.2em;
}


.static h2#index-1 {
	background-image: url(img/h2-index-1.png);
	background-reeat: no-reeat;	
}

.static h2#service {
	background-image: url(img/h2-service.png);
	background-reeat: no-reeat;	
}

.static h2#aboutus {
	background-image: url(img/h2-aboutwankopia.png);
	background-reeat: no-reeat;	
}

.static h2#faq {
	background-image: url(img/h2-faq.png);
	background-reeat: no-reeat;	
}
.static h2#privacy {
	background-image: url(img/h2-privacy.png);
	background-reeat: no-reeat;	
}
.static h2#toiawase {
	background-image: url(img/h2-toiawase.png);
	background-reeat: no-reeat;	
}


.static h2#thankyou {
	background-image: url(img/h2-thankyou.png);
	background-reeat: no-reeat;	
}

.static h2#reviews {
	background-image: url(img/h2-reviews.png);
	background-reeat: no-reeat;	
}


.static h3 {
	margin-bottom: 0;
	height: 29px;
	width: 510px;
	text-indent: -9999px;
	margin-bottom:0;
	margin-top:3em;
}


.static h3#homestay {
	background-image: url(img/h3-homestay.png);
	background-repeat: no-repeat;	
}

.static h3#daycare {
	background-image: url(img/h3-daycare.png);
	background-repeat: no-repeat;	
}


.static h3#visitcare {
	background-image: url(img/h3-visitcare.png);
	background-repeat: no-repeat;	
}


.static h4 {
	color: #669900;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom: 0.5em;
}

.static .tariff {
	width: 466px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
	border-right: 2px solid #669900;
	border-bottom: 2px solid #669900;
	border-left: 2px solid #669900;
	margin-bottom: 2em;
}
/* --------------- ul li　--------------- */
.static ul {
	padding-left:1.5em;
	}

.static ul li {
	font-size: 1.4em;
	}
	
.static ul li.nostyle {
	list-style: none;
	margin-left:-1em;
	}
	
.static ul li.note {
	font-size: 1.2em;
	padding-left:0;
	list-style:none;
	}

.static ul.faq {
	padding-left:0;
	list-style: none;
	}
	
.static ul.faq li.question{
	color:#669900;
	}
	
.static ul.faq li.answer{
	margin-bottom:1.5em;
	}
/* ---------------dd,dt　--------------- */
.static dt {
	float: left;
}


/*--------------------------------------
   ホームについて　画像
---------------------------------------*/

.aboutus-row1 {
	background-image: url(img/img-aboutus-row1.jpg);
	background-repeat: no-repeat;
	}
.aboutus-row2 {
	background-image: url(img/img-aboutus-row2.jpg);
	background-repeat: no-repeat;
	}
.aboutus-row3 {
	background-image: url(img/img-aboutus-row3.jpg);
	background-repeat: no-repeat;
	}
	
.aboutus-row4 {
	background-image: url(img/img-aboutus-row4-2.jpg);
	background-repeat: no-repeat;
	}
.aboutus-row5 {
	background-image: url(img/img-aboutus-row5.jpg);
	background-repeat: no-repeat;
	}
	
	
table.caption {
	padding:0;
	margin:0;
	border-style: none;
	}
	
table.caption tr, td, th {
	margin:0;
	padding:0;
	}
	

	
	td.v-bottom {
	vertical-align:bottom;
	font-size:1.2em
	}
	
	td.v-top {
	vertical-align:top;
	font-size:1.2em
	}
	
	td.v-225{
		height:225px;
	}
	
	td.v-95{
		height:95px;
	}
	td.v-300{
		height:300px;
	}
	td.v-80{
		height:80px;
	}
	
	td.v-220 {
		height:220px;
	}
	
	td.v-250 {
		height:250px;
	}
	
	

/*--------------------------------------
   Table
---------------------------------------*/

table.price1{
	font-size:1.2em;
    border-top:1px solid #669900;
    border-left:1px solid #669900;
    border-collapse:collapse;
    border-sacing:0;
    background-color:#ffffff;
    emty-cells:show;
}
.price1 th{
	border-right:1px solid #669900;
	border-bottom:1px solid #669900;
	color:#ffffff;
	background-color:#99cc33;
	padding:0.3em 1em;
	text-align:left;
	font-weight: normal;
}

.price1 th.btm{
	border-bottom:1px solid #669900;
}

.price1 th.right{
	border-right:1px solid #669900;
}

.price1 td{
    border-right:1px solid #669900;
    border-bottom:1px solid #669900;
    padding:0.3em 1em;
}

.w35{
	width:35%;
	}



/* ====================================
	sidebar 
   ==================================== */
#sidebar {
	
	}

#sidebar p{
	font-size:1.2em;
}
	
#sidebar ul {
	margin : 0 0 20px 0;
	padding: 0px;
	width: 190px;
	}

#sidebar ul li {
	list-style: none;
	}

ul li.trialvisit a {
	background-image: url(img/button-visit3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FF0000;
	width:190px;
	height:159px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-indent: -9999px;
	display: block;	
	}
	
ul li.mail a {
	background-image: url(img/mail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FF0000;
	width:190px;
	height:54px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-indent: -9999px;
	display: block;	
	}
	
ul li.admission-note a {
	background-image: url(img/admission-condition.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:190px;
	height:12px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-indent: -9999px;
	display: block;	
	}


#sidebar ul li ul {
	margin: 0;
	padding: 0.5em 0;
	border-bottom:1px dotted #666666;
	}
	
#sidebar ul li ul li {
	background-image: url(img/icon-01.png);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	margin: 0;
	padding: 0 0 0 0.75em;
	line-height: 1.5em;
	font-size: 1.2em;
	}
	
#sidebar ul li ul li a {	
	text-decoration: none;
	}
	
#sidebar ul li ul li a:hover {
	text-decoration: underline;
	}

/* ---------------ul.blog --------------- */

#sidebar ul li ul.blog {
	border-bottom:1px dotted #666666;
	}	
	
#sidebar ul li ul.blog li {
	background-image: none;
	margin: 0;
	padding: 0;
	}	

#sidebar ul li ul.blog li.date {
	color:#669900;
	}
	
/* ---------------ul.review --------------- */

#sidebar ul li ul.review {
	border-bottom:1px dotted #666666;
	}
	
#sidebar ul li ul.review li {
	background-image: url(img/footprint_off.png);
	background-repeat: no-repeat;
	background-position: 0 0.15em;
	margin: 0;
	padding: 0 0 0 1.25em;
	}
	
#sidebar ul li ul.review li:hover{
	background-image: url(img/footprint_on.png);
	
	}
	

	
#sidebar h3 {
	background-reeat: no-reeat;
	background-osition: left to;
	height: 20px;
	width: 190px;
	text-indent:-9999px;
	margin-bottom: 1em;
	display: block;	
	}

#sidebar h3.news {
	background-image: url(img/h3-news.png);
	}
#sidebar h3.review {
	background-image: url(img/h3-reviews.png);
	}
	
#sidebar h3.host {
	background-image: url(img/h3-host.png);
	}
	
#sidebar h3.blog {
	background-image: url(img/h3-blog.png);
	background-reeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 190px;
	text-indent:-9999px;
	display: block;
	}

#sidebar h3.blog a {
	height: 60px;
	width: 190px;
	display: block;
	}




	



/* ====================================
	footer 
   ==================================== */

#footer{
	padding-top: 10px;
	padding-bottom: 40px;
	border-top: 2px solid #669900;
	}
	
#footer ul{
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 10px;
	margin:0;
	
}

#footer ul li{
	padding-left: 14px;
	display: inline;
	background: url(img/footer_line.gif) no-repeat 5px 0;
	
}

#footer ul li.noline {
	background: none;
	padding-left: 0px;
}

#footer ul li.hidden a{
	color: #ffffff;
}

#footer ul li.hidden a:hover {
	color: #ff0000;
}

/* ====================================
	form
   ==================================== */
form {
	padding: 0px;
	margin: 0;
}

form p{
	padding: 0px;
	margin: 0;
}

input[type=text], input[type=password], input.text, input.title, textarea, textarea.small,select  {
	background-color: #ffffff;
	border: 4px solid #669900;
	font-family: arial,helvetica,swis721 bt,sans-serif;
	color: #2b2d33;
	font-size:1.4em;
	}

input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#669900;
	}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0 0 1em 0;
	}
	
input.text, input.title {
	width:252px;
	padding:5px;
	}
	
input.text-l {
	width:492px;
	padding:5px;
	}
input.text-m {
	width:332px;
	padding:5px;
	}
	
input.text-s {
	width:142px;
	padding:5px;
	}

textarea {
	width:492px;
	height:200px;
	padding:5px;
	}
textarea.small {
	width:332px;
	height:150px;
	padding:5px;
	}
	
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;top:.25em;
	}


.requiredfield {
	border-color: #FF0000;
}

.login, .send, .confirm {
	margin-bottom:5em;
	}
	
	
/* ====================================
	KANRI
   ==================================== */
/* ====================================
	Global Navigation 
   ==================================== */
#kanri-nav {
	background-color: #669900;
	width: 750px;
	margin-bottom:1.5em;
}

#kanri-nav ul {
	margin: 0;
	list-style : none;
	padding:10px 0 10px 10px;
	background-color: #669900
	}

#kanri-nav ul li {
	float: left;
	margin-right:10px;

	width: 138px;
	cursor: default;
	background-color:#9acd32
    }
	
#kanri-nav ul li a {
	display: block;
	overflow: hidden;
	padding:6px 6px 6px 6px;
	font-size:1.2em;
	color:#FFFFFF;
	text-decoration: none;
	background-color:#9acd32;
	text-align: center;
    }
#kanri-nav ul li a:hover {
	background-color:#ff6600;
}
	
/* ====================================
	table 
   ==================================== */
/* ---------------list --------------- */
 .list {
	border-left: 4px solid #669900;
	border-collapse:collapse;
	font-size:1.2em;
	width: 750px;	
 }
 
 .list th {
	color:#ffffff;
	border-right: 4px solid #669900;
	border-bottom: 4px solid #669900;
	border-top: 4px solid #669900;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 2px 12px 2px 12px;
	vertical-align:middle;
	background-color: #9acd32;
        }
 
 .list tr{
        background: #f0ffc4;
		}
 
 .list .alt{
 background-color:#FFFFFF;
 }

.list td{
	border-right: 4px solid #669900;
	border-bottom: 4px solid #669900;
	padding: 4px 12px 4px 12px;
        }
		
.list td.nborder{
	border-right: 0px;
	padding-right: 0px;
        }
		
.list td.npad{
	padding: 6px 6px;
        }
		
/* ---------------form --------------- */	
dl.table {
        background: url(../img/bg.gif) no-repeat left bottom;
        width: 100%;
        display: table !important;
        display: block; /*display:tableが対応してなければblockで*/
        clear: both;
		margin:0;
}
dl.table dt {
        width: 150px;
        padding: 0 10px 0 0;
        display: table-cell !important;
        display: inline; /*IEはinline+zoom:1;でvertical-alignが有効になる　らしい*/
        zoom: 1;
        vertical-align: top;
		text-align:right;
		margin:0;
}

dl.table dd {
	padding: 5px;
	display: table-cell !important;
	display: inline;
	zoom: 1;
	vertical-align: middle;
	margin:0;
	padding:0;
	float: left;	
	
}

dl.table p {
	margin:0;
	padding:0;
	}
 

	

