@charset "utf-8";
/* CSS Document */

body{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

body *{
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 102%;
	line-height: 200%;
	color: #5a2e37; /*文字の色*/
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #5a2e37;
	text-decoration: underline;
}

a:hover{
	color: #cca88d;
}

p {
	clear:both;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*　↓　文字の指定　↓　*/

p.pagetop{
	padding:0px;
	margin:0px;
	text-align:right;
}

.font_bold{
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.font_small{
	font-size: 97%;
}

.underline{
	text-decoration: underline;	
}

.font_red{
	color:#f73e1c;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: underline;	
}

.font_red2{
	font-size: 100%;
	color:#f73e1c;
}

.link{
	font-size: 97%;
	text-align:right;
}

.pagetop{
	margin: 0px;
	padding-top: 0px;
}
.top0{
	margin: 0px;
	padding-top: 0px;
}

/*　↓　見出しの設定　↓　*/

h1{
	text-align: center;
	color: #FFF;
	font-size: 100%;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2{
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}

h3{
	text-align: left;
	margin: 0px;
	padding: 5px;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 0.5em;
}

h4{
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #e7ffb6;
	padding: 5px;
}

h5{
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #fff8bd;
	padding: 5px;
}
/*　↓　レイアウトの設定　↓　*/

#allpage{
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	background-color: #cca88d;
	width: 900px;
}

/*　↓　左側：ロゴ、メニュー　↓　*/

#left{
	height: auto;
	width: 200px;
	float: left;
}

#logo{
	height: 200px;
	width: 200px;
}

p.tel{
	margin:0px;
	padding:0px;
	text-align:center;
	line-height: 100%;
	font-size: 18px;
	font-weight: bold;
}

#menu{
	text-align: center;
	width: 150px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
}

#menu ul{
	width:150px;
    overflow:hidden;
}

#menu li{
	height:40px;
	text-align: center;
	list-style-type: none;
    display:block;
}

#menu li a {
	display: block;
	overflow: hidden;
	height: 0px;
	background-image: url(../images/menuroll.gif);
	padding-top:40px;
	background-repeat: no-repeat;
}

/* ノーマルメニュー */
.menu_01 a { width:150px; background-position:0px    0px;}
.menu_02 a { width:150px; background-position:0px  -40px;}
.menu_03 a { width:150px; background-position:0px  -80px;}
.menu_04 a { width:150px; background-position:0px -120px;}
.menu_05 a { width:150px; background-position:0px -160px;}
.menu_06 a { width:150px; background-position:0px -200px;}
.menu_07 a { width:150px; background-position:0px -240px;}
.menu_08 a { width:150px; background-position:0px -280px;}
.menu_09 a { width:150px; background-position:0px -320px;}

/* ロールオーバー */
.menu_01 a:hover  { width:150px; background-position:-150px    0px;}
.menu_02 a:hover  { width:150px; background-position:-150px  -40px;}
.menu_03 a:hover  { width:150px; background-position:-150px  -80px;}
.menu_04 a:hover  { width:150px; background-position:-150px -120px;}
.menu_05 a:hover  { width:150px; background-position:-150px -160px;}
.menu_06 a:hover  { width:150px; background-position:-150px -200px;}
.menu_07 a:hover  { width:150px; background-position:-150px -240px;}
.menu_08 a:hover  { width:150px; background-position:-150px -280px;}
.menu_09 a:hover  { width:150px; background-position:-150px -320px;}
	
/*　↓　右側：メインエリア　↓　*/

#minimenu{
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 0px;
	margin-left: auto;
}

#minimenu ul{
}

#minimenu li{
	float: left;
	list-style-position: inside;
	list-style-type: none;
}

#mainarea{
	height: auto;
	width: 690px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
}

/*　↓　各エリアの指定　↓　*/
#access , #twitter , #new , 
#oshirase , #calendar , #aisatsu , #inchou , #time, #innai , #setsubi , 
#letter , #hotel , #petdock , #petfood , 
#trim , #trim_02 , #gallery , #manifi , 
#qanda , #dog_sick , #cat_sick , #rabit_sick , #other , #form {
	width:669px;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cca88d;
	border-bottom-color: #cca88d;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
}

/*　↓　アクセス・診療案内　↓　*/
#access_time{
	float: left;
	width: 649px;
}

.access_map1{
	float: left;
	width: 300px;
}

.access_map2{
	float: left;
	width: 330px;
	padding-left: 4px;
	text-align:center;
}

table.time{ 
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 2px solid #5A2e37;
}
table.time th{
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #5A2E37;
	border-right-color: #5A2E37;
	height: auto;
}
table.time tr{
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #5A2E37;
	border-right-color: #5A2E37;
	width: 70px;
}
table.time td{
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #5A2E37;
	border-right-color: #5A2E37;
}

table.time th{
	text-align: center;
	width: 130px;
}

table.time th.week{
	width: 50px;
}

table.time td.x{
	background-color: #f7c6bd;
}

ul.access_memo li{
	list-style-position: inside;
	list-style-type: disc;
	font-size:98%;
}

/*　↓　フッター　↓　*/

hr.footer{
	border: 0px none #FFF;
	clear: both;
}

#footer{
	background-image:url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #e7ffb6;
	width: 900px;
	text-align: center;
	height:180px;
}

ul.footer_menu{
	font-size:85%;
	padding-top: 53px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.footer_menu li{
	float: left;
	list-style-position: inside;
	list-style-type: none;
}

#footer p.post{
	text-align: center;
	line-height: 20%;
	font-size:95%;
	clear: both;
}


#footer p.copyright{
	text-align: center;
	line-height: 20%;
	font-size: 75%;
}

#footer p.design{
	text-align: right;
	line-height: 0px;
	font-size:75%;
}
.meta {
  margin: 5px 0;
  padding: 0;
  text-align: right;
}
.thumbnail {
  margin: 0 0 15px 0;
  padding: 0;
}
.page-navi {
  margin: 30px 0;
  padding: 0;
  text-align: center;
}
article p {
  padding: 10px 0;
}