/* ＣＳＳレイアウト（ベース） */
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 {
	padding: 0px;
	width: 850px;
	height: 60px;
	line-height: 160%;
	background-color: #FFF8DC;
}
/* ヘッダー（左） */
#header #head_left {
	width: 485px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
}
/* ヘッダー（右） */
#header #head_right {
	width: 345px;
	margin: 0px;
	padding-top: 5px;
	float: left;
}
/* メニュー領域 */
#menu {
	clear: both;
	width: 825px;
	height: 40px;
	margin-bottom: 15px;
	padding-left: 25px;
	background-image: url(../images/menu_bar.jpg);
	background-position: left top;
}
/* メニュー */
#menu li {
	list-style-type: none;
	float: left;
	display: block;
	text-align: center;
}
/* メニュー（ＨＯＭＥ） */
#menu #menu_home a {
	width: 160px;
	height: 28px;
	padding-top: 12px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_off.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（ＨＯＭＥ）マウスオーバー */
#menu #menu_home a:hover {
	width: 160px;
	height: 28px;
	padding-top: 12px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（ＨＯＭＥ）選択 */
#menu #menu_home_active {
	width: 160px;
	height: 28px;
	padding-top: 12px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（ごあいさつ） */
#menu #menu_aisatsu a {
	width: 160px;
	height: 28px;
	padding-top: 12px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_off.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（ごあいさつ）マウスオーバー */
#menu #menu_aisatsu a:hover {
	width: 160px;
	height: 28px;
	padding-top: 12px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（ごあいさつ）選択 */
#menu #menu_aisatsu_active {
	width: 160px;
	height: 28px;
	padding-top: 12px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（診療内容） */
#menu #menu_naiyo a {
	width: 160px;
	height: 28px;
	padding-top: 12px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_off.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（診療内容）マウスオーバー */
#menu #menu_naiyo a:hover {
	width: 160px;
	height: 28px;
	padding-top: 12px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（診療内容）選択 */
#menu #menu_naiyo_active {
	width: 160px;
	height: 28px;
	padding-top: 12px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（病院案内） */
#menu #menu_annai a {
	width: 160px;
	height: 28px;
	padding-top: 12px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_off.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（病院案内）マウスオーバー */
#menu #menu_annai a:hover {
	width: 160px;
	height: 28px;
	padding-top: 12px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（病院案内）選択 */
#menu #menu_annai_active {
	width: 160px;
	height: 28px;
	padding-top: 12px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（診療料金） */
#menu #menu_ryokin a {
	width: 160px;
	height: 28px;
	padding-top: 12px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_off.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（診療料金）マウスオーバー */
#menu #menu_ryokin a:hover {
	width: 160px;
	height: 28px;
	padding-top: 12px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* メニュー（診療料金）選択 */
#menu #menu_ryokin_active {
	width: 160px;
	height: 28px;
	padding-top: 12px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/menu_on.jpg);
	background-position: left top;
	display: block;
}
/* トップページイメージ */
#top_main_img {
	width: 850px;
	height: 378px;
	margin-bottom: 20px;
	padding-top: 12px;
	background-image: url(../images/img_top_back.jpg);
	background-position: left top;
}
/* 左ＢＯＸ */
#main_left {
	width: 250px;
	padding: 0px;
	margin: 0px;
	float: left;
}
/* サイドメニューＢＯＸ */
#side_menu_box {
	width: 220px;
	height: 410px;
	margin: 0px;
	padding-top: 30px;
	padding-left: 20px;
	margin-bottom: 20px;
	background-image: url(../images/img_side_back.jpg);
	background-position: left top;
}
/* トリミング */
#side_menu_box #side_menu_1 a {
	width: 200px;
	height: 100px;
	margin-bottom: 15px;
	padding: 0px;
	background-image: url(../images/banner_trimming_off.jpg);
	background-position: left top;
	display: block;
}
/* トリミング　マウスオーバー */
#side_menu_box #side_menu_1 a:hover {
	width: 200px;
	height: 100px;
	margin-bottom: 15px;
	padding: 0px;
	background-image: url(../images/banner_trimming_on.jpg);
	background-position: left top;
	display: block;
}
/* ペットホテル */
#side_menu_box #side_menu_2 a {
	width: 200px;
	height: 100px;
	margin-bottom: 15px;
	padding: 0px;
	background-image: url(../images/banner_hotel_off.jpg);
	background-position: left top;
	display: block;
}
/* ペットホテル　マウスオーバー */
#side_menu_box #side_menu_2 a:hover {
	width: 200px;
	height: 100px;
	margin-bottom: 15px;
	padding: 0px;
	background-image: url(../images/banner_hotel_on.jpg);
	background-position: left top;
	display: block;
}
/* しつけ教室 */
#side_menu_box #side_menu_3 a {
	width: 200px;
	height: 150px;
	margin-bottom: 15px;
	padding: 0px;
	background-image: url(../images/banner_shitsuke_off.jpg);
	background-position: left top;
	display: block;
}
/* しつけ教室　マウスオーバー */
#side_menu_box #side_menu_3 a:hover {
	width: 200px;
	height: 150px;
	margin-bottom: 15px;
	padding: 0px;
	background-image: url(../images/banner_shitsuke_on.jpg);
	background-position: left top;
	display: block;
}
/* 新着情報 */
#news {
	margin: 0px;
	padding: 0px;
	display: block;
}
/* 新着情報ボックス */
#news #news_box {
	width: 232px;
	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;
}
/* メッセージボード */
#message {
	width: 224px;
	height: 206px;
	margin-bottom: 20px;
	padding-top: 34px;
	padding-left: 16px;
	overflow: auto;
	background-image: url(../images/img_msg_bord.jpg);
	background-position: left top;
	display: block;
}
/* 右ＢＯＸ*/
#main_right {
	width: 600px;
	margin-top: 0px;
	padding: 0px;
	float: left;
}
/* コンテンツ情報（トップページ） */
.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_title_bar {
	width: 540px;
	height: 22px;
	margin-left: 10px;
	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: 10px;
	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;
}
