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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}
.wrapper {
	max-width: 1024px;
	margin: auto;
}
.top {
	background-image: url(../img/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.top h1 img {
	width: 100%;
	height: auto;
}
.main-menu {
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-menu a {
	color: #8C8C55;
	text-decoration: none;
}
.main-menu a:hover {
	text-decoration: underline;
	color:#E4960D;
}

.content {
	float: right;
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content img {
	width: 100%;
	height: auto;
}
.inner-bg {
	background-image: url(../img/inside-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.top-main:after,
.inner-nav:after,
.main:after,
.student:after {
	content: '';
	display: block;
	clear: both;
}
.inner-nav li {
	display: inline;
}
.inner-nav li a {
	float: left;
	color: #8C8C55;
	text-decoration: none;
	margin-left:70px;
	margin-bottom:20px;
}

.inner-nav li a:hover{
	color:#E4960D;
}
.inner-nav li a span {
	display: block;
}
.student {
	width: 50%;
	float: left;
	color: #573612;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.student .photo {
	float: left;
}
.student h3 {
	background-image: url(../img/art-h3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 120px;
	margin-bottom: 7px;
}
.student h3.de-h3 {
	background-image: url(../img/de-h3.png);
}
.student h3 span {
	float: right;
	margin-right: 20px;
}
.student .sakuhin {
	margin-left: 120px;
}
.student .sakuhin img {
	margin-right: 14px;
}
.student .text {
	clear: both;
	padding:10px;
	font-size:12px;
}

.syoukai h2{
	color:#060;
}
.syoukai h3{
	color:#060;
}
.syoukai h4{
	color:#060;
}
.syoukai p{
	color: #573612;
}

#gakka{
	margin-bottom:20px;
	width:600px;
	margin-left:220px;
	margin-top:10px;
}
#seisaku{
	width:400px;
	margin-left:220px;
	margin-top:50px;
}
#hizyou{
	width:400px;
	margin-left:620px;
	margin-top:-170px;
	
}

#footer {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	clear: both;
	font-size: 12px;
	padding-top: 20px;
}.main-menu li {
	padding-bottom: 20px;
}
