@charset "utf-8";

/*////////////////////////////////////////////////////////////////////////////////////////

	[nuhw_syllabus_cd-h25.css] Ver.20130225
	
	(C) Shinkousoku Printing Inc.
	
	contents:
		A. default
		
		B. NUHW Syllabus CD H25 1（今回のコンテンツ用css）
			B-01 body
			B-02 #container
			B-03	h1
			B-04 パンくず（#breadcrumbs）
			B-05 #index
			B-06 フッター画像
			B-07 #content
			B-08 h2
			B-09 p
			B-10 list（ol・ul・dl）
			B-11 table
			B-12 a
			B-13 #curriculum・#list 共通
			B-14 #curriculum（学年を選ぶリスト）
			B-15 #list（学科を選ぶリスト）
			B-16 #pmenu（各学科ページのページ内リンク）
				※B-03～B-04 #header
				※B-05～B-06 #footer
				※B-07～     #content
				
		C. NUHW Syllabus CD H25 2（今回のコンテンツ用css 各学科ページ専用部分）
			C-01 .pt（理学）
			C-02 .ot（作業）
			C-03 .st（言語）
			C-04 .at（義肢）
			C-05 .mt（臨床）
			C-06 .hn（健栄）
			C-07 .hs（健ス）
			C-08 .nr（看護）
			C-09 .sw（社会）
			C-10 .hi（情報）

////////////////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	A. default

------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.54;
	text-align: left;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-style: normal;	
	font-size: 13px;
	color: #000;
}

th,
td {
	line-height: 1.54;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-style: normal;
	font-size: 13px;
	color: #000;
}

th {
	font-weight: bold;
}

textarea 	{ font-size: 13px;}
hr 			{ display: none;}
a img 		{ border: none;}


/*----- list -----*/
ul.nostyle,
ol.nostyle {
	list-style: none;
}


/*----- clearfix -----*/
.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
*:first-child+html .clearfix 	{ zoom: 1;}
* html .clearfix 				{ zoom: 1;}


/*----- class -----*/
.left 		{ text-align: left;}
.center 	{ text-align: center;}
.right 		{ text-align: right;}
.nodisplay 	{ display: none;}


/*------------------------------------------------------------------------------

	B. NUHW Syllabus CD H25 1（今回のコンテンツ用css）

------------------------------------------------------------------------------*/

/*----- B-01 body -----*/
body {
	padding: 13px 13px;
	background-color: #E5E5E5;
	text-align: center;
	color: #111;
}


/*----- B-02 #container -----*/
#container {
	min-width: 600px;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 26px;
	background-color: #FFF;
	border: 1px solid #666;
	text-align: left;
}

* html #container {
	width: 800px;
	height: auto;
} /*IE 6*/


/*----- B-03 h1 -----*/
h1 {
	line-height: 1;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 32px;
}

h1 span {
	display: block;
	margin-bottom: 0.2em;
}

h1 #era { font-size: 21px;}

h1 #ad {
	margin-bottom: 0.5em;
	font-size: 16px;
}


/*----- B-04 パンくず（#breadcrumbs） ----------*/
#breadcrumbs {
	list-style: none;
	margin: 0;
	text-align: right;
	font-size: 11px;
}

#breadcrumbs li {
	display: inline;
	padding-left: 21px;
	background-image: url(../images/breadcrumbs.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}

#breadcrumbs li.first {
	padding-left: 0;
	background: none;
}

#breadcrumbs li a 			{ text-decoration: none;}
#breadcrumbs li a:visited 	{ color: #666;}

#breadcrumbs li a:hover {
	text-decoration: underline;
	color: #A9DC34;
}


/*----- B-05 #index ----------*/
#index {
	list-style: none;
	margin: 2em 0 1em;
	text-align: right;
	font-size: 11px;
}

#index li {
	display: inline;
	margin-left: 1em;
}

#index li.first 		{ margin-left: 0;}
#index li a 			{ text-decoration: none;}
#index li a:visited 	{ color: #666;}

#index li a:hover {
	color: #A9DC34;
	text-decoration: underline;
}



/*----- B-06 フッター画像 ----------*/
#footer p img { font-size: 18px;}


/*----- B-07 #content ----------*/
#content { padding: 0 26px;}


/*----- B-08 h2 ----------*/
h2 {
	padding-left: 26px;
	background-image: url(../images/head-default.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.1;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 21px; /* h1 #era と同じに */
}

* html h2 				{ background-position: left 1px;} /*IE6*/
*:first-child+html h2 	{ background-position: left 1px;} /*IE7*/


/*----- B-09 p ----------*/
p { margin: 0 0 0 26px;}

p.note {
	margin: 1em 0 1em 26px;
	padding-left: 19px;
	background-image: url(../images/mark_error.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #F00;
}


/*----- B-10 list（ol・ul・dl） ----------*/
ol { margin:0 0 0 48px;}
ul { margin:0 0 0 42px;}

li { margin: 1em 0;}

dl { margin: 0 0 0 26px;}
dt { font-weight: bold;}

dt,
dd {
	margin: 1em 0;
}

dt 		{ font-weight: bold;}
dd 		{ margin-left: 12px;}
dd ul 	{ margin-left: 18px;}


/*----- B-11 table ----------*/
table {
	margin: 0.5em 26px;
	border-width: 1px;
	border-color: #666;
	border-style: solid;
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	padding: 0.5em 0.75em;
	border-width: 1px;
	border-color: #999;
	border-style: solid;
}

thead th { text-align: center;}

thead th,
thead td {
	background-color: #86B11F;
	border-color: #666;
	color: #FFF;
}

tbody th 		{ text-align: center;}
tbody th.name 	{ text-align: left;}

tbody tr.subject_group th {
	background-color: #D0EC8E;
	text-align: left;
}

tbody tr.subject_group th span a {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: right;
	text-decoration: none;
	line-height: 1;
}

tbody tr.subject_group th span a:visited { color: #000;}

tbody tr.subject_group th span a:hover {
	color: #FFF !important;
	text-decoration: underline;
}

tbody th span.class_info {
	font-size: 12px;
	font-weight: normal;
}

tbody th span.attention 	{ font-weight: normal;}
tbody td 					{ text-align: center;}

tbody td.code,
tbody td.lecture_age {
	white-space: nowrap;
}

tbody td.recital 	{ text-align: left;}
tbody td p 			{ margin: 7px 0;}
tbody td ol 		{ margin-left: 32px;}

tbody tr.subtotal td,
tbody tr.total td {
	text-align: left;
}

tbody tr.total td { font-weight: bold;}

tbody tr.over th,
tbody tr.over td {
	background-color: #FFE1E1;
}


/*----- B-12 a ----------*/
a,
a:link {
	color: #555;
}

a:visited { color: #87B023;}

a:hover,
a:active {
	color: #A9DC34;
}


/*----- B-13 #curriculum・#list 共通 -----*/
#curriculum,
#list dd ul {
	list-style: none;
}

#curriculum li,
#curriculum li a,
#list dd ul li,
#list dd ul li a {
	background-repeat: no-repeat;
	background-position: left center;
}

#curriculum li,
#list dd ul li {
	background-image: url(../images/menu-o.gif);
}

#curriculum li a,
#list dd ul li a {
	padding-left: 17px;
	background-image: url(../images/menu.gif);
}

#curriculum li a:visited,
#list dd ul li a:visited {
	background-image: url(../images/menu-v.gif);
}

#curriculum li a:hover,
#list dd ul li a:hover {
	background: none;
}


/*----- B-14 #curriculum（学年を選ぶリスト） -----*/
#curriculum {
	margin-top: 28px;
	font-size: 22px;
}

#curriculum li { background-image: url(../images/menu_top-o.gif);}

#curriculum li a {
	padding-left: 23px;
	background-image: url(../images/menu_top.gif);
}

#curriculum li a:visited 	{ background-image: url(../images/menu_top-v.gif);}
#curriculum li a:hover 		{ background: none;}


/*----- B-15 #list（学科を選ぶリスト） -----*/
#list dt {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 18px;
}

#list dt#medical 		{ background-image: url(../images/depa_g-medical.gif);}
#list dt#health 		{ background-image: url(../images/depa_g-health.gif);}
#list dt#welfare 		{ background-image: url(../images/depa_g-welfare.gif);}
#list dt#management 	{ background-image: url(../images/depa_g-management.gif);}


/*----- B-16 #pmenu（各学科ページのページ内リンク） -----*/
#pmenu {
	margin: 26px 65px 2em;
	padding: 11px;
	border-width: 1px;
	border-color: #86B11F;
	border-style: dashed;
	font-size: 11px;
}


/* clearfixと同じ */
#pmenu div:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
*:first-child+html #pmenu div 	{ zoom: 1;}
* html #pmenu div 				{ zoom: 1;}


#pmenu div { overflow: hidden;}

#pmenu div p {
	float: left;
	width: 32%;
	margin: 0.5em 0 0 0;
	padding-left: 0.5em;
	line-height: 1.1;
}

/*\*/
#pmenu div p {
	width: 31%;
}
/**//*Mac IE以外*/

*:first-child+html #pmenu div p { line-height: 1.3;}/*IE7*/

#pmenu div.first p 		{ margin: 0;}
#pmenu div p.first 		{ padding: 0;}
#pmenu div p a 			{ text-decoration: none;}
#pmenu div p a:visited 	{ color: #666;}

#pmenu div p a:hover {
	color: #A9DC34;
	text-decoration: underline;
}


/*------------------------------------------------------------------------------

	C. NUHW Syllabus CD H25 2（今回のコンテンツ用css 各学科ページ専用部分）

------------------------------------------------------------------------------*/

/*----- C-01 .pt（理学） ----------*/
.pt h2 		{ background-image: url(../images/head-pt.gif);}
.pt table 	{ border-color: #333;}

.pt th,
.pt td {
	border-color: #666;
} /*表の線色変更*/

.pt thead th,
.pt thead td {
	background-color: #492F6A;
	border-color: #888;
}

.pt tbody tr.subject_group th 	{ background-color: #B49BD2;}
.pt #pmenu 						{ border-color: #492F6A;}

.pt tbody tr.subtotal td,
.pt tbody tr.total td {
	color: #492F6A;
}

#container.pt th.name a:visited { color: #774BAB;}  /* 標準色は黒と同化するので薄めに */

#container.pt a:hover,
#container.pt th.name a:hover {
	color: #B49BD2;
}

/*----- C-02 .ot（作業） ----------*/
.ot h2 { background-image: url(../images/head-ot.gif);}

.ot thead th,
.ot thead td {
	background-color: #2E4983;
	border-color: #888;  /*表ヘッダーの線色変更*/
}

.ot tbody tr.subject_group th 	{ background-color: #A5B8E0;}
.ot #pmenu 						{ border-color: #2E4983;}

.ot tbody tr.subtotal td,
.ot tbody tr.total td {
	color: #2E4983;
}

#container.ot th.name a:visited { color: #2E4983;}

#container.ot a:hover,
#container.ot th.name a:hover {
	color: #A5B8E0;
}


/*----- C-03 .st（言語） ----------*/
.st h2 { background-image: url(../images/head-st.gif);}

.st thead th,
.st thead td {
	background-color: #0080B7;
}

.st tbody tr.subject_group th 	{ background-color: #CCF0FF;}
.st #pmenu 						{ border-color: #0080B7;}

.st tbody tr.subtotal td,
.st tbody tr.total td {
	color: #0080B7;
}

#container.st th.name a:visited { color: #0080B7;}

#container.st a:hover,
#container.st th.name a:hover {
	color: #88DBFF;
}  /* 標準色は薄すぎるので濃いめに */


/*----- C-04 .at（義肢） ----------*/
.at h2 { background-image: url(../images/head-at.gif);}

.at thead th,
.at thead td {
	background-color: #1B6963;
	border-color: #888;  /*表ヘッダーの線色変更*/
}

.at tbody tr.subject_group th 	{ background-color: #9CE7E1;}
.at #pmenu 						{ border-color: #1B6963;}

.at tbody tr.subtotal td,
.at tbody tr.total td {
	color: #1B6963;
}

#container.at th.name a:visited { color: #1B6963;}

#container.at a:hover,
#container.at th.name a:hover {
	color: #73DDD6;
}  /* 標準色は薄すぎるので濃いめに */


/*----- C-05 .mt（臨床） ----------*/
.mt h2 { background-image: url(../images/head-mt.gif);}

.mt thead th,
.mt thead td {
	background-color: #004A9F;
	border-color: #888;  /*表ヘッダーの線色変更*/
}

.mt tbody tr.subject_group th 	{ background-color: #8FB4FE;}
.mt #pmenu 						{ border-color: #004A9F;}

.mt tbody tr.subtotal td,
.mt tbody tr.total td {
	color: #004A9F;
}

#container.mt th.name a:visited { color: #004A9F;}

#container.mt a:hover,
#container.mt th.name a:hover {
	color: #8FB4FE;
}


/*----- C-06 .hn（健栄） ----------*/
.hn h2 { background-image: url(../images/head-hn.gif);}

.hn thead th,
.hn thead td {
	background-color: #E07101;
}

.hn tbody tr.subject_group th 	{ background-color: #FFDBB7;}
.hn #pmenu 						{ border-color: #E07101;}

.hn tbody tr.subtotal td,
.hn tbody tr.total td {
	color: #E07101;
}

#container.hn th.name a:visited { color: #E07101;}

#container.hn a:hover,
#container.hn th.name a:hover {
	color: #FFA64D;
}  /* 標準色は薄すぎるので濃いめに */


/*----- C-07 .hs（健ス） ----------*/
.hs h2 { background-image: url(../images/head-hs.gif);}

.hs table { border-color: #333;}	/*線色指定*/

.hs th,
.hs td {
	border-color: #666;
} /*表の線色変更*/

.hs thead th,
.hs thead td {
	background-color: #CA2C1A;
	border-color: #888;  /*表ヘッダーの線色変更*/
}

.hs tbody tr.subject_group th 	{ background-color: #F2A49B;}
.hs #pmenu 						{ border-color: #CA2C1A;}

.hs tbody tr.subtotal td,
.hs tbody tr.total td {
	color: #CA2C1A;
}

#container.hs th.name a:visited { color: #CA2C1A;}

#container.hs a:hover,
#container.hs th.name a:hover {
	color: #EE877B;
}  /* 標準色は薄すぎるので濃いめに */


/*----- C-08 .nr（看護） ----------*/
.nr h2 { background-image: url(../images/head-nr.gif);}

.nr thead th,
.nr thead td {
	background-color: #D9175B;
}

.nr tbody tr.subject_group th 	{ background-color: #F8B8CE;}
.nr #pmenu 						{ border-color: #D9175B;}

.nr tbody tr.subtotal td,
.nr tbody tr.total td {
	color: #D9175B;
}

#container.nr th.name a:visited { color: #D9175B;}

#container.nr a:hover,
#container.nr th.name a:hover {
	color: #F075A0;
}  /* 標準色は薄すぎるので濃いめに */


/*----- C-09 .sw（社会） ----------*/
.sw h2 { background-image: url(../images/head-sw.gif);}

.sw thead th,
.sw thead td {
	background-color: #2C8125;
	border-color: #888;  /*表ヘッダーの線色変更*/
}

.sw tbody tr.subject_group th 	{ background-color: #80D878;}
.sw #pmenu 						{ border-color: #2C8125;}

.sw tbody tr.subtotal td,
.sw tbody tr.total td {
	color: #2C8125;
}

#container.sw th.name a:visited { color: #2C8125;}

#container.sw a:hover,
#container.sw th.name a:hover {
	color: #60CE57;
}  /* 標準色は薄すぎるので濃いめに */


/*----- C-10 .hi（情報） ----------*/
.hi h2 { background-image: url(../images/head-hi.gif);}

.hi thead th,
.hi thead td {
	background-color: #CE3160;
}

.hi tbody tr.subject_group th 	{ background-color: #EEB7D3;}
.hi #pmenu 						{ border-color: #CE3160;}

.hi tbody tr.subtotal td,
.hi tbody tr.total td {
	color: #CE3160;
}

#container.hi th.name a:visited { color: #CE3160;}

#container.hi a:hover,
#container.hi th.name a:hover {
	color: #E07EAF;
}  /* 標準色は薄すぎるので濃いめに */
