@charset "UTF-8";

/*コンテンツ右　ここから--------------------------*/
#main{
	margin-left:260px;
	height:100%;
	/*--
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	--*/
	}

/*コンテンツ左ページメニュー　ここから--------------------------*/


#leftcontents{
	float:left;
	width:200px;
	height:100%;
	margin-left:30px;
	list-style:none;
	margin-top: 20px;
	}

#leftcontents img{
	margin-bottom:15px;
	text-align:center;
	}


/*-- leftmenuここから------------------------------*/

#leftmenu{
    clear:both;
	width:200px;
	height:340px;
 	background-image:url(../img2015/con_leftmenu.jpg) no-repeat;
	}

#leftmenu ul {
	list-style-type:none;
    margin:0;
    padding:0;
}

#leftmenu li {
    display: inline;
	float: left;
}

#leftmenu li a {
	display: block;
	width: 200px;
	height: 85px;
	text-indent:-9999px;	/* テキストを隠す */
	overflow:hidden;
	background-image: url(../img2023/con_leftmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/* ボタン通常時 -----------------------*/
#leftmenu .news a {
	background-position:0px 0px;
}


#leftmenu .items a {
	background-position:0px -85px;
}

#leftmenu .shirt a {
	background-position:0px -170px;
}

#leftmenu .print a {
	background-position:0px -255px;
}


/* hover-----------------------------*/

#leftmenu .news a:hover {
	background-position:-200px 0px;
}


#leftmenu .items a:hover {
	background-position:-200px -85px;
}


#leftmenu .shirt  a:hover {
	background-position:-200px -170px;
}


#leftmenu .print a:hover {
	background-position:-200px -255px;
}


 leftmenuここまで---------------------------


/*-- leftmenu02ここから------------------------------*/

#leftmenu02{
    clear:both;
	width:200px;
	height:260px;
	margin-top:10px;
	margin-bottom:10px;
 	background-image:url(../images/con_leftmenu_5.jpg) no-repeat;
	}

#leftmenu02 ul {
	list-style-type:none;
    margin:0;
    padding:0;
}

#leftmenu02 li {
    display: inline;
	float: left;
}

#leftmenu02 li a {
    display: block;
	width: 200px;
	height: 52px;
	text-indent:-9999px;	/* テキストを隠す */
	overflow:hidden;
	background:url(../images/con_leftmenu_5.jpg) no-repeat 0 0;
}


/* ボタン通常時 -----------------------*/
#leftmenu02 .knit a {
	background-position:0px 0px;
}


#leftmenu02 .school a {
	background-position:0px -52px;
}

#leftmenu02 .reform a {
	background-position:0px -104px;
}

#leftmenu02 .media a {
	background-position:0px -156px;
}

#leftmenu02 .link a {
	background-position:0px -208px;
}


/* hover-----------------------------*/

#leftmenu02 .knit a:hover {
	background-position:-200px 0px;
}


#leftmenu02 .school a:hover {
	background-position:-200px -52px;
}


#leftmenu02 .reform  a:hover {
	background-position:-200px -104px;
}


#leftmenu02 .media a:hover {
	background-position:-200px -156px;
}

#leftmenu02 .link a:hover {
	background-position:-200px -208px;
}


/*-- leftmenu02ここまで-----------------------------*/



/*-----メール---------------------------*/

#mail{
	clear:both;
	margin-top:10px;

	}

#mail li{
	list-style-type:none;
}

#mail a{
	text-indent: -9999px;
	text-decoration:none;
	display: block;
	width: 200px;
	height: 77px;
	background-image:url(../images/mail.jpg);
	background-repeat: no-repeat;
}
#mail .banner_mail a {
	background-position: 0 0x; }

#mail .banner_mail a:hover {
	background-position:-200px -0px;}
/*メールここまで--------------------------------*/

/*コンテンツ左ページメニュー　ここまで--------------------------*/

/*共通　赤文字--------------------------*/
.emphasise{
	color:#C00;
	font-size:12px;
	}
