@charset "utf-8";
/*
 * Style Name: 関西医療大学
 * Description: レイアウト(学部・大学院下層ページ部分)
 * Last Up Date: 2008/01/08
 * Author: 
 */

/* パンくず
 ---------------------------------*/
div.content-path {
	background: url('/daigaku/course/images/content-path_bg.jpg') top left no-repeat;
}

div.content-path li.current {
	color: #3E8C91;
}

/* コンテンツ右
 ---------------------------------*/
p.w500 {
	width: 500px;
	}
 
.section {
	width: 500px;
}

.noindent {
	width: 500px;
	}

.section p {
	margin: 0 0 1em 25px;
	font-size: 0.9em;
	line-height: 1.8;
}

.noindent p {
	margin-left: 0;
	}

.section p.paragraphEnd {
	margin-bottom: 50px;
}

.section p.lead {
	width: 500px;
	margin: 10px 0 0 0;
	font-size: 0.9em;
	line-height: 1.8;
}

.section p.data {
	text-align: right;
}

/* ページ内リンク
 ---------------------------------*/
/*
横並び
*/
div.contpath-h {
	width: 500px;
	margin: 10px 0 35px 0;
}

div.contpath-h ul {
	list-style-type: none;
	font-size: 0.9em;
}

div.contpath-h ul li {
	float: left;
	margin: 0 40px 0 0;
	padding: 0 10px 0 0;
	background: url('/daigaku/course/images/contpath_mark.gif') right 7px no-repeat;
}

/*
縦並び
*/
div.contpath-v {
	width: 500px;
	margin: 10px 0 35px 0;
}

div.contpath-v ul {
	list-style-type: none;
	font-size: 0.9em;
}

div.contpath-v ul li {
	clear: both;
	float: left;
	margin: 0 0 12px 0;
	padding: 0 10px 0 0;
	background: url('/daigaku/course/images/contpath_mark.gif') right 7px no-repeat;
}



/* 見出し
 ---------------------------------*/
.section h3{
	margin: 5px 0 15px 0;
	padding: 3px 0 0 25px;
	background: url('/daigaku/course/images/subt_bg.gif') top left no-repeat;
	color: #333;
	font-size: 1.0em;
	line-height:26px;
}

.section p.title {
	margin-bottom: .2em;
	font-weight: bold;
	}

/* 解説1
 ---------------------------------*/
.section dl.description {
	margin: 0 0 1em 25px;
}

.section dl.description dt {
	font-weight: bold;
}

.section dl.description dd {
	margin-left: 1em;
}

/* 解説2
 ---------------------------------*/
.section  dl.description2 {
	padding: 0 0 5px 25px;
}

.section  dl.description2 dt {
	float: left;
	width: 15px;
}

.section  dl.description2 dd {
	padding: 0 20px;
}

/* リスト
 ---------------------------------*/
/*
ナンバー
*/
.section ol {
	list-style: decimal;
	margin: 0 0 1em 44px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.8;
	text-indent: 0;
}

.section ol li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: 0;
}

/* コンテンツ左
 ---------------------------------*/

div.menu {
	border-bottom: 1px solid #A9D7DA;
	background-image: url('/daigaku/course/images/menubg.gif');
	
}

div.menu li {
	background-image: url('/daigaku/course/images/index_table_mark.gif');	
}

div.menu li.here {
	background-image: url('/daigaku/course/images/index_table_mark.gif');	
	}

div.menu li.here a {
	color: #3E8C91;
	text-decoration:none;
}

div.menu li ul{
	font-size:1em;
	}

div.menu li ul li{
	padding-left:16px;
	background: url('/daigaku/course/images/index_table_mark.gif') 0px 11px no-repeat;
	}

div.menu ul li.p0{
	padding:6px 0 3px 0 !important;
	background:none;
	}

div.menu li ul.sec li{
	padding-left:10px;
	background: url('/daigaku/course/images/index_table_mark2.gif') 0px 11px no-repeat;
	}



/* カレンダー表
 ---------------------------------*/
table.calender-list th, table.calender-list td {
	padding: 5px;
	background: url('/daigaku/course/images/dot_line.gif') repeat-x left bottom;
	vertical-align: top;
}

table.calender-list th {
	border-right: 1px solid #508A8E;
	background-color: #F2F2F2;
	text-align: right;
}

table.calender-list li {
	background: url('/daigaku/course/images/list_mark.gif') no-repeat 5px 7px;
	padding-left: 15px;
	}

/* 表組
 ---------------------------------*/
table.life_table {
	margin: 0 0 10px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table.indent_table {
	margin: 0 0 0 25px !important;
}

table.life_table caption {
	margin-bottom:.5em;
	padding:5px 0 5px 10px;
	border-left:4px solid #2859A4;
	width:90%;
	font-weight:bold;
	text-align:left;
	font-size:1em;
}

table.life_table thead {
	margin: 0;
	padding: 0;
}

table.life_table thead th,
table.life_table tbody th,
table.life_table tfoot th {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #E6E6E6;
	font-weight: normal;
	text-align: center;
}

table.life_table tbody td,
table.life_table tfoot td {
	padding: 5px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

table.life_table thead th.light-gray,
table.life_table tbody th.light-gray,
table.life_table tfoot th.light-gray,
table.life_table tbody td.light-gray,
table.life_table tfoot td.light-gray {
	background-color: #F2F2F2;
	text-align: left;
}

.center-center {
	text-align: center !important;
	vertical-align: middle !important;
}

table.life_table tbody td.list01,
table.life_table tfoot td.list01 {
	text-align: left;
}

/* お問い合わせ
 ---------------------------------*/
.inq {
	width: 500px;
	margin: 30px 0 0 0;
	background: #ebebeb;
	font-size: 1em;
	line-height: 1.8;
}

.inq p.inq-title {
	margin: 0;
	}

.inq p.address {
	padding: 0 0 15px 10px;
}