﻿/* 主にindex.html用 */

#unit_commonmenu {
	float: left;
	margin:0px;
	padding:0px;
	width: 200px;
	height: 200px;
	background: #0a00c0;
}

#upts_commonmenu_title {
	float: left;
	width: 25px;
	height: 170px;
	text-align: right;
}


#upts_commonmenu_list {
	width: 145px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 0px;
	margin-left: 25px;
}

#upts_commonmenu_list ul {
	margin: 10px 0 10px 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-position: outside;
	list-style-type: none;
	line-height: 22px;
	vertical-align: middle;
	overflow:hidden;
}

#upts_commonmenu_list li {
	list-style-image: url('../image/base/dot-commonmenu.gif');
	padding-left: 3px;
}

#upts_commonmenu_list li a {
	color:white;
	text-decoration:none;
}

#upts_commonmenu_list li a:hover {
	color:red;
	text-decoration:underline;
}


#unit_welcome_photo {
	float: right;
	margin:0px;
	padding:0px;
	width: 550px;
	height: 200px;
/*	text-align: right;*/
	background-image: url('../image/welcome-photo.gif');
	background-color: #0a00c0;
	background-repeat: no-repeat;
}


#upts_welcome_photo_bannerbox {
	width: 170px;
	padding: 0px;
	margin-top: 90px;
	margin-right: 10px;
	margin-left:360px;
}

.upts_welcome_photo_bannerbox_item {
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 5px;
	width: 170px;
}

.unit_attrtab_list {
	float:right;
	width:700px;
	margin:0px;
	padding:0px;
	line-height: 0px;
}

.unit_attrtab_list ul{
	float: right;
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0px;
	height:23px;
}

.unit_attrtab_list li{
	font-size: 9pt;
	float: left;
	display: block;
	background: transparent url('../image/base/pts-tab-s1.gif');
	height: 23px;
	line-height: 23px;
	margin-left: 3px;
	margin-right: 0px;
	margin-top:7px;
	padding: 0px 0px 0px 7px;
}

.unit_attrtab_list li.cap{
	float: left;
	display: block;
	background: transparent url('../image/base/pts-tab-right.gif');
	width: 7px;
	height: 23px;
	line-height: 23px;
	margin-top:7px;
	margin-left: 0px;
	margin-right: 2px;
	padding: 0px;
}

.unit_attrtab_list li a {
	color:black;
	text-decoration:none;
}

.unit_attrtab_list li a:hover {
	color:red;
	text-decoration:underline;
}

.unit_miryoku {
	float:left;
	margin-left:0px;
	width: 170px;
	padding-top:20px;
	padding-left:5px;
}


.unit_msgbox {
	width: 355px;
	text-align: center;
	float: left;
	margin-left:15px;
}




.upts_msgbox_title {
	width: 350px;
	height: 43px;
	padding:0px;
	margin:0px;
	font-size:0px;
	line-height:0px;
}

.upts_msgbox_body {
	width: 310px;
	background-image: url('../image/base/bgi-msgbox02.gif');
	padding: 10px 20px 10px 20px;
	text-align: left;
	margin-top: 0px;
}

.upts_msgbox_bottom {
	width: 350px;
	height: 13px;
	background-image: url('../image/base/bgi-msgbox03.gif');
	font-size: 0px;
	line-height: 0px;
}

.upts_msgbox_text {
	text-align: left;
	height: 8pc;
	overflow:auto
}

.upts_msgbox_text ul {
 	list-style-position:outside;
	list-style-type:circle;
	margin: 0px;
	padding: 0px 0px 10px 20px;
}

.upts_msgbox_text ol {
	margin: 0px 0px 5px 25px;
	list-style-position:outside;
	list-style-type:upper-roman;
}

.unit_hotsite {
	float:right;
	margin-right:0px;
	width: 170px;
	padding-top:5px;
	padding-left:0px;	
}

.upts_hotsite_item {
	margin-top:5px;
	margin-bottom:5px;
}

/* 学科への移動ボタンの定義(新バージョン) */

.unit_gotoshp {
	margin: 10px 0px 10px 0px;
	width: 660px;
	height:40px;
	text-align:center;
	margin-left:40px;
/*	background-image:url('../image/base/bgi-graypad-b.gif');*/
}

#upts_gotoshp_l {
	float:left;
	margin:0px;
	width: 50px;
	height: 40px;
	background-image:url('../image/base/bgi-graypad-l.gif');
	background-position:right top;
}

#upts_gotoshp_c {
	float:left;
	margin:0px;
	width: 50px;
	height: 40px;
	background-image:url('../image/base/bgi-graypad-c.gif');
	background-position:left top;
}

#upts_gotoshp_r {
	float:left;
	margin:0px;
	width: 50px;
	height: 40px;
	background-image:url('../image/base/bgi-graypad-r.gif');
	background-position:left top;
}


#upts_gotoshp_igaku a {
	float:left;
	margin:0px;
	width: 300px;
	height: 40px;
	background-image:url('../image/btn-gotohp-igaku.gif');
	background-position:left top;
}

#upts_gotoshp_igaku a:hover {
	background-position:right bottom;
}

#upts_gotoshp_kangogaku a {
	float:left;
	margin:0px;
	width: 300px;
	height: 40px;
	background-image:url('../image/btn-gotohp-kangogaku.gif');
	background-position:left top;
}

#upts_gotoshp_kangogaku a:hover {
	background-position:right bottom;
}

/* -------------------------- */

/* 学科への移動ボタンの定義  (旧バージョンなので使い終わったら削除しても大丈夫です)  */

.unit_gotohp {
	margin: 10px 0px 10px 0px;
	width: 660px;
	height:40px;
	text-align:center;
	margin-left:40px;
}

/*
.upts_gotohp_igaku {
	display:block;
	float:left;
	margin-left:5px;
	margin-right:5px;
	width: 300px;
	height: 40px;
}
*/

#upts_gotohp_igaku a {
	float:left;
	margin-left:5px;
	margin-right:25px;
	width: 300px;
	height: 40px;
	background-image:url('../image/btn-gotohp-igaku.gif');
	background-position:left top;
}

#upts_gotohp_igaku a:hover {
	background-position:right bottom;
}

#upts_gotohp_kangogaku a {
	float:left;
	margin-left:25px;
	margin-right:5px;
	width: 300px;
	height: 40px;
	background-image:url('../image/btn-gotohp-kangogaku.gif');
	background-position:left top;
}

#upts_gotohp_kangogaku a:hover {
	background-position:right bottom;
}

/* -------------------------- */

.unit_bottom_banner {
	margin: 10px 0px 10px 0px;
	width: 720px;
	padding-left:10px; /* センタリングの余白 */
}


.upts_bottom_banner_item {
	float:left;
	margin-left:5px;
	margin-right:5px;
	width: 105px;
}



/* 主に共通情報ページ用 */

#upts_flatcommonmenu_title {
	float: left;
	width: 25px;
	height: 170px;
	text-align: right;
}





#unit_flatcommonmenu {
	width: 750px;
/*	height: 60px;*/
	margin:0;
	padding: 3px 0 0 0;
	background: #0a00c0;
	text-align:left;
}

#unit_flatcommonmenu ul {
	list-style:none inside none;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	height:40px;
	overflow:hidden;
}

#unit_flatcommonmenu li {
	float:left;
	width: 120px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin:0;
	padding:0;
/*	padding-left: 20px;
	overflow:hidden;
*/
}

#unit_flatcommonmenu li a {
/*	float:left;
*/
	display:block;
	padding-left: 20px;
	width: 100px;
	height: 100%;
/*	overflow:hidden;*/
	color:white;
	background: transparent url('../image/base/dot-flatcommonmenu.gif') no-repeat fixed left top;
	text-decoration:none;
}

#unit_flatcommonmenu li a:hover {
	color:yellow;
	text-decoration:underline;
	background: transparent url('../image/base/dot-flatcommonmenu.gif') no-repeat fixed left bottom;
}



/* 医学系ページ関連 */

#unit_dropmenu {
	margin:0px;
	padding: 0 8px 0 9px;
	width: 183px;
}

#upts_dropmenu_list{
	margin:0px;
	padding: 0px 0px 10px 0px;
	width: 183px;
	background-image:url('../image/base/bgi-dropmenu-middle.gif');
	color:black;
}


#upts_dropmenu_list ul {
	margin: 0 10px 0 10px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.8em;
	vertical-align: middle;
}

#upts_dropmenu_list li {
	list-style-image: url('../image/base/dot-dropmenu.gif');
	padding-left: 3px;
}

#upts_dropmenu_list li a {
	color:#0000cc;
	text-decoration:none;
}

#upts_dropmenu_list li a:hover {
	color:red;
	text-decoration:underline;

}

#upts_dropmenu_list ul li ul {
	margin: 0 0 0 8px;
	padding: 0px;
	line-height: 1.4em;
	vertical-align: middle;
}

#upts_dropmenu_list ul li ul li {
	list-style-position: outside;
	list-style-image: url('../image/base/dot-dropmenusub.gif');
	padding: 0px;
}


/* サブメニューの色を変える場合はここを変更 */
#upts_dropmenu_list ul li ul li a {
	color:#0000cc;
}


/* サイドメニューのリストマークの調整 */

#upts_dropmenu_list .ul_top {
	margin: 0 10px 0 10px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.8em;
	vertical-align: middle;
}

#upts_dropmenu_list .li_top {
	list-style-image: url('../image/base/dot-dropmenu.gif');
	padding-left: 3px;
}

#upts_dropmenu_list .li_top a {
	color:#0000cc;
	text-decoration:none;
}

#upts_dropmenu_list .li_top a:hover {
	color:red;
	text-decoration:underline;
}


#upts_dropmenu_list .ul_sub {
	margin: 0 0 0 8px;
	padding: 0px;
	line-height: 1.4em;
	vertical-align: middle;
}

#upts_dropmenu_list .li_sub {
	list-style-position: outside;
	list-style-image: url('../image/base/dot-dropmenusub.gif');
	padding: 0px;
}

#upts_dropmenu_list .li_sub a {
	color:#8800cc;
	text-decoration:none;
}

#upts_dropmenu_list .li_sub a:hover {
	color:red;
	text-decoration:underline;
}
/* サイドメニューのリストマークの調整（ここまで） */




#upts_dropmenu_bottom{
	margin:0px;
	padding: 0px 0px 0px 0px;
	width: 183px;
	background-image:url('../image/base/bgi-dropmenu-bottom.gif');
	height:2px;
	line-height:0px;
	font-size:0pt;
}

#unit_dropmenu_bannerbox{
	margin:0px;
	padding: 20px 0px 0px 0px;
	width: 200px;
}

.upts_dropmenu_bannerbox_item {
	margin-top: 10px;
	width: 170px;
	padding: 0 15px 0 15px;
}



/* パネルに関する定義 */

.upts_panel_groupindex_orng {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	width: 470px;
	border-bottom: 1px gray solid;
	background-image:url('../image/base/dot-base-blue.gif');
	background-position:left top;
	background-repeat:no-repeat;
	line-height: 25px;
}

.upts_panel_groupindex_grn {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	width: 470px;
	border-bottom: 1px gray solid;
	background-image:url('../image/base/dot-base-blue.gif');
	background-position:left top;
	background-repeat:no-repeat;
	line-height: 25px;
}

.upts_panel_groupindex {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	width: 470px;
	border-bottom: 1px gray solid;
	background-image:url('../image/base/dot-base-blue.gif');
	background-position:left top;
	background-repeat:no-repeat;
	line-height: 25px;
}

.upts_panel_groupindex strong.maroon {
	color:#CC0000;
}

.upts_panel_groupindex strong.green {
	color:green;
}



.upts_panel_groupindex_grn {
	background-color:#E2F8DA;
}

.upts_panel_groupindex_orng {
	background-color:#FBE3D2;
}




/* 490pxキャンバス用の３列パネルのユニット */

.unit_panel_3c {
	float:left;
	margin: 5px;
	padding: 5px;
	width: 140px;
	height: 13em;
	border: 1px gray solid;
}

.upts_panel_3c_title {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	height: 25px;
	width: 125px;
	border-bottom: 1px gray dashed;
/*	background:transparent url('../image/base/dot-cross-blue-h25.gif') no-repeat fixed left top;*/
	line-height: 25px;
	background-image:url('../image/base/dot-cross-blue-h25.gif');
	background-position:left top;
	background-repeat:no-repeat;
}

.unit_panel_3c img {
	float:right;
	margin: 5px 0px 5px 5px;
}


.upts_panel_3c_img {
	margin: 5px 0px 5px 5px;
	padding: 0px;
	width: 60px;
	float: right;
}

/* 490pxキャンバス用の２列パネルのユニット */

.unit_panel_2c {
	float:left;
	margin: 5px;
	padding: 5px;
	width: 215px;
/*	height: 13em; */
	border: 1px gray solid;
}

.upts_panel_2c_title {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
/*	height: 25px; */
/*	width: 205px;*/
	width: 200px;
	border-bottom: 1px gray dashed;
/*	background:transparent url('../image/base/dot-cross-blue-h25.gif') no-repeat fixed left top;*/
	line-height: 25px;
	background-image:url('../image/base/dot-cross-blue-h25.gif');
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	color:blue;
}

.unit_panel_2c img {
	float:right;
	margin: 5px 0px 5px 5px;
}

.upts_panel_2c_info {
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
/*	height: 25px; */
	width: 200px;
	border-top: 1px gray dashed;
/*	background:transparent url('../image/base/dot-goto-h25.gif') no-repeat fixed left top;*/
	line-height: 25px;
	background-image:url('../image/base/dot-goto-h25.gif');
	background-position:left top;
	background-repeat:no-repeat;
}

.upts_panel_2c_img {
	margin: 5px 0px 5px 5px;
	padding: 0px;
	width: 60px;
	float: right;
}

/* 490pxキャンバス用の１列パネルのユニット */

.unit_panel_1c {
	margin: 5px;
	padding: 5px;
	width: 465px;
	border: 1px gray solid;
}

.upts_panel_1c_title {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
/*	height: 25px;*/
	width: 450px;
	border-bottom: 1px gray dashed;
/*	background:transparent url('../image/base/dot-cross-blue-h25.gif') no-repeat fixed left top;*/
	line-height: 25px;
	background-image:url('../image/base/dot-cross-blue-h25.gif');
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	color:blue;
}

.unit_panel_1c img {
	float:right;
	margin: 5px 0px 5px 5px;
}

.upts_panel_1c_info {
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
/*	height: 25px;*/
	width: 450px;
	border-top: 1px gray dashed;
/*	background:transparent url('../image/base/dot-goto-h25.gif') no-repeat fixed left top;*/
	line-height: 25px;
	background-image:url('../image/base/dot-goto-h25.gif');
	background-position:left top;
	background-repeat:no-repeat;
}

.upts_panel_1c_img {
	margin: 5px 0px 5px 5px;
	padding: 0px;
	width: 60px;
	float: right;
}


.unit_panel_pgtitle {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 521px;
	border: 1px gray solid;
	background-color:silver;
}

.upts_panel_pgtitle_main {
	float:left;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 400px;
	background-color:#121070;
	color:white;
	height: 85px;
	line-height:42px;
	font-size: 18pt;
	font-family:"ＭＳ Ｐ明朝", "Times New Roman", serif;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	overflow:hidden;
}

.upts_panel_pgtitle_main_lh80 {
	float:left;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 400px;
	background-color:#121070;
	color:white;
	height: 85px;
	line-height:80px;
	font-size: 18pt;
	font-family:"ＭＳ Ｐ明朝", "Times New Roman", serif;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	overflow:hidden;
}

.upts_panel_pgtitle_sub {
	float:left;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 400px;
	background-color:silver;
	color:black;
	height: 40px;
	line-height: 40px;
	font-size: 10pt;
	text-align:center;
	overflow:hidden;
}

.upts_panel_pgtitle_sub_bigtext {
	float:left;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 400px;
	background-color:silver;
	color:black;
	height: 40px;
	line-height: 40px;
	font-size: 18pt;
	text-align:center;
	font-weight:bold;
	overflow:hidden;
}

.upts_panel_pgtitle_img {
	float:right;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height:125px;
	background-color:white;
	color:white;
	line-height: 30px;
	font-size: 1.5em;
	font-family:"ＭＳ Ｐ明朝", "Times New Roman", serif;
}





/* 講座編成索引ユニット */

.unit_formation_idx_sheet {
	margin: 10px 0px 10px 5px;
	padding: 0px;
	width: 515px;
}

.unit_formation_idx_sheet strong.maroon {
	color:#CC0000;
}

.unit_formation_idx_sheet strong.green {
	color:green;
}

.upts_formation_groupbox {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	width: 485px;	
}

.upts_formation_groupbox ul {
	list-style:none outside none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
/*	background-color:#FFFFCC;*/
}




.upts_formation_course {
	margin: 5px 0px 5px 20px;
	padding: 0px;
	width: 465px;	
}

.upts_formation_course ul {
	list-style:none outside none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
/*	background-color:#FFCCFF*/
}

.upts_formation_course ul li {
	float:left;
	width: 150px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin:1px;
	padding:0;
	overflow:hidden;
	background-color:#E0E0E0;
}










.upts_formation_idx_block {
	margin: 0px;
	padding: 0px;
	width: 250px;	
}

.upts_formation_idx_block ul {
	list-style:none inside none;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	height:40px;
	overflow:hidden;
}

.upts_formation_idx_block li {
	float:left;
	width: 100px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin:0;
	padding:0;
/*	padding-left: 20px;
	overflow:hidden;
*/
}

