<style type="text/css" media="all">

body {
	background-color: #FFF;
	font-family: Courier New, monospace;
	color: #000;
	text-align: left;
}

dt {
	font-weight: bold;
	margin-top: 0.2em;
	text-indent: 1em;
	background: url(../image/dt-back.png) no-repeat;

}
dt:after { content: "："}

dd {
	margin-top: -0.2em;
}

div {
	margin:0;
	padding:0;
	line-height: 1.6em;
}

a {
	color: #00f;
	text-decoration: underline;
	border: 0;
}

a:hover {
	color:#C60;
	text-decoration: none;
	background-color: #eee;
	border: 0;
}

a:active {
	color:#F00;
	text-decoration: none;
	background-color: #eee;
	border: 0;
}

a:visited {
	color:#609;
	text-decoration: underline;
	border: 0;
}

form {
	background-color: white;
}

hr {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

h1 {
	background-color: #CFC;
	padding: 0px 5px;
	margin: 0px 0px 10px 0px;
	border-right: solid 15px green;
	border-bottom: solid 3px green;
	font-size: 140%;
	font-weight: bold;
	background: url(../image/h1back.png) repeat;
}

h2 {
	background-color: #9F9;
	margin: 10px 0px 10px 0px;
	padding: 0px 5px;
	border-right: solid 10px green;
	border-bottom: solid 2px green;
	font-size: 120%;
	background: url(../image/h2back.png) repeat;
	vertical-align: text-top;	
}
h2:before { content: url(../image/h2icon.png); }

h3 {
	background-color: #6C0;
	margin: 10px 0px 10px 0px;
	padding: 0px 5px;
	border-right: solid 5px green;
	border-bottom: solid 1px green;
	font-size: 100%;
	background: url(../image/h3back.png) repeat;
}
h3:before { content: url(../image/h3icon.png); }

h4 {
	background-color: #6C0;
	margin: 10px 0px 10px 0px;
	padding: 0px 5px;
	border-right: solid 7px green;
	border-bottom: solid 1px green;
	font-size: 90%;
	background: url(../image/h4back.png) repeat;
}
h4:before { content: url(../image/h4icon.png); }

/* レイアウト幅指定 */
#container {
	width:980px;
	margin:0 auto;
}

#header {
	display: block;
}
#headerPrint {
	display: none;
}
#navMenu {
	display: block;
	float: left;
	clear: left;
	width: 900px;
}

#leftMenu {
	width: 200px;
	float: left;
	position: relative;
	text-align: right;
}

/* フッタ */
#footer {
	position: static;
	display: block;
	clear: left;
	padding: 0px 0px 0px 10px;
	width: 800px;
}
#footerLeft {
	float: left; 
	text-align: left;
}
#footerRight {
	text-align: right;
}
#footerHr {
	width: 800px;
	text-align: left;
}

/* main領域 */
#main {
	display: block;
	position: relative;
	float: left;
	overflow: visible;
	width: 600px;
	padding: 0px 0px;
	margin: 0px;
}
#main p {
	padding: 0.25em 1em;

}

#main ol{
	padding-left: 2em;
}
#main ul {
	padding-left: 1em;
	list-style-type: none;
}
#main ul li {
	padding-left: 2em;
	background: url(../image/ulMarker.png) 0 0.5em no-repeat;
}
#main li {
	margin : 0;
	padding: 0;
	height: 100%;
}
#main ol li {
	vertical-align: top;
}
#main ol.lineHeight li, ul.lineHeight li {
	margin: 0px 0px 0.5em;
}

/* レイアウト */
div.topicPath {
	padding: 0px 0px 0px 10px;
	background-color: #eFe;
	background: url(../image/topicPath.png) repeat;
	font-size: 90%;
}

p.returnIndex {
	background-color: #efe;
	text-align: right;
	background: url(../image/returnIndex.png) repeat;
}
p.returnIndex:before { content: "◆"; }

p.lastUpdate {
	background-color: #cfc;
	text-align: right;
	background: url(../image/lastUpdate.png) repeat;
}
p.lastUpdate:before { content: "＠"; }

p.returnTop {
	background-color: #ccc;
	text-align: right;
	font-size: 90%;
	background: url(../image/returnTop.png) repeat;
}
p.returnTop:before { content: "▲"; }

/* 複数ページのナビゲーション */
#pageNavi {
	position: static;
	display: block;
	clear: left;
	padding: 0px 0px 0px 10px;
	width: 600px;
	background: url(../image/returnIndex.png) repeat;
}
#pageNaviLeft {
	float: left; 
	text-align: left;
}
#pageNaviRight {
	text-align: right;
}
#pageNaviHr {
	width: 600px;
	text-align: left;
}

.indent {
	padding-left: 3em;
}
.indent2 {
	padding-left: 6em;
}

.textAlignRight {
	text-align: right;
}

.textAlignCenter {
	text-align: center;
}

* .hiddenElements {
	display:none;
}
.hiddenElements {
	width: 0px;
	position: absolute;
	left: -9999px;
	overflow: hidden;
}

/* デザイン */
.inContextImage {
	padding: 1em;
}
.small {
	font-size: 80%;
}
.caution {
	background-color: #fcc;
	border: 1px solid;
	padding: 5px;
	line-height: 1.6em;
	vertical-align: 1.6em;
	width: 96%;
	margin: 10px 2%;
	font-size: 80%;
}
.notice {
	background-color: #eee;
	border: 1px solid;
	padding: 5px;
	line-height: 1.6em;
	vertical-align: 1.6em;
	width: 96%;
	margin: 10px 2%;
	font-size: 80%;
}
.description {
	font-size: 80%;
	padding-left: 1em;
}
.dashedBox {
	border: 1px dashed #000;
	padding: 0;
	width: 95%;
	margin: 10px 0 10px 2%;
}
.solidBox {
	margin: 1em;
	padding: 0;
	border: 1px solid #000;
	width: 95%;
	margin: 10px 0 10px 2%;
}

/* FAQ */
div.faq {
	margin-bottom: 1.6em;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
p.question {
	background-color: #bFb;
}

/* table共通 */
table {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: white;
    empty-cells: show;
	margin-left: 1em;
	margin-bottom: 1em;
}
table th {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #ddd;
    background-position: left top;
    padding: 0.2em 0.5em;
	text-align: left;
	font-weight: bold;
}
table td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 0.2em 0.5em;
	vertical-align: top;
	line-height: 1.6em;
}
table caption {
	text-align: left;
	font-weight: bold;
}

/* 学事暦 */
.date {
	width: 185px;
}

/* 教員一覧(index.html) */
table.teacherNameList td.nameList {
	width: 114px;
}

/* 教員ジャンル別一覧 */
th.name {
	width: 100px;
}
td.name {
	font-weight: bold;
	white-space:nowrap;
	width: 100px;
}
th.speciality {
	width:100px;
	white-space:nowrap;
}
td.speciality {
	width:100px;
}
td.contents {
	width: 370px;
}

/* 科目一覧(index.html) */
table.subjectNameList td.nameList {
	white-space:nowrap;
}

/* 科目ジャンル別一覧 */
table.subjectList th, table.subjectList td {
    padding: 0.2em 0.2em;
}
td.summary {
	font-size: 80%;
}

th.subjectName, td.subjectName{
	width:150px;
}

th.teacher, td.teacher {
	width:100px;
}

/* LS プログラム別背景色 */
.basicProgram {
	background-color: #FFddbb;
}
.businessLawBasicProgram {
	background-color: #FFFFCC;
}

.deepenProgram {
	background-color: #FFFF99;
}

.developmentProgram {
	background-color: #bbddFF;
}

.interdisciplinaryProgram {
	background-color: #b6df7f;
}

/* ナビゲーションメニュー:Begin */
#menuExaminee, #menuExamineeSeleted{
float:left;
width:200px;
height:50px;
text-indent:-9999px;
background: url(../image/examinee.png) no-repeat;
}
#menuExaminee a, #menuExamineeSeleted a{
width:200px;
height:50px;
display:block;
background: url(../image/examinee.png) no-repeat;
}


#menuStudent, #menuStudentSelected{
float:left;
width:150px;
height:50px;
text-indent:-9999px;
background: url(../image/student.png) no-repeat;
}
#menuStudent a, #menuStudentSelected a{
width:150px;
height:50px;
display:block;
background: url(../image/student.png) no-repeat;
}


#menuInternationalStudent, #menuInternationalStudentSelected{
float:left;
width:150px;
height:50px;
text-indent:-9999px;
background: url(../image/internationalStudent.png) no-repeat;
}
#menuInternationalStudent a, #menuInternationalStudentSelected a{
width:150px;
height:50px;
display:block;
background: url(../image/internationalStudent.png) no-repeat;
}


#menuSyllabus, #menuSyllabusSelected{
float:left;
width:150px;
height:50px;
text-indent:-9999px;
background: url(../image/syllabus.png) no-repeat;
}
#menuSyllabus a, #menuSyllabusSelected a{
width:150px;
height:50px;
display:block;
background: url(../image/syllabus.png) no-repeat;
}


#menuTeacher, #menuTeacherSelected{
float:left;
width:150px;
height:50px;
text-indent:-9999px;
background: url(../image/teacher.png) no-repeat;
}
#menuTeacher a, #menuTeacherSelected a{
width:150px;
height:50px;
display:block;
background: url(../image/teacher.png) no-repeat;
}

#menuGraduate, #menuGraduateSelected{
float:left;
width:100px;
height:50px;
text-indent:-9999px;
background: url(../image/graduate.png) no-repeat;
}
#menuGraduate a, #menuGraduateSelected a{
width:100px;
height:50px;
display:block;
background: url(../image/graduate.png) no-repeat;
}

#menuAccess, #menuAccessSelected{
float:left;
width:100px;
height:50px;
text-indent:-9999px;
background: url(../image/access.png) no-repeat;
}
#menuAccess a, #menuAccessSelected a{
width:100px;
height:50px;
display:block;
background: url(../image/access.png) no-repeat;
}
/* ナビゲーションメニュー:End */

</style> 

