@charset "utf-8";

/*===================================================
                メインコンテンツ
==================================================*/

/*------------- 見出し--------------*/

#main h2 {
	margin-bottom: 20px;
}

.sect_h3 h3 {
	margin-bottom: 16px;
}

.sect_h4 h4 {
	margin-bottom: 10px;
}

.sect_h5 h5 {
	margin-bottom: 0;
	font-size: 120%;
	font-weight: bold;
	color: #0033CC;
}
/*----------------------------------*/



p#link_home {
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid #999999;
	text-align: right;
	clear: both;
}

p#link_home img {
	margin-left: 10px;
	vertical-align: middle;
}


/* 校史回顧・学長の挨拶
--------------------------------------------*/
p.illust_r {
	width: 185px;
	margin-left: 10px;
	float: right;
	color: #0000FF;
	text-align: right;
	clear: both;
}

p.illust_l {
	width: 185px;
	margin-right: 10px;
	float: left;
	color: #0000FF;
	text-align: left;
	clear: both;
}

p.sentence_l {
	width: 320px;
	float: left;
}

p.sentence_r {
	width: 320px;
	float: right;
}

div.photo_l,
div.photo_r {
	margin-bottom: 20px;
	clear: both;
}
div.photo_l:after,
div.photo_r:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}

div.photo_l p.photo{
	width: 185px;
	margin: 0;
	float: left;
	color: #0033CC;
}

div.photo_l p {
	margin-left: 190px;
}

div.photo_r p.photo{
	width: 185px;
	margin: 0;
	float: right;
	text-align: right;
	color: #0033CC;
}

div.photo_r p {
	margin-right: 190px;
}

div.photo_l p.photo_c {
	width: 133px;
	margin-left: 25px;
	text-align: right;
	float: left;
	color: #0033CC;
}


/* 数学・施設
--------------------------------------------*/

dl#institution {
	
}

dl#institution dt {
	margin: 0 0 5px 190px;
	font-size: 140%;
	font-weight: bold;
	color: #0033CC;
}

dl#institution dd {
	margin: 0 0 15px;
	padding-left: 190px;
	min-height: 110px;
	height: auto;
	position: relative;
	line-height: 1.4;
}
* html dl#institution dd { height: 110px; }


dl#institution dd p {
	width: 185px;
	position: absolute;
	top: -25px;
	text-align: right;
	left: 0;
}

dl#institution dd.hospital {
	min-height: 200px;
}
* html dl#institution dd.hospital { height: 200px; }

dl#institution dd.history {
	min-height: 370px;
}
* html dl#institution dd.history { height: 370px; }


/* 校内行事
--------------------------------------------*/

div#event_photo {
	width: 452px;
	margin: 0 auto;
}

div#event_photo p {
	margin-bottom: 16px;
	text-align: right;
	color: #0033CC;
}

div#event_photo p.col {
	width: 240px;
	float: left;
}

p#photo_01 {
	text-align: right;
	color: #0033CC;
}

/* 国際交流
--------------------------------------------*/

div.image_block {
	min-height: 320px;
	position: relative;
}
* html div.image_block { height: 320px; }

div.image_block p {
	margin-left: 190px;
}

div.image_block dl {
	width: 185px;
	position: absolute;
	top: 1.5em;
}

div.image_block dl dd {
	margin-bottom: 10px;
	text-align: right;
	color: #0033CC;
	line-height: 1.4;
}


div.image_block2 {
	min-height: 440px;
	position: relative;
}
* html div.image_block2 { height: 440px; }

div.image_block2 p {
	margin-left: 190px;
}

div.image_block2 dl {
	width: 185px;
	position: absolute;
	top: 1.5em;
}

div.image_block2 dl dd {
	margin-bottom: 10px;
	text-align: right;
	color: #0033CC;
	line-height: 1.4;
}

