@charset "Shift_JIS";
/* アカデミー共通CSS */


/* 全体のテキストリンク装飾 */
a:link  , #left #schedule #navi_move {
	color: #5AB274;
	text-decoration: underline;
}
a:visited {
	color: #5AB274;
	text-decoration: underline;
}
a:hover , a:active{
	color: #669966;
	text-decoration: none;
}

/* ヘッダー（背景画像読込） */
#header {
	background-image: url(../../academy/images/h1_academy.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* タイトル右下のリンク装飾（縦線） */
#header #headlink li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5AB274;
	border-right-color: #5AB274;
	border-bottom-color: #5AB274;
	border-left-color: #5AB274;
}

/* ヘッダー下のイメージ画像（背景に読込） */
#headmain {
	background-image: url(../../academy/images/photo_head01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ヘッダー左下のナビゲーション設定 */
#headnavi .hn_home {
	background-image: url(../../academy/images/hn_academy_home.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#headnavi .hn_home a:hover , #headnavi .hn_home_here {
	background-image: url(../../academy/images/hn_academy_home_hover.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#headnavi .hn_info {
	background-image: url(../../academy/images/hn_academy_info.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#headnavi .hn_info a:hover{
	background-image: url(../../academy/images/hn_academy_info_hover.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#headnavi .hn_school {
	background-image: url(../../academy/images/hn_academy_school.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#headnavi .hn_school a:hover{
	background-image: url(../../academy/images/hn_academy_school_hover.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#headnavi .hn_course {
	background-image: url(../../academy/images/hn_academy_course.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#headnavi .hn_course a:hover{
	background-image: url(../../academy/images/hn_academy_course_hover.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#headnavi .hn_student {
	background-image: url(../../academy/images/hn_hair_student.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#headnavi .hn_student a:hover{
	background-image: url(../../academy/images/hn_hair_student_hover.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#headnavi .hn_lecturer {
	background-image: url(../../academy/images/hn_hair_lecturer.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#headnavi .hn_lecturer a:hover{
	background-image: url(../../academy/images/hn_hair_lecturer_hover.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}


/* スケジュール */
#left #schedule {
	background-color: #D6EFE3;
	background-image: url(../../academy/images/caption_schedule_academy.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#left #schedule .closed {
	background-image: url(../../academy/images/icon_closed_academy.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	display: block;
	text-align: center;
}
#schedule caption {
}


/* メイン部H3装飾設定 */
#main h3 {
	background-image: url(../../academy/images/h3_academy.gif);
	background-repeat: repeat-y;
	background-position: left center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #669966;
	width: 490px;
}
#content #main .h3news {
	background-image: url(../../academy/images/h3_academy_news.gif);
	background-repeat: repeat-x;
	background-position: left;
	text-indent: 20px;
}

#pinkwaku {
	border : 1px solid #ff6699;
	padding : 10px;
	background : #ffeeee;
	margin : 0 0 10px;
}



/* フッター部（背景画像読込） */
#footer {
	background-image: url(../../academy/images/bg_academyfutter.gif);
	background-color: #FFFFFF;
}
