@charset "utf-8";
/*
Theme Name: 野田整形外科
Description: 
Author: nakashima.com (002108)
Author URI: http://www.nakashima.com/
*/

@import "style/reset.css";
@import "style/fonts.css";
@import "style/base.css";

.clear {
	clear:both;
	}

a {
	color: #0033bb;
}

a img {
	border: none;
}

html {
	background: #eeeeee;
}

body {
	background: url(images/body.gif) no-repeat center bottom;
	padding: 0 0 4px 0;
	margin-bottom: 20px;
}

#base {
	width: 730px;
	background: url(images/base.gif) repeat-y center top;
	padding: 0 4px;
	margin: 0 auto;
}

#header {
	width: 730px;
	background: url(images/header.jpg) no-repeat #daf7ff;
}

#header h1,
#header div.clinicname {
	margin: 0;
	padding: 20px 0 15px 20px;
	width: 280px;
	float: left;
	line-height: 1em;
}

#header div#address-tel {
	padding: 25px 0 0 0;
}

#content-container {
	margin: 0 15px;
	width: 700px;
}

#navi-main ul {
	margin: 0;
	padding: 0;
}

#navi-main ul li {
	width: 140px;
	float: left;
	margin: 0;
	list-style: none;
}

#navi-main ul li a {
	display: block;
	width: 140px;
	text-align: center;
	color: #333;
	background: url(images/navi-main.jpg) no-repeat right bottom #d3f3ff;
	padding: 15px 0;
	line-height: 1.1em;
	text-decoration: none;
}

#navi-main ul li a:hover,
#navi-main ul li.current_page_item a,
#navi-main ul li.current_page_parent a {
	background: url(images/navi-main.jpg) no-repeat left bottom #0195f9;
	color: #fff;
}

#content-home {
	padding: 0 0 20px 0;
}

#description-t {
	height: 12px;
	background: url(images/home-setumei-t.gif) no-repeat left bottom;
	font-size: 10px;
}

#description-home {
	width: 270px;
	float: left;
	margin: 20px 0 0 0;
	background: url(images/home-setumei-m.gif) repeat-y left top;
}

#description-home p {
	margin: 0;
	padding: 15px 10px;
	line-height: 1.5em;
}

#description-b {
	height: 14px;
	background: url(images/home-setumei-b.gif) no-repeat left top;
	font-size: 10px;
	
}

#information {
	width: 420px;
	float: right;
}

#information div#scroll {
	overflow: auto;
	height: 8em;
}

#information h2 {
	font-size: 138.5%;
	font-weight: normal;
	background: #E0F3BB;
	border-bottom: solid 1px #A6DBA0;
	margin: 20px 0 0 0;
	padding: 5px 0 2px 5px;
}

#information table {
	margin: 10px 0 0 5px;
}

#information table th,
#information table td {
	border: none;
	vertical-align: baseline;
	text-align: left;
	padding: 3px 15px 0 0px;
	line-height: 1.5em;
	font-weight: normal;
}

#content-page-container, #content-blog-container {
	border-top: solid 10px #fff;
	background: url(images/content-page.gif) repeat-y left top;
}

#content-page, #content-blog {
	width: 470px;
	float: right;
}

#content-page h1, #content-blog h1 {
	margin: 0 0 10px 0;
	font-size: 138.5%;
	font-weight: normal;
	padding: 15px 5px;
	background: url(images/h1.gif) no-repeat left bottom;
}

#content-page h2, #content-blog h2 {
	margin: 35px 0 10px 0;
	font-size: 123.1%;
	font-weight: normal;
	background: url(images/h2.gif) no-repeat left top #e0f3bb;
	border-bottom: solid 1px #A6DBA0;
	padding: 3px 5px;
	line-height: 1.1em;
}

#content-page h3 {
	margin: 30px 0 10px 0;
	font-size: 123.1%;
	font-weight: normal;
	color: #00947E;
	border-bottom: solid 1px #00947E;
	padding: 0 0 2px 5px;
	line-height: 1.1em;
}

#content-page p {
	padding-left: 5px;
	line-height: 1.5em;
}

#content-page ul {
	margin-left: 5px;
}

#content-page li {
	list-style: none;
	padding-left: 15px;
	background: url(images/li.gif) no-repeat left 0.3em;
	line-height: 1.5em;
	margin-bottom: 3px;
}

#content-page ul.link li {
	background: url(images/li-link.gif) no-repeat left 0.3em;
}

#content-page ul.link li ul {
	margin: 5px 0 0 50px;	
}

.photo-setumei {
	width: 470px;
}

.photo-setumei div.photo {
	width: 200px;
	float: left;
	padding-left: 5px;
}

.photo-setumei p {
	width: 260px;
	float: right;
}

#page-photo {
	width: 200px;
	padding: 10px 7px;
}

#pageup {
	margin: 0;
	text-align: right;
	padding-bottom: 1em;
}

#pageup a {
	font-size: 85%;
	color: #333;
	background: url(images/pageup.gif) no-repeat right center;
	padding: 0 10px;
	text-decoration: none;
}

#pageup a:hover {
	text-decoration: underline;
}

#footer {
	padding-bottom: 3px;
	margin: 0 15px 0 15px;
	background: #0A50A1;
}

#footer ul {
	margin: 0;
	padding: 7px 0 0 10px;
}

#footer ul li {
	list-style: none;
	display: inline;
}

#footer ul li a {
	font-size: 85%;
	color: #fff;
	text-decoration: none;
	background: url(images/navi-sub.gif) no-repeat left center;
	padding: 0 10px;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	font-size: 85%;
	color: #fff;
	padding: 7px 0 0 10px;
	margin: 0;
}

#login-logout {
	text-align: right;
	padding-right: 10px;
}

#login-logout a {
	color: #fff;
	font-size: 77%;
	text-decoration: none;
}

/* @group Blog */

.post {
	line-height: 1.5em;
}

.post p {
	margin: 1em 0;
}

.storycontent {
	padding-left: 5px;
}

.storycontent h1,
.storycontent h2,
.storycontent h3,
.storycontent h4,
.storycontent h5,
.storycontent h6 {
	margin: 1em 0 !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	font-weight: bold !important;
}

.storycontent address {
	font-style: italic !important;
}

.storycontent pre {
	margin: 10px;
}

.storycontent ul,
.storycontent ol{
	margin-left:40px !important;
	}

.storycontent ul li,
.storycontent ol li{
	padding:0.1em 0 0.1em 0 !important;
	list-style:disc outside !important;
	background:none !important;
	}

.storycontent ol li{
	list-style:decimal outside !important;
	line-height:1.5em;
	}

.storycontent blockquote{
	margin:0.5em 0 0 3em;
	line-height:1.5em;
	}

.storycontent em {
	font-style: italic !important;
}

.storycontent blockquote {
	background: #eee;
}

.meta {
	text-align: right;
	border-top: dotted 1px #ccc;
}

.meta p {
	margin: 0.5em 0 !important;
	font-size: 85% !important;
}

.navigation {
	margin: 10px 0 0 25px;
}

.navigation a {
	padding:0 0 1px 0;
}

.navigation a:hover {
	text-decoration: underline;
}

.pagelink {
	text-align: right;
	padding: 20px 0 10px 0;
	margin: 0 0 0 10px;
}

/* @group 画像 */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 5px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 5px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* @end */

/* @group キャプション */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 85%;
	line-height: 1.2em;
	padding: 0 4px 5px !important;
	margin: 0 !important;
}

/* @end */

/* @end */
/* font-size sample
----------------------
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
----------------------*/

