@charset "utf-8";
/* CSS Document */

body{
	margin-top: 0;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}


/* コンテンツページ　テーブル設定 */

.main-left-menu {
	width: 180px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
}


.main-right-contents {
	width: 560px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 20px;
}


/* コンテンツ　本文用 */

p.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: black;
}

p.text4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: black;
	padding-left: 30px;
}


/* コンテンツ　左側：メニュー　見出し－赤 */

h1.left {
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
	line-height: 1.5em;
}


/* コンテンツ　右側：本文　見出し－緑 */

h1 {
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: green;
	border-right-color: green;
	border-bottom-color: green;
	border-left-color: green;
	line-height: 1.5em;
}


/* コンテンツ右側：本文　見出し－青 */

h2{
	padding: 0 0 0 5px;
	margin: 0;
	border-bottom-color: #3399cc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #3399cc;
	border-left-style: solid;
	border-left-width: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


/* コンテンツ右側：本文　見出し－黒・太字 */

h3{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


/* コンテンツページ　左側メニューリンク設定 */

p.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #fffacd;
}


p.menu a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom: 1px dotted gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: gray;
	text-decoration: none;
	display: block;
}


p.menu a:visited {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom: 1px dotted gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: gray;
	text-decoration: none;
	display: block;
}


p.menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: red;
	text-decoration: none;
}


/* テーブル設定 */

table, th, td {
	border-style: none;
}


table.style2 {
	border: solid 1px gray;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


th.style2 {
	border: solid 1px gray;
	background-color: silver;
	text-align:left; 
}

td.style2{
	border: solid 1px gray;
}


/* e_06.html　口腔保健学科　Departmentセル色　水色 */

td.style2_2_1{
	border: solid 1px gray;
	background-color: #e4f2f6;
	vertical-align: top;
}


/* e_06.html　口腔保健学科　Courseセル色 クリーム色 */

td.style2_2_2{
	border: solid 1px gray;
	background-color: #fffde9;
}


/* e_09.html　病院　診療科名セル色 */

td.style2_3{
	border: solid 1px gray;
	background-color: #e4f2f6;
	vertical-align: top;
}


/* リンク設定　特別な設定ナシ */

a:link {
	color: #0000CC;
	font-size: 12px;
	text-decoration: none;
}


a:visited {
	color: #0000CC;
	font-size: 12px;
	text-decoration: none;
}


a:hover {
	color: red;
	font-size: 12px;
	text-decoration: underline;
}


/* リスト　数字 */

ol.style1 {
	list-style-type: decimal;
	line-height: 1.5em;
} 


/* リスト　黒丸 */

ol.style2 {
	list-style-type: disc;
	line-height: 1.5em;
} 


/* フッター */

p.footer {
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	line-height: 2em;
	text-align: center;
	background-color: silver;
}


#foot a{
	color:gray;
	font-size: 10px;
}


#foot a:link{
	color:gray;
	font-size: 10px;
	text-decoration:none;
}


#foot a:visited{
	color:gray;
	font-size: 10px;
	text-decoration:none;
}


#foot a:hover,#foot a:active{
	color:red;
	font-size: 10px;
	text-decoration:none;
}

img.top_image{
	margin-left:0px;
	}

img.line_images{
	margin-left:0px;
	}

img.line_images2{
	margin-left:0px;
	}

img.line_images3{
	margin-left:0px;
	}

img {
	margin-left:10px;
	}