@charset "utf-8";

body,
div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,a,
img,
table,th,td,
dl,dt,dd,
form {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 100%;
	font-style: normal;
	list-style:none;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #ffffff;
	position: relative;
}

img {
	border: none;/* img do not want a border */
	display: inline;/* img default setting */
}

hr {
	padding: 0px;
	margin: 0px;
	width:470px;
	background-color: transparent;
	color: #FFFFFF;
	border: none;
	height: 10px; 
}

.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:1.5em
	color:#ccc;
	padding-bottom: 3px;
	padding-left: 10px;
	clear: both;
	letter-spacing: 0.05em;
	padding-top: 3px;
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	width: auto;
}

h2 {
	line-height: 150%;
	font-family: "Times New Roman", Times, serif;
	color: #000055;
	font-weight: normal;
	padding-top: 0.2em;
	padding-right: 4px;
	padding-bottom: 0em;
	padding-left: 4px;
	letter-spacing: 0.05em;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 21px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDDDDD;
	border-bottom-color: #000055;
	background-repeat: repeat-x;
	background-position: left top;
}

h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	line-height: 150%;
	font-weight: bold;
	color: #000055;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding: 4px;
	font-family: "Times New Roman", Times, serif;
	border-top-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	clear:none;
}

h3.first{
	border-top-style: none;
}

h3.content {
	margin: 0px;
}

h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 150%;
	font-weight: bold;
	color: #000000;
	font-size:0.8em;
}

h5 {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 0.9em;
	line-height: 150%;
	color: #666666;
}
a {
	color: #003399;
	text-decoration: none;
	background-color: transparent;
}
p a{
	padding-right:15px;
	background-color: transparent;
	background-image: url(../img/ico_link.gif);
	background-repeat: no-repeat;
	background-position: right 40%;
}
a:link {
	color: h3;
	text-decoration: none;
	background-color: transparent;
}

a:visited {
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

a.text {
	color: #3377aa;
	text-decoration: underline;
}

a.text:link {
	color: #3377aa;
	text-decoration: underline;
}

a.text:visited {
	color: #8844aa;
	text-decoration: underline;
}

a.text:hover {
	color: #006699;
	text-decoration: underline;
}

p.small{
	font-size: 0.68em;
}

a.pdf {
	background-image: url(../img/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
a.pdf[target="_blank"]{
	background-image: url(../img/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
a.doc {
	background-image: url(../img/ico_doc.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
a.xls {
	background-image: url(../img/ico_xls.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

a[target="_blank"]{
	padding-right:15px;
	background-color: transparent;
	background-image: url(../img/ico_blank.gif);
	background-repeat: no-repeat;
	background-position: right 0.2em;
}
a.noblank[target="_blank"]{
   background:none;
   padding-right:0px;
}
.lead {
	font-weight: bold;
	color: #000000;
}

dd {
	line-height: 1.3em;
	font-size: 0.78em;
	padding-left: 2px;
}
.faq dl{
	display: block;
}
.faq dt{
	font-size: 0.78em;
	color: #000055;
}
.faq dd{
	padding-bottom: 20px;
}

#container {
	clear: both;
	width: 99%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#header {
	width: 99%;
	padding: 0px;
	margin-bottom: 20px;
	text-align: left;
}

#navi {
	display: none;
}

#top-image {
	display: none;
}

#area-image {
	display: none;
}

#breadcrumbs {
	display: none;
}

#wrapper {
	width: 99%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#navi-left,
#navi-left-ns{
	display: none;
}

#content {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

#navi-right {
	display: none;
}

#footer {
	clear: both;
	width: 100%;
	padding: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#pagetop {
	display: none;
}

.img-right{
	border: 1px solid #dddddd;
	float: right;
	padding: 1px;
	margin-bottom: 0.2em;
}
.img-left{
	border: 1px solid #dddddd;
	float: left;
	padding: 1px;
	margin-bottom: 0.2em;
}
.img-center{
	border: 1px solid #dddddd;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 1px;
	margin-bottom: 0.2em;
}

#header .logo {
	width: 320px;
	padding: 0px;
	margin: 0px;
}

#header .navi-sub {
	display: none;
}

#header .panel {
	display: none;
}

#wrapper {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#content p {
	margin-top: 0px;
	margin-bottom: 1.3em;
	color: #111;
	line-height: 130%;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size: 0.78em;
}
#content li{
	font-size: 0.78em;
}

#footer ul {
	display: none;
}

.home ul#top-navi{
	background-image: url(../img/top_nav.gif);
	background-repeat: repeat-y;
	background-position: center;
	display: block;
	width: 940px;
	clear: both;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.home ul#top-navi li{
	float: left;
	width: 204px;
	padding-left: 41px;
	display: block;
}

.home ul#top-navi li.first{
	margin-left: 0px;
	padding: 0px;
	border-left-style: none;
}

.home ul#top-navi li img{
	border: 1px solid #dddddd;
	padding: 1px;
	margin-bottom: 6px;
}

.home div#keyvisual{
	height: 300px;
	width: 100%;
	background-color: #999999;
	margin-top: 20px;
	margin-bottom: 20px;
}

.home #keyvisual h2{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.home h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	line-height: 150%;
	font-weight: bold;
	color: #000055;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dddddd;
	border-bottom-color: #000055;
	padding: 4px;
	font-family: "Times New Roman", Times, serif;
}

#top-navi{
	margin-bottom:20px;
}

#footer {
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}

#footer h4{
	clear: both;
	line-height: 1em;
	padding-right: 10px;
	padding-left: 2px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}

#footer p{
	font-size:70%;
	text-align:left;
}

#footer .address{
	float:left;
}

#footer .copyright{
	float:left;
}

#content #area-title {
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dddddd;
	border-bottom-color: #000055;
	display: block;
	width: 100%;
	float: left;
}

#content #area-title h2{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin: 0px;
	font-size:1.3em;
}

#content #area-title h3{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin: 0px;
	padding-top: 8px;
}

.faculty .box {
	display:none;
}

#area-profile {
	min-height: 300px;
	_height: 300px;
}

#area-profile dl{
	float: left;
	display: block;
	margin-bottom: 10px;
	padding-top: 50px;
}
#area-profile dt{
	display: block;
	clear: none;
}

#area-profile h2{
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #444444;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
}

#area-profile dd{
	line-height: 1em;
	display: block;
	clear: left;
}

#content #area-profile p{
	width: 70%;
	display: block;
	float: left;
	margin-bottom: 0px;
}

.btn-email,
.btn-email a {
	display: block;
	float: right;
	width: 50px;
	clear: none;
	background-image: url(../img/btn_email.gif);
	background-repeat: no-repeat;
	height: 20px;
	text-indent: -9999px;
}

.btn-email:hover{
	background-position: 0px -20px;
}

#area-profile ul{
	float: left;
	width: 39%;
	display: block;
	margin-left: 20px;
}

#area-profile .first{
	margin-left: 0px;
}

#area-profile li{
	line-height: 1em;
	margin-bottom: 0.4em;
}

#area-profile li h4{
	color: #000055;
	font-size: 90%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #000055;
	border-top-color: #dddddd;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	padding-left:2px;
	font-family: "Times New Roman", Times, serif;
}

#area-profile img {
	border: 1px solid #dddddd;
	float: left;
	clear:left;
	padding: 1px;
	margin-right: 20px;
	margin-top: 20px;
}

.box-1,
.box-2,
.box-3,
.box-4,
.box-5,
.box-6,
.box-7,
.box-8,
.box-9,
.box-10{
	width: 100%;
	float:none;
	clear:none;
	margin-bottom:20px;
}

.box-5{
	min-height:140px;
}

img.left {
	float: left;
	padding-right:20px;
}

.center {
	text-align: center;
	padding-right:20px;
}

img.right {
	float:right;
	padding-left:20px;
}

.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul.column-3 {
	width: 100%;
}

ul.column-3 li{
	width: 30%;
	float:left;
	margin-left:20px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
}

ul.column-3 li h3{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	font-size: 1.1em;
}

ul.column-3 li.first{
	margin-left:0px;
	border-left-style: none;
}

div.list-3 {
	display: block;
	clear: both;
	width: 700px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	min-height: 150%;
	_height: 150%;
	height: 100%;
}

div.list-3 div {
	width: 220px;
	float: left;
	margin-left: 0px;
	_margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	min-height: 100%;
	_height: 100%;
	height: 100%;
}

div.list-3 div.first{
	margin: 0px;
}

div.list-3 ul li {
	padding-left: 10px;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
}

div.list-3 h4 {
	font-size: 100%;
	margin: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	background-color: #9CF;
	padding-left: 10px;
}

#area-profile {
	min-height: 300px;
	_height: 300px;
}

#area-profile dl{
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 10px;
	padding-top: 30px;
}

#area-profile dt{
	display: block;
	clear: none;
}

#area-profile h2{
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #444444;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
}

#area-profile dd{
	line-height: 1em;
	display: block;
	clear: left;
}

#content #area-profile p{
	display: none;
}

.btn-email,
.btn-email a {
	display: none;
}

.btn-email:hover{
	background-position: 0px -20px;
}

#area-profile ul{
	float: left;
	width: 34%;
	display: block;
	margin-left: 20px;
}

#area-profile .first{
	margin-left: 0px;
}

#area-profile li{
	line-height: 1em;
	margin-bottom: 0.4em;
}

#area-profile li h4{
	color: #000055;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #000055;
	border-top-color: #dddddd;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

#area-profile img {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

#top-navi{
	background-repeat: repeat-y;
	background-position: center;
	display: block;
	width: 100%;
	clear: both;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: none;
}

#top-navi div{
	float: left;
	width: 100%;
	padding-left: 0px;
	display: block;
}

#top-navi div.first{
	margin-left: 0px;
	padding: 0px;
	border-left-style: none;
}

#top-navi div img{
	border: 1px solid #dddddd;
	padding: 1px;
	margin-bottom: 6px;
	float: left;
	margin-right: 20px;
}

a img:hover{
	border: 1px solid #dddddd;
	padding: 1px;
	background-color:#fdd003
}

#keyvisual{
	height: 300px;
	width: 940px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#keyvisual h2{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.home h1{}

#top-navi div h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	color: #000055;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000055;
	font-family: "Times New Roman", Times, serif;
	padding-top: 0em;
	padding-right: 2px;
	padding-bottom: 0.3em;
	padding-left: 2px;
	line-height: 1em;
	border-top-style: none;
}

.home #content {
	float: right;
	width: 100%;
	line-height: 150%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.home #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}

.column-2 {
	display: block;
	margin-bottom: 20px;
	width: 700px;
	clear: both;
}

.column-2 h3 {
	clear: both;
}

div.column-2 ul {
	width: 338px;
	float: left;
	display: block;
	margin-left: 20px;
	_margin-left: 10px;
}

div.column-2 ul li{
	padding-left: 12px;
	background-image: url(../img/arrow_right_gray.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	line-height: 1.2;
	padding-bottom: 0.3em;
}

div.column-2 ul.first {
	margin-left: 0px;
}

table {
	border-collapse: separate;
	border-spacing: 1px;
}

table {
	font-size: 0.78em;
	border-collapse: collapse;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}

table{
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;

}
table th{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
	background-color: #efefef;
	border: 1px solid #ddd;
	vertical-align: middle;
	white-space: nowrap;
}
table td{
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border: 1px solid #ddd;
}

.voices {
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.voices div{
	display: block;
	padding-bottom: 20px;
}

.voices dl{
	display: block;
	padding-bottom: 10px;
}

.voices img{
	float: left;
	margin-right: 20px;
}

.voices dt{
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	margin-right: 10px;
}

.voices dd{
	padding-left: 10px;
}

div.term {
	width: 680px;
	margin-bottom: 20px;
	background-image: url(../img/bg_term.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin-left: 10px;
	_margin-left: 5px;
	float: left;
}

div.term div{
	width: 211px;
	margin-left:20px;
	_margin-left:10px;
	display: block;
	padding: 1px;
	float: left;
}

div.term div.first{
	margin-left:0px;
}
div.term ul{
	margin-bottom: 10px;
}
div.term ul li{
	padding-left: 32px;
	padding-right: 10px;
	line-height: 1.3em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	color: #444444;
	background-image: url(../img/arrow_right_navy.gif);
	background-repeat: no-repeat;
	background-position: 24px 0.7em;
}

div.term div h4{
	font-family: "Times New Roman", Times, serif;
	color: #000055;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0.2em;
	margin-bottom: 0px;
	font-size: 0.9em;
}

#map {
	width: 700px;
}

#map img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#map dl{
	width: 700px;
	z-index: 1;
	margin-bottom: 20px;
}
img.right {
	margin-left: 20px;
	margin-bottom: 8px;
}
img.left {
	margin-bottom: 8px;
	margin-right: 20px;
}
.faculty .column-4{
	display:none;
}
.red {
	color: #990000;
}
.img-left {
	margin-right: 20px;
	float: left;
	margin-bottom: 5px;
}
.img-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
}
.box1-1 {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
.box1-1 .left{
	width:49%;
	float:left;
}
.box1-1 .right{
	width:49%;
	float:right;
}

.box3-2 {
	width: 100%;
	clear: both;
	float: left;
}
.box3-2 .left{
	width:57%;
	float:left;
}
.box3-2 .right{
	width:40%;
	float:right;
}
.box2-3 {
	width: 100%;
	clear: both;
	float: left;
}
.box2-3 .left{
	width:40%;
	float:left;
}
.box2-3 .right{
	width:57%;
	float:right;
}

.box2-1 {
	width: 100%;
	clear: both;
	float: left;
}
.box2-1 .left{
	width:65%;
	float:left;
}
.box2-1 .right{
	width:32%;
	float:right;
}
.box1-2 {
	width: 100%;
	clear: both;
	float: left;
}
.box1-2 .left{
	width:32%;
	float:left;
}
.box1-2 .right{
	width:65%;
	float:right;
}

.box3-1 {
	width: 100%;
	clear: both;
	float: left;
}
.box3-1 .left{
	width:74%;
	float:left;
}
.box3-1 .right{
	width:23%;
	float:right;
}
.box1-3 {
	width: 100%;
	clear: both;
	float: left;
}
.box1-3 .left{
	width:23%;
	float:left;
}
.box1-3 .right{
	width:74%;
	float:right;
}

.box4-1 {
	width: 100%;
	clear: both;
	float: left;
}
.box4-1 .left{
	width:73%;
	float:left;
}
.box4-1 .right{
	width:25%;
	float:right;
}
.box1x4 {
	width: 100%;
	clear: both;
	float: left;
}
.box1x4 div{
	width:24.8%;
	float:left;
}
.box1x4 div.first{
	width:73%;
}
.box1x3 {
	width: 100%;
	clear: both;
	float: left;
}
.box1x3 div{
	width:23%;
	float:left;
	margin-left:2%;
}
.box1x3 div.first{
	margin-left:0px;
}
.box1-1 img.right,
.box1-3 img.right,
.box1-2 img.right,
.box2-1 img.right,
.box3-1 img.right,
.box3-2 img.right,
.box2-3 img.right,
.box3-1 img.right,
.box4-1 img.right,
.box1x4 img.right,
.box1x3 img.right,
.box1-1 img.left,
.box1-3 img.left,
.box2-1 img.left,
.box3-1 img.left,
.box3-2 img.left,
.box2-3 img.left,
.box3-1 img.left,
.box4-1 img.left,
.box1x4 img.left,
.box1x3 img.left{
	width:auto}
.nowrap{white-space: nowrap;}.noclear {
	clear: none;
}
