@charset "UTF-8";

/*------------------------------------

	リンク

------------------------------------*/

a:link , a:visited {
	color: #dc1a1a;
}
a:hover , a:active {
	background-color: #dc1a1a;
	color: #fff;
	text-decoration: none;
}		

/*------------------------------------

	モジュール

------------------------------------*/

p {
	color: #333;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 93%;
}	
.section {
	padding-top: 30px;
}	
caption {
	display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 20px;
}	
h3 {
	margin: 20px 0 10px;
	color: #333;
}			


/*------------------------------------

	レイアウト

------------------------------------*/

body {
	text-align: center;
	background: url(img/bg.gif) repeat;
}
#container {
	background: url(img/bg-cnt.jpg) repeat-y;
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
#container_inner {
	padding: 0 50px;
}	
#contents {
	padding: 0 20px;
}		
.outline table {
	border-top: #5e3a18 1px dashed;
	border-left: #5e3a18 1px dashed;
	width: 760px;
}
.outline table tr th {
	width: 30%;
	background-color: #e3dbc8;
	font-weight: bold;
	font-size: 100%;
	border-bottom: #5e3a18 1px dashed;
	border-right: #5e3a18 1px dashed;
	text-align: center;
	padding: 7px 0;
	letter-spacing: 0.1em;
}		
.outline table tr td {
	font-size: 93%;
	padding: 10px;
	border-bottom: #5e3a18 1px dashed;
	border-right: #5e3a18 1px dashed;
}	
.teachers h4 {
	color: #464646;
	margin-bottom: 10px;
}	
.box_l {
	width: 430px;
	
}
.box_r {
	margin-top: 20px;
}
.box_r p img {
	margin-bottom: 10px;
}		
.applyArea {
	background-color: #faf2e6;
	padding: 30px 20px;
	margin: 30px 0 0;	
}
.applyArea h2 {
	margin-bottom: 20px;
}	
.applyArea .applyBox {
	margin-top: 20px;
}	
.applyArea .applyBox div {
	padding: 0 10px;
}	
.pagetop {
	text-align: right;
	margin-top: 10px;
}	
.copyright {
	font-size: 85%;
	text-align: center;
	padding: 10px 0;
	letter-spacing: 0.1em;
}		
	
