/* 
index.htmlのコンテンツ設定用css
*/


/* ↓↓↓ メインコンテンツの設定CSS ↓↓↓ */
#cont-group {
	width: 764px;
	height: 408;
	float: left;
	background-image: url(../images/top-img.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}

#cont-group-en {
	width: 764px;
	/*height: 418px;*/
    height: 408px;
	float: left;
	background-image: url(../images-en/top-img.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}

.cont-shadow {
	height: 295px;
	position: absolute;
	top: 306px;
	width: 764px;
	z-index: 1;
}

#slide-show {
	width: 100%;
	height: 190px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 5px;
	-o-border-radius-top-right: 10px;
	-ms-border-radius-top-right: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 5px;
	-o-border-radius-top-left: 10px;
	-ms-border-radius-top-left: 10px;
	border-top-left-radius: 10px;
}

#slide-show-text {
	width: 185px;
	float: left;
}

#slide-show-text img {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 5px;
	-o-border-radius-top-left: 10px;
	-ms-border-radius-top-left: 10px;
	border-top-left-radius: 10px;
}

.slide-show-img {
	width: 579px;
	float: left;
}

.slide-show-img img {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 5px;
	-o-border-radius-top-right: 10px;
	-ms-border-radius-top-right: 10px;
	border-top-right-radius: 10px;
}

#cont-menu {
	width: 734px;
	margin-top: 20px;
	padding: 20px 15px;
}

#cont-menu #menu-left {
	width: 170px;
	float: left;
	padding-left: 40px;
}

#cont-menu #menu-center {
	width: 170px;
	float: left;
	padding-left: 20px;
}

.ja #cont-menu #menu-left li,
.ja #cont-menu #menu-center li{
	height: 26px;
	margin: 10px 0 0 0;	
	list-style: none;
	background-image: url(../images/cont-menu-li-bg-.jpg);
	background-position: left;
	background-repeat: no-repeat;
	display: table;
}
.en #cont-menu #menu-left li,
.en #cont-menu #menu-center li{
	height: 26px;
	margin: 10px 0 0 0;	
	list-style: none;
	background-image: url(../images/cont-menu-li-bg-.jpg);
	background-repeat: no-repeat;
	display: table;
}

#cont-menu #menu-left li:first-child,
#cont-menu #menu-center li:first-child{
	margin: 0;
}

#cont-menu li a,
#cont-menu #menu-center li a{
	padding: 0 0 0 30px;
	color: #006d4e;
	font-weight: bold;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}

#cont-menu #btn-group {
	width: 734px;
	float: left;
}

/* #304 mdf >>> */
#cont-menu #btn-group #btn-regist {
	width: 147px;
	height: 130px;
	overflow: hidden;
	margin: 8px;
	float: left;
}
#cont-menu #btn-group #btn-regist2 {
	width: 159px;
	height: 130px;
	overflow: hidden;
	margin: 8px;
	float: left;
}
#cont-menu #btn-group #btn-search {
	width: 157px;
	height: 130px;
	margin: 8px 16px;
	overflow: hidden;
	float: left;
}
#cont-menu #btn-group #btn-search2 {
	width: 189px;
	height: 130px;
	margin: 8px 16px;
	overflow: hidden;
	float: left;
}
#cont-menu #btn-group #btn-reuse {
	width: 157px;
	height: 130px;
	margin: 8px 16px;
	overflow: hidden;
	float: left;
}
#cont-menu #btn-group #btn-reuse2 {
	width: 144px;
	height: 130px;
	margin: 8px 16px;
	overflow: hidden;
	float: left;
}
#cont-menu #btn-group #btn-contact {
	width: 164px;
	height: 130px;
	margin: 8px;
	overflow: hidden;
	float: right;
}
#cont-menu #btn-group #btn-contact2 {
	width: 139px;
	height: 130px;
	margin: 8px;
	overflow: hidden;
	float: right;
}

#cont-menu #btn-group #btn-regist:hover img,
#cont-menu #btn-group #btn-regist2:hover img,
#cont-menu #btn-group #btn-search:hover img ,
#cont-menu #btn-group #btn-search2:hover img ,
#cont-menu #btn-group #btn-reuse:hover img ,
#cont-menu #btn-group #btn-reuse2:hover img ,
#cont-menu #btn-group #btn-contact:hover img ,
#cont-menu #btn-group #btn-contact2:hover img {
	margin-top: -130px;
}
/* #304 mdf <<< */
/*  add #281    >>> */
#lang-btn-en:hover img,
#lang-btn-ja:hover img{
    cursor: pointer;
}
/*  add #281    <<< */

/* ↑↑↑ メインコンテンツの設定CSS ↑↑↑ */


/* ↓↓↓ サイドバーの設定CSS ↓↓↓ */
aside {
	width: 200px;
	float: right;
}

/* ↓↓↓ 学内リンクの設定CSS ↓↓↓ */
#link-campus-group {
	width: 100%;
	margin: 0 auto 0 auto;
}

#link-campus-group #link-title {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 1.7em;
    /*mdf   #44 >>>*/
    color: #1e73be;
    border-bottom: 5px solid #1e73be;
    /*mdf   #44 ---*/
	/*color: #006d4e;
	border-bottom: 5px solid #006d4e;*/
    /*mdf   #44 <<<*/
}

#link-campus-group .link-bnr {
	width: 100%;
	margin: 10px 0 0 0;
	display: table;
}

#link-campus-group span a:hover img,
#link-campus-group .link-bnr a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: 0.7; /* Safari 1.x */
	-moz-opacity: 0.7; /* FF lt 1.5, Netscape */
}

/* ↑↑↑ 学内リンクの設定CSS ↑↑↑ */
/* ↑↑↑ サイドバーの設定CSS ↑↑↑ */

/* ↓↓↓ お知らせ周りの設定CSS ↓↓↓ */
#info-group {
	width: 710px;
	padding: 0 27px 0 27px;
	margin: 20px 0 0 0;
	float: left;
	background-color: #fff;
	background-image: url(../images/info-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#info-group table {
	width: 100%;
}

#info-group table caption {
	padding: 15px 0 10px 0;
	text-align: left;
    /*mdf   #44 >>>*/
    color: #1e73be;
    /*mdf   #44 ---*/
	/*color: #006d4e;*/
    /*mdf   #44 <<<*/
	font-size: 18px;
	font-weight: bold;
    /*mdf   #44 >>>*/
    border-bottom: dashed 1px #002c76;
    /*mdf   #44 ---*/
	/*border-bottom: dashed 1px #8bc53e;*/
    /*mdf   #44 <<<*/
}

#info-group table caption span {
	margin: 4px 0 0 0;
	font-size: 14px;
	font-weight: normal;
	float: right;
}

#info-group a,
#info-group a:visited
{
	text-decoration: underline;
    /*mdf   #44 >>>*/
    color: #00bde0;
    /*mdf   #44 ---*/
	/*color: #4dba96;*/
    /*mdf   #44 <<<*/
}

#info-group tr {
    /*mdf   #44 >>>*/
    border-bottom: dashed 1px #002c76;
    /*mdf   #44 ---*/
	/*border-bottom: dashed 1px #8bc53e;*/
    /*mdf   #44 <<<*/
}

#info-group tr:last-child {
	border-bottom:0;
}

#info-group tr td {
	padding: 15px 0 15px 0;
}

#info-group .date {
	width: 30%;
	font-weight: bold;
}

#info-group .cmt {
	width: 70%;
    /*mdf   #44 >>>*/
    color: #1e73be;
    /*mdf   #44 ---*/
	/*color: #006d4e;*/
    /*mdf   #44 <<<*/
}
/* ↑↑↑ お知らせ周りの設定CSS ↑↑↑ */


/* ↓↓↓ テキストリンクのマウスオーバー ↓↓↓ */
#cont-menu a:hover,
#info-group tbody a:hover
{
	opacity: .6;
	filter: alpha(opacity=60); /* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	-khtml-opacity: 0.6; /* Safari 1.x */
	-moz-opacity: 0.6; /* FF lt 1.5, Netscape */
}

/* ↓↓↓ 角丸10px ↓↓↓ */
#cont-group,
#cont-group-en,
.cont-shadow,
#info-group {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

/* ↓↓↓ ドロップシャドウ ↓↓↓ */
#info-group,
.cont-shadow {
	-moz-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	-o-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	-ms-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	
	/* IE6-8	*/
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#161b60, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#161b60, direction=135, strength=2)";
	zoom: 1;
}




/* ↓↓↓ clearfix ↓↓↓ */
#cont-menu:after,
aside #link-btn-system:after
{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
