@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * Title  : Style CSS
 * Author : Daisuke Zamoto/Yumiko Yokoyama
 * UpDate : 2010/02/10
01
 * >>>>> INDEX
 *
 *  1.トップページ(index.html)
 *  2.記事一覧(archives.html)
 *  	2-1.カテゴリー別記事一覧
 *  	2-2.月別記事一覧
 *  3.相学について
 *  	3-1.学校概要・沿革
 *  	3-2.特色・教育方針
 *  	3-3.理事長・校長紹介
 *  	3-4.教職員の紹介
 *  	3-5.後援会のご案内
 *  	3-6.協力・提携期間
 *  	3-7.フォトアルバム
 *  4.学習の進め方
 *  	4-1.通信制高校のメリット
 *  	4-2.卒業までの流れ（単位認定）
 *  	4-3.年間行事スケジュール
 *  	4-4.スクーリングについて
 *  	4-5.よくある質問と回答
 *  5.コース紹介
 *  	5-1.コース一覧
 *  	5-2.進学コース
 *  	5-3.スポーツコース
 *  	5-4.情報処理コース
 *  	5-5.調理師コース
 *  	5-6.観光留学コース
 *  	5-7.個別対応コース 
 *  	5-8.エンターテイメントコース 
 *  	5-9.理科工業コース 
 *  6.入学案内
 *  	6-1.入学までの流れ
 *  	6-2.卒業される中学生の方へ
 *  	6-3.転校希望の高校生の方へ
 *  	6-4.高校中退の社会人の方へ
 *  	6-5.不登校で悩んでいる方へ
 *  	6-6.先輩たちの声
 *  	6-7.学費のご案内
 *  	6-8.保護者・教育機関の皆様へ
 *  	6-9.入試案内
 *  7.キャンパス紹介
 *  	7-1.キャンパス一覧
 *  	7-2.相生本校 
 *  	7-3.姫路校
 *  	7-4.加古川校
 *  	7-5.神戸校
 *  	7-6.洲本校
 *  	7-7.大阪校
 *  	7-8.東京校
 *  	7-9.東小金井校
 *  8.その他
 *  	8-3.個人情報保護方針
 *  	8-4.教職員募集
 *  	8-5.サポート校募集
 *  	8-6.お問い合わせ
 *  9.相学テニス部特集
 *  	9-1.相学テニス部の活躍
 *  	9-2.文武両道のカリキュラム
 *  	9-3.テニス部員の紹介
 *  	9-4.コーチングスタッフの紹介
 * 10.検索結果
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */

/* ----------------------------------------------------------------------------------------------------
 *  1.トップページ(index.html)
 * --------------------------------------------------------------------------------------------------*/
p#RandamBanner {
	margin: 0 0 10px;
}
div#IndexPR {
	padding-bottom: 10px;
}
div#IndexPR strong {
	font-weight: normal;
}
div#IndexNews {
	position: relative;
	min-height: 150px;
	height: auto !important;
	height: 150px; /*for IE6*/
}
div#IndexNews h2 {
	margin-top: 0;
}
div#IndexNews ul#IndexNewsBtn {
	position: absolute;
	top: 4px;
	right: 5px;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
div#IndexNews ul#IndexNewsBtn li {
	margin: 0 0 0 20px;
	padding: 0;
	display: inline;
	list-style: none;
}
div#IndexNews ul.tabs {
	background: url(../images/about_staff_line.png) repeat-x left bottom;
	margin: 1em 0;
	padding-bottom: 3px;
	overflow: hidden;
	zoom: 1;
}
div#IndexNews ul.tabs li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 24px;
}
div#IndexNews ul.tabs li.last {
	margin: 0;
}
div#IndexNews ul.tabs li a:hover {
	background-color: transparent;
}
div#IndexNews ul.tabs li a:hover img,
div#IndexNews ul.tabs li.active a img {
	visibility:hidden !important;
}
div#IndexNews ul.tabs li a.tab1{
	display: block;
	width: 90px;
	height: 21px;
	background-image: url(../images/index_news_tab1_over.png);
}
div#IndexNews ul.tabs li a.tab2 {
	display: block;
	width: 90px;
	height: 21px;
	background-image: url(../images/index_news_tab2_over.png);
}
div#IndexNews ul.tabs li a.tab3 {
	display: block;
	width: 90px;
	height: 21px;
	background-image: url(../images/index_news_tab3_over.png);
}
div#IndexNews ul.tabs li a.tab4 {
	display: block;
	width: 90px;
	height: 21px;
	background-image: url(../images/index_news_tab4_over.png);
}
div#IndexNews ul.tabs li a.tab5 {
	display: block;
	width: 90px;
	height: 21px;
	background-image: url(../images/index_news_tab5_over.png);
}
div#IndexNews ul.tabs li a.tab6 {
	display: block;
	width: 90px;
	height: 21px;
	background-image: url(../images/index_news_tab6_over.png);
}
div#IndexNews ul.tabs li a.tab7 {
	display: block;
	width: 90px;
	height: 21px;
	background-image: url(../images/index_news_tab7_over.png);
}
div#IndexTopics {
	background: #ffebeb url(../images/index_topics_bg.png) no-repeat left 70px;
	overflow: hidden;
	zoom: 1;
	padding-bottom: 10px;
}
div#IndexTopics h2 {
	background: url(../images/index_topics_headding_bg.png) no-repeat left top;
	padding: 70px 0 0 0;
	margin: 0;
}
div#IndexTopics dl {
	width: 200px;
	float: left;
	margin: 0 10px;
	display: inline;
}
div#IndexTopics dl dt,
div#IndexTopics dl dd ul {
	margin: 0;
	padding: 0;
}
div#IndexTopics dl dd {
	margin: 0;
	padding: 0 0 30px;
}
div#IndexTopics dl#IndexTopicsAbout dd {
	background: #fff url(../images/index_topics_sub01_bg.gif) no-repeat left bottom;
}
div#IndexTopics dl#IndexTopicsHowto dd {
	background: #fff url(../images/index_topics_sub02_bg.gif) no-repeat left bottom;
}
div#IndexTopics dl#IndexTopicsGuide dd {
	background: #fff url(../images/index_topics_sub03_bg.gif) no-repeat left bottom;
}
div#IndexTopics dl dd ul li {
	margin: 0;
	list-style: none;
	border-bottom: 1px dotted #CCC;
}
div#IndexTopics dl dd ul li a {
	display: block;
	background: url(../images/arrow02.gif) no-repeat 10px center;
	padding: 5px 0 5px 25px;
	color: #333;
}
div#IndexTopics dl dd ul li a:hover {
	color: #f33;
	text-decoration: none;
}
div#IndexApps {
	overflow: hidden;
	zoom: 1;
	margin: 20px 0;
}
div#IndexApps dl {
	width: 320px;
	margin: 0;
	padding: 0;
}
div#IndexApps dl dd {
	margin: 10px;
	padding: 0;
}
div#IndexApps dl.left {
	float: left;
}
div#IndexApps dl.right {
	float: right;
}


/* ----------------------------------------------------------------------------------------------------
 *  2.記事一覧(archives.html)
 * --------------------------------------------------------------------------------------------------*/
dl#ArchivesList {
	margin: 0;
	padding: 0;
}
dl#ArchivesList dt {
	font-weight: bold;
	background: #EEE url(../images/arrow09.png) no-repeat 10px center;
	padding: 6px 10px 4px 30px;
	margin: 0;
}
dl#ArchivesList dd {
	margin: 10px;
	padding: 0;
}
dl#ArchivesList dd img.new {
	padding-bottom: 5px;
}
dl#ArchivesList dd a {
	color: #333;
}
dl#ArchivesList dd a:hover {
	color: #36F;
	text-decoration: underline;
}
ol.ArchivePager {
	margin: 20px 0 10px;
	padding: 20px 0 0;
	text-align: center;
	border-top: 1px solid #CCC;
}
ol.ArchivePager li {
	display: inline;
	margin: 0 3px;
	padding: 0;
	list-style: none;
}
ol.ArchivePager li a {
	padding: 3px 6px 1px;
	border: 1px solid #666;
	background: #FFF;
	color: #666;
}
ol.ArchivePager li a:hover,
ol.ArchivePager li span.current_page {
	padding: 3px 6px 1px;
	border: 1px solid #666;
	background: #666;
	color: #FFF;
	text-decoration: none;
}
/* ----------------------------------------------------------------------------------------------------
 *  2.アーカイブページ
 * --------------------------------------------------------------------------------------------------*/
h3#EntryTitle,
h4#EntryTitle {
	color: #C63;
	background: url(../images/icon/txt.gif) no-repeat left center;
	padding: 6px 20px 4px;
	margin: 0;
}
p#EntryDetail {
	text-align: right;
	margin: 5px 0 10px 0;
	padding: 0;
}
p#EntryDetail span.EntryDate {
	background: url(../images/icon/date.gif) no-repeat left center;
	padding: 3px 0 1px 25px;
}
p#EntryDetail span.EntryCategory {
	background: url(../images/icon/folder.gif) no-repeat left center;
	padding: 3px 0 1px 25px;
	margin-left: 5px;
}
div#blog-entry {
	margin: 20px 10px;
	overflow: hidden;
	zoom: 1;
}
p.EntryMore {
	clear: both;
	text-align: right;
}
p.EntryMore a {
	background: url(../images/arrow05.gif) no-repeat left center;
	padding: 6px 0 6px 20px;
}
span.ArchiveCategory {
	background: url(../images/icon/folder.gif) no-repeat left center;
	padding: 3px 0 1px 25px;
	margin-left: 5px;
}
ul#EntryPermalink {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0;
}
ul#EntryPermalink li {
	width: 100px;
	list-style: none !important;
}
ul#EntryPermalink li#EntryPrev {
	float: left;
}
ul#EntryPermalink li#EntryNext {
	float: right;
}
div#EntryMore ul#Session li {
	list-style : disc;
}	
/* ================================================== トップページとテニス部の活躍ページの最新ニュース2件目以降　*/
dl.EntryArrival dt {
	width: 14em;
	text-indent: 0.5em;
	padding: 10px;
	margin: 0;
	font-weight: bold;
	clear: left;
	float: left;
}
dl.EntryArrival dd {
	padding: 10px 0.5em 10px 14em;
	margin: 0;
	border-bottom: dotted 1px #ccc;
}
dl.EntryArrival dd img.new {
	padding-bottom:5px;
}

/* ================================================== 2-1.カテゴリー別記事一覧 */
div.ArchivesCatList {
	margin-bottom: 10px;
}
div.ArchivesCatList ul {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
div.ArchivesCatList ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: none;
}
div.ArchivesCatList ul li span,
div.ArchivesCatList ul li a {
	display: block;
	background: url(../images/arrow02.gif) no-repeat 10px center !important;
	padding: 5px 0 5px 25px;
	color: #333;
}
div.ArchivesCatList ul li a:hover {
	color: #f33;
}
div.ArchivesCatList ul li ul {
	margin: 5px 0 0 0 !important;
	padding: 0;
}
div.ArchivesCatList ul li ul li {
	border-bottom: none !important;
	padding: 0 !important;
	margin: 5px 0 0  !important;
}
div.ArchivesCatList ul li ul li span,
div.ArchivesCatList ul li ul li a {
	display: inline;
	color: #999;
	background: url(../images/arrow02.gif) no-repeat 15px center !important;
	padding: 5px 0 3px 30px  !important;
}

/* ================================================== 2-2.月別記事一覧 */
div#SideArchive {
	padding: 0;
	margin: 0 0 20px;
}
dl.ArchiveMonthly {
	background-color: #FFF;
	margin: 0;
	padding: 0 0 20px;
}
dl.ArchiveMonthly dt {
	display: block;
	background: url(../images/arrow01.gif) no-repeat 10px center !important;
	padding: 5px 0 3px 25px;
	color: #333;
	margin: 0;
	border-bottom: 1px dotted #CCC;
}
dl.ArchiveMonthly dd {
	margin: 10px 0 0 0;
	padding: 0;
}
dl.ArchiveMonthly dd ul {
	margin: 0;
	padding: 0;
}
dl.ArchiveMonthly dd li {
	margin: 5px 0 0 !important;
	padding: 0px  !important;
	list-style: none;
	border-bottom: none !important;
}
dl.ArchiveMonthly dd li a {
	font-size:0.8em;
	color: #999;
	background: url(../images/arrow02.gif) no-repeat 15px center !important;
	padding: 5px 0 3px 30px  !important;
}
dl.ArchiveMonthly dd li a:hover {
	color: #f33;
}
/* ----------------------------------------------------------------------------------------------------
 *  3.相学について
 * --------------------------------------------------------------------------------------------------*/

/* ================================================== 3-1.学校概要・沿革 */
div#about-index div#AboutindexSummary {
	background: url(../images/about_index_img01.jpg) no-repeat right top;
	min-height: 225px;
	height: auto !important;
	height: 225px;
	/*position: relative;*/
}
div#about-index div#AboutindexSummary dl {
	width: 320px;
}
div#about-index div#AboutindexSummary dl dt {
	width: 7em;
	float: left;
	font-weight: bold;
}
div#about-index div#AboutindexSummary dl dd {
	margin-left: 0;
	padding-bottom: 0.5em;
}
div#about-index p#link {
	/*position: absolute;
	left: 150px;
	bottom: 0;*/
	margin: 60px 0 0 140px;
}
div#about-index p#link a {
	background: url(../images/arrow05.gif) no-repeat left center;
	padding: 2px 0 2px 20px;
}
div#about-index dl#AboutindexHistory dt {
	font-weight: bold;
	background: url(../images/arrow02.gif) no-repeat left center;
	padding: 2px 0 2px 15px;
}
div#about-index dl#AboutindexHistory dd {
	 margin-left: 0;
	 padding: 0 0 0.5em 1.5em;
	 border-bottom: dotted 1px #CCC;
}

/* ================================================== 3-2.特色・教育方針 */

/* ================================================== 3-3.理事長・校長紹介 */
div#about-greeting dl {
	position: relative;
}
div#about-greeting dl dt {
	float: right;
	margin-left: 1em;
}
div#about-greeting dl dd.text {
	margin-left: 0;
}
div#about-greeting dl dd.text dl {
	font-size: 0.9em;
}
div#about-greeting dl dd.text dl dt {
	float:none;
	margin-left: 0;
	font-weight: bold;
}
div#about-greeting dl dd.name {
	position: absolute;
	top: 185px;
	right: 0;
}
div#about-greeting dl dd.text dl {
	width: 370px;
	padding: 10px;
	background-color: #EEE;
}
div#about-greeting dl dd.text dl dt {
	font-size: 1.2em;
}
div#about-greeting dl dd.text dl dd ul {
	margin: 0 0 0 0.5em;
}
/* ================================================== 3-4.教職員の紹介 */
div#about-staff ul.tabs {
	margin: 0;
	padding-bottom: 3px;
	background: url(../images/about_staff_line.png) repeat-x left bottom;
}
div#about-staff ul.tabs li {
	margin: 0 5px 0 0;
	float: left;
	list-style: none;
}
div#about-staff ul.tabs li a {
	width: 60px;
	height: 21px;
	display: block;
}
div#about-staff ul.tabs li a.tab1 {
	background-image: url(../images/about_staff_tab01_over.png)
}
div#about-staff ul.tabs li a.tab2 {
	background-image: url(../images/about_staff_tab02_over.png)
}
div#about-staff ul.tabs li a.tab3 {
	background-image: url(../images/about_staff_tab03_over.png)
}
div#about-staff ul.tabs li a.tab4 {
	background-image: url(../images/about_staff_tab04_over.png)
}
div#about-staff ul.tabs li a.tab5 {
	background-image: url(../images/about_staff_tab05_over.png)
}
div#about-staff ul.tabs li a.tab6 {
	background-image: url(../images/about_staff_tab06_over.png)
}
div#about-staff ul.tabs li a.tab7 {
	background-image: url(../images/about_staff_tab07_over.png)
}
div#about-staff ul.tabs li a.tab8 {
	background-image: url(../images/about_staff_tab08_over.png)
}
div#about-staff ul.tabs li a.tab9 {
	background-image: url(../images/about_staff_tab09_over.png)
}
div#about-staff ul.tabs li a.tab10 {
	background-image: url(../images/about_staff_tab10_over.png)
}
div#about-staff ul.tabs li a:hover {
	background-color: transparent; /* for IE6*/
}
div#about-staff ul.tabs li a:hover img,
div#about-staff ul.tabs li.active a img {
	visibility: hidden;
}
div#about-staff dl {
	position: relative;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	border-bottom: dotted 1px #CCC;
	padding-bottom: 1em;
}
div#about-staff dl dt {
	font-size: 1.2em;
}
div#about-staff dl dt,
div#about-staff dl dd.credential {
	color: #C63;
	font-weight: bold;
}
div#about-staff dl dd　{
	zoom: 1;/* IE6でタブの中のコンテンツにフッターのずれこむのを修正*/
}
div#about-staff dl dd.comment {
	width: 475px;
}
div#about-staff dl dd.img {
	position: absolute;
	top: 0;
	right: 0;
}
/* ================================================== 3-5.後援会のご案内 */
div#about-sponsor dl#ChairmanName {
	margin-left: 230px;
	overflow: hidden;
	zoom: 1;
}
div#about-sponsor dl#ChairmanName dt {
	float: left
}
/* ================================================== 3-6.協力・提携期間 */

div#about-links table {
	border: none;
}
div#about-links table th {
	border: none;
	border-bottom: dotted 1px #CCC;
}
div#about-links table th dl {
	margin: 0;
}
div#about-links table td {
	border: none;
	border-bottom: dotted 1px #CCC;
}
div#look table{
	margin: 0 auto;
}
div#look table th{
	background: #aaa;
}
div#look table td{
	padding-right: 100px;
}
/* ================================================== 3-7.フォトアルバム */

/* ----------------------------------------------------------------------------------------------------
 *  4.学習の進め方
 * --------------------------------------------------------------------------------------------------*/
/* ================================================== 4-1.通信制高校のメリット */

/* ================================================== 4-2.卒業までの流れ（単位認定） */
div#guide-flow h3 {
	margin-bottom: 4em;
}
div#guide-flow ol {
	margin: 0;
}
div#guide-flow ol li {
	list-style: none;
	border: solid 1px #CCC;
	padding: 10px;
	margin-bottom: 50px;
	position: relative;
	zoom: 1;
}
div#guide-flow ol li.Step3 {
	min-height: 95px;
	height: auto !important;
	height: 105px;
}
div#guide-flow ol li img.StepNumber {
	position: absolute;
	top: -40px;
}
div#guide-flow ol li dl {
	margin: 0;
}
div#guide-flow ol li dl dt.Headding {
	position: absolute;
	top: -25px;
	left: 80px;
}
div#guide-flow ol li dl dd {
	margin: 0;
	padding-left: 70px;
}
div#guide-flow ol li dl dd ul {
	margin: 0;
}
div#guide-flow ol li dl dd ul li {
	border: none;
	padding: 0;
	margin-bottom: 0.5em;
}
div#guide-flow ol li dl dd ul li.last {
	margin-bottom: 0;
}
div#guide-flow ol li dl dd ul li.IconArrow {
	background: url(../images/arrow09.gif) no-repeat left center;
	padding-left: 15px;
}
div#guide-flow ol li dl dd ul li dl {
	overflow: hidden;
	zoom: 1;
}
div#guide-flow ol li dl dd ul li dl dt {
	float: left;
	margin: 0;
}
div#guide-flow ol li dl dd ul li dl dd {
	padding-left: 125px;
}
div#guide-flow ol li.Step2 p#Step2AppealPoint {
	margin-top: 20px;
	text-align: center;
}
div#guide-flow ol li.Step1 {
	background: url(../images/guide_flow_img02.jpg) no-repeat 485px center;;
}
div#guide-flow ol li.Step2 {
	background: url(../images/guide_flow_img03.jpg) no-repeat 485px 10px;
}
div#guide-flow ol li.Step3 {
	background: url(../images/guide_flow_img05.jpg) no-repeat 485px 10px;
}
div#guide-flow ol li.Step3 dl dd ul {
	margin-bottom: 20px;
}
div#guide-flow ol li dl dd dl#Step4 {
	overflow: hidden;
	zoom: 1;
}
div#guide-flow ol li dl dd dl#Step4 dd.left {
	float: left;
	padding-left: 0;
}
div#guide-flow ol li dl dd dl#Step4 dd.right {
	float: right;
	padding-left: 0;
}
/* ================================================== 4-3.年間行事スケジュール */
div#guide-schedule div.Section-Lv1 {
	padding-top: 110px;
	background: url(../images/guide_schedule_img01.png) no-repeat top center;
}
div#guide-schedule div#GuideScheduleList {
	background: url(../images/guide_schedule_img02.jpg) no-repeat top center;
	overflow: hidden;
	zoom: 1;
}
div#guide-schedule div#FirstHalfYear {
	width: 205px;
	float: left;
}
div#guide-schedule div#SecondHalfYear {
	width: 205px;
	float: right;
}
div#guide-schedule dl {
	width: 205px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	margin: 0.5em 0;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
div#guide-schedule div#FirstHalfYear dl dt {
	width: 60px;
	float: right;
	position: absolute;
	top: 25%;
	right: 0;
}
div#guide-schedule div#FirstHalfYear dl dd {
	margin: 0 65px 0 0;
	padding-right: 0.5em;
	border-right: solid 1px #CCC;
}
div#guide-schedule div#FirstHalfYear dl dd ul {
	margin: 0;
}
div#guide-schedule div#FirstHalfYear dl dd ul li {
	list-style: none;
	background: url(../images/arrow06.gif) no-repeat right center;
	padding: 1px 15px 2px 0;
	margin: 0;
	text-align: right;
	zoom: 1; /*IE6でリストの背景画像が出たり出なかったりする*/
}
div#guide-schedule div#SecondHalfYear dl dt {
	width: 60px;
	float: left;
	position: absolute;
	top: 25%;
	left: 0;
}
div#guide-schedule div#SecondHalfYear dl dd {
	margin: 0 0 0 65px;
	padding-left: 0.5em;
	border-left: solid 1px #CCC;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}
div#guide-schedule div#SecondHalfYear dl dd ul {
	margin: 0;
}
div#guide-schedule div#SecondHalfYear dl dd ul li {
	list-style: none;
	background: url(../images/arrow06.gif) no-repeat left center;
	padding: 2px 0 2px 15px;
	margin: 0;
	zoom: 1; /*IE6でリストの背景画像が出たり出なかったりする*/
}
div#guide-schedule div#SecondHalfYear dl dd ul li.bgNone {
	background: none;
}

/* ================================================== 4-4.スクーリングについて */
div#guide-schoolong h4 {
	color: #C63;
	font-size: 1.3em;
	margin-top: 0;
}
/* ================================================== 4-5.よくある質問と回答 */
div#guide-faq div.Section-Lv1 {
	background: url(../images/guide_faq_img01.jpg) no-repeat right top;
	min-height: 716px;
	height: auto !important;
	height: 716px;
}
div#guide-faq dl {
	width: 460px;
}
div#guide-faq dl dt {
	font-weight: bold;
	color: #C63;
	background: url(../images/icon_faq.gif) no-repeat left center;
	padding: 5px 0 5px 30px;
}
div#guide-faq dl dd {
	margin-left: 30px;
}

/* ----------------------------------------------------------------------------------------------------
 *  5.コース紹介
 * --------------------------------------------------------------------------------------------------*/

/* ================================================== 5-1.コース一覧 */
div#cource-index dl {
	width: 630px;
	min-height: 115px;
	height: auto !important;
	height: 115px;
	position: relative;
	border-bottom: dotted 1px #ccc;
}
div#cource-index dl dd {
	margin: 0;
}
div#cource-index dl dd.comment {
	margin-right: 130px;
}
div#cource-index dl dd.btn_detail {
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 140px;
}
div#cource-index dl dd.img {
	position: absolute;
	top: 0;
	right: 0;
}
/* ================================================== 5-2.進学コース */
div#cource-study dl dd {
	margin-left: 0;
}
/* ================================================== 5-3.スポーツコース */
div#cource-sports h4 {
	font-size: 1.2em;
	color: #C63;
	margin: 0 0 0.5em;;
}

dl.SchoolFee dd { /*卒業までに必要な学費の設定（各コース共通）*/
	margin-left: 0;
}
/* ================================================== 5-4.情報処理コース */
div#cource-it ol#CurriculumNote {
	margin: 0.5em 0;
	color: #036;
	font-size: 0.9em;
}
div#cource-it p#Attention {
	width: 190px;
	margin: -80px 0 30px;;
	color: #C00;
}
div#cource-it ol#CurriculumNote li {
	list-style: none;	
}

/* ================================================== 5-5.調理師コース */
div#cource-cook p#Attention {
	width: 240px;
	margin: -80px 0 30px;
	color: #C00;
}
/*↓調理師コースと観光留学コースの提携先学校のアドレス設定↓*/
dl.Tie_Up_School_Address {
	border: solid 1px #CCC;
	padding: 10px;
}
dl.Tie_Up_School_Address dt {
}
dl.Tie_Up_School_Address dd {
	margin: 0.5em 0;
}
dl.Tie_Up_School_Address dd ul {
	margin: 0;
	overflow: hidden;
	zoom: 1;
}
dl.Tie_Up_School_Address dd ul li {
	list-style: none !important;
	float: left;
	margin: 0;
}
dl.Tie_Up_School_Address dd ul li.left {
	width: 320px;
}
dl.Tie_Up_School_Address dd ul li.right {
	width: 260px;
}
dl.Tie_Up_School_Address dd ul li dl {
	margin: 0;
	overflow: hidden;
	zoom:1;
}
dl.Tie_Up_School_Address dd ul li dl dt {
	float: left;
	padding: 0;
}
dl.Tie_Up_School_Address dd ul li dl dd {
	margin: 0;
}
/*↑調理師コースと観光留学コースの提携先学校のアドレス設定↑*/
div#cource-cook dl.SchoolFee dd {
	margin: 0;
}
div#cource-cook dl.SchoolFee dd.left {
	width: 300px;
	margin: 10px 0;
	float: left;
}
div#cource-cook dl.SchoolFee dd.right {
	width: 300px;
	margin: 10px 0 ;
	float: right;
}

/* ================================================== 5-6.観光留学コース */
div#cource-abroad h4 {
	font-size: 1.2em;
	color: #C63;
	font-weight: normal;
	margin: 0 0 0.5em;
}
div#cource-abroad p#Attention {
	width: 190px;
	margin: -40px 0 30px;
	color: #C00;
}
div#cource-abroad p#Attention2 {
	margin: -40px 0 0 200px;
	color: #C00;
}
div#cource-abroad ul#CourseAbroadFee {
	margin: 1em 
}
div#cource-abroad ul#CourseAbroadFee li {
	list-style: none;
}
div#cource-abroad dl.SchoolFee dd {
	margin: 0;
}
/* ================================================== 5-7.個別対応コース */
div#cource-private p#Attention {
	text-align: right;
	color: #C00;
}
/* ================================================== 5-8.エンターテイメントコース */
div#cource-entertainment p#Attention {
	width: 240px;
	margin: -80px 0 30px;
	color: #C00;
}

/* ================================================== 5-9.理科工業コース */
div#cource-science h4 {
	font-size: 1.2em;
	color: #C63;
	font-weight: normal;
	margin: 0 0 0.5em;
}
div#cource-science p#Attention {
	width: 200px;
	margin: -110px 0 70px;
	color: #C00;
}



/* ----------------------------------------------------------------------------------------------------
 *  6.入学案内
 * --------------------------------------------------------------------------------------------------*/

/* ================================================== 6-1.入学までの流れ */
div#entrance-index div#EntranceStep {
	margin: 60px 10px 10px;
}
div#entrance-index div#EntranceStep ol { 
	margin: 0;
}
div#entrance-index div#EntranceStep ol li {
	position: relative;
	list-style: none;
	border: solid 1px #CCC;
	padding: 5px;
	margin-bottom: 50px;
	zoom:1; /*IE6で高さが広がってしまうため*/
}
div#entrance-index div#EntranceStep ol li img.StepNumber {
	position: absolute;
	top: -40px;
}
div#entrance-index div#EntranceStep ol li.last {
	margin-bottom: 0;
}
div#entrance-index div#EntranceStep ol li dl dt {
	position: absolute;
	top: -25px;
	left: 90px;
}
div#entrance-index div#EntranceStep ol li dl dd {
	padding-left: 75px;
}
div#entrance-index div#EntranceTopics {
	background: #F4F4F4 url(../images/entrance_index_topics_bg.png) no-repeat top left;
	margin: 20px 10px;
	padding: 10px;
	overflow: hidden;
	zoom: 1;
}
div#entrance-index div#EntranceTopics dl {
	width: 135px;
	margin: 0 20px 0 0;
	float: left;
}
div#entrance-index div#EntranceTopics dl.last {
	margin: 0;
}
div#entrance-index div#EntranceTopics dl dt {
	margin: 0;
}
div#entrance-index div#EntranceTopics dl dd {
	margin: 0;
}
div#entrance-index div#EntranceTopics dl dd.btn {
	margin: 0.5em 0 0;
	text-align: right;
}
/* ================================================== 6-2.卒業される中学生の方へ */
div#entrance-jhs div.Section-Lv1 {
	padding-top: 130px;
	background: url(../images/entrance_jhs_img01.png) no-repeat top left;
}
div#entrance-jhs h4.FontOrange {
	color: #C63;
	margin: 0 0 0.5em;
}
/* ================================================== 6-3.転校希望の高校生の方へ */
div#entrance-hss div.Section-Lv1 {
	padding-top: 130px;
	background: url(../images/entrance_hss_img01.png) no-repeat top left;
}
div#entrance-hss h4.FontOrange {
	color: #C63;
	margin: 0 0 0.5em;
}

/* ================================================== 6-4.高校中退の社会人の方へ */
div#entrance-society div.Section-Lv1 {
	padding-top: 130px;
	background: url(../images/entrance_society_img01.png) no-repeat top left;
}
div#entrance-society h4.FontOrange {
	color: #C63;
	margin: 0 0 0.5em;
}

/* ================================================== 6-5.不登校で悩んでいる方へ */
div#entrance-refusal div.Section-Lv1 {
	padding-top: 130px;
	background: url(../images/entrance_refusal_img01.png) no-repeat top left;
}
div#entrance-refusal h4.FontOrange {
	color: #C63;
	margin: 0 0 0.5em;
}
/* ================================================== 6-6.先輩たちの声 */
div#entrance-review dl {
	width: 630px;
	min-height: 115px;
	height: auto !important;
	height: 115px;
	position: relative;
	border-bottom: dotted 1px #ccc;
}
div#entrance-review dl dt {
	font-size: 1.2em;
}
div#entrance-review dl dt a {
	background: url(../images/arrow11.png) no-repeat center left;
	padding-left: 15px;
	color: #363;	  
}
div#entrance-review dl dt a:hover {
	text-decoration: none;
}
div#entrance-review dl dd {
	margin: 0;	
}
div#entrance-review dl dd.comment {
	margin-right: 140px;
}

div#entrance-review dl dd.btn_detail {
	text-align: right;
	margin: 0 150px 0 0;
}
div#entrance-review dl dd.img {
	position: absolute;
	top: 0;
	right: 0;
}
div#blog-entry div#ReviewImg {
	width:250px;
	float: left;
}
/* ================================================== 6-7.学費のご案内 */
div#entrance-expenses h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #C63;
	margin: 0 0 0.5em;
	background: url(../images/icon_diamond.gif) no-repeat left center;
	padding-left: 10px;
}
/* ================================================== 6-8.保護者・教育機関の皆様へ */
div#entrance-protector div.Section-Lv1 {
	padding-top: 50px;
	background: url(../images/entrance_protector_img01.png) no-repeat 10px top;
}
/* ================================================== 6-9.入試案内 */
div#entrance-schedule table.TableGrey01 th {
	width: 20%;	
}
div#entrance-schedule h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #C63;
	margin: 0 0 0.5em;
	background: url(../images/icon_diamond.gif) no-repeat left center;
	padding-left: 10px;
}
div#entrance-schedule table.TableGrey02 td dl dt {
	float:none;
}
div#entrance-schedule table.TableGrey02 td dl dd {
	padding-left:0;
}
/* ----------------------------------------------------------------------------------------------------
 *  7.キャンパス紹介
 * --------------------------------------------------------------------------------------------------*/
/* ================================================== 7-1.キャンパス一覧 */
div#campus-index dl {
	width: 630px;
	min-height: 115px;
	height: auto !important;
	height: 115px;
	position: relative;
	border-bottom: dotted 1px #ccc;
}
div#campus-index dl dd {
	margin: 0;	
}
div#campus-index dl dd.address {
	margin-right: 140px;
}

div#campus-index dl dd.btn_detail {
	text-align: right;
	margin: 20px 140px 10px 0;
}
div#campus-index dl dd.img {
	position: absolute;
	top: 0;
	right: 0;
}
/* ================================================== 各校の共通 */
div.CampusInfo  table {
	width: 380px;
}
div.CampusInfo table.TableLine01 td ul {
	margin: 0 0 0 1.5em;
}

/* ----------------------------------------------------------------------------------------------------
 *  8.その他(index.html)
 * --------------------------------------------------------------------------------------------------*/
 
/* ================================================== 8-3.個人情報保護方針 */
div#info-policy ul {
	margin-left: 1.5em;
}
div#info-policy span {
	text-transform: uppercase;
}
/* ================================================== 8-4.教職員募集 */
div#info-recruit div#RecruitCondition {
	background: url(../images/info_recruit_img02.jpg) no-repeat right top;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
div#info-recruit div#RecruitCondition table.TableGrey02 {
	width: 460px;
	height: 100%;
	margin: 0;
}
div#info-recruit div#RecruitCondition table.TableGrey02 td ul {
	margin: 0 0 0 1.5em
}
div#info-recruit div#RecruitCondition table.TableGrey02 td ul li {
	margin-bottom: 0.4em;
}
/* ================================================== 8-5.サポート校募集 */
div#info-support dl#SupportSumamry {
	margin: 10px;
}
div#info-support dl#SupportSumamry dd {
	margin: 10px 0;
}
/* ================================================== 8-6.お問い合わせ */
div#info-index ul#MF-BtnSet,
div#info-order ul#MF-BtnSet {
	margin: 20px auto 0 !important;
}


/* ----------------------------------------------------------------------------------------------------
 *  9.相学テニス部特集(index.html)
 * --------------------------------------------------------------------------------------------------*/

/* ================================================== 9-1.相学テニス部の活躍 */
div#tennis-index div.Section-Lv1 {
	padding-top: 300px;
	background: url(../images/tennis_index_img01.png) no-repeat top center;
}
div#tennis-index div#TennisIndexNews p#view_entries,
div#soccer-index div#SoccerIndexNews p#view_entries {
	text-align: right;
}
div#tennis-index div#TennisIndexNews p#view_entries a,
div#soccer-index div#SoccerIndexNews p#view_entries a {
	background: url(../images/icon/date.gif) no-repeat left center;
	padding: 2px 0 2px 20px;
}
div#tennis-index div#TennisIndexTopics,
div#soccer-index div#SoccerIndexTopics {
	padding: 20px;
	margin: 20px 0 0;
	background-color: #EEE;
}
*html div#tennis-index div#TennisIndexTopics,
*html div#soccer-index div#SoccerIndexTopics {
	padding: 10px 20px 0;
}
div#tennis-index div#TennisIndexTopics dl,
div#soccer-index div#SoccerIndexTopics dl {
	width: 180px;
	margin: 0 20px 0 0;
	float: left
}
div#tennis-index div#TennisIndexTopics dl.last,
div#soccer-index div#SoccerIndexTopics dl.last {
	margin-right: 0;
}
div#tennis-index div#TennisIndexTopics dl dt,
div#soccer-index div#SoccerIndexTopics dl dt {
	margin: 0;
}
div#tennis-index div#TennisIndexTopics dl dd,
div#soccer-index div#SoccerIndexTopics dl dd {
	margin: 0 0 0.5em;
}
div#tennis-index div#TennisIndexTopics dl dd.btn,
div#soccer-index div#SoccerIndexTopics dl dd.btn {
	margin: 0;
	text-align: right;
}
/* ================================================== 9-2.文武両道のカリキュラム */
div#tennis-curriculum h4 {
	margin-top: 0;
}
div#tennis-curriculum div#TennisCurLife dl {
	min-height: 175px;
	height: auto !important;
	height: 175px;
}

div#tennis-curriculum div#TennisCurLife dl dt {
	width: 240px;
	float: left;
}
div#tennis-curriculum div#TennisCurLife dl dd {
	padding-left: 250px;
	margin-left: 0;
}
div#tennis-curriculum div#TennisCurTopics {
	padding: 10px;
	margin: 20px 0;
	background-color: #EEE;
}
div#tennis-curriculum div#TennisCurTopics dl {
	width: 290px;
	float: left;
	margin-right: 20px;
	position: relative;
}
div#tennis-curriculum div#TennisCurTopics dl.last {
	margin-right: 0;
}
div#tennis-curriculum div#TennisCurTopics dl dt {
	margin: 0;
}
div#tennis-curriculum div#TennisCurTopics dl dd {
	margin: 0;
}
div#tennis-curriculum div#TennisCurTopics dl dd.img {
	float: left;
}
div#tennis-curriculum div#TennisCurTopics dl dd.btn {
	position: absolute;
	right: 0;
	bottom: 0;
}
div#tennis-curriculum div#TennisCurTopics dl dd.text{
	margin: 0.5em;
	padding-left: 135px;
}



/* ================================================== 9-3.テニス部員の紹介 */
div#tennis-member ul.tabs {
	margin: 0;
	padding-bottom: 3px;
	background: url(../images/about_staff_line.png) repeat-x left bottom;
}
div#tennis-member ul.tabs li {
	margin: 0 5px 0 0;
	float: left;
	list-style: none;
}
div#tennis-member ul.tabs li a {
	width: 60px;
	height: 21px;
	display: block;
}
div#tennis-member ul.tabs li a.tab1 {
	background-image: url(../images/tennis_member_tab01_over.png)
}
div#tennis-member ul.tabs li a.tab2 {
	background-image: url(../images/tennis_member_tab02_over.png)
}
div#tennis-member ul.tabs li a.tab3 {
	background-image: url(../images/tennis_member_tab03_over.png)
}
div#tennis-member ul.tabs li a:hover {
	background-color: transparent; /* for IE6*/
}
div#tennis-member ul.tabs li a:hover img,
div#tennis-member ul.tabs li.active a img {
	visibility: hidden;
}
div#tennis-member dl.parent {
	border-bottom: dotted 1px #CCC;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	position: relative;
}
div#tennis-member dl.parent dt {
	color: #369;
	font-weight: bold;
	font-size: 1.2em;
}
div#tennis-member dl.parent dd {
	margin-left: 0;
	zoom: 1;/* IE6でタブの中のコンテンツにフッターのずれこむのを修正*/
}
div#tennis-member dl dd.img {
	position: absolute;
	top: 0;
	right: 0;
}
div#tennis-member dl.parent dd dl {
	width: 480px;
	margin: 0;
	overflow: hidden;
}
div#tennis-member dl.parent dd dl dt {
	color: #333;
	font-size: 1em;
	width: 6em;
	float: left;
	padding: 0;
}
div#tennis-member dl dd dl dd {
	padding-left: 6em;
	zoom: 1; /* IE6で3pxのずれを修正*/
}
div#tennis-member dl dd dl dd ul {
	margin: 0 0 0 1.5em;
}

/* ================================================== 9-4.コーチングスタッフの紹介 */
div#tennis-coach h3 {
	margin: 0;	
}
div#tennis-coach dl.parent {
	border-bottom: dotted 1px #CCC;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	position: relative;
}
div#tennis-coach dl dt {
	color: #369;
	font-size: 1.2em;
	font-weight: bold;
}
div#tennis-coach dl dd {
	margin: 0;
}
div#tennis-coach dl dd.img {
	position: absolute;
	top: 0;
	right: 0;
}
div#tennis-coach dl dd dl {
	width: 480px;
	margin: 0;
}
div#tennis-coach dl dd dl dt {
	width: 60px;
	float: left;
	padding: 0;
}
div#tennis-coach dl dd dl dd {
	padding-left: 60px;
}
div#tennis-coach dl dd dl dd ul{
	margin: 0 0 0 1.5em;
}
div#tennis-coach dl dd dl dd li {
	list-style: none;
}

/* ----------------------------------------------------------------------------------------------------
 *  10.検索結果
 * --------------------------------------------------------------------------------------------------*/
dl#SearchResults {
	margin: 0;
	padding: 0;
}
dl#SearchResults dt {
	font-weight: bold;
	background: #EEE url(../images/arrow09.png) no-repeat 10px center;
	padding: 6px 10px 4px 30px;
	margin: 0;
}
dl#SearchResults dt a {
	color: #333;
}
dl#SearchResults dt a:hover {
	color: #36F;
	text-decoration: underline;
}
dl#SearchResults dd {
	margin: 10px;
	padding: 0;
}

/* ----------------------------------------------------------------------------------------------------
 *  9.相学サッカー部特集(index.html)
 * --------------------------------------------------------------------------------------------------*/

/* ================================================== 9-1.相学サッカー部の活躍 */
div#soccer-index div.Section-Lv1 {
	padding-top: 340px;
	background: url(../images/soccer_index_key_headding01.jpg) no-repeat top center;
	_zoom: 1;
}
div#soccer-index div#SoccerIndexNews p#view_entries a {
	background: url(../images/icon/date.gif) no-repeat left center;
	padding: 2px 0 2px 20px;
}
div#soccer-index div#SoccerIndexTopics {
	padding: 20px;
	margin: 20px 0 0;
	background-color: #EEE;
}
*html div#soccer-index div#SoccerIndexTopics {
	padding: 10px 20px 0;
}
div#soccer-index div#SoccerIndexTopics dl {
	width: 180px;
	margin: 0 20px 0 0;
	float: left
}
div#soccer-index div#SoccerIndexTopics dl.last {
	margin-right: 0;
}
div#soccer-index div#SoccerIndexTopics dl dt {
	margin: 0;
}
div#soccer-index div#SoccerIndexTopics dl dd {
	margin: 0 0 0.5em;
}
div#soccer-index div#SoccerIndexTopics dl dd.btn {
	margin: 0;
	text-align: right;
}

dl#OneDay dt,
dl#activityplan dt {
    clear: left;
    float: left;
    font-weight: bold;
    padding: 10px 0;
    text-align: right;
    width: 6em;
}
dl#OneDay dd,
dl#activityplan dd {
	border-bottom: 1px dotted #CCC;
	padding: 10px 0 10px 7em;
}
dl.soccerstaff dt {
    clear: left;
    float: left;
    font-weight: bold;
    padding: 10px 0;
    text-align: right;
    width: 10em;
}
dl.soccerstaff dd {
	border-bottom: 1px dotted #CCC;
	padding: 10px 0 10px 10.2em;
}

/* ================================================== 9-1.相学サッカー部のスタッフ紹介 */
div#soccer-soccerstaff h3 {
	margin: 0;	
}
div#soccer-soccerstaff dl.parent {
	border-bottom: dotted 1px #CCC;
	min-height: 170px;
	height: auto !important;
	height: 170px;
	position: relative;
}
div#soccer-soccerstaff dl dt.name {
	color: #369;
	font-size: 1.2em;
	font-weight: bold;
}
div#soccer-soccerstaff dl dd {
	margin: 10px 0 0 0;
}
div#soccer-soccerstaff dl dd.none {
	border: none;
}
div#soccer-soccerstaff dl dd.border {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div#soccer-soccerstaff dl dd.img {
	position: absolute;
	top: 0;
	right: 0;
}
div#soccer-soccerstaff dl dd dl {
	width: 480px;
	margin: 0;
}
div#soccer-soccerstaff dl dd dl dt,
div#soccer-soccerstaff dl dd dl dd {
	margin: 0;
}
/* ================================================== 9-1.相学サッカー部のサッカー部員の一日 */

div#soccer-dayofsoccer dl {
	position: relative;
	width: 450px;
}
div#soccer-dayofsoccer dd {
	margin-left: 0;
}
div#soccer-dayofsoccer dd.img {
	position: absolute;
	top: 0;
	right: -170px;
}

div#LikePluginPagelet {
	text-align: right;
}

