/* ---- 初期化 ---- */
* {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
ul {
	list-style-type: none;
}
body {
	background-color: #ffffff;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background-color: #6463A5;
}
img {
	vertical-align: bottom;
}
.clearfix:after {
	display : block;
	clear : both;
	height : 0;
	content : ".";
	overflow : hidden;
}
.clearfix {
	overflow : hidden;
}
a {
	text-decoration: none;
	color: #4360A9;
}
a:hover {
	text-decoration: underline;	
}

/* ---- コンテンツ囲み ---- */
.wrap {
	margin: 0 auto;
	min-width: 1000px;
	background-color: #FFFFFF;
}
#body_top_line{
	background: #6463A5;
	background-repeat: repeat-x;
	height: 5px;
}

/* ---- ヘッダ ---- */
#header {
	position: relative;
	width: 920px;
	margin: 0 auto;
	text-align: left;
	overflow : hidden;
}
#header_left{
	float: left;
	width: 400px;
}
#header_right{
	float: right;
	width: 360px;
	overflow : hidden;
}
/* ヘッダテキストリンク左 */
#header #logo {
	margin: 5px 0 10px 0;
}
#header #logo a:hover {
	text-decoration: none;
}
/* ヘッダテキストリンク右 */
#header .txtmenu_right {
	float: right;
	font-size: 20px;
	background-color: #6463A5;
	margin: 0 0 15px 10px;
}
#header .txtmenu_right a {
	color: #FFFFFF;
	display: block;
	padding: 1px 20px 5px 20px;
}
#header .txtmenu_right a:hover {
	text-decoration: none;
	background-color: #555;
}
/* ヘッダ検索 */
#header #search {
	float: right;
	margin: 10px 0 0;
	width: 350px;
}
form {
  float: right;
}
#searchbox img {
  float: left;
  margin: 3px 5px 0 0;
  vertical-align: middle;
}
#header input[type=text] {
	width: 180px;
	height: 21px;
	font-size: 80%;
	border: solid 1px #6463A5;
	background-color: rgb(255, 255, 255) !important;
	float: left;
	vertical-align: middle;
}
#header input[type=image] {
	vertical-align: bottom;
	margin-left: 3px;
	height: 24px;
}
/* ヘッダメニュー */
#header #headermenu {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 10px;
}
#header #headermenu li {
	float: left;
	overflow: hidden;
}
#headermenu li a {
  background-color: #6463A5;
  color: #FFFFFF;
  display: block;
  font-size: 130%;
  font-weight: bold;
  margin: 0 15px 0 0;
  padding: 13px;
  text-align: center;
  width: 271px;
}
#headermenu li a:hover {
  background-color: #555;
  text-decoration: none;
}
/* ---- トップコンテンツ ---- */
#contents {
	position: relative;
	width: 920px;
	margin: 0 auto;
	text-align: left;
	z-index: 0;
}

/* メイン画像（タイトル部） */
.mainimg {
	margin-bottom: 15px;
	width: 920px;
}

/* スマホ用メニュー */
#spMenu {
	display: none;
}

/* ドット囲み枠（角丸） */
.dotblock {
	background-color: #FFF;
	border: dotted 1px #C1B6AE;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/* 920px影 */
.shadow920 {
	padding-bottom: 8px;
	background: url(../../../images/h_images/shadow920.jpg) no-repeat left bottom;
}

/* メインメニュー */
#topMainmenu {	/* 2013.12.06修正 */
	width: 920px;
	overflow: hidden;
}
#topMainmenu li {
	float: left;
	overflow: hidden;
}
#topMainmenu li p {
	display: none;
	
}
#topMainmenu li.TMleft {
	width: 450px;
	margin-right: 18px;
	margin-bottom: 17px;
	height: 200px;
	display: block;
}

#topMainmenu li.TMright {
	width: 450px;
	height: 200px;
	margin-bottom: 17px;
	height: 200px;
	display: block;
}


#topMainmenu li.TM3L {
	width: 300px;
	height: 150px;
	margin-right: 10px;
	display: block;
}


#topMainmenu li.TM3C {
	width: 300px;
	height: 150px;
	margin-right: 10px;
	display: block;
}


#topMainmenu li.TM3R {
	width: 300px;
	height: 150px;
	display: block;
}

#topMainmenu li a:hover {
	opacity: 0.75;
	border-bottom: none;
	display: inline-block;
}

/* お知らせ トピックス関連 */
.topTtl {
	position: relative;
	background-color: #6463A5;
	padding: 10px 0 6px 10px;
	margin: 25px 0 10px;
}
.topTtl .ttlL1 {
	 display: none;
}
.topTtl .ttlL2info {
	display: table-cell;
	width: 900px;
	height: 63px;
	vertical-align: middle;
	background: url(../../../images/h_images/top_ttl_info_bg_w2.png) repeat-y left center;
}
.topTtl .ttlL2topics {
	display: table-cell;
	width: 920px;
	height: 66px;
	vertical-align: middle;
	background: url(../../../images/h_images/top_ttl_topics_bg_w2.png) repeat-y left center;
}
.topTtl .ttlL2links {
	display: table-cell;
	width: 920px;
	height: 66px;
	vertical-align: middle;
	background: url(../../../images/h_images/top_ttl_topics_bg_w2.png) repeat-y left center;
}
.topTtl .ttlL2info h2,
.topTtl .ttlL2topics h2,
.topTtl .ttlL2links h2 {
	padding: 3px 0 0 50px;
	font-size: 190%;
	line-height: 130%;
	display: inline-block;
	font-weight: normal;
	color: #333;
}
.topTtl .ttlL3 {
	width: 810px;
	height: 5px;
	display: block;
	background: url(../../../images/h_images/top_ttl_bg_w3.png)
}
.topTtl .ttlBlist {
	position: absolute;
	top: 20px;
	left: 813px;
	width: 50px;
	height: 50px;
	padding-left: 1px;
}
.topTtl .ttlBlist a {
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	background: url(../../../images/h_images/top_ttl_list.png) no-repeat;
	text-indent: -9999px;
}
.topTtl .ttlBlist a:hover,
.topTtl .ttlBrss a:hover {
	background-position: 0 -50px;
	border: none;
}
.topTtl .ttlBrss {
	position: absolute;
	top: 20px;
	left: 865px;
	width: 50px;
	height: 50px;
	padding-left: 1px;
}
.topTtl .ttlBrss a {
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	background: url(../../../images/h_images/top_ttl_rss.png) no-repeat;
	text-indent: -9999px;
}

.topList {
	line-height: 150%;
	padding: 15px 0;
	border-bottom: dotted 1px #C1B6AE;
	clear: both;
	overflow: hidden;
}
.topList dt {
	font-weight: bold;
	vertical-align: top;
	float: left;
	width: 280px;
}
.topList dd {
	float: right;
	vertical-align: top;
	width: 630px;
}
.topList dt .date {
	font-size: 90%;
	font-weight: bold;
	display: inline-block;
	width: 160px;
	/display: inline;
}
.icoAtt, .icoNotice, .icoExam, .icoRecruitment, .icoEvent, .icoOther {
	font-size: 85%;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	width: 6em;
	display: inline-block;
	padding: 4px 0 2px;
	margin-right: 20px;
	
}
.icoAtt {
	background-color: #cc0000;
}
.icoNotice {
	background-color: #09468A;
}
.icoExam {
	background-color: #FF7900;
}
.icoRecruitment {
	background-color: #92B322;
}
.icoEvent {
	background-color: #3366CC;
}
.icoOther {
	background-color: #999999;
}
/* 関連リンク集 */
.topLinks {
  overflow: hidden;
  text-align: center;
}
.topLinks li {
  float: left;
  margin: 0 2px 10px 4px;
  width: 300px;
}
.topLinks li a:hover {
	border-bottom: none;
}

/* ---- フッタ ---- */
#footer {
	min-width: 920px;
	margin: 20px auto 0 auto;
	text-align: left;
	background: #EFE6DC;
}

/* フッタメニュー */
#footerMenu {
	text-align: center;
	background: #ffffff;
}
#footerMenu span a {
  background-color: #6463A5;
  color: #FFFFFF;
  margin: 0 15px;
  padding: 6px 40px 2px;
}
#footerMenu span a:hover {
  background-color: #555;
  text-decoration: none;
}
#footerMenu #footerMenu_04 {
  display: none;
}
/* フッタ　プライバシーポリシー */
#privacyLink {
	width: 920px;
	margin: 0 auto 10px;
	padding: 15px 0 5px;
	text-align: center;
}
#privacyLink li {
	display: inline;
	padding: 0 18px;
	margin: 0 40px;
	background: url(../../../images/h_images/icon_rel.png) no-repeat left center;
}

/* フッタ　関連大学リンク */
#relLink {
	margin: 0 auto;
	padding-bottom: 15px;
	text-align: center;
}
#relLink li {
	width: 920px;
	display: inline;
	padding: 0 18px;
	margin: 0 70px;
	background: url(../../../images/h_images/icon_rel.png) no-repeat left center;
}

/* フッタ　署名 住所　*/
#footerbg {
	background-color: #6463A5;
	padding: 30px 0;
}
#footerSign {
	width: 920px;
	margin: 0 auto;
	color: #FFF;
	font-size: 85%;
	line-height: 130%;
	overflow: hidden;
}
.footerPrivacy {
	margin-bottom: 20px;
	text-align: center;
}
.footerPrivacy > li {
	display: inline;
	font-size: 110%;
}
.footerPrivacy a {
	color: #FFFFFF;
}
#footerOrg {
	width: 330px;
	float: left;
	margin-left: 50px;
}

#footerOrg .Aname {
	font-size: 250%;
	font-weight: bold;
	line-height: 130%;
	letter-spacing: 0.1em;
}

.footerttl {
	display: inline-block;
	line-height: 100%;
	background-color: #FFF !important;
	padding: 2px 5px;
	margin-bottom: 5px;
	color: #3F6105;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#footerSign .InfoA {
	width: 400px;
	float: right;
	font-size: 100%;
	overflow: hidden;
}
#footerSign .InfoA .footerttl {
	margin-bottom: 1px;
}
.InfoA p {
	margin: 0 0 5px;
}
#copyright {
	width: 920px;
	border-top: solid 1px #FFF;
	margin: 30px auto 0;
	padding: 5px;
	font-size: 80%;
	color: #FFF;
	text-align: center;
}
#copyright a{
	color: #ffffff;
}

/* ---- 追随メニュー ---- */
#follow {
	width: 50px;
	position: fixed;
	top: 200px;
	right: -5px;
}
#follow li {
	height: 50px;
	margin-bottom: 3px;
	overflow: hidden;
}
#follow li a:hover {
	border-bottom: none;
}
#follow li a:hover img {
	margin-top: -50px;
}
#follow li#fontsize {
	height: 103px;
	background: url(../../../images/h_images/b_size_bg.png) no-repeat 0 0;
	padding-top: 40px;
	text-align: center;
}
#follow li#fontsize #large {
	height: 24px;
	overflow: hidden;
	margin-bottom: 3px;
	display: block;
}
#follow li#fontsize #middle {
	height: 24px;
	overflow: hidden;
	display: block;
}
#follow li#fontsize #large a img,
#follow li#fontsize #middle a img {
	margin-top: 0;
}
#follow li#fontsize #large a.active img,
#follow li#fontsize #middle a.active img {
	margin-top: -24px;
}
#follow li#fontsize #large a:hover img,
#follow li#fontsize #middle a:hover img {
	opacity: 0.75;
}
#follow li#youtubebtn{
    display: none;
}

@media print {
#follow {
	width: 50px;
	position: absolute;
	top: 200px;
	right: 0px;
}
}
/* ダイアログ */

	/* The style for the blackout div that appears when the exit dialog is shown. */
#ln-blackout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}

	/* This style is for a container that holds the message dialog box. It has been added primarily to help with positioning. I know some people would complain about this, but it seems more efficient this way even it is isn't semanitc. */
#ln-messageHolder {
	position: fixed;
	top: 150px;
	left: 0;
	width: 100%;
}

	/* This style is for the div that holds the actual exit dialog. */
#ln-messageBox {
	width: 460px;
	margin: 0 auto;
	min-height: 200px;
	background-color: #fff;
	border: 10px solid #6463A5;
	-moz-box-shadow: 0 0 20px 10px #666;
	-webkit-box-shadow: 0 0 20px #666;
	text-align: left;
	padding: 20px;
	line-height: 1.7em;
}

	/* This style is applied to the link that closes the dialog. */
a#ln-cancelLink {
	background-color: #EFE6DC;
	font-weight: bold;
	padding: 5px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}

a#ln-cancelLink:hover {
	background-color: #555;
	color: #fff;
}

	/* This style is for the box that holds the section that says where the user is being directed to. */
.setoff {
	background-color: #EFE6DC;
	padding: 5px;
	margin: 10px 0 20px 0;
}
