@charset "UTF-8";
/*
Theme Name: cloudtpl_725
Theme URI: http://c-tpl.com/
Description: cloudtpl_725
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
padding:0;
margin:0;
}

table{
border-collapse: collapse;
border-spacing:0;
}
img{
border:0;
line-height:0;
}
ol,ul{
list-style:none;
}

body{
font:18px/1.7 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
background:#fff url(images/bg.png) repeat-x 0 0;
}

body#toppage{background-image:url(images/bgToppage.png);}

a:link,a:visited{color:#7d963b;text-decoration:none;}
a:hover{color:#6a8e47;}
a:active, a:focus {outline:0;}
img{border:0;}



/*******************************
レイアウト
*******************************/
#header, #mainNav, #mainImg,#wrapper,#footer ul{
margin:0 auto;
width:880px;
clear:both;
}

#sidebar{
float:left;
width:232px;
padding:25px 0 50px;

}

#main{
float:right;
width:626px;
padding:25px 0 50px;
overflow:hidden;
}


/*******************************
/* ヘッダー
*******************************/
#header{
position:relative;
height:190px;
}

#header h1,#header h2,#header p{
position:absolute;
font-size:13px;
font-weight:normal;
line-height:22px;
}

/* スローガン */
#header h1{
bottom:10px;
left:0;
color:#555;
line-height:1.2;
}

/* ロゴ */
#header h2{
top:20px;
left:0;
}

/* 住所 */
#header p{
top:12px;
right:0;
}


/************************************
/* メインナビゲーション
************************************/
div#nav1{

margin:0 auto;
position:absolute;
bottom:40px;
height:57px;
width:940px;
vertical-align:bottom;
}
#access {
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}

ul#mainNav{	
background:url(images/mainNavBg.png) no-repeat 0 0;
}

ul#mainNav li{
text-indent: -5000px;
float:left;
}


ul#mainNav a{
display: block;

}

#access ul {
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	border-right:#ccc 1px dotted;
}
#access a {
	display: block;
	line-height: 3.333em;
	padding: 0 2em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fff;
	border-bottom: 1px dotted #ddd;
	color: #363636;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding:10px 10px;
	width: 168px;
}
#access li:hover > a,
#access a:focus {
	color: #000;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/*******************************
/* メイン
*******************************/
#main a{text-decoration:underline;}
#main a:hover{text-decoration:none;}

#main h2.heading{
margin-bottom:10px;
clear:both;
padding-left:10px;
line-height:36px;
font-size:16px;
font-weight:normal;
color:#fefefe;
background:url(images/headingBg.png) no-repeat 0 0;
}

#main h2{
margin-bottom:10px;
clear:both;
padding-left:10px;
line-height:36px;
font-size:16px;
font-weight:normal;
color:#fefefe;
background:url(images/headingBg.png) no-repeat 0 0;
}

#main h3{
padding:0 0 5px 0;
margin: 0 0 10px 0;
width:370px;
color:#7d963b;
border-bottom:1px dotted #999;	
}

.article{
clear:both;
padding:20px 0;
border-bottom:1px dotted #ccc;
}

.mainB{margin-bottom:0px;}

.main{
margin:5px 0 15px;
padding:0 0 0;
border:0;
background:url(images/pattern.png) repeat-y 0 0;
}

.main .top{
height:11px;
background:url(images/mainTop.png) no-repeat 0 0;
}

.main .inner{padding:20px;}

.main .bt{
height:11px;
background:url(images/mainBt.png) no-repeat 0 100%;
}

.article h3{
color:#7d963b;
margin:0 0 10px;
font-size:16px;
font-weight:normal;
}

.main h3{
padding:0 0 5px 0;
margin: 0 0 10px 0;
width:370px;
color:#7d963b;
border-bottom:1px dotted #999;	
}

.main h3 a{
padding-left:0;
background:none;
}

.article img{
float:left;
padding:5px 20px 0 0;
}

.main img{
float:right;
padding: 0 0 0 10px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

#date {
text-align: right;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}


/*******************************
/* サイトバー
*******************************/
.box{
padding:10px 0 6px 8px;
margin-bottom:15px;
background:#cdddbd;
}

ul.subNav{
width:216px;
padding-top:2px;
background:#fff url(images/subNavBgTop.png) no-repeat 0 0;
}

ul.subNav li{
padding-bottom:2px;
background:url(images/dot.png) no-repeat 0 100%;
}

ul.subNav li.last{
padding-bottom:3px;
border-bottom:0;
background:url(images/subNavBgBt.png) no-repeat 0 100%;
}

ul.subNav li a,ul.subNav li a:visited{
display: block;
width: 196px;
height: 58px;
line-height:58px;
padding-left:20px;
color:#6c8d4d;
font-size:18px;
font-weight:bold;
text-decoration:underline;
background:url(images/subNavBg.png) no-repeat 0 0;
}

ul.subNav li a:hover,ul.subNav li.current-menu-item a,ul.subNav li.current_page_item a{background-position:0 -58px;text-decoration:none;}

.blue{
padding:11px 9px;
background:#b4d396 url(images/boxBlueTop.png) no-repeat 0 0;
}

.blue h3{padding-bottom:10px;}

table#plan{
margin:0 auto;
background:#f1f1f0;
border:1px solid #6c8d4d;
}

table#plan th{
width:2em;
padding:2px 0;
border-bottom:1px solid #6c8d4d;
background:#f1f1f0;
font-weight:normal;
}

table#plan th.long{width:3em;}

table#plan td{
padding:2px 0;
line-height:22px;
text-align:center;
color:#6c8d4d;
border-bottom:1px solid #6c8d4d;
}

table#plan th.head,table#plan td.head{
color:#333;
background:#ebf4e2;
}

table#plan td.hol{
font-size:6px;
color:#d2d2d2;
}

ul.time{
margin:-15px 0 15px;
padding:0 10px 10px;
color:#fff;
background:#b4d396 url(images/boxBlueBt.png) no-repeat 0 100%;
}

/* 院長ブログバナー */
p.banner{margin-bottom:24px;}


.menu h3{
color:#757575;
font-weight:normal;
padding-bottom:7px;
border-bottom:3px solid #aaaeb3;
}

.menu ul{
overflow:hidden;
padding:10px 5px;
margin-bottom:15px;
}

.menu ul li{
padding:5px 0 5px 11px;
background:url(images/arrow2.gif) no-repeat 0 50%;
}

/*******************************
/* フッター
*******************************/
#footer{
clear:both;
padding-bottom:10px;
background:#d8d8d8 url(images/footer.png) repeat-x 0 0;
}

#footer li{
display: inline;
padding: 0 8px;
line-height:30px;
background:url(images/arrow.gif) no-repeat 0 50%;
}

#footer li a{
text-decoration:none;
color:#666;
}

#footer li a:hover{color:#999;}

p#copy{
margin:10px 0;
text-align:center;
color:#3f3f3f;
font-size:10px;
}
