@charset "UTF-8";

/* ページ共通指定（開始） */
* {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
	}
#contentbox {
	background-image: url(../images/contentlinetop.gif);
	}
#contentbox h1 {
	color: #4C80BE;
	}
#contentbox p a:hover {
	border-bottom: dashed 1px #4C80BE;
	}
#contentbox .uptop a {
	background-image: url(../images/arrowuptop.gif);
	}
.outlink {
	background-image: url(../images/arrow2blue.gif);
	} 
.goback {
	background-image: url(../images/arrowbacktop.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
	}
.goback a {
	text-decoration: none;
	}
#menu ul li {
	margin-bottom: 7px;
	}
#personalmenu dd a {
	color: #000000;
	}
#footer p {
	left: 0;
	width: 720px;
	text-align: center;
	}
/* ページ共通指定（終了） */


/* 専修ごとの紹介ページの指定（開始） */
#contentbox h1 {
	margin-bottom: 0.5em;
	}
.enprogramms h2 {
	font-size: 0.8em;
	line-height: 1.2;
	font-weight: bold;
	padding-left: 5px;
	border-left: 8px solid #4C80BE;
	margin-top: 1.5em;
	}
.enprogramms h3 {
	line-height: 1.2;
	font-size: 1em;
	margin-left: 30px;
	margin-bottom: 1em;
	font-weight: bold;
	color: #4C80BE;
	margin-top: 1.5em;
	}
.enprogramms dl {
	margin-top: -0.5em;
	margin-bottom: 1em;
	}
.enprogramms dl dt {
	font-weight: bold;
	}
.enprogramms dl dd {
	margin-bottom: 0.5em;
	}
.enprogramms p .textlink {
	text-decoration: none;
	color: #4C80BE;
	}
.enprogramms p .textlink:hover {
	background-color: #FFFFFF;
	}
.enprogramms img {
	margin-bottom: 5px;
	}
/* 専修ごとの紹介ページの指定（終了） */

/* financeページの指定（開始） */
.finance ol li {
	list-style-type: decimal;
	margin-left: 30px;
	margin-bottom: 1em;
	}
.finance en {
	font-style: italic;
	}
/* financeページの指定（終了） */

/* applicationページの指定（開始） */
.application ul {
	margin-left: 30px;
	margin-right: 20px;
	padding: 10px;
	background-color: #FFFFFF;
	}
.application ul li {
	background-image: url(../images/arrowtop.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 1.5;
	}
.application ul li a {
	text-decoration: none;
	}
.application ul li a:hover {
	border-bottom: dashed 1px #4C80BE;
	}
.application h2 {
	font-size: 0.8em;
	line-height: 1.2;
	font-weight: bold;
	padding-left: 5px;
	border-left: 8px solid #4C80BE;
	margin-top: 1.5em;
	}
.application dl {
	background-color: #FFFFFF;
	padding: 5px;
	}
.application dl dt {
	width: 8em;
	}
.application dl dd {
	margin-left: 8em;
	margin-top: -1.5em;
	margin-bottom: 0.5em;
	
	}
.application ol li {
	list-style-type: decimal;
	margin-left: 30px;
	margin-bottom: 0.5em;
	}
.application h3 {
	margin-left: 30px;
	font-size: 1.2em;
	color: #4C80BE;
	font-weight: bold;
	margin-top: 1em;
	}
.textlink {
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dashed #4C80BE;	
	}
.textlink:hover {
	background-color: #FFFFFF;
	}
/* applicationページの指定（終了） */

/* programlistページの共通指定（開始） */
.programlist ul {
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	}
.programlist ul li {
	background-image: url(../images/arrowtop.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 3px;
	line-height: 1.5;
	}
.programlist ul li a {
	text-decoration: none;
	}
.programlist li a:hover {
	border-bottom: 1px dashed #4C80BE;
	}

/* programlistページの共通指定（終了） */

.en_policy ul {
	margin-bottom: 1em;
	padding-left: 50px;
	line-height: 1.5;
}

.en_policy ul li {
	list-style-type: disc;	
}

.en_policy ol {
	margin-bottom: 1em;
	line-height: 1.5;
}

.en_policy ol li {
	margin-left: 25px;
	padding-bottom: 0.5em;
	list-style-type: decimal;
	line-height: 1.5;
}


