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

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  background-image:url(../img/haikei.jpg); 
}
.content {
	width: 100%;
	max-width: 960px;
	margin: auto;
}

h1 {
	display:block;
}

li{
	list-style:none;
	margin-bottom: 15px;
}
li a {
	text-decoration:none;
	color:#960;
	font-size:120%;
}
li a:hover {
	opacity:0.7;
	color:#C00;
}


.menu:after {
	content: '';
	display: block;
	clear: both;
}
.menu li {
	display: inline;
}
.menu li a {
	float: left;
	color: #960;
	text-decoration: none;
	margin-left:70px;
	margin-bottom:20px;
}

.menu li a:hover{
	color: #C00;
	opacity:0.7;
}
.menu {
	margin-left: 60px;
	margin-top: 10px;
}

/*教員*/



.gakka{
	margin-bottom:30px;
	width:600px;
	margin-left:200px;
	margin-top:10px;
}
.seisaku{
	width: 50%;
	float: right;
	margin-bottom:30px;
	margin-right: 20px;
}
.hijo{
	
	float: left;
	margin-left: 200px;
	margin-bottom:30px;
	
}

.syoukai h1 {
	color:#C00;
	
}

.syoukai p {
	color: #633;
	
}

.main-menu li {
	padding-bottom: 20px;
}


/*教員ここまで*/


/*アート*/

.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: 50px;
	padding: 0 20px;
	background-color: rgba(255,255,255,0.7);
}
.student .photo {
	float: left;
}
.student h3 {
	/*background-image: url(../img/art-h3.png);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 7px;
	font-size: 1.4em;
	color: #FFF;
	background-color: #289AE4;
	padding: 5px 10px;
	border-radius: 4px;
}
/*.student h3.de-h3 {
	background-image: url(../img/de-h3.png);
}*/
.student h3 span.name {
	float: left;
}
.student h3 span.title {
	float: right;
}
.student .sakuhin {
	margin-left: 100px;
}
.student .sakuhin img {
	/*margin-right: 5px;*/
	margin-left: 10px;
}
.student .text {
	clear: both;
	padding:10px;
	font-size:12px;
}




/*アートここまで*/
















footer {
	text-align:center;
}
article {
	display:block;
	width:30%;
	float:left;
}
section {
	display:block;
	width:70%;
	float:right;
}
