@charset "UTF-8";

@media print {

body {
	zoom: 80%;
	}
}

	
/*
*	1.  YUI Fonts CSS
*	2.  YUI Reset CSS
*	3.  フォントサイズ設定
*	4.  サイト構造
*	5.  ヘッダ設定
*	6.  ヘッダメニュー設定
*	7.  TOPページ　コンテンツ設定
*	8.  フッター設定
*	9.  次ページ COMMON設定
*	10. お仕事一覧・詳細設定
*	12. 商品詳細覧設定
*	13. その他細かいの設定
*	14. スペース設定
*/

/*======================================

	1. YUI Fonts CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* YUI Fonts CSS */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/*======================================

	2. YUI Reset CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
=======================================*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}



caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

legend {
	color:#000;
}


/*======================================

	3. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

* {
	line-height: 1.5;
	font-style: normal;
}

strong {
	font-weight:bold;
}


/*======================================

	4. サイト構造
	
=======================================*/

body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}



/*======================================

	5. ヘッダ設定
	
=======================================*/


#header {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 70px;
	position: relative;
}

#header-logo {
	margin: 0;
	padding: 0;
	width: 270px;
	height: 34px;
	position: absolute;
	background-image: url(../img/logo.png);
	top: 31px;
	left: 20px;
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#header-logo a {
	display: block;
	width: 270px;
	height: 34px;
	}

#header-logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}


#header-menu {
	margin: 0 15px 0 0;
	padding: 3px 0 0 0;
	float: right;
	width: 263px;
	height: 24px;
	text-align: center;
	font-size: 85%;
	background-image: url(../img/header-bg.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#header-menu a {
	text-decoration: none;
	color: #333333;
}

#header-menu a:hover {
	color: #FF3300;
}


/*======================================

	6. メニュー設定
	
=======================================*/

#menu{
	margin: 0 auto;
	padding: 0 0 0 20px;
	width: 780px;
	height: 53px;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#menu li, #menu a {
	display:block;
	height:53px;
	}

#menu li {
	float: left;
	}
	
#menu a {
	text-decoration: none;
	background: url(../img/menu.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

#menu span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#menu01 a{
	background-position: 0 0;
	width: 126px;
	}

#menu01 a:hover{
	background-position: 0 -53px;
	}
	
#menu01 a:active{
	background-position: 0 -53px;
	}

#menu02 a{
	background-position: -126px 0;
	width: 127px;
	}

#menu02 a:hover{
	background-position: -126px -53px;
	}
	
#menu02 a:active{
	background-position: -126px -53px;
	}

#menu03 a{
	background-position: -253px 0;
	width: 127px;
	}

#menu03 a:hover{
	background-position: -253px -53px;
	}
	
#menu03 a:active{
	background-position: -253px -53px;
	}

#menu04 a{
	background-position: -380px 0;
	width: 127px;
	}

#menu04 a:hover{
	background-position: -380px -53px;
	}
	
#menu04 a:active{
	background-position: -380px -53px;
	}

#menu05 a{
	background-position: -507px 0;
	width: 127px;
	}

#menu05 a:hover{
	background-position: -507px -53px;
	}
	
#menu05 a:active{
	background-position: -507px -53px;
	}

#menu06 a{
	background-position: -634px 0;
	width: 126px;
	}

#menu06 a:hover{
	background-position: -634px -53px;
	}
	
#menu06 a:active{
	background-position: -634px -53px;
	}



/*======================================

	7. TOPページ　コンテンツ設定
	
=======================================*/

#top-image {
	margin: 21px auto 0 auto;
	padding: 0px;
	width: 800px;
	height: 322px;
}


#top-contents {
	margin: 0 auto;
	padding: 20px 15px 20px 20px;
	width: 765px;
	text-align: left;
	background-image: url(../img/main-bg.gif);
}


#top-contents-left {
	margin: 0;
	padding: 0;
	width: 507px;
	text-align: left;
	float: left;
}


#top-contents-right {
	margin: 0;
	padding: 0;
	width: 230px;
	text-align: left;
	float: right;
}


#top-contents-bottom {
	clear:both;
}

#top-contents h2 {
	margin: 0 0 15px 0;
	display: block;
	width: 507px;
	height: 43px;
	background-image: url(../img/top-message.gif);
}

#top-contents h2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}


/*======================================

	8. フッター設定
	
=======================================*/


#footer {
	margin: 0;
	padding: 0;
	height: 115px;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-top: 5px solid #E4E4E4;
	clear: both;
}

.copyright {
	margin: 10px auto 0 auto;
	width: 800px;
	text-align: center;
	color: #333333;
}

/*======================================

	9. 次ページ COMMON設定
	
=======================================*/

#main-image {
	margin: 20px auto 10px auto;
	padding: 0;
	width: 800px;
}


#contents {
	margin: 0 auto 20px auto;
	padding: 0 20px;
	width: 760px;
	text-align: left;
	background-image: url(../img/main-bg.gif);
}


#contents-left {
	margin: 0;
	padding: 0;
	width: 180px;
	text-align: left;
	float: left;
}


#contents-right {
	margin: 0;
	padding: 0;
	width: 560px;
	text-align: left;
	float: right;
}

#contents-bottom {
	padding: 36px 20px 10px 0;
	text-align: right;
	background-image: url(../img/footer-bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width:895px;
	clear:both;
}


h3 {
	margin: 0 0 5px 0;
	padding: 10px 10px 10px 20px;
	border: 1px solid #BAAE8C;
	color: #3D2103;
	font-size: 122%;
	clear: both;
	background-image: url(../img/h3-bg.gif);
	background-position: center left;
}

h3.guide01 {
	background-image: url(../img/h3-bg1.gif);
}

h3.guide02 {
	background-image: url(../img/h3-bg2.gif);
}

h3.guide03 {
	background-image: url(../img/h3-bg3.gif);
}

h3.guide04 {
	background-image: url(../img/h3-bg4.gif);
}

h3.guide05 {
	background-image: url(../img/h3-bg5.gif);
}

h3.guide06 {
	background-image: url(../img/h3-bg6.gif);
}


/*======================================

	8. サブメニュー設定
	
=======================================*/

#sub-menu {
	margin: 0 4px 30px 4px;
	padding: 0;
	width: 172px;
	}

#sub-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#sub-menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #CCCCCC;
	}

#sub-menu li,
#sub-menu a {
	display: block;
	widows: 172px
	}

#sub-menu a {
	margin: 0;
	padding: 10px 5px 8px 18px;
	background-image: url(../img/sub-menu-bg.gif);
	height: 18px;
	text-decoration: none;
	color: #666666;
	line-height: 1.2em;
	}

#sub-menu a:hover{
	color: #B00003;
	background-image: url(../img/sub-menu-bg2.gif);
	}


#sub-menu li.sub-2 a {
	margin: 0;
	padding: 10px 5px 8px 18px;
	background-image: url(../img/sub-menu2-bg.gif);
	height: 30px;
	text-decoration: none;
	color: #666666;
	line-height: 1.2em;
	}

#sub-menu li.sub-2 a:hover{
	color: #B00003;
	background-image: url(../img/sub-menu2-bg2.gif);
	}

/*======================================

	10. 看護部紹介
	
=======================================*/

.outline-title table {
	margin: 0 0 30px 0;
	width: 100%;
	border-collapse: collapse;
	}

.outline-title td,
.outline-title th {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
	}

.outline-title th {
	background-color: #F5F5F5;
	color: #6B0709;
	width: 150px;
	}

.outline-pic {
	margin: 0 5px 20px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 200px;
	background-color: #FFFFFF;
	float: left;
}


/*======================================

	11. 病棟紹介
	
=======================================*/

.guid-table {
	margin: 0 auto;
	width: 560px;
}

.guid-table td{
	padding: 10px;
	text-align: center;
	font-size: 107%;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
}

.guid-table td a{
	text-decoration: none;
	color: #333333;
}

.guid-table td img{
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.guid-table td.guid-bg01{
	background-image: url(../img/h3-bg1.gif);
	background-position: right;
}

.guid-table td.guid-bg02{
	background-image: url(../img/h3-bg2.gif);
	background-position: right;
}

.guid-table td.guid-bg03{
	background-image: url(../img/h3-bg3.gif);
	background-position: right;
}

.guid-table td.guid-bg04{
	background-image: url(../img/h3-bg4.gif);
	background-position: right;
}

.guid-table td.guid-bg05{
	background-image: url(../img/h3-bg5.gif);
	background-position: right;
}

.guid-table td.guid-bg06{
	background-image: url(../img/h3-bg6.gif);
	background-position: right;
}

.guid-table td.guid-bg07{
	background-image: url(../img/h3-bg.gif);
	background-position: right;
}



.guide-title {
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #BAAE8C;
	font-size: 107%;
	color: #333333;
}

#guide-image {
	margin: 30px 0 0 0;
}


/*======================================

	11. スタッフの声
	
=======================================*/


/*----- メッセージ設定 -----*/

.voice-pic {
	margin: 0 5px 20px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 200px;
	background-color: #FFFFFF;
	float: left;
}


/*----- 新人設定 -----*/
.advice {
	font-size: 114%;
	font-weight: bold;
	border-bottom: 2px solid #3D2103;
}



/*----- 主任設定 -----*/

.interview-list li{
	margin: 0 0 20px 0;
}

.interview-list span{
	font-size: 122%;
	font-weight: bold;
	color: #E54B11;
}


/*----- 新人設定 -----*/

#newcomer {
	position: relative;
	height: 537px;
	background-image: url(../voice/img/bg.gif);
}

.newcomer01 {
	position: absolute;
	left: 16px;
	top: 15px;
}

.newcomer02 {
	position: absolute;
	left: 372px;
	top: 10px;
}

.newcomer03 {
	position: absolute;
	left: 96px;
	top: 185px;
}

.newcomer04 {
	position: absolute;
	left: 301px;
	top: 189px;
}

.newcomer05 {
	position: absolute;
	left: 34px;
	top: 365px;
}

.newcomer06 {
	position: absolute;
	left: 349px;
	top: 368px;
}

.newcomer-pic {
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 170px;
	background-color: #FFFFFF;
	text-align: center;
}

.new-bg01 {
	background-image: url(../voice/img/new-bg01.jpg);
	background-repeat: repeat;
}

.new-bg02 {
	background-image: url(../voice/img/new-bg02.jpg);
	background-repeat: repeat;
}

.new-bg03 {
	background-image: url(../voice/img/new-bg03.jpg);
	background-repeat: repeat;
}

.new-bg04 {
	background-image: url(../voice/img/new-bg04.jpg);
	background-repeat: repeat;
}

.new-bg05 {
	background-image: url(../voice/img/new-bg05.jpg);
	background-repeat: repeat;
}

.new-bg06 {
	background-image: url(../voice/img/new-bg06.jpg);
	background-repeat: repeat;
}

#new-main {
	margin: 50px auto;
	width: 640px;
	text-align: center;
}

#new-main img{
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

/*======================================

	11. 教育体制
	
=======================================*/

.education-table {
	margin: 0 0 30px 0;
}

.education-table p {
	font-weight: bold;
	font-size: 114%;
}

.education-table table {
	width: 100%;
	border-collapse: collapse;
	}

.education-table td, 
.education-table th {
	padding: 5px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	}

.education-table th {
	text-align: center;
	background-color: #F5F5F5;
	color: #6B0709;
	width: 40px;
	}

.education-comment {
	margin: 0 0 30px 0;
	width: 290px;
	float: right;
}

.education-pic {
	margin: 0 5px 70px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 250px;
	background-color: #FFFFFF;
	float: left;
	height: 250px;
}


/*======================================

	12. メッセージ設定
	
=======================================*/

/*----- メッセージ設定 -----*/




	

/*======================================

	13. その他細かいの設定
	
=======================================*/

/*----- イメージ設定 -----*/
.img-right {
	padding: 5px;
	float: right;
}

.img-left {
	padding: 5px;
	float: left;
}

.img-middle {
	vertical-align: middle;
}


/*----- TEXT寄せ設定 -----*/
.text-right {
	text-align:right;
}

.text-center {
	text-align:center;
}


/*----- 通常のリスト設定 -----*/
.basic-number {
	list-style-position: inside;
	list-style-type: decimal;
}

.basic-list {
	list-style-type: square;
}


.text-green {
	color: #336600;
}

/*======================================

	14. スペース設定
	
=======================================*/

.bottom-space5{
	padding-bottom: 5px;
}

.bottom-space10{
	padding-bottom: 10px;
}

.bottom-space15{
	padding-bottom: 15px;
}

.bottom-space20{
	padding-bottom: 20px;
}

.bottom-space30{
	padding-bottom: 30px;
}

.bottom-space50{
	padding-bottom: 50px;
}

.top-space5{
	padding-top: 5px;
}

.top-space10{
	padding-top: 10px;
}

.top-space15{
	padding-top: 15px;
}

.top-space20{
	padding-top: 20px;
}

.top-space30{
	padding-top: 30px;
}

.top-space50{
	padding-top: 50px;
}
