/*
Theme Name: abiko
*/

* {
	color:#222222;
	padding:0;
	margin: 0;
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
#base {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ccc;
	/*
	background-color: #DEDFDA;
	background-image: url(img/base.jpg);
	*/
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
body {
	background-attachment: fixed;
	background-color: #f6f6f6;
	/*
	background-color: #F1F1ED;
	background-image: url(img/bg.jpg);
	*/
	background-repeat: repeat-x;
	background-position: top;
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
a {
	color: #579100;
}
a:hover {
	color: #8EBD00;
	text-decoration: none;
}
/*
ヘッダー
-------------------------------------------*/
#head {
	background-image: url(img/head.gif);
	height: 120px;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#head #tm {
	position: absolute;
	top: 15px;
	left: 30px;
}
#head img#logo {
	position: absolute;
	left: 100px;
	top: 25px;
}
#head h1 {
	position: absolute;
	right: 20px;
	top: 8px;
	color: #579100;
	font-size: 11px;
}

/*----プルダウン用追加ナビ------*/

#navi_b {
	background-color: #A7B3B3;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6BF;
	background-image: url(img/navi.gif);
	position: absolute;
	left: 1px;
	bottom: 0px;
}

#nav {
	display: block;
	position: relative;
	background-color: #95A4A4;
	background-image: url(img/navi.gif);
	height: 30px;
	width: 877px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A7B3B3;
}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#nav ul {
	width: 200px;
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	margin: 0;
}

* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
}

#nav *:hover {
	background-color: none;
}
#nav a, #nav span {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	padding: 0px 20px 6px 20px;
	background-image: url(img/navi_li.gif);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B1BDAA;
}
#nav span:hover {
	cursor:pointer;
}

#nav a:hover, #nav span:hover {
	background-image: url(img/navi_li_ov.gif);
}

#nav li:hover a {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

#nav ul a {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	background-color: #F2F2EE;
	background-image: url(img/li.gif);
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #A7B3B3;
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 7px center;
	color: #1D2325;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CED5D5;
	border-left-color: #CED5D5;
}

#nav ul a:hover {
	background-color: #5A8130;
	color: #FFFFFF;
	background-image: url(img/li_w.gif);
}

/*
メイン
-------------------------------------------*/
#main {
	overflow:hidden;
	width: 888px;
	background-color: #FFFFFF;
	padding: 6px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
#top_img {
	text-align:center;
}
#content {
	float: right;
	width: 650px;
	padding-bottom: 5px;
}

#content .box_out {
	background-color: #EFEFED;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #DCDCD8;
	margin-bottom: 5px;
	padding: 10px 20px 10px 20px;
	overflow:hidden;
}

#content h2 {
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9BC741;
	line-height: 26px;
	color: #101010;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 3px;
	font-weight: normal;
}

#content h3 {
	font-size: 14px;
	line-height: 20px;
	clear:both;
	color: #FFFFFF;
	background-image: url(img/h3.gif);
	height: 21px;
	padding-bottom: 4px;
	padding-left: 23px;
	margin-top: 5px;
	padding-top: 2px;
	font-weight: normal;
}
#content h3 span {
	font-size: 12px;
	color: #E8F4D5;
	line-height: 12px;
	padding-left: 5px;
	font-weight: normal;
}
#content h4 {
	color: #668745;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #9DC95C;
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#content h4 span {
	font-size: 12px;
	color: #75A239;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p {
	font-size: 13px;
	padding: 5px;
	line-height: 20px;
	text-indent:12px;
	margin: 5px;
}
#content p.wp-caption-text {
	font-size: 12px;
	padding: 0;
	margin: 5px 0 0;
	text-align:center;
	line-height: 120%;
	text-indent:0;
}
#content p.noindt {
	text-indent:0;
}


#content table.biaoge {
	border-collapse: collapse;
	margin:20px auto;
}
#content table.biaoge caption {
	text-align:left;
	font-size: 14px;
}

#content table.biaoge th {
	font-size: 12px;
	padding:20px 15px;
	text-align:center;
	border:1px solid #aaa;
}
#content table.biaoge td {
	font-size: 12px;
	padding:20px 15px;
	border:1px solid #aaa;
}

/*-----Top page-----*/
#content ul#L_menu {
	overflow:hidden;
	margin-bottom:5px;
}
#content ul#L_menu li {
	float:left;
	width:320px;
	padding:0;
	margin:0 2px;
	list-style:none;
}
#content ul#L_menu li a {
	display:block;
	width:320px;
	height:180px;
	text-indent:-5000px;
}
#content ul#L_menu li a#L_bnr1 {
	background-image: url(img/L_bnr1_1.gif);
}
#content ul#L_menu li a#L_bnr1:hover {
	background-image: url(img/L_bnr1_2.gif);
}
#content ul#L_menu li a#L_bnr2 {
	background-image: url(img/L_bnr2_1.gif);
}
#content ul#L_menu li a#L_bnr2:hover {
	background-image: url(img/L_bnr2_2.gif);
}
.dl_list {
	background-image: url(img/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	border: 1px solid #EEEEEA;
	width: 638px;
	margin-bottom: 5px;
}
#content .dl_list dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5CB;
	padding: 5px;
	overflow:hidden;
}
#content .dl_list dt {
	display: block;
	float: left;
	clear:both;
	width: 70px;
	font-size: 10px;
	padding-left: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content .dl_list dd {
	display: block;
	float: left;
	width: 540px;
	font-size: 12px;
	line-height: 14px;
	color: #505050;
}
#content .dl_list dd a {
	text-decoration:none;
}
#content .dl_list dd a:hover {
	text-decoration:underline;
}

#content #map {
	width:595px;
	height:500px;
	margin:10px auto;
	border:1px solid #ccc;
}

#content ul, #content ol {
	margin:10px 0 10px 0;
}
#content ul li {
	list-style: disc outside;
	margin:3px 20px 0 40px;
	font-size:13px;
}
#content ol li {
	list-style: decimal outside;
	margin:3px 20px 0 50px;
	font-size:13px;
}
#content ul.pdf li {
	list-style: disc outside;
	margin:10px 20px 0 40px;
}
#content ul.pdf li img {
	margin: -2px 5px 0 5px;
}
#content #map span {
	font-size:12px;
	line-height:120%;
}
#content #map2 {
	width:90%;
	height:300px;
	margin:10px auto;
	border:1px solid #ccc;
}
#content #map span {
	font-size:12px;
	line-height:120%;
}

/*-----List-----*/

#content table#clinic_list {
	margin:20px auto;
	min-width:480px;
	border-collapse: collapse;
}
#content table#clinic_list th {
	font-size: 14px;
	border:1px solid #aaa;
	padding:10px;
	background-color:#ccc;
}
#content table#clinic_list td {
	padding:0;
	border:1px solid #aaa;
}
#content table#clinic_list td h4 {
	margin:10px 10px 0 15px;
	font-size: 14px;
	padding:0px;
	border:none;
}
#content table#clinic_list td p {
	text-indent:0;
	font-size: 12px;
}
#content table#clinic_list td p.subject {
	margin:20px 0 0 40px;
	padding:0;
}
#content table#clinic_list td p.dr_name {
	text-align:center;
	margin:15px 0 10px;
	padding:0;
}
#content table#clinic_list td address {
	background:none;
	font-size: 12px;
	border:none;
	text-align:left;
	color:#333333;
	margin: 5px;
	padding: 5px;
}

/*----- chiwaki -----*/
#content table#nenpu {
	width:320px;
	float:right;
	margin:0 0 10px 0;
}
#content table#nenpu caption {
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin:5px 0 0 10px;
}
#content table#nenpu td {
	font-size:12px;
	padding:0 5px;
}
/* --- concours --- */
#content h5 {
	color: #668745;
	font-size: 16px;
	text-indent:30px;
}
#content dl.dl_concours dt {
	margin:10px 0 0 50px;
}
#content dl.dl_concours dd {
	font-size:20px;
	margin:2px 0 20px 50px;
}
/* --- healthfair --- */
#content dl.dl_healthfair {
	margin:20px 0 20px 50px;
}
#content dl.dl_healthfair dt {
	font-size:14px;
}
#content dl.dl_healthfair dd {
	font-size:14px;
	margin-left:30px;
}
/* --- aboutus --- */
#content dl#yakuin {
	margin:20px 0 50px 120px;
	overflow:hidden;
}
#content dl#yakuin dt {
	display:block;
	clear:both;
	width:180px;
	float:left;
	text-align:right;
}
#content dl#yakuin dd {
	display:block;
	float:left;
	width:150px;
	padding-left:20px;
}

/*
サイド
-------------------------------------------*/

#side {
	background-color: #F8F8F5;
	padding: 5px;
	float: left;
	width: 220px;
}
#side h3 {
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(img/h3.gif);
	height: 21px;
	padding-bottom: 4px;
	font-weight: normal;
	text-indent: 23px;
	margin-bottom: 1px;
	padding-top: 2px;
}
#side .side_box {
	background-image: url(img/side_box.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 210px;
	border: 1px solid #C5C5BE;
	margin-bottom: 5px;
	background-color: #F1F1ED;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
#side .side_box h3 {
	background-color: #668750;
	background-image: none;
	line-height: 18px;
	text-indent: 8px;
	height: 18px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #B2D049;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#side .side_box .side_inbox {
	background-image: url(img/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #D6D5CB;
	width: 204px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#side .side_menu li {
	line-height:0;
}
#side .side_menu li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #14130C;
	text-decoration: none;
	background-color: #F8F8F5;
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E0;
	background-image: url(img/side_li.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#side .side_menu li a:hover {
	background-color: #8EC056;
	/*
	background-color: #86BA2E;
	*/
	color: #FFFFFF;
	background-image: url(img/side_li_ov.gif);
}
#side .side_box .side_btn {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #E3E3DB;
}

/*
フッター
-------------------------------------------*/

#foot {
	background-image: url(img/foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #A3A49D;
	padding: 15px;
	clear: both;
}
#foot p {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 16px;
}
#foot li a {
	color: #FFFFFF;
}
#foot li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A8AF;
}
address {
	font-size: 10px;
	font-style: normal;
	color: #868880;
	background-color: #F7F7F4;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DCE2E2;
}

#head #head_bnr {
	position: absolute;
	top:30px;
	right: 25px;
}

/*  画像位置
--------------------
*/

.alignleft {
	float: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
	/*
	background-color: #EFEFEF;
	*/
	border-width: 10px;
	border-style: solid;
	border-color: #FFFFFF;
}
.alignright {
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	/*
	background-color: #EFEFEF;
	*/
	border-width: 10px;
	border-style: solid;
	border-color: #FFFFFF;
}
.aligncenter {
	clear: both;
	display: block;
	margin: auto;
}
#navigation {
	padding:5px 20px;
	text-align:Center;
	}

#s{
border: solid 1px #aaaaaa;
  width:120px;
  height:20px;
}
#next {
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	color: #505050;
	padding-bottom: 20px;
}
#content h3 a{
	color: #FFFFFF;
	text-decoration: none;
}
#content h3 a:hover {
	color: #00BCE3;
}
#date {
	text-align:right;
	font-size:12px;
	font-weight:normal;
	margin:5px 10px 10px 0;
	color:#333;
}

#date a {
	color:#333;
}


/* form */
input {
	ime-mode:active;
}

.wpcf7-validates-as-email,
.age input,
#shengri input,
.tel input {
	ime-mode:disabled;
}

