/* ＣＳＳレイアウト（ベース） */
html {
	overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
/*ページ全体の設定*/
#page {
	width: 850px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	color: #333333;
}
/* ヘッダー領域 */
#header {
	width: 850px;
	height: 100px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 160%;
	background-image: url(../images/img_header.jpg);
	background-position: left top;
}
/* ヘッダー（左） */
#header #head_left {
	width: 230px;
	margin: 0px;
	padding-top: 30px;
	padding-left: 20px;
	float: left;
}
/* ヘッダー（右） */
#header #head_right {
	width: 600px;
	margin: 0px;
	padding-top: 5px;
	float: left;
}
/* ヘッダー（右：上） */
#header #head_right_top {
	margin-left: 260px;
	padding-top: 2px;
	padding-bottom: 10px;
}
/* ヘッダー（右：下） */
#header #head_right_under {
	margin: 0px;
	padding: 0px;
}
/* メニュー領域 */
#menu {
	width: 600px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
/* メニュー */
#menu li {
	list-style-type: none;
	float: left;
	display: block;
	text-align: center;
}
/* メニュー（ＨＯＭＥ） */
#menu #menu_1 a {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_off.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（ＨＯＭＥ）マウスオーバー */
#menu #menu_1 a:hover {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（ＨＯＭＥ）選択 */
#menu #menu_1_active {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（トリミング） */
#menu #menu_2 a {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_off.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（トリミング）マウスオーバー */
#menu #menu_2 a:hover {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（トリミング）選択 */
#menu #menu_2_active {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（フード） */
#menu #menu_3 a {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_off.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（フード）マウスオーバー */
#menu #menu_3 a:hover {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（フード）選択 */
#menu #menu_3_active {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（グッズ） */
#menu #menu_4 a {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_off.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（グッズ）マウスオーバー */
#menu #menu_4 a:hover {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（グッズ）選択 */
#menu #menu_4_active {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（生体） */
#menu #menu_5 a {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_off.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（生体）マウスオーバー */
#menu #menu_5 a:hover {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（生体）選択 */
#menu #menu_5_active {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（ペットホテル） */
#menu #menu_6 a {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_off.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（ペットホテル）マウスオーバー */
#menu #menu_6 a:hover {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（ペットホテル）選択 */
#menu #menu_6_active {
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* 左ＢＯＸ */
#main_left {
	width: 250px;
	padding: 0px;
	margin: 0px;
	float: left;
}
/* サイドメニューＢＯＸ */
#side_menu_box {
	width: 215px;
	height: 390px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
	background-color: #E3E1C3;
	display: block;
}
/* こだわり・方針 */
#side_menu_box #side_menu_1 a {
	width: 150px;
	height: 27px;
	margin-bottom: 5px;
	padding-top: 13px;
	padding-left: 50px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/submenu_off.jpg);
	background-position: left top;
	display: block;
}
/* こだわり・方針　マウスオーバー */
#side_menu_box #side_menu_1 a:hover {
	width: 150px;
	height: 27px;
	margin-bottom: 5px;
	padding-top: 13px;
	padding-left: 50px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/submenu_on.jpg);
	background-position: left top;
	display: block;
}
/* こだわり・方針　選択 */
#side_menu_box #side_menu_1_active {
	width: 150px;
	height: 27px;
	margin-bottom: 5px;
	padding-top: 13px;
	padding-left: 50px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/submenu_on.jpg);
	background-position: left top;
	display: block;
}
/* 店舗紹介 */
#side_menu_box #side_menu_2 a {
	width: 150px;
	height: 27px;
	margin-bottom: 5px;
	padding-top: 13px;
	padding-left: 50px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/submenu_off.jpg);
	background-position: left top;
	display: block;
}
/* 店舗紹介　マウスオーバー */
#side_menu_box #side_menu_2 a:hover {
	width: 150px;
	height: 27px;
	margin-bottom: 5px;
	padding-top: 13px;
	padding-left: 50px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/submenu_on.jpg);
	background-position: left top;
	display: block;
}
/* 店舗紹介　選択 */
#side_menu_box #side_menu_2_active {
	width: 150px;
	height: 27px;
	margin-bottom: 5px;
	padding-top: 13px;
	padding-left: 50px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/submenu_on.jpg);
	background-position: left top;
	display: block;
}
/* お問合せ */
#side_menu_box #side_menu_3 a {
	width: 150px;
	height: 27px;
	margin-bottom: 5px;
	padding-top: 13px;
	padding-left: 50px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/submenu_off.jpg);
	background-position: left top;
	display: block;
}
/* お問合せ　マウスオーバー */
#side_menu_box #side_menu_3 a:hover {
	width: 150px;
	height: 27px;
	margin-bottom: 5px;
	padding-top: 13px;
	padding-left: 50px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/submenu_on.jpg);
	background-position: left top;
	display: block;
}
/* お問合せ　選択 */
#side_menu_box #side_menu_3_active {
	width: 150px;
	height: 27px;
	margin-bottom: 5px;
	padding-top: 13px;
	padding-left: 50px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/submenu_on.jpg);
	background-position: left top;
	display: block;
}
/* リンク(しつけ教室) */
.side_link_shitsuke {
	width: 220px;
	height: 150px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	display: block;
}
/* リンク(ギャラリー) */
.side_link_gallery {
	width: 220px;
	height: 50px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	display: block;
}
/* 新着情報 */
#news {
	margin: 0px;
	padding: 0px;
	display: block;
}
/* 新着情報ボックス */
#news #news_box {
	width: 222px;
	height: 200px;
	margin-bottom: 20px;
	padding: 2px;
	overflow: auto;
	background-color: #FFFFFF;
    border-color: #D8BFD8;
    border-style: solid;
    border-width: 2px;
	display: block;
}
/* 新着情報ボックス(li) */
#news #news_box li {
	list-style-type: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0000FF;
	margin-bottom: 5px;
}
/* 右ＢＯＸ*/
#main_right {
	width: 600px;
	margin-top: 0px;
	padding: 0px;
	float: left;
}
/* トップページイメージ */
#top_main_img {
	width: 600px;
	height: 400px;
	margin-bottom: 20px;
	padding: 0px;
	display: block;
}
/* 区切り（トップページ） */
.kugiri_top_page {
	width: 600px;
	height: 4px;
	margin-bottom: 10px;
	padding: 0px;
	display: block;
}
/* コンテンツ情報（トップページ） */
.content_top_info {
	width: 519px;
	height: 80px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-left: 40px;
	line-height: 160%;
	background-color: #F5F5F5;
    border-bottom-color: #DCDCDC;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-color: #DCDCDC;
    border-right-style: solid;
    border-right-width: 1px;
	display: block;
}
/* コンテンツ内容（トップページ） */
.content_top_naiyo {
	width: 538px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 20px;
	background-color: #FFF0F5;
    border-color: #D8BFD8;
    border-style: solid;
    border-width: 1px;
	display: block;
}
/* コンテンツバナー（トップページ） */
.content_top_banner {
	width: 560px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0px;
	display: block;
}
/* コンテンツタイトルバー */
.content_title_bar {
	width: 550px;
	height: 22px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-left: 50px;
	background-image: url(../images/bar_title.jpg);
}
/* コンテンツサブタイトルバー */
.content_subtitle_bar {
	width: 250px;
	height: 22px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-left: 50px;
	background-image: url(../images/bar_subtitle.jpg);
}
/* コンテンツ内容 */
.content_naiyo {
	width: 545px;
	margin-left: 40px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 5px;
	background-color: #FFFFFF;
    border-bottom-color: #DCDCDC;
    border-bottom-style: solid;
    border-bottom-width: 2px;
	display: block;
}
/* コンテンツ概要 */
.content_gaiyo {
	width: 550px;
	margin-left: 40px;
	margin-bottom: 20px;
	padding-top: 10px;
	display: block;
}
/* コンテンツ設備 */
.content_setsubi {
	width: 528px;
	margin-left: 40px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFFFFF;
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 1px;
	display: block;
}
/* 病院概要アンダーライン */
.gaiyo_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}
/* フッター */
#footer {
	clear: both;
	width: 850px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	background-color: #FED990;
}
/* フッター領域（メニュー行） */
#footer #footer_menu_row {
	margin: 0px;
	padding-top: 5px;
	text-align: right;
}
/* フッター領域（メニュー） */
#footer #footer_menu_row .footer_menu {
	color: #4C4C4C;
	font-size: 11px;
	text-decoration: none;
}
/* フッター領域（メニュー区切） */
#footer #footer_menu_row .footer_kugiri {
	color: #4C4C4C;
	font-size: 11px;
}
/* フッター領域（copyright） */
#footer #footer_copy {
	margin-left: 10px;
	margin-top: 15px;
}
