/* CSS Document */

@import url(reset.css);

body {
	font-size: 12px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*button {
	width: auto;
	padding:0;
	margin:0;
	background:none;
	border:0;
	font-size:0;
	line-height:0;
	overflow:visible;
	cursor:pointer;
}*/

img {
	vertical-align: bottom;
}

ul {
	list-style: none;
}

a {
	color: #1093e7;
}

a:hover {
	opacity: 0.6;
}

.site {
	width: 960px;
	margin: 0 auto;
}

#header {
	border-bottom-color: #dfdfdf;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#header img {
	vertical-align: bottom;
}

#header .sitecopy {
	background-color: #45cb87;	
	color: #ffffff;
}

#header .sitecopy .site {
	height: auto;
}

#header .site {
	height: 162px;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 22px;
	left: 0;
}

.headerarea {
	position: absolute;
	top: 22px;
	left: 0;
}

#header .tel {
	position: absolute;
	/*top: 19px;*/
	top: 35px;
	right: 0;
}

#header .contact {
	position: absolute;
	top: 72px;
	right: 0;
}

#header #global-nav {
	position: absolute;
	top: 127px;
	left: 0;
}

#header #global-nav ul {
	overflow: hidden;		
}

#header #global-nav ul li {
	float: left;		
}

#footer {
	margin-top: 70px;
	margin-bottom: 50px;
	border-top: #59d79c 6px solid;
	border-bottom: #59d79c 6px solid;
	background-color: #45cb87;
	padding: 30px 0 30px;
	color: #999999;
}

#footer .site {
	position: relative;
	padding-right: 480px;
	width: 480px;
	min-height: 260px;
}

#footer section {
	overflow: hidden;
}

#footer h2 {
	margin-bottom: 15px;
	background-image: url(../img/footer_line.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	padding-bottom: 15px;
}

#footer img {
	vertical-align: bottom;
}

#footer section nav {
	float: left;
	margin-top: 25px;
	margin-right: 15px;
}

#footer section nav h3 {
	margin : 0;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	border: none;
	margin-bottom: 5px;
}

#footer section nav ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../img/footer_nav_arrow.png);
	padding-left: 12px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	text-decoration: none;
}

#footer .address {
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
}

#footer .map {
	width: 410px;
	height: 250px;
	margin-bottom: 5px;
}

#footer .page-top {
	position: absolute;
	right: 10px;
	top: -53px;
	background-color: #ffffff;
}

#footer .copyright {
	position: absolute;
	left: 0;
	bottom: -70px;
	color: #999999;
}

#content {
	overflow: hidden;
	background-image: url(../img/content_bg.png);
	background-repeat: repeat-x;
}

#content .site {
	padding-top: 166px;
	position: relative;
}

#main .visual {
	position: absolute;
	top: 0;
	left: 0;
}

#main .topic-path {
	position: absolute;
	top: 118px;
	left: 0;
	padding: 15px 0;
}

#main .topic-path a {
	color: #333333;
}

#main h1 img {
	vertical-align: bottom;
}

#main {
	float: left;
	width: 250px;
	width: 680px;
}

#main article {
	margin-top: -20px;
}

#main article {
	line-height: 1.83;
}

#main article h1, #main article h2, #main article h3, #main article h4 {
	line-height: 1.5;
}

#main section p {
	margin-bottom: 20px;
}

#main section p.last {
	margin-bottom: 0px;
}

#main section figure p {
	line-height: 1.6;
}

#main section {
	border-width: 1px;
	border-color: #d4d4d4;
	border-style: solid;	
	margin: 20px 0;
	padding: 0px 19px 19px;
}

/*
#main section:first-child {
	margin-top: 0;
}
*/

#main section h2 {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 20px;
	height: 30px;
	line-height: 30px;
	background-color: #45cb87;
	padding: 0 10px;
}

#main section h2 img {
	vertical-align: middle;
}

#main section section {
	border: none;
	padding: 0px;
	margin: 0px;
}

#sidebar {
	float: right;
	width: 250px;	
}

#sidebar-treatment {
	padding: 0;
	border-color: #d4d4d4;
	border-width: 1px;
	border-style: solid;
	position: relative;
	margin-bottom: 30px;
}

#sidebar-treatment h2 {
	padding: 9px 10px 10px;
	background-color: #47b2f6;
}

#sidebar-treatment h2 img {
	vertical-align: bottom;
}

#sidebar-treatment ul {
	overflow: hidden;
}

#sidebar-treatment ul li {
	background-image: url(../img/sidebar_treatment_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
}

#sidebar-treatment ul li:first-child {
	background-image: none;
}

#sidebar-treatment ul li a {
	display: block;
	padding: 12px 10px 13px;
}

#sidebar-treatment ul li a img {
	vertical-align: bottom;
}

#sidebar-about {
	padding: 49px 14px 15px;
	border-color: #d4d4d4;
	border-width: 1px;
	border-style: solid;
	position: relative;
}

#sidebar-about h2 {
	background-color: #e2e6e8;
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 0 10px 10px;
	width: 238px;
}

#sidebar-about h2 img {
	vertical-align: bottom;
}


#sidebar-about p img {
	vertical-align: baseline;
}

#sidebar-about dl {
	overflow: hidden;
	margin-bottom: 30px;
}

#sidebar-about dl dt {
	float: left;
}

#sidebar-about dl dd {
	margin-left: 3em;
}

#sidebar-about dl dd.tel {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#sidebar-about table {
	table-layout: fixed;
	width: 100%;
	margin-top: -1px;
	margin-left: -1px;
}

#sidebar-about table th {
	background-color: #e2e6e8;
	text-align: center;
	border-left-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	padding: 5px;
	font-weight: normal;
}

#sidebar-about table th:first-child {
	width: 50px;
}

#sidebar-about table td {
	background-color: #f0f2f3;
	text-align: center;
	border-left-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	padding: 5px;
	vertical-align: middle;
}

#sidebar-about table td:first-child {
	text-align: left;
	padding-left: 10px;
}