@charset "shift-jis";
/* CSS Document */

/* ヘッダー ===================================================== */

header {
	padding: 17px 0 0;
	width: 1003px;
	margin:  0 auto;
	overflow:  hidden;
}
p#logo {
	width: 205px;
	float:  left;
}
p#logo img{
	height: auto;
}
p#toLinkUniversity {
	float:  right;
	font-size: 14px;
	text-align: center;
}
p#toLinkUniversity a{
	display: block;
	width: 108px;
	padding: 3px 0 2px;
	background-color: #2D57C1;
	color: #fff;
}
#h1Area {
	margin: 10px 0 0;
	background-color: #EAF6F9;
	border-bottom: 4px solid #2D57C1;
	border-top: 1px solid #E5E5E5;
}
#h1Area h1{
	width: 1000px;
	margin: 40px auto 0;
	font-size: 35px;
	color: #2D57C1;
	font-weight: normal;
}
#h1Area h1 a{
	color: #2D57C1;
}
#h1Area p{
	font-size: 18px;
	width: 1000px;
	margin: 0 auto 45px;
	line-height: 27.5px;
	color: #000;
}

/*  */
#contentsArea {
	background-color: #F9F9F7;
	border-bottom: 4px solid #2D57C1;
}
#mainBox {
	width: 1000px;
	margin: 20px auto 0;
	overflow: hidden;
}

/* サイドメニュー ===================================================== */

#sideArea {
	width: 250px;
	float: right;

}
#sideArea ul {
	margin-bottom: 18px;
	padding: 10px 20px 20px;
	border: 1px solid #ccc;
	background-color:  #fff;
}
#sideArea ul li{
	list-style-type:  none;
	font-size: 14px;
	line-height: 18.5px;
}
#sideArea ul li a{
	display: block;
	padding: 18px 0 15px 20px;
	background: url(../img/side_icon.png) no-repeat left 19px;
	border-bottom: 1px solid #E5E5E5;
	color: #000;
}
#sideArea ul li a:hover{
	text-decoration: underline;
}

/* バナーエリア ===================================================== */

#sideArea ul#sideBnr{
	margin:  0;
	padding: 0;
	border: none;
	background-color: #F9F9F7;
}
#sideArea ul#sideBnr li{
	margin:  0 0 18px;
	padding: 10px 0;
	border: 1px solid #ccc;
	background-color:  #fff;
	text-align:  center;
}
#sideArea ul#sideBnr li a{
	display:  inline;
	margin: 0;
	padding: 0;
	background-image: none;
	border: none;
}

/* フッター ===================================================== */

footer {
	padding: 32px 0 35px;
}
footer p{
	text-align: center;
	font-size: 16px;
}

/* メインコンテンツ ===================================================== */

#mainContent {
	width: 700px;
	float: left;
}
#content{
	width: 660px;
	margin: 30px 0 50px;
	padding: 20px 19px 30px;
	background-color: #fff;
	border: 1px solid #ccc;

}

/* h2-h5 ===================================================== */

#content h2{
	margin: 0 0 25px;
	padding: 10px 15px 20px 0;
	font-size: 20px;
	color: #000;
	background: url(../img/borderH2.png) repeat-x left bottom;
}
#content h2 span{
	padding: 6px 0 6px 16px;
	border-left: 3px solid #2D57C1;
}
#content h3{
	margin: 20px 0 15px;
	padding: 0;
	font-size: 20px;
	color: #2D57C1;
}
#content h4,
#content h5{
	margin: 20px 0 13px;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
}

/* p ===================================================== */

#content p{
	margin: 0 0 13px;
	font-size: 16px;
	line-height: 24px;
}
#content p.midashiTxt{
	margin: 0 0 5px;
	padding-left: 15px;
	background: url(../img/icon_midshi.png) no-repeat left 0.3em;
}

/* リスト ===================================================== */

#content ul{
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 24px;
}
#content ul.list li{
	margin-left: 16px;
	list-style-type: disc;
	line-height: 30px;
}
#content ul.ulPdf li{
	margin-bottom: 10px;
}
#content ul.ulPdf li a{
	padding: 3px 35px 0 0;
	background: url(../img/icon_pdf.png) no-repeat right 0;
}

#content ol{
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 24px;
}
#content ol li{
	margin-left: 16px;
	line-height: 30px;
}

/* テーブル ===================================================== */
#content table {
	margin: 0 0 25px;
	width: 100%;
	border-collapse: collapse;
}
#content table th {
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: #EAF6F9;
	text-align: center;
}
#content table td {
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
}



/* リンク ===================================================== */

#content a{
	text-decoration: underline;
	color: #2E3172;
}
#content a:hover{
	text-decoration: none;
}
#content .linkPdf a{
	padding: 3px 35px 0 0;
	background: url(../img/icon_pdf.png) no-repeat right 0;
}
#content .linkOut a{
	padding: 0 28px 0 0;
	background: url(../img/icon_window.png) no-repeat right 2px;
}

#content .btn01 a{
	display: inline-block;
	padding: 10px 30px 8px;
	background-color: #2D57C1;
	color: #fff;
	text-decoration: none;
}
#content .btn02 a {
	display: inline-block;
	padding: 15px 20px 13px;
	background-color: #2D57C1;
	font-size: 21px;
	color: #fff;
	text-decoration: none;
}

/* box関係 ===================================================== */

#content div.index{
	overflow: hidden;
}
#content div.indexMenu{
	width: 208px;
	height: 159px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #E5E5E5;
	position: relative;
}
#content div.indexMenu:nth-child(3n){
	margin-right: 0;
}
#content div.indexMenu a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	background: url(../img/indexMenu_bg.png) no-repeat right bottom;
}
#content div.indexMenu h3{
	width: 182px;
	margin: 13px auto 10px;
	padding: 0 0 5px;
	font-size: 20px;
	line-height: 25px;
	border-bottom: 5px solid #2D57C1;
}
#content div.indexMenu a h3{
	color: #000;
}
#content div.indexMenu p{
	width: 182px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 21px;
}
#content div.indexMenu a p{
	color: #333;
}
#content div.indexMenu a{
	text-decoration: none;
}

#content div.leftTxt{
	width: 435px;
	float: left;
}
#content div.rightImg{
	width: 210px;
	float: right;
}
#content div.rightTxt{
	width: 435px;
	float: right;
	text-align: left;
}
#content div.leftImg{
	width: 210px;
	float: left;
}
#content div.glayBox{
	margin-left: 15px;
	margin-bottom: 30px;
	padding: 15px;
	background-color: #EAEAEA;
}
#content div.glayBox p{
	margin: 0;
}
#content div.blueBox{
	padding: 15px;
	background-color: #EAF6F9;
}
#content div.blueBox p{
	margin: 0;
}
#content div.pinkBox{
	padding: 15px;
	background-color: #FAEBF5;
}
#content div.pinkBox p{
	margin: 0;
}
#content div.orangeBox{
	padding: 15px;
	background-color: #FFF5EB;
}
#content div.orangeBox p{
	margin: 0;
}
#content div.greenBox{
	padding: 15px;
	background-color: #EBFAF5;
}
#content div.greenBox p{
	margin: 0;
}
#content div.purpleBox{
	padding: 15px;
	background-color: #F0F0FF;
}
#content div.purpleBox p{
	margin: 0;
}
#content img.leftImg02{
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
#content img.rightImg02{
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}


/* テキスト装飾 ===================================================== */

#content .red{
	color: #FF3333 !important;
}
#content .pink{
	color: #F191BF !important;
}
#content .blue{
	color: #3399FF !important;
}
#content .big{
	font-size: 20px !important;
}
#content .small{
	font-size: 12px !important;
}

/* 文字寄せ ===================================================== */
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
}




/* マージン ===================================================== */

.mt5 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml5 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}

.mr5 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}


/* ピンク ===================================================== */
body#pink p#toLinkUniversity a{
	background-color: #CD329B;
}
body#pink #h1Area {
	background-color: #FAEBF5;
	border-bottom: 4px solid #CD329B;
}
body#pink #h1Area h1{
	color: #CD329B;
}
body#pink #h1Area h1 a{
	color: #CD329B;
}

body#pink #sideArea ul li a{
	background: url(../img/side_icon_pink.png) no-repeat left 19px;
}

body#pink #contentsArea {
	border-bottom: 4px solid #CD329B;
}

body#pink #content h2 span{
	border-left: 3px solid #CD329B;
}
body#pink #content h3{
	color: #CD329B;
}

body#pink #content table th {
	background-color: #FAEBF5;
}

body#pink #content .btn01 a{
	background-color: #CD329B;
}
body#pink #content .btn02 a {
	background-color: #CD329B;
}

body#pink #content div.indexMenu a{
	background: url(../img/indexMenu_pink_bg.png) no-repeat right bottom;
}
body#pink #content div.indexMenu h3{
	border-bottom: 5px solid #CD329B;
}
body#pink #content div.indexMenu a h3{
	color: #000;
}


/* オレンジ ===================================================== */
body#orange p#toLinkUniversity a{
	background-color: #FF6432;
}
body#orange #h1Area {
	background-color: #FFF5EB;
	border-bottom: 4px solid #FF6432;
}
body#orange #h1Area h1{
	color: #FF6432;
}
body#orange #h1Area h1 a{
	color: #FF6432;
}

body#orange #sideArea ul li a{
	background: url(../img/side_icon_orange.png) no-repeat left 19px;
}

body#orange #contentsArea {
	border-bottom: 4px solid #FF6432;
}

body#orange #content h2 span{
	border-left: 3px solid #FF6432;
}
body#orange #content h3{
	color: #FF6432;
}

body#orange #content table th {
	background-color: #FFF5EB;
}

body#orange #content .btn01 a{
	background-color: #FF6432;
}
body#orange #content .btn02 a {
	background-color: #FF6432;
}

body#orange #content div.indexMenu a{
	background: url(../img/indexMenu_orange_bg.png) no-repeat right bottom;
}
body#orange #content div.indexMenu h3{
	border-bottom: 5px solid #FF6432;
}
body#orange #content div.indexMenu a h3{
	color: #000;
}


/* 緑 ===================================================== */
body#green p#toLinkUniversity a{
	background-color: #196E6E;
}
body#green #h1Area {
	background-color: #EBFAF5;
	border-bottom: 4px solid #196E6E;
}
body#green #h1Area h1{
	color: #196E6E;
}
body#green #h1Area h1 a{
	color: #196E6E;
}

body#green #sideArea ul li a{
	background: url(../img/side_icon_green.png) no-repeat left 19px;
}

body#green #contentsArea {
	border-bottom: 4px solid #196E6E;
}

body#green #content h2 span{
	border-left: 3px solid #196E6E;
}
body#green #content h3{
	color: #196E6E;
}

body#green #content table th {
	background-color: #EBFAF5;
}

body#green #content .btn01 a{
	background-color: #196E6E;
}
body#green #content .btn02 a {
	background-color: #196E6E;
}

body#green #content div.indexMenu a{
	background: url(../img/indexMenu_green_bg.png) no-repeat right bottom;
}
body#green #content div.indexMenu h3{
	border-bottom: 5px solid #196E6E;
}
body#green #content div.indexMenu a h3{
	color: #000;
}


/* 紫 ===================================================== */
body#purple p#toLinkUniversity a{
	background-color: #734B9B;
}
body#purple #h1Area {
	background-color: #F0F0FF;
	border-bottom: 4px solid #734B9B;
}
body#purple #h1Area h1{
	color: #734B9B;
}
body#purple #h1Area h1 a{
	color: #734B9B;
}

body#purple #sideArea ul li a{
	background: url(../img/side_icon_purple.png) no-repeat left 19px;
}

body#purple #contentsArea {
	border-bottom: 4px solid #734B9B;
}

body#purple #content h2 span{
	border-left: 3px solid #734B9B;
}
body#purple #content h3{
	color: #734B9B;
}

body#purple #content table th {
	background-color: #F0F0FF;
}

body#purple #content .btn01 a{
	background-color: #734B9B;
}
body#purple #content .btn02 a {
	background-color: #734B9B;
}

body#purple #content div.indexMenu a{
	background: url(../img/indexMenu_purple_bg.png) no-repeat right bottom;
}
body#purple #content div.indexMenu h3{
	border-bottom: 5px solid #734B9B;
}
body#purple #content div.indexMenu a h3{
	color: #000;
}












