@charset "utf-8";

/* --------------------------------------------------------------------------------- CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, hgroup, header,
footer, nav, dialog, figure, menu,
video, audio, mark, time, canvas, details {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
section, article, aside, hgroup, header,
footer, nav, dialog, figure, figcaption { display: block; }
img { vertical-align: bottom; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input.text, select {
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
}
input.submit, button { cursor: pointer; }



/* ------------------------------------------------------------------------------------ base */

small { font-size: 75%; font-style: normal; }
b { font-size: 115%; font-weight: bold; font-style: normal; }
em { font-size: 100%; font-weight: normal; font-style: normal; }
strong { font-size: 100%; }

a { overflow: hidden; _cursor: pointer; }
a:link { }
a:visited {  text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

.left { display: inline; float: left; }
.right { display: inline; float: right; }
.center { display: block; margin: 0 auto 0 auto; clear: both; }
.radius {
	position: relative;
	border-radius: 10px;
	behavior: url(js/PIE.htc);

}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}



html { width: 100%; overflow-y: scroll; }
body {
	margin: 0;
	padding: 0px 0 0 0;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	font-family: 'Meiryo UI',"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


#wrap {
	background: #fff url(../img/body-bg.jpg) 0 0px repeat-x;
}

#wrap2 {
	margin-bottom: 55px;
	background-color: #fff;
	background-image: url(../img/body-bg2.jpg);
	background-repeat: repeat-x;
}



/* -------------------------------------- header */

#header {
	position: relative;
	margin: 0 auto 30px auto;
	padding: 0px 0 0px 0;
	width: 900px;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/header-logo.gif);
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-right: 0px;
	padding-left: 0px;
	color: #333333;
	height: 80px;
	padding-top: 0px;
	width: 360px;
}

#header h1 a {
	font-weight: normal;
	color: #333333;
}

/* contact */
#header .tel {
	position: relative;
	margin: 0px 0 43px 0px;
	*margin-bottom: 36px; /* IE7 */
	_margin-bottom: 36px; /* IE6 */
	padding: 30px 0px 0 0px;
	width: 500px;
}

#header .tel dt {
	margin: 0px 0px 5px 0px;
	padding: 5px 0 3px 10px;
	font-size: 80%;
	line-height: 1.0;
	border-radius: 10px;
	background: #F4B4D0;
	behavior: url(js/PIE.htc);
}

#header .tel dt strong {
	display: inline-block;
	margin: 0px 0px 0px 20px;
	*margin-top: -20px;
	_margin-top: -20px;
	padding: 5px 0 0px 20px;
	color: #fff;
	font-size: 180%;
	line-height: 0.5;
	*line-height: 2.0;
	_line-height: 2.0;
	width: 190px;
	min-height: 25px;
	_height: 25px;
	background: url(../img/header-tel.gif) 0 0 no-repeat;
	*background-position: 0 20px;
	_background-position: 0 20px;
}

#header .tel dd {
	position: relative;
	margin: 0 0 0px 0;
	padding: 0px 0px 0 0px;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	line-height: 1.3;
	width: 500px;
}

#header .tel dd strong {
	color: #7EBD24;
	font-size: 110%;
}

#header #topBanner {
	*display: block;
	_display: block;
	height: 350px;
	width: 900px;
	margin-top: -4px;
}
#topBanner:not(:target) {
    margin-top: -5px\9; /* IE9 */
}

/* nav */
#header ul.nav {
	position: absolute;
	top: 118px;
	left: 20px;
	margin: 0px 0 0px 0px;
	padding: 4px 0px 0px 4px;
	width: 880px;
	height: 66px;
	overflow: hidden;
	z-index: 1000;
}

#header ul.nav li {
	display: inline;
	float: left;
	vertical-align: bottom;
}

#header ul.nav a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 38px 0px 0px 0px;
	color: #555;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.1;
	width: 175px;
	min-height: 32px;
	_height: 32px;
	background: url(../img/header-nav.png) 0 0 no-repeat;
}
#header ul.nav a.na01 { background-position: 0 0; }
#header ul.nav a.na02 { width: 174px; background-position: -175px 0; }
#header ul.nav a.na03 { width: 172px; background-position: -349px 0; }
#header ul.nav a.na04 { width: 172px; background-position: -521px 0; }
#header ul.nav a.na05 { background-position: -692px 0; }

#header ul.nav a:hover { color: #fff; }
#header ul.nav a.na01:hover { background-position: 0 -66px; }
#header ul.nav a.na02:hover { background-position: -175px -66px; }
#header ul.nav a.na03:hover { background-position: -349px -66px; }
#header ul.nav a.na04:hover { background-position: -521px -66px; }
#header ul.nav a.na05:hover { background-position: -692px -66px; }



/* -------------------------------------- container */

#container {
	position: relative;
	width: 900px;
	clear: both;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}



#container .section {
	position: relative;
	margin: 0 0px 20px 0px;
	padding: 0px 0 0px 0px;
	width: 900px;
	clear: both;
}

#container h2#content_title {
	line-height:50px;
	margin: 0px 0 30px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
	width: auto;
	font-size: 28px;
	color: #7EBD24;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	overflow: visible;
	display:inline-block;
	font-weight: normal;
}

.content_title_logo {
	padding:0px 10px 0px 0px;
}

#container h2 {
	margin: 0 0 30px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
}

#container h3 {
	margin: 0px 0 30px 20px;
	padding: 0px 0px 0px 0px;
	color: #5F8B1B;
	font-size: 180%;
	font-weight: normal;
	line-height: 1.1;
	width: 860px;
}
#container h3:first-letter {
	margin: 0px 0 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.1;
}

#container p.base {
	margin: 0 0 30px 20px;
	width: 860px;
	clear: both;
}
#container p.center { text-align: center; }
#container p.logoLeft { background: url(../img/bg-logo01.png) 20% 100% no-repeat; }
#container p.logoRight { background: url(../img/bg-logo01.png) 70% 100% no-repeat; }
#container p.logoCenter { background: url(../img/bg-logo01.png) 20% 50% no-repeat; }

#container strong.blue { color: #55938B; }
#container strong.yellow { color: #CDB144; }
#container strong.big { font-size: 130%; line-height: 1.3; }
#container strong.bgOrange { padding: 3px 0 2px 0px; background: #FBBD4B; }
#container strong span { font-size: 130%; }

#container img.left { margin: 0 30px 10px 0px; }
#container img.right { margin: 0 0px 10px 30px; }
#container img.center { margin: 0 auto 20px auto; }
#container img.border { border: 1px solid #ccc; }
#container img.frame {
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}
#container img.shadow {
	position: relative;
	box-shadow: 1px 0px 2px 1px #ccc;
	*behavior: url(js/PIE.htc);
	behavior: url(js/PIE.htc)\9;
}
#container img.circle {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 100%;
	background: #ECF6E5;
	behavior: url(js/PIE.htc);
}

/* contact */
#container .contact {
	position: relative;
	border: 1px solid #C9E798;
	background: #E6F7CA;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

#container .contact dl {
	position: relative;
	margin: 0px 25px 0px 30px;
	padding: 20px 0px 20px 0px;
	width: 250px;
}

#container .contact dl dt {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#container .contact dl dd {
	margin: 0px 0 0px 0px;
	padding: 20px 10px 20px 20px;
	color: #fff;
	font-size: 90%;
	line-height: 1.3;
	width: 220px;
	background: #5F8B1B;
}

#container .contact dd strong {
	display: block;
	margin: 0 0px 10px 0;
	font-size: 110%;
	line-height: 1.1;
}

#container .contact span.tel {
	position: relative;
	display: block;
	margin: 0px 0px 20px 30px;
	padding: 15px 0px 0px 110px;
	color: #5F8B1B;
	line-height: 1.1;
	width: 430px;
	min-height: 91px;
	_height: 91px;
	background: url(../img/container-contact-tel.png) 0 0 no-repeat;
	clear: both;
}

#container .contact span.tel strong {
	display: block;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	color: #E4498B;
	font-size: 250%;
	line-height: 0.6;
	*line-height: 1.0;
	_line-height: 0.7;
	width: 400px;
	min-height: 30px;
	_height: 30px;
	background: url(../img/container-contact-tel.gif) 0 0 no-repeat;
	clear: both;
}

#container .contact span.tel em {
	display: block;
	font-weight: bold;
	width: 430px;
	clear: both;
}



/* -------------------------------------- contents */

#contents {
	position: relative;
	margin: 0 0px 50px 0px;
	padding: 0px 0 0px 0px;
	width: 600px;
}



#contents h2 { width: 600px; }

#contents p.base { width: 570px; }



/* -------------------------------------- sidebar */

#sidebar {
	position: relative;
	margin: 0 0px 50px 0px;
	padding: 0px 0 0px 0px;
	width: 250px;
}



/* nav */
#sidebar ul.nav {
	position: relative;
	margin: 0px 0 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
}

#sidebar ul.nav li { width: 250px; vertical-align: bottom; }

#sidebar ul.nav a {
	position: relative;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 65px;
	color: #fff;
	text-decoration: none;
	line-height: 1.1;
	width: 185px;
	background: url(../img/sidebar-nav.gif) 0 0 no-repeat;
	overflow: hidden;
}

#sidebar ul.nav a.na01 {
	padding-top: 40px;
	font-size: 160%;
	height: 40px;
	background-position: 0 0;
}
#sidebar ul.nav a.na02 {
	padding-top: 30px;
	font-size: 140%;
	height: 30px;
	background-position: 0 -80px;
}

#sidebar ul.nav a:hover { font-weight: bold; }
#sidebar ul.nav a.na01:hover { background-position: -250px 0; }
#sidebar ul.nav a.na02:hover { background-position: -250px -80px; }

/* guide */
#sidebar ul.guide {
	position: relative;
	margin: 0px 0 0px 0px;
	padding: 0px 0px 30px 0px;
	width: 250px;
}

#sidebar ul.guide li { width: 250px; vertical-align: bottom; }

#sidebar ul.guide a {
	position: relative;
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 8px 0px 8px 35px;
	color: #555;
	font-size: 100%;
	text-decoration: none;
	line-height: 1.1;
	width: 215px;
	border: 1px solid #C9E798;
	border-radius: 8px;
	background: #E6F7CA url(../img/icon-arrow-right01.png) 5% 60% no-repeat;
	behavior: url(js/PIE.htc);
}

#sidebar ul.guide a:hover {
	color: #555;
	font-weight: bold;
	background: #C9E798 url(../img/icon-arrow-right01.png) 5% 60% no-repeat;
}

/* dl base */
#sidebar dl {
	position: relative;
	margin: 0px 0 30px 0px;
	padding: 10px 0px 0px 0px;
	width: 250px;
	border-radius: 8px;
	background: #eee;
	behavior: url(js/PIE.htc);
}

#sidebar dl dt {
	position: relative;
	margin: 0px 0 20px 5px;
	padding: 5px 0px 5px 40px;
	font-size: 130%;
	line-height: 1.1;
	width: 200px;
	border-bottom: 3px solid #ccc;
}

#sidebar dl dd {
	position: relative;
	margin: 0px 0 0px 0px;
	padding: 0 0 0 0px;
	font-size: 12px;
	line-height: 1.4;
	/*
	width: 250px;
	*/
}

/* blog */
#sidebar .blog dt { background: url(../img/icon-pencil.png) 10px 0 no-repeat; }

/* blog */
#sidebar .book dt { background: url(../img/icon-book.png) 10px 5px no-repeat; }
#sidebar .book dd { padding-bottom: 15px; }
#sidebar .button {
    border: 1px solid #DEDEDE;
    border-radius: 3px 3px 3px 3px;
    color: #555555 !important;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 8px 11px;
    text-decoration: none;
}
#sidebar .book .button.yellow {
    background: -moz-linear-gradient(center top , #FEDA71, #FEBB4A) repeat scroll 0 0 transparent;
    border-color: #F5B74E #E5A73E #D6982F;
    box-shadow: 0 1px 1px #D3D3D3, 0 1px 0 #FEE395 inset;
    color: #996633 !important;
    text-shadow: 0 1px 0 #FEDD9B;}

/* facebook */
#sidebar .facebook dt { background: url(../img/icon-facebook.png) 10px 0 no-repeat; margin-bottom: 10px;}
#sidebar .facebook dd {
	padding: 0px 5px 10px;
}

/* twitter */
#sidebar .twitter dt { background: url(../img/icon-twitter.png) 10px 0 no-repeat; margin-bottom: 10px;}
#sidebar .twitter dd {
	padding: 0px 5px 5px;
}


/* video */
#sidebar .video dt { background: url(../img/icon-video.png) 10px 0 no-repeat; }
#sidebar .video dd {
	/*
	margin-left: 10px;
	*/
	padding: 0px 10px;
	margin-bottom: 10px;
}
#sidebar .video dd p {
	/*
	margin-right: 20px;
	margin-left: 10px;
	*/
	font-size: 13px;
	margin-bottom: 10px;
}

/* surgery */
#sidebar .surgery dt { background: url(../img/icon-paper.png) 5% 50% no-repeat; }

#sidebar .surgery dd strong.title {
	display: block;
	margin: 0px 0 10px 20px;
	padding: 0 0 0 0px;
	color: #5F8B1B;
	font-size: 200%;
	line-height: 1.0;
	width: 220px;
}

#sidebar .surgery dd span {
	display: block;
	margin: 0px 0 20px 0px;
	padding: 0 0 0 15px;
	width: 230px;
	border-left: 5px solid #ccc;
}

#sidebar .surgery dd strong.tel {
	display: block;
	margin: 10px 0 10px 0px;
	padding: 0 0 0 20px;
	color: #5F8B1B;
	font-size: 180%;
	line-height: 1.0;
	width: 210px;
	min-height: 25px;
	_height: 25px;
	background: url(../img/icon-tel01.png) 0 0 no-repeat;
}

#sidebar .surgery dd em {
	display: block;
	margin: 0px 0 0px 0px;
	padding: 0 0 0 0px;
	font-size: 110%;
	font-weight: bold;
}



/* -------------------------------------- footer */

#footer {
	position: relative;
	margin: 0 0 0px 0;
	padding: 20px 0 0px 0px;
	width: 100%;
	height: 36px;
	background: url(../img/footer-bg.jpg) 0 0 repeat-x;
	overflow: hidden;
	clear: both;
}

#footer small {
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 1.0;
	width: 900px;
}


a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}




select, input, textarea, button {
}

input[type="email"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #aaa;
	padding: 6px 7px 6px 29px;
	font-size: 13px;
	outline: none;
	background-color: white;
	background-image: url(../img/form_email.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#sidebar .widget .widget-title {
	padding: 5px;
	margin: -15px -15px 10px;
	background: #87C234;
	color: white;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
	text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 3px;
	border: 1px solid #87C234;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-ms-border-top-left-radius: 3px;
	-o-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-ms-border-top-right-radius: 3px;
	-o-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

#sidebar .widget {
	background: none repeat scroll 0 0 white;
	border: 1px solid #D0D0D0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 15px 15px;
	color: #333;
	font-size: 14px;
	line-height: 24px;
}

input[type="button"], input[type="submit"], input[type="image"], button, .button, label {
	cursor: pointer;
}

#sidebar .button {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	padding: 8px 11px;
	color: #555 !important;
	border: 1px solid #dedede;
	border-radius: 3px;
}

#sidebar .button.yellow {
	background: #feda71 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a') !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a)) !important;
	background: -moz-linear-gradient(top, #feda71, #febb4a) !important;
	border-color: #f5b74e #e5a73e #d6982f !important;
	color: #963 !important;
	text-shadow: 0 1px 0 #fedd9b !important;
	box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395 !important;
}

#sidebar .button.yellow:hover {
	background: #fec354 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61') !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#fec354), to(#fecd61)) !important;
	background: -moz-linear-gradient(top, #fec354, #fecd61) !important;
	border-color: #d29a3a #cc9436 #c89133 !important;
	text-shadow: 0 1px 0 #fee1a0 !important;
	box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e !important;
}