@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display:block;
}
html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
html, button, input, select, textarea {
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	margin:0;
}

a:focus {
	outline:thin dotted
}
a:active, a:hover {
	outline:0;
	color:#FF6600;
}
h1,h2,h3,h4,h5,h6,p,menu,ol,ul,dl,dt,figure,form {
	margin:0;
	padding:0;
}
small {
	font-size:80%;
}
ul {
	list-style:none;
	list-style-image:none;
}
img {
	border:0;
	-ms-interpolation-mode:bicubic;
}
textarea {
	overflow:auto;
	vertical-align:top;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
body {
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
* font-size:81.25%;
}
table {
	font-size:inherit;
}
select, input, textarea {
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	font-size:1em;
	line-height:1.4;
	-webkit-text-size-adjust:100%;
	position:relative;
}
a {
	outline:none !important;
	color:#339900;
	font-weight:bold;
	text-decoration:none;
}
img {
	vertical-align:middle;
	border:0;
}
textarea {
	resize:vertical;
}
.hidden {
	display:none !important;
	visibility:hidden;
}
.invisible {
	visibility:hidden;
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
*zoom:1;
}
.info{
	font-size: 0.9em;
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	margin: 18px;
}

/*header*/
#header {
	background:url(../images/common/header_bg.jpg) center top no-repeat;
	height:110px;
}
#header .header_area {
	width:1000px;
	margin:0 auto;
	position:relative;
}
#header .header_area .site_title {
	position:absolute;
	left:20px;
	top:25px;
}
#header .header_area .header_link {
	position:absolute;	
	right:12px;
	top:30px;
}
#header .header_area .header_link a {
	display:block;
	width:161px;
	height:22px;
	text-indent:-9999px;
	margin-bottom:8px;
}
#header .header_area .header_link a.header_btn_med {
	background:url(../images/common/header_btn_med.png) 0 0 no-repeat;
}
#header .header_area .header_link a.header_btn_hosp {
	background:url(../images/common/header_btn_hosp.png) 0 0 no-repeat;
}
#header .header_area .header_link a:hover {
	background-position:0 -22px;
}

/*body_frame*/
#body_bg {
	background:url(../images/common/body_bg.jpg) center top no-repeat;
}
#body_frame {
	width:1000px;
	margin:0 auto;
	padding:30px 0;
}

/*menu*/
.menu {
	padding:20px 20px 5px;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	border-radius:8px;
	background:#FFFFFF;
	width:220px;
}
.menu ul.side ul {
	display:none;
}
.menu ul.side li {
	border-left:solid 4px #ffd270;
	padding-left:8px;
	padding-top:4px;
	font-size:16px;
	margin-bottom:15px;
	line-height:16px;
}
.menu ul.side li span.subname {
	font-size:9px;
	color:#999999;
	line-height:10px;
	display:block;
	margin-top:3px;
}
.menu ul.side li a {
	color:#333333;
	display:block;
	width:208px;
	font-weight:normal;
}
.menu ul.side li a:hover {
	background:url(../images/common/side_arrow1.gif) right center no-repeat;
}

.menu ul.side li p {
	cursor:pointer;
}
.menu ul.side li p:hover {
	background:url(../images/common/side_arrow2.gif) right center no-repeat;
}
.menu ul.side li ul {
	background:#FFFFFF;
	margin:0 0 0 -12px;
	padding-top:8px;
}
.menu ul.side li ul li {
	border:none;
	background:#f8ecd4;
	padding:0;
	margin:0;
	border-bottom:dotted 1px #ada594;
}
.menu ul.side li ul li:last-child {
	border:none;
}
.menu ul.side li ul li a {
	width:195px;
	display:block;
	padding:12px 5px 10px 20px;
	font-size:12px;
	background:url(../images/common/side_arrow3.png) 10px center no-repeat;
	font-weight:normal;
}
.menu ul.side li ul li a:hover {
	background:url(../images/common/side_arrow3.png) 10px center no-repeat #fbd163;
}


.side_area {
	width:260px;
	margin-left:15px;
	float:left;
}
.bnr {
	margin-top:15px;
}
.side_address {
	font-size:12px;
	line-height:18px;
	padding:10px;
	margin-top:5px;
}
.side_tel {
	padding-left:10px;
}
.side_tel .tel {
	padding:5px 0 0 90px;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	background:url(../images/home/tel_point.gif) left center no-repeat;
}
.side_tel .tel span {
	font-size:10px;
	font-weight:normal;
}
.side_tel .notice {
	font-size:10px;
	color:#cc0000;
	
}

/*line*/
.line {
	background:url(../images/common/line.png) 0 0 repeat-x;
	height:3px;
	position:absolute;
	z-index:50px;
	width:100%;
}

/*contents*/
.contents {
	width:690px;
	float:right;
	margin-right:10px;
}
.pan {
	font-size:12px;
	margin-bottom:15px;
}
.pan a {
	color:#629700;
	text-decoration:underline;
}
.pan a:hover {
	color:#FF6600;
}
.pagetitle {
	margin-bottom:20px;
}
.contents .block {
	margin-bottom:20px;
}
.contents .blocktitle {
	background:url(../images/common/blocktitle_bg.gif) 0 top repeat-x #ffe379;
	padding:25px;
	font-size:22px;
	border:solid 3px #FFFFFF;
	margin-bottom:20px;
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
	border-radius:8px;
}

.contents .subtitle {
	background:url(../images/common/subtitle_bg.png) 0 bottom repeat-x;
	padding:15px;
	font-size:18px;
	border-left:solid 5px #ffcd16;
	margin-bottom:20px;
}
.contents .stit {
	padding:13px 16px;
	border-radius:4px;
	margin:0 auto 15px;
	background:#dbdbdb;
	font-size:16px;
	width:670px
}
.contents .sstit {
	font-size:14px;
	color:#993300;
	padding:5px 0 8px;
	margin:0 10px 15px;
	border-bottom:dotted 1px #B1A090;
}

.contents .foot_txt {
	font-size:11px;
	margin-bottom:10px;
}

.contents .center {
	text-align:center;
}

/*footer*/
#footer {
	padding:30px 0 40px;
	background:#e6e6e6;
	text-align:center;
}
#footer .copyright {
	color:#373737;
	font-size:11px;
	font-style:normal;
}


/*pagetop*/
.pagetop {
	position:fixed;
	bottom:20px;
	right:20px;
}
.pagetop a {
	display:block;
	width:70px;
	height:30px;
	padding:30px 15px 10px;
	border-radius:4px;
	color:#FFF;
	font-size:12px;
	margin:0 0 0 auto;
	background:url(../images/common/pagetop_arrow.png) center 20px no-repeat #666666;
	text-align:center;
	font-weight:normal;
}
.pagetop a:hover {
	background-color:#999999;
}

p.btn a{
	border:1px solid #f58e0e;
	color:#f5f2f2;
	padding: 3px 10px;
	cursor:pointer;
	border-radius:5px;
	font-size: 12px;
	font-weight: normal;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f97b10), color-stop(1.00, #ef964a));
	background: -webkit-linear-gradient(#f97b10, #ef964a);
	background: -moz-linear-gradient(#f97b10, #ef964a);
	background: -o-linear-gradient(#f97b10, #ef964a);
	background: -ms-linear-gradient(#f97b10, #ef964a);
	background: linear-gradient(#f97b10, #ef964a);
}
p.btn a:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fd8825), color-stop(1.00, #f3a869));
	background: -webkit-linear-gradient(#fd8825, #f3a869);
	background: -moz-linear-gradient(#fd8825, #f3a869);
	background: -o-linear-gradient(#fd8825, #f3a869);
	background: -ms-linear-gradient(#fd8825, #f3a869);
	background: linear-gradient(#fd8825, #f3a869);
}
p.btn a.grad2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #afbdc0), color-stop(0.50, #6d7673), color-stop(0.50, #0a0f0b), color-stop(1.00, #0a0809));
	background: -webkit-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 50%, #0a0809 100%);
	background: -moz-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 50%, #0a0809 100%);
	background: -o-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 50%, #0a0809 100%);
	background: -ms-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 50%, #0a0809 100%);
	background: linear-gradient(to bottom, #afbdc0 0%, #6d7673 50%, #0a0f0b 50%, #0a0809 100%);
}
