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