/*CSS*/
*{margin:0;padding:0;}

/**************************　　各種スタイル（テキスト・画像位置）設定　　**************************/

.style1 {
	float: right;
	margin-right: 25px;
}
.style2 {
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.style3 {
	width: 300px;
	margin-top: 5px;
}
.style4 {
	height: 60px;
	float: left;
	margin-top: 10px;
	margin-left: 13px;
}
.style5 {
	height: 55px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	width: 200px;
}
.style6 {
	text-align: right;
}
.style7 {
	padding-right: 10px;
	padding-left: 25px;
}
.style8 {
	padding-right: 10px;
	padding-left: 0px;
}
.style9 {
	padding: 10px;
}
.style10 {
	padding: 5px;
	float: left;
}
.style11 {
	font-size: 10px;
}
.style12 {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	vertical-align: top;
}

.style13 {
	padding-left: 10px;
}
.style14 {
	padding-left: 15px;
	padding-top: 5px;
}
/*学生・生徒の声ページ文字調整*/
.style15 {
	float: left;
	width: 235px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
/*海外研修ページ文字調整*/
.style16 {
	padding-left: 14px;
}
.style17 {
	line-height: 15px;
	vertical-align: top;
}

.style18 {
	padding-right: 15px;
	padding-left: 20px;
	line-height: 26px;
}
.style19 {
	line-height: 15px;
	padding-right: 15px;
	padding-left: 20px;
	padding-top: 7px;
}

.style20 {
	margin-left: -3px;
}

.style21 {
	padding-left: 3px;
}



/**************************　　トップページの設定　　**************************/

/*専門課程ロゴ設定*/
#t-speciallogo {
	background-image: url(img/t-speciallogo.jpg);
	padding: 0px;
	height: 30px;
	width: 230px;
	text-indent: -9999px;
	margin-left: 10px;
}

/*高等課程ロゴ設定*/
#t-highschoollogo {
	background-image: url(img/t-highschoollogo.jpg);
	text-indent: -9999px;
	height: 30px;
	width: 230px;
	margin-left: 10px;
}

/*学校案内ロゴ設定*/
#t-schoolinfologo {
	background-image: url(img/t-schoolinfologo.jpg);
	text-indent: -9999px;
	height: 30px;
	width: 230px;
	margin-left: 10px;
}

/*資格のマウスオーバーアウト設定*/
.m1 a {
	background-image: url(img/t-skill.gif);
	height: 20px;
	width: 230px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;

}

.m1 a:hover {
	background-image: url(img/t-skill-b.gif);
	height: 20px;
	width: 230px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
}

/*カリキュラムのマウスオーバーアウト設定*/
.m2 a {
	background-image: url(img/t-curriculum.gif);
	height: 20px;
	width: 230px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
	clear: left;

}

.m2 a:hover {
	background-image: url(img/t-curriculum-b.gif);
	height: 20px;
	width: 230px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
}

/*海外研修のマウスオーバーアウト設定*/
.m3 a {
	background-image: url(img/t-oversea.gif);
	height: 20px;
	width: 230px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;

}

.m3 a:hover {
	background-image: url(img/t-oversea-b.gif);
	height: 20px;
	width: 230px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
}

/*専門課程募集要項のマウスオーバーアウト設定*/
.m4 a {
	background-image: url(img/t-application.gif);
	height: 20px;
	width: 230px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;

}

.m4 a:hover {
	background-image: url(img/t-application-b.gif);
	height: 20px;
	width: 230px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
}

/*就職先のマウスオーバーアウト設定*/
.m5 a {
	background-image: url(img/t-employment.gif);
	height: 20px;
	width: 230px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;

}

.m5 a:hover {
	background-image: url(img/t-employment-b.gif);
	height: 20px;
	width: 230px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
}

/*学校行事のマウスオーバーアウト設定*/
.m6 a {
	background-image: url(img/t-event.gif);
	height: 20px;
	width: 230px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;

}

.m6 a:hover {
	background-image: url(img/t-event-b.gif);
	height: 20px;
	width: 230px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
}

/*卒業後の進路のマウスオーバーアウト設定*/
.m7 a {
	background-image: url(img/t-course.gif);
	height: 20px;
	width: 230px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;

}

.m7 a:hover {
	background-image: url(img/t-course-b.gif);
	height: 20px;
	width: 230px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
}

/*学校案内リスト設定*/
.info-ul {
	float: left;
	margin-left: 10px;
	list-style-position: inside;
	margin-top: 10px;
	list-style-type: none;
	list-style-image: url(img/list-circle.gif);
}

.image-l {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*トップページ愛自整のご紹介*/
.image-aij a {
	clear: both;
	margin-left: 20px;
	background-image: url(img/aijilogo.gif);
	height: 17px;
	width: 167px;
	text-indent: -9999px;
	display: block;
}

/**************************　　テンプレートの設定　　**************************/

/*資格のマウスオーバーアウト設定*/

.skill_m_o a {
	background:#ffffff url(img/skill-navi-a.gif) no-repeat;
	width: 158px;
	height: 20px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
}

.skill_m_o a:hover {
	background:#ffffff url(img/skill-navi-b.gif) no-repeat;
	width: 158px;
	height: 20px;
	padding: 0px;
	text-indent: -9999px;
	display: block;	
}

/*「カリキュラム」のマウスオーバー／アウト設定*/

.curriculum_m_o a {
	background:#ffffff url(img/curriculum-navi-a.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
}

.curriculum_m_o a:hover {
	background:#ffffff url(img/curriculum-navi-b.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;

}

/*「学校行事」のマウスオーバー／アウト設定*/

.h-event_m_o a {
	background:#ffffff url(img/h-event-navi-a.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;	

}

.h-event_m_o a:hover {
	background:#ffffff url(img/h-event-navi-b.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;	

}

/*「海外研修」のマウスオーバー／アウト設定*/

.oversea_m_o a {
	background:#ffffff url(img/oversea-navi-a.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;	

}

.oversea_m_o a:hover {
	background:#ffffff url(img/oversea-navi-b.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;	

}

/*「募集要項」のマウスオーバー／アウト設定*/

.application_m_o a {
	background:#ffffff url(img/application-navi-a.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;	

}

.application_m_o a:hover {
	background:#ffffff url(img/application-navi-b.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;	

}

/*「就職先」のマウスオーバー／アウト設定*/

.employment_m_o a {
	background:#ffffff url(img/employment-navi-a.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;	

}

.employment_m_o a:hover {
	background:#ffffff url(img/employment-navi-b.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;	

}

/*「卒業後の進路」のマウスオーバー／アウト設定*/

.h-course_m_o a {
	background:#ffffff url(img/course-navi-a.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;	

}

.h-course_m_o a:hover {
	background:#ffffff url(img/course-navi-b.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;	

}

/*「概要・沿革・理念」のマウスオーバー／アウト設定*/

.outline_m_o a {
	background:#ffffff url(img/outline-navi-a.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;	

}

.outline_m_o a:hover {
	background:#ffffff url(img/outline-navi-b.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;	

}

/*「施設・設備」のマウスオーバー／アウト設定*/

.facilities_m_o a {
	background:#ffffff url(img/facilities-navi-a.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;	

}

.facilities_m_o a:hover {
	background:#ffffff url(img/facilities-navi-b.gif) no-repeat;
	height: 20px;
	width: 158px;
	padding: 0px;
	text-indent: -9999px;
	display: block;

}

/*「アクセスマップ」のマウスオーバー／アウト設定*/

.map_m_o a {
	background:#ffffff url(img/map-navi-a.gif) no-repeat;
	height: 20px;
	width: 158px;
	text-indent: -9999px;
	display: block;
}

.map_m_o a:hover {
	background:#ffffff url(img/map-navi-b.gif) no-repeat;
	height: 20px;
	width: 158px;
	text-indent: -9999px;
	display: block;	
	
}


/**************************　　概要・沿革・理念ページの設定　　**************************/
p.text_1{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 18px;
}
p.text_2 {
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}


/**************************　　「愛自整会」についての各種設定　　**************************/

/*２段組レイアウトの企業名*/
div.corp_name{
	text-align:left;
	color:#FFFFFF;
	width:123px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bolder;
	padding-left: 2px;
}

/*企業の業務内容の設定*/
div.works{
	font-size:90%;
	width:115px;
	color:#FFFFFF;
	line-height: 13px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	/*padding-left:0.5em;
	text-indent:-0.5em;*/
}

/*代表者の役職*/
div.part{
	width:53px;
	font-size:80%;
	color:#666666;
	float:left;
	line-height: 13px;
	height: 17px;
	text-align: left;
	padding-top: 4px;
	padding-left: 1px;
}

/*代表者名*/

div.name{
	color:#666666;
	width:72px;
	float: left;
	text-align: left;
}


/*住所*/
div.adress{
	clear:both;
	width:127px;
	font-size:90%;
	color:#666666;
	line-height: 13px;
	margin-top: 5px;
}

/*電話番号*/
div.tel{
	width:127px;
	color:#666666;
}

/*サイトURL*/
div.url{
	width:127px;
	font-size:90%;
	color:#666666;
	line-height: 13px;
}

div.part3 {
	width:50px;
	font-size:80%;
	color:#666666;
	float:left;
	line-height: 13px;
	height: 17px;
	text-align: center;
}
div.name3 {
	color:#666666;
	width:67px;
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
}

/*２段目の企業情報のレイアウト*/

/*企業名*/
div.corp_name2{
	text-align:center;
	font-size:100%;
	color:#666666;
}

/*住所*/
div.adress2{
	font-size:90%;
	color:#666666;
	line-height: 13px;
}

/*電話番号*/
div.tel2{
	font-size:90%;
	color:#666666;
	line-height: 13px;
}

/*就職実績の設定*/

.jisseki{
	font-size:90%;
	color:#666666;
	line-height: 13px;
	text-align: center;
}

/*愛自整会とは･･の背景画像設定*/
.employment-1 {
	background-image: url(img/employment-1.gif);
	background-repeat: no-repeat;
	height: 148px;
	width: 529px;
}

/*愛自整会とは･･のテキスト位置設定*/
.employment-2 {
	height:40px;
	width:290px;
	position:relative;
	left:20px;
	top:55px;
}


.employment-6 {
	background-image: url(img/employment-6.gif);
	background-repeat: no-repeat;
	width: 300px;
	display: inline;
}
.employment-8 {
	background-image: url(img/employment-8.gif);
	height: 136px;
	width: 184px;
	background-repeat: no-repeat;
}




/**************************　　カリキュラムの各種設定　　*************************/
li.schedule{
	color:#666666;
	list-style-position: inside;
	list-style-type: circle;
	}

div.course-style{
	color:#ffffff;
	margin:10px 10px;
}

span.curriculum-cap{
	font-weight:bold;
	font-size:130%;
}

/*高校課程コース内容説明の専門科目・実技・一般科目の見出し設定*/
div.curriculum-cap1{
	text-align:center;
	letter-spacing:1em;
	font-size:130%;
	color:#333333;
	}

/*専門課程コース内容説明の学科・実技の見出し設定*/
div.curriculum-cap2{
	text-align:center;
	letter-spacing:1em;
	font-size:130%;
	color:#ffffff;
	font-weight:bold;
	}

/*高校課程コース内容説明の専門学科の見出し設定*/
div.curriculum-box_cap1{
	border-top: 1px none #0066FF;
	border-right: 1px solid #0066FF;
	border-bottom: 1px solid #0066FF;
	border-left: 1px none #0066FF;
	color: #0066FF;
}

div.curriculum-colorbox1{
	background-color:#D4E6F1;
	margin:5px 5px;
}

/*高校課程コース内容説明の基礎実習の見出し設定*/
div.curriculum-box_cap2{
	background-color:#FEE6C2;
	border-top: 1px none #FF7F00;
	border-right: 1px solid #FF7F00;
	border-bottom: 1px solid #FF7F00;
	border-left: 1px none #FF7F00;
	color: #FF7F00;
}

div.curriculum-colorbox2{
	background-color:#FEE6C2;
	margin:5px 5px;
}

/*
div.curriculum-cap3{
	border-top: 1px none #0066FF;
	border-right: 1px solid #0066FF;
	border-bottom: 1px solid #0066FF;
	border-left: 1px none #0066FF;
	color: #0066FF;
}
*/

div.curriculum-whitebox{
	margin:5px 5px;
	color:#666666;
}

span.curriculum-boxtext{
	color:#333333;
}

/*合計授業時間の画像の設定*/
img.time{
	float:right;
	margin:auto 5px;
}

/*年間スケジュールの色付フォント設定*/
.red_text{
	color:#FF0000;
}

.blue_text{
	color:#0099FF;
}

/*年間スケジュールのリストイメージ設定*/
.nenakn {
	padding: 0;
}

.nenkan li{
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 20px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(img/list-circle2.gif);
	margin-left: 20px;
}

/**************************　　アクセスマップの各種設定　　*************************/
span.how_to_way{
	height:30px;
	color:#ffffff;
	font-size:150%;
	font-weight:bold;
	letter-spacing:1em;
	width: 100%;
}

p.how_to_text{
	text-indent:-1em;
	padding-left:20px;
	padding-top: 10px;
}

ul.event{
	margin-left:30px;

}
p.how_to_text2 {
	text-indent:-1em;
	padding-left:25px;
	padding-top: 10px;
}

/**************************　　募集要項の各種設定　　*************************/

.table-line {
	border-collapse:collapse;
	border:1px solid #999999;
}
.table-line td{
	border:1px solid #999999;
	padding: 5px;
}
