@charset "utf-8";

*{
	margin:0px;
	padding:0px;
	}
	
#wrapper{
	font-family: 'Open Sans', sans-serif;
	width:960px;
	margin-left:auto;
	margin-right:auto;	
	}
	
#header01 {
	background-color:#FFF;
	height: 80px;
	width: 960px;
	overflow: hidden;
	padding-top:30px;
}

#header01 #logo {
	height: 50px;
	width: 50px;
	padding-top:5px;
	margin-left:20px;
	float: left;
}

#header01 p {
	font-size: 13px;
	line-height:15px;
	color:#366;
	padding-left: 10px;
}

#header01 h2 {
	font-size: 28px;
	line-height:32px;
	font-weight: 900;
	color: #366;
	padding-left: 5px;
}

#header01 #name {
	width: 500px;
	margin-top:5px;
	margin-left:10px;
	float:left;
}

#header01 #telnumber{
	width:250px;
	float:right;
	padding-right:30px;
	padding-top:10px;
	}

#global_navi {
	height: 35px;
	width: 960px;
	overflow: hidden;
}

#global_navi ul li {
	font-size: 14px;
	line-height: 34px;
	font-weight: bolder;
	color: #585657;
	text-decoration: none;
	background-color:#FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	float: left;
	height: 35px;
	width: 192px;
	list-style-type: none;
}

#global_navi ul li a:link {
	color: #585657;
	text-decoration: none;
}

#global_navi ul li a:visited {
	color: #585657;
	text-decoration: none;
}

#global_navi ul li a:hover {
	color: #F00;
	text-decoration: none;
}

#global_navi ul li a:active {
	color: #F00;
	text-decoration: none;
}


#header02 {
	background-color:#F3F3F3;
	height: 130px;
	width: 960px;
	overflow: hidden;
	margin-bottom:10px;
}

#header02 h1 {
	float:left;
	font-size: 24px;
	padding-top:50px;
	padding-left:50px;
	font-weight: 900;
	color: #366;
}

#header02 img{
	float:right;
	padding-right:30px;
	padding-top:20px;
	}

.content {
	overflow: hidden;
	background-color:#FFFFFF;
	width: 960px;
}

#content_left {
	background-color: #FFF;
	float: left;
	width: 180px;
}

#content_left dl {
	width: 180px;
}
#content_left dl .accordion {
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
	padding-top:23px;
	color:#FFF;
	width:180px;
	height:50px;
	background-color:#585657;
}
#content_left dl .accordion:hover{
	cursor:pointer;
	color:#F96;	
	}
#content_left dl dd ul li {
	font-size:14px;
	color: #585657;
	list-style-type:none;
}

#content_left ul li a:link {
	color:#585657;
	text-decoration: none;
}

#content_left ul li a:visited {
	color: 585657;
	text-decoration: none;
}

#content_left ul li a:hover {
	color: #F00;
	text-decoration: none;
}

#content_left ul li a:active {
	color: #F00;
	text-decoration: none;
}

#content_right {
	float: left;
	width: 768px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:30px;
	background-color:#FFFFFF;
	overflow:hidden;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #585657;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585657;
}

#content_right h2 {
	font-size: 24px;
	color: #585657;
	height: 68px;
	width: 768px;
	padding-top: 23px;
	padding-left:23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585657;
}

#content_right h4 {
	font-size: 24px;
	color:#900;
	width: 380px;
	padding-top: 30px;
	padding-left:10px;
	margin-left:23px;
	border-bottom-width: 10px;
	border-bottom-style:groove;
	border-bottom-color: #F00;
}

#content_right .large{
	font-size:26px;
	font-weight:bolder;
	color:#C00;
	}
	
#content_right p {
	font-size: 18px;
	color: #585657;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:23px;
	margin-right:23px;
}

#content_right h3 {
	width:700px;
	font-size: 20px;
	background-color:#585657;
	color:#FFF;
	margin-top:40px;
	font-weight: bolder;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #585657;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}

#content_right td {
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F3F3F3;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:30px;
}

#content_right tr .komoku {
	font-size:18px;
	color:#585657;
	font-weight:bolder;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:30px;
	white-space: nowrap;
}

#content_right table {
	margin-left: 30px;
	border-collapse:collapse;
}

#syosai {
	font-size:14px;
	color:#666666;
	line-height: 1.5;
	margin-left:30px;
}


#footer {
	font-size:small;
	font-weight:bold;
	color: #366;
	background-color:#F3F3F3;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:5px;
	margin-bottom:5px;
}
#sakuseirei {
	text-align: center;
	margin-bottom: 30px;
	padding-top:10px;
}
#content_right blockquote {
	font-size: 16px;
	color: #333;
	background-color: #EEE;
	padding: 10px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

#charge {
	font-size:medium;
	margin-top:20px;
	background-color:#FFFFFF;
	margin-right:20px;
}

#charge th {
	background-color: #DDD;
	text-align: center;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:7px;
	border: thin solid #999;
}
#charge td {
	font-size:14px;
	text-align:right;
	padding-top: 7px;
	padding-left: 20px;
	padding-bottom: 7px;
	border: thin solid #999;
}
#charge tr .left {
	text-align: left;
}
#charge p {
	font-size: small;
	margin-left:50px;
	margin-bottom:40px;
}

#go {
	font-size: 14px;
	color: #00F;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.aisatsu p {
	font-size: small;
	color: #111111;
	background-color: #EEE;
	margin-top:10px;
	font-weight: normal;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}