@charset "utf-8";
/* formatting style
-----------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	color: #696969;
	font-size: 14px;
	line-height: 125%;
	background-color: #FFFEF2;
	margin: 0px;
	padding: 0px;
	background-image: none;
}

/* link styles
-----------------------------------------*/
a img {
	border-style: none;
}

a:link {
	color: #696969;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #696969;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #008F62;
	text-decoration: underline;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	font-size: 12px;
}
#wrapper {
	background-color: #FFFFFF;
	background-image: url(image2/main_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	width: 800px;

}
#header {
	margin: 0px auto;
	width: 780px;
	background-color: #FFFFFF;
}
#header #copy {
	width: 780px;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	border-top: 10px solid #FFBABC;
}
#header #copy h1 {
	font-size: 12px;
	color: #008F62;
}
#header #mainphoto {
	background-image: url(image2/main_photo.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 780px;
}
#main {
	width: 800px;
	margin-top: 15px;
}


#main #side {
	width: 210px;
	float: left;
}
#main #side ul {
	width: 170px;
	list-style: none;
	margin-left: 40px;
	display: block;
}
#main #side ul li {
	display: block;
	height: 25px;
	width: 170px;
	display: block;
    margin-bottom: 10px;
	text-indent: -9999px;
}
/* nav
-----------------------------------------*/
#side ul li#home {
	background-image: url(image2/menu_home_hover.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#home a {
	background-image: url(image2/menu_home.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#home a:hover {
	background-image: url(image2/menu_home_hover.gif);
	background-repeat: no-repeat;
}
#side ul li#schedule {
	background-image: url(image2/menu_schedule_hover.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#schedule a {
	background-image: url(image2/menu_schedule.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#schedule a:hover {
	background-image: url(image2/menu_schedule_hover.gif);
	background-repeat: no-repeat;
}
#side ul li#studio {
	background-image: url(image2/menu_studio_hover.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#studio a {
	background-image: url(image2/menu_studio.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#studio a:hover {
	background-image: url(image2/menu_studio_hover.gif);
	background-repeat: no-repeat;
}
#side ul li#profile {
	background-image: url(image2/menu_profile_hover.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#profile a {
	background-image: url(image2/menu_profile.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#profile a:hover {
	background-image: url(image2/menu_profile_hover.gif);
	background-repeat: no-repeat;
}
#side ul li#info {
	background-image: url(image2/menu_info_hover.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#info a {
	background-image: url(image2/menu_info.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#info a:hover {
	background-image: url(image2/menu_info_hover.gif);
	background-repeat: no-repeat;
}
#side ul li#blog {
	background-image: url(image2/menu_blog_hover.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#blog a {
	background-image: url(image2/menu_blog.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#blog a:hover {
	background-image: url(image2/menu_blog_hover.gif);
	background-repeat: no-repeat;
}
#side ul li#link {
	background-image: url(image2/menu_link_hover.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#link a {
	background-image: url(image2/menu_link.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#link a:hover {
	background-image: url(image2/menu_link_hover.gif);
	background-repeat: no-repeat;
}
#side ul li#contact {
	background-image: url(image2/menu_contact_hover.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#contact a {
	background-image: url(image2/menu_contact.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	display: block;
}
#side ul li#contact a:hover {
	background-image: url(image2/menu_contact_hover.gif);
	background-repeat: no-repeat;
}
#main #contents {
	float: left;
	width: 520px;
	padding-right: 40px;
	padding-left: 30px;
}
#contents #banner-a {
	float: left;
	height: 50px;
	width: 250px;
}
#contents #banner-b {
	float: left;
	margin-left: 20px;
	height: 50px;
	width: 250px;
}


#contents #catch {
	width: 460px;
	display: block;
	clear: both;
	padding-top: 30px;
	padding-left: 30px;
}
#contents #news {
	width: 520px;
	margin-top: 50px;
}
#contents #news dl {
	height: 350px;
	width: 520px;
	margin-top: 15px;
	display: block;
}
#contents #news dt {
	float: left;
	width: 110px;
	color: #008F62;
	line-height: 140%;
	margin-bottom: 15px;
	padding-right: 20px;
	display: block;
}
#contents #news dd {
	float: left;
	width: 390px;
	line-height: 140%;
	margin-bottom: 15px;
	display: block;
}
#contents #news dd a {
	line-height: 140%;
	color: #008F62;
	font-size: 14px;
}
#main #news .clear {
	clear: both;
}

#contents h3 {
	font-size: 14px;
	color: #008F62;
	margin-top: 20px;
	margin-bottom: 5px;
}
#contents #left {
	float: left;
	width: 250px;
	padding-right: 5px;
}
#contents #right {
	float: right;
	width: 250px;
	padding-left: 5px;
}


#contents #bnav {
	width: 520px;
	text-align: center;
	padding-bottom: 15px;
	clear: both;
	height: 20px;
	padding-top: 30px;
}
#contents #footer {
	width: 520px;
	font-size: 10px;
	padding-bottom: 15px;
	clear: both;
	text-align: center;
}
#mk {
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	border-top: 8px solid #FFBABC;
	font-size: 12px;
}
#contents .m-photo {
	float: left;
	margin-right: 5px;
}

.gray-13 {
	line-height: 140%;
}
.green {
	font-size: 16px;
	line-height: 140%;
	color: #008F62;
	margin-top: 15px;
}

.map {
	width: 240px;
	height: auto;
	display: block;
	text-align: left;
	padding-top: 5px;
}
.contact {
	margin-bottom: 5px;
}
#student{
	text-align:center;
	padding-top: 30px;
}
.studentLink a:link{
	font-size: 14px;
	color: #008F62;
	text-decoration: underline;
}
.studentLink a:visited{
	font-size: 14px;
	color: #008F62;
	text-decoration: underline;
}
.studentLink a:hover{
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
