@charset "utf-8";
/* CSS Document */

*{
	border: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	font-size:10pt;
	line-height: 150%;
	text-align: center;
}
img{
	border: 0px;
	vertical-align: bottom;
}
h1,h2,h3,h4{
	margin:0px;
	pading:0px;
}
h2.common_link{
	font-size:22px;
	font-family:"游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom:#714e21 3px solid;
	padding-bottom:10px;
	margin: 60px 0 35px;
}
h2.common_link:first-of-type{
	margin: 0 0 35px;
}
h2.common_link span{
	font-size: 70%;
}

/*文字リンク色*/
a:link{
color:#000000;
text-decoration: underline;
}
a:visited{
color:#464646;
text-decoration: underline;
}
a:hover{
color:#734D1C;
text-decoration: underline;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;   
    clear: both;
    visibility:hidden;
}
.clearfix{
   /* display: inline-block;*/
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */

/*-----------------------------
　　全体枠
-----------------------------*/

#wrap{
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 978px;
	background-color: #FFFFFF;
	border-right: 1px solid #402108;
	border-left: 1px solid #402108;
}
/*IE*/
*html #wrap{
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 980px;
	background-color: #FFFFFF;
	border-right: 1px solid #402108;
	border-left: 1px solid #402108;
}

.clear{
	clear: both;
}


/*-----------------------------
　　ヘッダー
-----------------------------*/
#header{
	height: 44px;
	padding: 24px 16px 17px 16px;
	border-bottom:6px solid #734D1C;
}
	#header h1{
		float: left;
	}
	#header .h-r-block{
		float: right;
		width: 300px;
	}
		#header .h-r-block ul.h-list{
			font-size: 13px;
			line-height: 1em;
			margin: 0;
			padding: 0 0 3px 0;
		}
		#header .h-r-block ul.h-list li.h-txt{
			padding: 0 20px 0 0;
			list-style: none;
			display: inline-block;
		}
		#header .h-r-block ul.h-list li.h-txt:before{
			content: '';
			width: 0;
			height: 0;
			display: inline-block;
			border-top: 5px solid transparent;
			border-left: 8px solid transparent;
			border-right: 5px solid transparent;
			border-bottom: 5px solid transparent;
			border-left: 8px solid #714e21;
		}
		#header .h-r-block ul.h-list li.h-txt a{
			text-decoration: none;
		}
		#header .h-r-block ul.h-list li.h-txt a:hover{
			text-decoration: underline;
		}

/*-----------------------------
　　メニュー
-----------------------------*/
#navi{
	padding: 0px 0px 8px 0px;
	background:url(../img/con_shadow.gif) repeat-y ;
}

/*トップページ以外*/
#navi_con{
	margin: 0px;
	background:url(../img/con_shadow.gif) repeat-y ;
}

ul#s_navi{
	background:url(../img/con_shadow.gif) repeat-y ;
	width: 928px;
	*width: 978x;/*IE*/
	height: 20px;
	margin: 0px;
	padding: 6px 25px;
	border-bottom: 1px solid #402108;
}

ul#s_navi li{
	list-style:none;
	padding: 0px 20px;
	background:url(../img/menu/arrow.jpg) no-repeat left top;
	float: left;
}
/*2行*/
ul#s_navi2l{
	background:url(../img/con_shadow.gif) repeat-y ;
	width: 928px;
	*width: 978px;/*IE*/
	height: 40px;
	margin: 0px;
	padding: 6px 25px;
	border-bottom: 1px solid #402108;
}

ul#s_navi2l li{
	list-style:none;
	padding: 0px 20px;
	background:url(../img/menu/arrow.jpg) no-repeat left top;
	float: left;
}
/*3行*/
ul#s_navi3l{
	background:url(../img/con_shadow.gif) repeat-y ;
	width: 928px;
	*width: 978px;/*IE*/
	height: 60px;
	margin: 0px;
	padding: 6px 25px;
	border-bottom: 1px solid #402108;
}

ul#s_navi3l li{
	list-style:none;
	padding: 0px 20px;
	background:url(../img/menu/arrow.jpg) no-repeat left top;
	float: left;
}

#main_wrap{
	clear:both;
	overflow:hidden;
	background:url(../img/con_shadow.gif) repeat-y ;
}

/*-----------------------------
　　コンテンツ＠左
-----------------------------*/
#left_wrap{
	width:748px;
	float:left;
}
 /*result.htmlのみ*/
#left_wrap .result{
	padding: 0 0 0 15px;
}
	#main_img{
		border-top:6px solid #734D1C;
		border-bottom:6px solid #734D1C;
	}
	/**********枠全体**********/
	#contents_top{
		padding: 20px 0px 15px 40px;
		/*background:url(../img/con_shadow.gif) repeat-y ;*/
	}
	/*トップページ以外*/
	#contents{
		padding: 45px 0px 15px 40px;
		background:url(../img/con_shadow.gif) repeat-y ;
	}
		#contents #c_left_wrap{
			width:694px;
			float:left;
		}
	#contents #main{
		margin: 10px 15px 50px 15px;
	}
	/**********インフォ**********/
	#info_wrap{
		margin-bottom: 20px;
		width: 706px;
		*width: 708px;/*IE*/
	}
	#info_wrap .info_title{
		background:#691445;
		width: 706px;
		*width: 708px;/*IE*/
		position:relative;
	}

	#info_wrap .info_title .link{
		position:absolute;
		right:30px;
		top:0;
		width:60px;
		margin:12px 0;
		height:22px;
		background-color: #F6E4E5;
		text-align:center;
		line-height:22px;
		border-radius: 3px;        /* CSS3草案 */  
  	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
  	-moz-border-radius: 3px;   /* Firefox用 */  
	}
	#info_wrap .info_title .link a{
		display:block;
		color:#691445;
		text-decoration:none;
		font-size:12px;
		}

	/*インフォリスト*/
	ul.info_inner{
  	list-style:none;
		margin:0;
		padding:0;
		width:706px;
	}
	ul.info_inner > li.bl{
		border-bottom:#C8C8C8 1px dotted;
		list-style:none;
		padding:10px;
	}
	ul.info_inner li.bl p.date{
		background:url(../img/menu/arrow.jpg) no-repeat 0px center;
		display:inline-block;
		width: 120px;
		margin:0;
		padding:0 0 0 22px;
		vertical-align:top;
	}
	ul.info_inner li.bl p.body{
		display:inline-block;
		width: 530px;
		margin:0;
		padding:0;
	}
	/**********別科**********/
	#s_courses{
		border:1px solid #98854C;
		width: 700px;
		*width: 702px;/*IE*/
		padding: 3px 3px 14px 3px;
		margin-bottom: 50px;
	}
	#s_courses .title{
		padding-bottom: 14px;
	}
	#s_courses .ja{
		width: 319px; /*全体328*/
		*width: 352px;/*IE*/
		padding: 0 13px;
		border-right: #CCCCCC 4px solid;
		float: left;
	}
	#s_courses .en{
		width: 319px; /*全体328*/
		*idth: 348px;
		padding: 0 13px;
		line-height: 110%;
		text-align: left;
		float: right;
	}

	/**********地震お見舞い**********/
	.kumamoto{
		margin: 0px 0px 20px 0px;
		padding:15px 10px;
		text-align:center;
		font-size:14px;
		background:#F1E8D2;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
		.kumamoto span{
			margin-bottom:5px;
			display: inline-block;	
		}

	/**********下機関等リンク**********/
.other_link_wrap{
	overflow: hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.other_link_left{
	float: left;
	width: 465px;
}
.other_link_right{
	float: right;
	width: 223px;
	padding: 0 0 0 20px;
	/*width: 175px;
	padding: 0 0 0 68px;*/
}

/*-----------------------------
　　コンテンツ＠右
-----------------------------*/
#right_wrap{
	width:215px;
	margin:0px 0px 50px 15px;
	float:right;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	img.right_btn1{
		margin-bottom:15px;
	}
	a:hover img.right_btn1{
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	.right_btn2{
		width:169px;
		height:50px;
		line-height:50px;
		border:#dddabe 3px solid;
		background:#fbfbf7;
		margin-bottom:15px;
	}
	.right_btn3{
		width:169px;
		height:50px;
		line-height:18px;
		border:#dddabe 3px solid;
		background:#fbfbf7;
		margin-bottom:15px;
	}
	.right_btn4{
		width:169px;
		height:50px;
		line-height:18px;
		border:#cbd5dc 3px solid;
		background:#f2f5f7;
		margin-bottom:15px;
	}
	.right_btn5{
		width:169px;
		height:50px;
		line-height:50px;
		border:#cbd5dc 3px solid;
		background:#f2f5f7;
		margin-bottom:15px;
	}
	.right_btn2 a.side_btn{
		display:block;
		color:#6d562a;
		font-size:14px;
		text-decoration:none;
		padding-left:10px;
	}
	.right_btn3 a.side_btn{
		display:block;
		color:#6d562a;
		font-size:14px;
		text-decoration:none;
		padding: 9px 0px 9px 10px;
	}
	.right_btn3 a.side_btn > span.tsume{
		letter-spacing: -0.06em;
		font-size:14px;
	}
	.right_btn4 a.side_btn{
		display:block;
		color:#27194a;
		font-size:14px;
		text-decoration:none;
		padding: 9px 0px 9px 10px;
	}
	.right_btn5 a.side_btn{
		display:block;
		color:#27194a;
		font-size:14px;
		text-decoration:none;
		padding: 0 0 0 10px;
	}
	.right_btn2 a.side_btn:hover , .right_btn3 a.side_btn:hover{
		background:#dddabe;
	}
	.right_btn4 a.side_btn:hover , .right_btn5 a.side_btn:hover{
		background:#cbd5dc;
	}

/*-----------------------------
　　フッター
   修正した場合は、留学生別かページのcss(s_courses.css)も修正！
-----------------------------*/
#footer{
	border-top:1px solid #402108;
	background:url(../img/foot_shadow.gif) repeat-y ;
	color:#734D1C;
	padding: 10px 0;
}
/*リンク*/
.ft-link{
	padding: 0 0 5px 0;
}
	.ft-link ul{
		font-size: 13px;
	}
		.ft-link ul li{
			float: left;
			padding: 0 50px 0 0;
			list-style: none;
		}
			.ft-link ul li ul.ft-list-wrap{
				margin: 0;
				padding: 0;
			}
				.ft-link ul li ul.ft-list-wrap li.ft-first{
					font-weight: bold;
					list-style: none;
					padding: 5px 0 0 5px;
					float: none;
				}
				.ft-link ul li ul.ft-list-wrap li.ft-first:nth-of-type(5){
					border-top: #714e21 1px dashed;
					margin: 10px 0 0;
					padding: 10px 0 0 5px;
				}
				.ft-link ul li ul.ft-list-wrap li.ft-first:before{
					content: '';
					width: 10px;
					height: 10px;
					display: inline-block;
					/*border-radius: 100%;*/
					background: #714e21;
					position: relative;
					left: -5px;
					/*top: -3px;*/
				}
				.ft-link ul li ul.ft-list-wrap li.ft-first a{
					color: #714e21;
					text-decoration: none;
					cursor: pointer;
				}
				.ft-link ul li ul.ft-list-wrap li.ft-first a:hover{
					text-decoration: underline;
				}

				.ft-link ul li ul.ft-list-wrap li.ft-second{
					font-weight: normal;
					list-style: none;
					margin: 0 0 0 1.5em;
					float: none;
				}
				.ft-link ul li ul.ft-list-wrap li.ft-second:before{
					content: '';
					width: 3px;
					height: 3px;
					display: inline-block;
					border-radius: 100%;
					background: #714e21;
					position: relative;
					left: -5px;
					top: -3px;
				}
				.ft-link ul li ul.ft-list-wrap li.ft-second a{
					color: #714e21;
					text-decoration: none;
					cursor: pointer;
				}
				.ft-link ul li ul.ft-list-wrap li.ft-second a:hover{
					text-decoration: underline;
				}


/*住所等*/
.ft-address{
	text-align:center;
	line-height: 1.2em;
	border-top:1px solid #402108;
	padding: 15px 0 0;
}
.ft-address span{
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 5px;
	display: block;
}
.ft-address span.copyright{
	font-size: 11px;
	font-weight: normal;
	padding: 10px 0 0;
	display: block;
}

/*上スペース*/
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt45{margin-top:45px;}
.mt50{margin-top:50px;}