@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

/*clearfix*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
/*clearfix*/

body{
	background:#ccc;
	font-size:0.8em;
	line-height:1.3;
	color:#333;
}

a img{
	border:none;
}

#top_link{
	position:absolute;
	top:29px;
	left:29px;
	width:257px;
	height:50px;
}
#top_link a{
	display:block;
	width:257px;
	height:50px;
}

ul#top_navi{
	list-style:none;
	position:absolute;
	top:366px;
	left:40px;
	line-height:1;
}
	ul#top_navi li{
		margin-bottom:10px;
		height:30px;
	}

#top_info{
	position:absolute;
	right:39px;
	top:464px;
	width:390px;
}
	#top_info .lt{
		width:230px;
		float:left;
		padding-right:15px;
	}
		#top_info .lt h2{
			margin-bottom:10px;
		}
		#top_info .lt p{
			font-size:0.8em;
			margin-bottom:10px;
		}
	#top_info .rt{
		width:145px;
		float:left;
	}

.keycolor1{
	background:#B0DCD5;
}
.keycolor2{
	background:#3F3934;
}

#home_container{
	position:absolute;
	top:50%;
	left:50%;
	margin:-360px 0 0 -360px;
	width:720px;
	height:750px;
}
	#home_container #lt{
		position:absolute;
		left:0px;
		width:200px;
		height:600px;
	}
	#home_container #rt{
		position:absolute;
		right:0px;
		width:400px;
		height:600px;
	}
#home_container {
	background-image: url(../img/bg_home.jpg);
	background-repeat: no-repeat;
}
#flash_container {
	height: 396px;
	width: 450px;
	position: absolute;
	top: 10px;
	right: 10px;
}

#map{
	position:absolute;
	width:142px;
	height:100px;
	bottom:186px;
	right:40px;
}

#lower_container{
	width:860px;
	margin:0px auto;
}
	#lower_container #header{
		position:relative;
		width:860px;
		background:url(../img/bg_lower_header.jpg) no-repeat 0 0;
		height:140px;
	}
	ul#lower_navi{
		position:absolute;
		top:94px;
		left:30px;
		list-style:none;
		line-height:1;
	}
	ul#lower_navi li{
		
		float:left;
	}
	#lower_container #main{
		width:780px;
		padding:25px 40px;
		background:url(../img/bg_lower_main.gif) repeat-y 0 0;
		min-height:500px;
	}
	#lower_container #main h4.type1{
		background:#DAEFE9;
		color:#50B596;
		font-weight:bold;
		padding:0px 10px;
		border:0px;		
		margin:10px 0 10px 20px;
	}
	#lower_container #main h4.type2{
		font-size:1em;
		background:#CAC6B5;
		margin-bottom:10px;
		margin-left:20px;
		padding-left:5px;
	}
		#lower_container #main .lt{
			width:510px;
			padding-right:20px;
			float:left;
			border-right:1px solid #e0e0e0;
		}
		#lower_container #main .rt{
			width:220px;
			padding-left:20px;
			float:left;
		}
		#lower_container #main .rt h4{
		}
		#lower_container #main .rt h5{
			font-size:1em;
			color:#897B63;
			margin-bottom:3px;
		}
	
	#lower_container #footer{
		width:860px;
		background:url(../img/bg_lower_footer.gif) repeat-y 0 0;
		height:25px;
		clear:both;
	}
	#lower_container #credit{
		width:320px;
		height:15px;
		margin:0 auto;
	}

h2.copy{
	margin:10px 10px 20px 10px;
}
h3.smd{
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.branch_article{
	clear:both;
	padding:0px 0px 18px 10px;
	font-size: 9px;
}
.branch_article p{
	padding:0px 0px 0px 23px;
	font-size: 12px;
}
.col_1{
	background:#DAEFE9;
	color:#50B596;
	font-weight:bold;
	padding:5px 15px;
	border:0px;
}
table.side_operation_list{
	width:220px;
	font-size:0.8em;
	border-collapse:collapse;
	border-top:1px solid #ccc;
	margin-bottom:1em;
}
table.side_operation_list td.price{
	text-align:right;
	width:6em;
}
table.side_operation_list td{
	border-bottom:1px solid #ccc;
	padding:3px 0px;
}
table.homecare_price{
	width:100%;
	border-top:1px solid #ccc;
	border-collapse:collapse;
	margin-left:0px;
}
table.homecare_price td{
	padding:5px 8px;
	border-bottom:1px solid #ccc;
}
table.side_operation_list td.price{
	text-align:right;
}
table.profile{
	border-collapse:collapse;
	border-left:1px solid #ccc;
}
table.profile th{
	border-right:1px solid #ccc;
	white-space:nowrap;
	background:#DAEFE9;
}
table.profile th,table.profile td{
	padding:7px 10px;
}
table.profile th,table.profile td ul{
	margin-left:20px;
}
table.price_list{
	width:750px;
	margin-left:20px;
	border-collapse:collapse;
	border-top:1px solid #ccc;
	margin-bottom:1em;
}
table.price_list td.price{
	text-align:right;
	white-space:nowrap;
	width:10em;
	border-left:1px dotted #ccc;
}
table.price_list td,table.price_list th{
	border-bottom:1px solid #ccc;
	padding:3px 5px;
	text-align:left;
}
table.price_list th{
	background:#EAE7DD;
}
table.price_list th.price{
	border-left:1px dotted #ccc;
	text-align:center;
}

.topics_entry_form h3{
	border-left:3px solid #0066CC;
	border-bottom:1px solid #ccc;
	padding:5px 7px;
}
.topics_entry{
	padding:15px;
	background:#f0f0f0;
	border:1px solid #999;
	margin:5px 0px;
}
.topics_entry h3{
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.topics_entry p{
	margin-bottom:10px;
}
.topics_entry ul{
	list-style:none;
	text-align:right;
}
.topics_entry ul li{
	display:inline;
}
.qa_container{
	background:#e0e0e0;
	padding:10px;
}
.qa_container h3{
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}

form.edit{
	margin-bottom:2em;
}	
form.edit ol{
	list-style:none;
	padding:5px;
}
form.edit ol li{
	vertical-align:top;
	padding:5px;
}
form.edit ol li label{
	width:5em;
	display:inline-block;
	vertical-align:top;
}
#top_info_container{
	height:78px;
	width:220px;
	padding-right:10px;
	overflow-y:auto;
}
#top_info_container .date{
	color:#999;
}
#top_info_container p.article{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}
a {
	font-size: 12px;
}
#lower_container #main .branch_article table tr td ul li {
	font-size: 12px;
}
#lower_container #main .branch_article table tr td {
	font-size: 12px;
}
#lower_container #main .branch_article div table tr td strong {
	color: #666;
}
