/*
Theme Name:cp_mimaki
Theme URI: http://www.cpmimaki.or.jp/
Description: cp_mimaki
Author: code
*/

body	{
	margin: 0;
	padding: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	}

#wrapper	{
	padding: 0 10px;
	margin: 0px auto;
	width: 960px;
	}
	
h1 {
	font-size:14px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 20px;
}
a	{
	color: #3D62B6;
	}

a:link {}
a:visited {}
a:hover {}
a:focus {}
a:active {}


/* ++++++ ヘッダー部分のデザイン ++++++ */

#header-top {
	height: 360px;
	width: 860px;
	background-image: url(/images/header_top_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	text-align: left;
	padding: 0 50px;
	}

#header-about {
	height: 200px;
	width: 860px;
	background-image: url(/images/header_about_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	text-align: left;
	padding: 0 50px;
	}

#header-active {
	height: 200px;
	width: 860px;
	background-image: url(/images/header_active_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	text-align: left;
	padding: 0 50px;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++ ナビ部分のデザイン ++++++ */

#navi {
	height: 44px;
	width: 860px;
	padding: 0;
	margin: 0;
	}
	
#top-navi1 {
	height: 46px;
	width: 391px;
	padding: 0 8px 0 461px;
	margin: 0 0 280px 0;
	text-align: right;
	}
	
#top-navi2 {
	height: 46px;
	width: 429px;
	padding: 0 8px 0 423px;
	margin: 0 0 110px 0;
	text-align: right;
	}

#top-navi {
	height: 26px;
	width: 429px;
	padding: 0 8px 0 423px;
	margin: 0 0 130px 0;
	}
	
#under_navi	{
	padding:5px 7px 5px 37px;
	margin: 20px 48px 0 48px;
	width: 820px;
	background-image: url(/images/under_navi_bg.gif);
	background-repeat: no-repeat;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++ フッター部分のデザイン ++++++ */

#footer {
	height: 80px;
	background-color: #00A99D;
	}
	
#footer_body {
	height: 40px;
	width: 840px;
	padding: 20px;
	margin: 0px auto;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #00A99D;
	line-height: 18px;
	font-weight: normal;
	}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++ 文字部分のデザイン ++++++ */

.green{
	color: #47995A;
}

.blue{
	color: #4296CC;
}


.pink{
	color: #FFA7A4;
}

.cyan{
	color: #FF3366;
}

.orange{
	color: #FFB772;
}
.brown{
	color: #980000;
}

.n12{
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
}

.link_b12{
	font-size: 12px;
	line-height: 200%;
	font-weight: normal;
	text-decoration: none;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++ テーブル部分のデザイン ++++++ */

.td_25 {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	width: 25%;
	padding: 7px;
	margin: 0px;
	background-color: #FFFFFF;
	vertical-align: top;
	}
	
.td_50 {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	width: 50%;
	padding: 7px;
	margin: 0px;
	background-color: #FFFFFF;
	vertical-align: top;
	}
	
.td_70 {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	width: 70%;
	padding: 7px;
	margin: 0px;
	background-color: #FFFFFF;
	vertical-align: top;
	}

.td_75 {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	width: 75%;
	padding: 7px;
	margin: 0px;
	background-color: #FFFFFF;
	vertical-align: top;
	}

.td_pink {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	height: 20px;
	padding: 4px 7px;
	margin: 0px;
	background-image: url(/images/bg_pink.gif);
	background-repeat: repeat;
	}
	
.td_blue {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	height: 20px;
	padding: 4px 7px;
	margin: 0px;
	background-image: url(/images/bg_blue.gif);
	background-repeat: repeat;
	}
	
.td_orange {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	height: 20px;
	padding: 4px 7px;
	margin: 0px;
	background-image: url(/images/bg_orange.gif);
	background-repeat: repeat;
	}
	
.td_green {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	height: 20px;
	padding: 4px 7px;
	margin: 0px;
	background-image: url(/images/bg_green.gif);
	background-repeat: repeat;
	}
	
.td_white {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
	height: 20px;
	padding: 4px 7px;
	margin: 0px;
	background-color: #FFFFFF;
	}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* ++++++ ボディ部分のデザイン ++++++ */

#body	{
	padding:5px 0 0px 0;
	margin: 0 48px;
	width: 864px;
	background-image: url(/images/body_bg.gif);
	background-repeat: repeat-y;
	}
	
#body_footer{
	padding:0;
	margin: 0px;
	width: 864px;
	background-image: url(/images/body_footer.gif);
	background-repeat: repeat-y;
	height: 7px;
	clear: both;
	}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* ++++++ ボディ背景部分のデザイン ++++++ */

#body_top	{
	padding: 0;
	margin: 0;
	width: 780px;
	background-image: url(/images/body_top.jpg);
	background-repeat: no-repeat;
	}
	
#body_access	{
	padding: 0;
	margin: 0;
	width: 780px;
	background-image: url(/images/body_access.jpg);
	background-repeat: no-repeat;
	}
	
#body_menu	{
	padding: 0;
	margin: 0;
	width: 780px;
	background-image: url(/images/body_menu.jpg);
	background-repeat: no-repeat;
	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++ サイドバー部分のデザイン ++++++ */

#sidebar {
	width: 205px;
	float: left;
	margin: 15px 20px 0 12px;
	padding:0;
	text-align: left;
	}

#sidebar h2{
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	background-image: url(/images/sidenavi_header.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 0;
}

#sidebar h3{
	font-size: 20px;
	font-weight: bold;
	color: #262626;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #262626;
	line-height: 30px;
	padding: 0 5px 5px 5px;
	margin: 0 10px;
}

#sidebar p{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin: 0;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 3px 0 5px 27px;
	background-image: url(/images/sidenavi_p.gif);
	background-repeat: no-repeat;
	line-height: 20px;
	background-color: #F6F6F6;
}

#sidebar p a{
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#sidebar p a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #666666;
	background-color: #D9DCFF;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++ メイン部分のデザイン ++++++ */

#main {
	width: 740px;
	margin: 0 20px;
	padding: 0;
	background-color: #FFFFFF;
	}

#content {
	width: 615px;
	margin: 0 12px 0 0;
	padding: 0;
	background-color: #FFFFFF;
	float: right;
	}
	
#content h2 {
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	color: #004A70;
	height: 35px;
	margin:  10px 0 20px 0;
	padding: 0 27px;
	background-image: url(/images/cont_h2.gif);
	}
	
#content h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #004A70;
	margin: 10px 0 20px 0; 
	padding: 7px 4px;
	border: 1px solid #B8CFEC;
	background-image: url(/images/cont_h3.gif);
	}
	
#content h4 {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color:  #004A70;
	margin: 0 0 5px 5px;
	padding: 0;
	}
	
#content h5 {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color:  #262626;
	margin: 20px 0 0 0;
	padding: 10px;
	text-decoration: none;
	background-color: #DDDDC1;
	}

#content p {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
	margin: 0 0 25px 5px;
	padding: 0px;
	}
	
#page_top {
	padding: 0px;
	font-size: 12px;
	text-align: right;
	clear: both;
	width: 680px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

#page_top a{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#page_top a:hover {
	text-decoration: underline;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++ ケアポートみまきとは部分のデザイン ++++++ */


#about01 {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	width: 595px;
	height: 225px;
	padding: 60px 0 20px 20px;
	margin: 20px 0 0 0;
	background-image: url(/images/img_about01.jpg);
	background-repeat: no-repeat;
	}

.td_about01 {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	width: 50%;
	height: 20px;
	padding: 4px 7px;
	margin: 0px;
	background-image: url(/images/bg_pink.gif);
	background-repeat: repeat;
	}
	
.td_about02 {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	width: 50%;
	height: 20px;
	padding: 4px 7px;
	margin: 0px;
	background-image: url(/images/bg_green.gif);
	background-repeat: repeat;
	}
	
.td_about03 {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	width: 50%;
	height: 20px;
	padding: 4px 7px;
	margin: 0px;
	background-image: url(/images/bg_blue.gif);
	background-repeat: repeat;
	}

.td_about04 {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	width: 50%;
	padding: 7px;
	margin: 0px;
	background-color: #FFFFFF;
	vertical-align: top;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++ 施設概要部分のデザイン ++++++ */

#facilities_info{
	width: 613px;
	border: 1px solid #999999;
	padding: 0;
	margin: 0px;
}

.td_facilities_info {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
	height: 20px;
	padding: 10px 0;
	margin: 0px;
	background-color: #FFFFFF;
	}

.td_facilities01 {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	vertical-align: top;
	height: 24px;
	padding: 4px 7px;
	margin: 0px;
	background-image: url(/images/bg_green.gif);
	background-repeat: repeat;
	}
	
.td_facilities02 {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	vertical-align: top;
	height: 20px;
	padding: 4px 7px;
	margin: 0px;
	background-image: url(/images/bg_yellow.gif);
	background-repeat: repeat;
	}
	
.td_facilities03 {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	width: 30%
	height: 20px;
	padding: 4px 7px;
	margin: 0px;
	background-image: url(/images/bg_lightblue.gif);
	background-repeat: repeat;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++ 介護・看護サービス部分のデザイン ++++++ */

#care_green{
	background-color: #C3EFBC;
	text-align: center;
	padding: 5px 5px 10px 5px;
	margin: 0 10px 20px 0;
	width: 593px;
	border: 1px solid #6BAA61;
}

.care_green{
	color: #47995A;
	font-size: 14px;
	line-height: 32px;
}
 
#care_yellow{
	background-color: #FFFFCC;
	text-align: center;
	padding: 5px 10px 10px 10px;
	margin: 0 10px 20px 0;
	width: 583px;
	border: 1px solid #FFCC99;
}

#care_pink{
	background-color: #FECCCB;
	text-align: center;
	padding: 10px;
	margin: 0 10px 20px 0;
	width: 583px;
	border: 1px solid #FE6E6C;
}
.td_care_tnyusho {
	font-size: 18px;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	height: 20px;
	padding: 4px 7px;
	margin: 0px;
	background-color: #FFFFFF;
	}
.care_tnyusho_green{
	color: #47995A;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #47995A;
	padding: 0 0 5px 0;
}

.td_care_tkango {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	padding: 4px;
	margin: 0px;
	background-image: url(/images/bg_green.gif);
	background-repeat: repeat;
	}
	
.td_care_tkango2 {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	padding: 4px 7px;
	margin: 0px;
	background-color: #FFFFFF;
	}

.td_care_pink {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px;
	margin: 0px;
	background-image: url(/images/bg_pink.gif);
	background-repeat: repeat;
	font-weight: bold;
	}
	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++ 法人情報部分のデザイン ++++++ */

.td_history01 {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	vertical-align: top;
	height: 20px;
	margin: 0px;
	background-color: #FFFFFF;
	width: 25%;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	}
	
.td_history02 {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
	height: 20px;
	margin: 0px;
	background-color: #FFFFFF;
	width: 75%;
	padding: 4px 7px;
	}	
	
.td_history03 {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	vertical-align: top;
	height: 20px;
	margin: 0px;
	background-image: url(/images/bg_yellow.gif);
	background-repeat: repeat;
	width: 25%;
	padding: 4px 7px;
	}
	
.td_history04 {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	vertical-align: top;
	height: 20px;
	padding: 4px 7px;
	margin: 0px;
	background-color: #FFFFFF;
	width: 25%;
	}
	
.td_history05 {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	vertical-align: top;
	height: 20px;
	padding: 4px 7px;
	margin: 0px;
	background-color: #CCCCCC;
	width: 25%;
	}
	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++ 温泉アクティブセンター部分のデザイン ++++++ */


#active_info {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	width: 615px;
	padding: 0;
	margin: 20px 0 40px 0;
	background-image: url(/images/active_info_bg.gif);
	background-repeat: no-repeat;
	}

#active_info h3{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	width: 615px;
	padding: 0;
	margin: 0 0 10px;
	background-image: none;
	font-style: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
　　font-weight: normal;
	}
	
.active_td_left {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	width: 25%;
	padding: 4px;
	margin: 0px;
	background-image: url(/images/bg_yellow.gif);
	background-repeat: repeat;
	}
	
.active_td_left01 {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	width: 30%;
	padding: 4px;
	margin: 0px;
	background-image: url(/images/bg_yellow.gif);
	background-repeat: repeat;
	}
	
.active_td {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	padding: 4px;
	margin: 0px;
	background-color: #FFFFCC;
	}
	
.active_td_center01 {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	width: 5%;
	padding: 4px;
	margin: 0px;
	background-image: url(/images/bg_gray.gif);
	background-repeat: repeat;
	}
	
.active_td_center02 {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	width: 10%;
	padding: 4px;
	margin: 0px;
	background-color: #FFFFFF;
	}
	
.active_td_right {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 4px;
	margin: 0px;
	background-color: #FFFFFF;
	}
	
.active_td_right01 {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 7px 14px;
	margin: 0px;
	background-color: #FFFFFF;
	width: 70%;
	}
	
.active_td_right2 {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	height: 50px;
	padding: 4px 4px 4px 7px;
	margin: 0px;
	background-color: #FFFFFF;
	vertical-align: baseline;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++ アクセスマップ部分のデザイン ++++++ */

.access_td {
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	padding: 4px;
	margin: 0px;
	background-color: #FFFFCC;
	width: 138px;
	}
	
.access_td a {
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	padding: 4px;
	margin: 0px;
	background-color: #FFFFCC;
	text-decoration: none;
	width: 138px;
	color: #666666;
	}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
