@charset "utf-8";

/*----------スタイルリセット----------*/
/* --HTML-- */
html {
background:#fff;
color:#333;
overflow-y:scroll;
}

/* --BODY-- */
body {
/*font:12px/1.5 'Lucida Grande', Helvetica;*/
font:80%/1.5 'Lucida Grande', Helvetica;
margin:0;
overflow:visible;
padding:0;
}

	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:75%;
	}
	
	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
	}



/* --OTHER TAGS-- */
a img, img { 
border:0;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%; 
	}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;
}

/* tables still need 'cellspacing="0"' */
table {
border-collapse:collapse;
border-spacing:0;
font-size:100%;
}



/*----------ページ共通固定スタイル　ヘッダー部分----------*/
#header {
	background-image:url(../img/parts/header_bg.gif);
	background-repeat:no-repeat;
	margin:0px auto;
	padding:6px 4px 0px;
	height:64px;
	width:900px;
}

#logo {
	width:430px;
	float:left;
	_display:inline;
	margin: 4px 0px 0px 5px;
}
#panel {
	width:330px;
	float:right;
	_display:inline;
	margin-right:10px;
}
#top_navi_list {
	width:160px;
	float:left;
	_display:inline;
}
#top_navi ul li {
	float:left;
	_display:inline;
	margin-right:10px;
	background-image:url(../img/parts/list.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:10px;
}
#font_size {
	background-image:url(../img/parts/font_size_bg.gif);
	background-repeat:no-repeat;
	height:35px;
	float:left;
	_display:inline;
	width:166px;
	margin:0px;
}
#font_size ul {
	margin:5px 0px 0px 65px;
}
#font_size ul li {
	float:left;
	_display:inline;
	margin:0px 0px 0px 8px;
	background-image:none;
	padding:0px;
}

/*----------ページ共通固定スタイル　コンテンツ部分----------*/
#contentsarea {
	background-image:url(../img/parts/cont_bg.gif);
	background-repeat:no-repeat;
	width:880px;
	margin:0px auto;
	padding:10px 14px 5px;
}

#naviarea {
	width:170px;
	float:left;
	_display:inline;
	margin-bottom: 15px;
}
#naviarea ul {
	margin:0px 0px 20px;
}
#naviarea ul li img {
	vertical-align:bottom;
	margin-bottom:3px;
}
#naviarea a:hover {
	position:relative;
	top:1px;
}

#login_box {
	background-image:url(../img/parts/left_side_box.gif);
	background-repeat:no-repeat;
	padding:35px 10px 0px;
	height:81px;
}
#login_box ul {
	margin:0px;
	padding:0px;
}
#login_box #member_page {
	background-image:url(../img/parts/member.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	margin:0px 0px 0px;
	height:20px;
}
#login_box #request {
	background-image:url(../img/parts/request.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}
#login_box p {
	text-align:right;
	margin-right:10px;
	line-height: 130%;
}
#mainarea {
	float:left;
	_display:inline;
	width:700px;
	margin-left:10px;
	margin-bottom: 10px;
}
#contentsarea a:link, a:visited {
	text-decoration:underline;
	color:#666699;
}
#contentsarea a:hover {
	text-decoration:none;
	color:#F90;
}


/*----------ページ共通固定スタイル　フッター部分----------*/
#footer {
	width:880px;
	margin:5px auto 0px;
	background-image:url(../img/parts/footer_bg.gif);
	background-repeat:no-repeat;
	padding:15px 0px;
	text-align:center;
}
#contentsarea #footer .link_bl:link, .link_bl:visited {
	text-decoration:underline;
	color:#669999;
}
#contentsarea #footer .link_bl:hover {
	text-decoration:none;
	color:#ff9900;
}
/*----------ページ共通スタイル----------*/

.link_or:link, .link_or:visited {
	text-decoration:underline;
	color:#F90;
}
.link_or:hover {
	text-decoration:none;
	color:#666699;
}

.left {
	float:left;
	_display:inline;
}
.right {
	float:right;
	_display:inline;
}
.clear {
	clear: both; 
	visibility: hidden; 
	height: 0;
	font-size:0px;
}
*html.clear{ 
	clear: both; 
	visibility: hidden; 
	height: 0; 
	overflow : hidden;
	font-size:0px;
}
.none {
	display:none;
}
.backtop {
	text-align:right;
	margin-right:18px;
}

#page_top_img {
	background-image:url(../img/parts/page_bg.jpg);
	background-repeat:repeat-x;
	height:120px;
}
#page_top_img div {
	width:900px;
	margin:0px auto;
}
#pankuzu {
	font-size:80%;
	margin-bottom:5px;
}
head~/* */body #pankuzu{
	font-size:70%;/* for ie8 */  
	margin-bottom:5px;
}
html:not(:target) #pankuzu{
	font-size:80%;/* for others */  
	margin-bottom:5px;
}
/*==========フォント関係スタイル==========*/
.font_s {
	/font-size:80%;
}
head~/* */body .font_s{
	 font-size:70%;/* for ie8 */  
}
html:not(:target) .font_s{
	 font-size:80%;/* for others */  
}

.font_l {
	/font-size:120%;
}
head~/* */body .font_l{
	 font-size:110%;/* for ie8 */  
}
html:not(:target) .font_l{
	 font-size:120%;/* for others */  
}


.f_right {
	text-align:right;
}
.f_left {
	text-align:left;
}
.f_center {
	text-align:center;
}
.f_top {
	vertical-align:top;
}
.f_middle {
	vertical-align:middle;
}

.font_bold {
	font-weight:bold;
}


.red {
	color:#C00;
}
.blue {
	color:#06C;
}
.green {
	color:#363;
}
.orange {
	color:#F63;
}

/*========================================*/
/*=======ページ見出しスタイル=======*/
.title_about {/*==概要==*/
	background-image:url(../img/parts/about_title.gif);
	background-repeat:no-repeat;
	height:40px;
	font-weight:bold;
	color:#cc0000;
	padding:0px 0px 0px 30px;
	margin:0px 0px 5px;
	line-height:40px;
	font-size:130%;
}
.title_clinic {/*==外来==*/
	background-image:url(../img/parts/clinic_title.gif);
	background-repeat:no-repeat;
	height:40px;
	font-weight:bold;
	color:#ff9900;
	padding:0px 0px 0px 30px;
	margin:0px 0px 5px;
	line-height:40px;
	font-size:130%;
}
.title_hospitalization {/*==入院==*/
	background-image:url(../img/parts/hospitalization_title.gif);
	background-repeat:no-repeat;
	height:40px;
	font-weight:bold;
	color:#e3b600;
	padding:0px 0px 0px 30px;
	margin:0px 0px 5px;
	line-height:40px;
	font-size:130%;
}
.title_emergency {/*==緊急外来==*/
	background-image:url(../img/parts/emergency_title.gif);
	background-repeat:no-repeat;
	height:40px;
	font-weight:bold;
	color:#9F9F00;
	padding:0px 0px 0px 30px;
	margin:0px 0px 5px;
	line-height:40px;
	font-size:130%;
}
.title_guide {/*==案内==*/
	background-image:url(../img/parts/guide_title.gif);
	background-repeat:no-repeat;
	height:40px;
	font-weight:bold;
	color:#a5ce00;
	padding:0px 0px 0px 30px;
	margin:0px 0px 5px;
	line-height:40px;
	font-size:130%;
}
.title_dog {/*==健診・ドッグ==*/
	background-image:url(../img/parts/dog_title.gif);
	background-repeat:no-repeat;
	height:40px;
	font-weight:bold;
	color:#339966;
	padding:0px 0px 0px 30px;
	margin:0px 0px 5px;
	line-height:40px;
	font-size:130%;
}
.title_telephone {/*==電話相談==*/
	background-image:url(../img/parts/telephone_title.gif);
	background-repeat:no-repeat;
	height:40px;
	font-weight:bold;
	color:#396;
	padding:0px 0px 0px 30px;
	margin:0px 0px 5px;
	line-height:40px;
	font-size:130%;
}
.title_course {/*==講習会==*/
	background-image:url(../img/parts/course_title.gif);
	background-repeat:no-repeat;
	height:40px;
	font-weight:bold;
	color:#666699;
	padding:0px 0px 0px 30px;
	margin:0px 0px 5px;
	line-height:40px;
	font-size:130%;
}
.title_access {/*==アクセス==*/
	background-image:url(../img/parts/access_title.gif);
	background-repeat:no-repeat;
	height:40px;
	font-weight:bold;
	color:#7444a4;
	padding:0px 0px 0px 30px;
	margin:0px 0px 5px;
	line-height:40px;
	font-size:130%;
}
.title_adoption {/*==採用==*/
	background-image:url(../img/parts/adoption_title.gif);
	background-repeat:no-repeat;
	height:40px;
	font-weight:bold;
	color:#3869CD;
	padding:0px 0px 0px 30px;
	margin:0px 0px 5px;
	line-height:40px;
	font-size:130%;
}
.title_other {/*==その他==*/
	background-image:url(../img/parts/other_title.gif);
	background-repeat:no-repeat;
	height:40px;
	font-weight:bold;
	color:#666;
	padding:0px 0px 0px 30px;
	margin:0px 0px 5px;
	line-height:40px;
	font-size:130%;
}

/*==========================================*/
 
/*=======各ページ小見出しスタイル=======*/
.about {/*==概要==*/
	background-image:url(../img/parts/about_sub.gif);
	background-repeat:no-repeat;
	height:25px;
	font-weight:bold;
	color:#B70000;
	padding:0px 0px 0px 10px;
	margin:15px 0px 10px;
}
.clinic {/*==外来==*/
	background-image:url(../img/parts/clinic_sub.gif);
	background-repeat:no-repeat;
	height:25px;
	font-weight:bold;
	color:#C47500;
	padding:0px 0px 0px 10px;
	margin:15px 0px 10px;
}
.hospitalization {/*==入院==*/
	background-image:url(../img/parts/hospitalization_sub.gif);
	background-repeat:no-repeat;
	height:25px;
	font-weight:bold;
	color:#BF9900;
	padding:0px 0px 0px 10px;
	margin:15px 0px 10px;
}
.emergency {/*==緊急外来==*/
	background-image:url(../img/parts/emergency_sub.gif);
	background-repeat:no-repeat;
	height:25px;
	font-weight:bold;
	color:#9F9F00;
	padding:0px 0px 0px 10px;
	margin:15px 0px 10px;
}
.guide {/*==案内==*/
	background-image:url(../img/parts/guide_sub.gif);
	background-repeat:no-repeat;
	height:25px;
	font-weight:bold;
	color:#91B500;
	padding:0px 0px 0px 10px;
	margin:15px 0px 10px;
}
.dog {/*==健診・ドッグ==*/
	background-image:url(../img/parts/dog_sub.gif);
	background-repeat:no-repeat;
	height:25px;
	font-weight:bold;
	color:#1F5F3F;
	padding:0px 0px 0px 10px;
	margin:15px 0px 10px;
}
.telephone {/*==電話相談==*/
	background-image:url(../img/parts/telephone_sub.gif);
	background-repeat:no-repeat;
	height:25px;
	font-weight:bold;
	color:#339B67;
	padding:0px 0px 0px 10px;
	margin:15px 0px 10px;
}
.course {/*=講習会===*/
	background-image:url(../img/parts/course_sub.gif);
	background-repeat:no-repeat;
	height:25px;
	font-weight:bold;
	color:#515179;
	padding:0px 0px 0px 10px;
	margin:15px 0px 10px;
}
.access {/*==アクセス==*/
	background-image:url(../img/parts/access_sub.gif);
	background-repeat:no-repeat;
	height:25px;
	font-weight:bold;
	color:#7244A4;
	padding:0px 0px 0px 10px;
	margin:15px 0px 10px;
}
.adoption {/*==採用==*/
	background-image:url(../img/parts/adoption_sub.gif);
	background-repeat:no-repeat;
	height:25px;
	font-weight:bold;
	color:#305FC0;
	padding:0px 0px 0px 10px;
	margin:15px 0px 10px;
}
.other {/*==その他==*/
	background-image:url(../img/parts/other_sub.gif);
	background-repeat:no-repeat;
	height:25px;
	font-weight:bold;
	color:#666;
	padding:0px 0px 0px 10px;
	margin:15px 0px 10px;
}
/*==========================================*/

.textarea {
	margin:5px 10px 0px;
}
.textarea p {
	margin-bottom:15px;
	line-height:160%;
}
.textarea h3 {
	font-weight:bold;
	background-color:#f2f2f2;
	padding:5px 10px;
	margin-bottom:10px;
}
.textarea h4 {
	font-weight:bold;
	margin-bottom:3px;
}
dl {
	margin-bottom:15px;
}
dl dt {
	margin-bottom:3px;
}
dl dd {
	margin:0px 0px 5px 15px; 
}
.textarea ul {
	margin:0px 0px 10px 20px;
}
.textarea ul li {
	list-style-type:circle;
	margin-bottom:5px;
}
.textarea ol {
	margin:0px 0px 10px 30px;
}
.textarea ol li {
	list-style-type:decimal;
	margin-bottom:5px;
}
.textarea .ul_list {
	margin-bottom:15px;
}
 .textarea .ul_list li {
	 background-image:url(../img/parts/list.gif);
	 background-repeat:no-repeat;
	 padding-left:10px;
	 background-position:0px 5px;
	 margin:0px 0px 3px 15px;
	 list-style-type:none;
}
/*--基本--*/
table {
	margin-bottom:15px;
	border:1px solid #efefef;
}
table th {
	background-color:#FDF9E3;
	border:1px solid #d5d5d5;
	padding:10px;
}
table td {
	border:1px solid #d5d5d5;
	padding:10px;
}
/*--線なし--*/
.textarea .tb_no {
	margin:0px 0px 15px;
	border:0px;
}
.textarea .tb_no th {
	padding:10px;
	white-space:nowrap;
	vertical-align:top;
	border:0px;
}
.textarea .tb_no td {
	padding:10px;
	vertical-align: top;
	border:0px;
}
/*--上下線あり--*/
.textarea .tb_line {
	margin-bottom:15px;
	border:0px;
}
.textarea .tb_line th {
	border:1px solid #d5d5d5;
	border-left:0px;
	border-right:0px;
}
.textarea .tb_line td {
	border:1px solid #d5d5d5;
	border-left:0px;
	border-right:0px;
}

/*--上下線ありテーブル内--*/
.textarea .tb_note {
	border:0px;
	margin-bottom:0px;
}
.textarea .tb_note th {
	border:1px solid #d5d5d5;
	border-left:0px;
	border-right:0px;
}
.textarea .tb_note td {
	border:1px solid #d5d5d5;
	border-left:0px;
	border-right:0px;
	padding:5px;
}
.textarea .tb_note .noborder {
	border:0px;
}

/*--線なしテーブル内--*/
.textarea .tb_in {
	margin:0px 0px 0px;
	border:0px;
}
.textarea .tb_in th {
	padding:0px 10px 10px 0px;
	white-space:nowrap;
	vertical-align:top;
	border:0px;
}
.textarea .tb_in td {
	padding:0px 10px 10px 0px; 
	vertical-align: top;
	border:0px;
}


/*======================*/


.textarea .tb_form {
	border:1px solid #ccc;
}
.textarea .tb_form th {
	background-color:#f5f5f5;
	font-weight:bold;
	padding:3px 5px;
	border:1px solid #ccc;
}
.textarea .tb_form td {
	padding:3px 5px;
	border:1px solid #ccc;
}

.textarea .mg_l5 {
	margin-left:5px;
}
.textarea .mg_l8 {
	margin-left:8px;
}
.textarea .mg_l10 {
	margin-left:10px;
}
.textarea .mg_l30 {
	margin-left:30px;
}

.textarea .mg_r10 {
	margin-right:10px;
}
.textarea .mg_rb10 {
	margin:0px 10px 10px 0px;
}
.textarea .mg_lb10 {
	margin:0px 0px 10px 10px;
}
.textarea .mg_b0 {
	margin-bottom:0px;
}
.textarea .w15 {
	width:15%;
}
.textarea .w20 {
	width:20%;
}
.textarea .w50 {
	width:50%;
}
.textarea .w70 {
	width:70%;
}
.textarea .w80 {
	width:80%;
}
.textarea .w95 {
	width:95%;
}
.textarea .w100 {
	width:100%;
}
.textarea .bg_orange {
	background-color:#F8E3D1;
}

.textarea .indent {
	padding-left:1em;
	text-indent:-1em;
}
head~/* */body .textarea .indent{
	padding-left:1em;
	text-indent:-0.8em;/* for ie8 */
}
html:not(:target) .textarea .indent{
	padding-left:1em;
	text-indent:-1em;/* for others */  
}
.textarea .box_blue {
	padding:10px;
	margin:10px 10px 15px;
	background-color:#CEEEF4;
}

.textarea .box_line {
	padding:10px;
	margin:10px 10px 15px;
	border:2px solid #E8E8E8;
}
.textarea .dl_qa {
	margin:0px 0px 10px 10px;
}
.textarea .dl_qa dt {
	background-image:url(../img/parts/q.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	font-weight:bold;
	color:#006699;
	background-position:0px 2px;
}
.textarea .dl_qa dd {
	background-image:url(../img/parts/a.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	margin:0px 0px 10px;
	background-position:0px 2px;
}
.textarea .nowrap {
	white-space:nowrap;
}

/*=====各ページのみスタイル=====*/
.textarea .tb_construction {
	border:0px;
	margin-bottom:15px;
}
.textarea .tb_construction td {
	border:0px;
}
.textarea .tb_construction .bg {
	background-color:#597CE4;
}

/*=====スタッフ紹介スタイル=====*/
.textarea .staff {
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.textarea .name {
	width:105px;
	padding:3px 0px 5px 5px;
	float:left;
	_display:inline;
}
.textarea .data {
	width:570px;
	/*border-left:1px solid #ccc;*/
	float:left;
	_display:inline;
}
.textarea .staff_data {
	margin-bottom:0px;
	padding-bottom:0px;
}
.textarea .staff_data dt {
	color:#0088CA;
	clear:both;
	float:left;
	width:8em;
	padding:3px 0.5em;
}
.textarea .staff_data dd {
	margin-left:0px;
	padding:3px 0.5em 3px 9em;
	/*border-bottom:1px solid #ccc;*/
}
/*========================================*/

/*================外来予定表========================*/
.textarea .tb_schedule1 th, .textarea .tb_schedule1 td, .textarea .tb_schedule2 th, .textarea .tb_schedule2 td {
	padding:3px 4px;
}
.textarea .tb_schedule1 {
	width:680px;
	margin-bottom:25px;
}
.textarea .tb_schedule1 caption{
	text-align:center;
	padding:20px 0px;
	font-weight:bold;
}
.textarea .tb_schedule1 .heading1 {
	width:98px;
}
.textarea .tb_schedule1 .day1 {
	width:97px;
}
.textarea .tb_schedule2 {
	width:680px;
	margin-bottom:25px;
}
.textarea .tb_schedule2 .heading2 {
	width:115px;
}
.textarea .tb_schedule2 .day2 {
	width:113px;
}
.textarea .tb_schedule1 .sun {
	color:#C00;
	vertical-align:top;
}
.textarea .tb_schedule1 .sat {
	color:#06C;
	vertical-align:top;
}
.textarea .tb_schedule1 p{
	color:#000;
}

.textarea .month_set{
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
}

.access_map {
	width:640px;
	height:480px;
	margin:5px auto 20px;
}

/*=================サイトマップ=======================*/
.sitemap {
	font-weight:bold;
	margin-bottom:5px;
	font-size:120%;
}
.textarea .ul_sitemap {
	margin:0px 0px 0px 10px;
	padding:0px;
	width:205px;
	float:left;
	_display:inline
}
.textarea .ul_sitemap li {
	list-style-type:none;
	background-image:url(../img/parts/list.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 10px;
}
.textarea .ul_sitemap ul li {
	list-style-type:disc;
	background-image:none;
	padding:0px;
}
.textarea .ul_sitemap .no {
	background-image:none;
	margin-left:0px;
	padding-left:0px;
}
.textarea .ul_sitemap .no ul {
	margin:0px 0px 0px 30px;
	padding-left:0px;
}

