﻿@charset "utf-8";
@import url("../commom/default.css");
@import url("../commom/layout.css");
@import url("../commom/header.css");
@import url("../commom/footer.css");

/* コンテンツ領域---------------------- */
#apply_title {
	background: url(img/apply_main.gif) no-repeat;
	clear: left;
	padding:90px 0 0 0 ;
	height:30px;
	text-align:right;
}
#apply_title h2{
	width:200px;
	float:left;
}
#bread{
	width:650px;
	float:right;
	text-align:right;
	margin:10px 0 0 0;
}
#bread p,
#bread h1{
	display:inline;
}
#bread h1{
	font-size:0.9em;
	font-weight:normal;
}
#bread p a{
	color:#1F1F1F;
}
#bread p a:hover{
	color:#ccc;
}

#course_list_box {
	border: 2px solid #000000;
	border-top: 4px solid #000000;
	background-color:#FFFFFF;
	font-size:0.8em;
	clear:both;
}
#course_list_box h3 {
	margin-bottom: 20px;
}
/*講座一覧リンク------------------------*/
#course_list_box a:link,
#course_list_box a:visited {
	text-decoration:none;
	color:#1F1F1F;
	}
#course_list_box a:hover,
#course_list_box a:active {
	text-decoration:none;
	color:#666666;
	}
/*無線講座領域--------------------------*/
#wireless_area {
	margin: 2px 0;
	padding-bottom: 10px;
	border-top: 2px solid #00A0E9;
	border-bottom: 2px solid #00A0E9;
	line-height:2em;
}
#wireless_list_l {
	width:260px;
	float:left;
	margin-right:20px;
}
.wireless_list_arrow{
	background:url(../commom/blue_arrow.gif) no-repeat center left;
	padding-left:15px;
	}
.nest_box {
	list-style:none;
	margin-left:20px;
	}
#wireless_nest {
	list-style-type: none;
	margin-top: 10px;
	/margin-top: 0px;
}
#wireless_nest li {
	background:url(img/unit_arrow_wireless.gif) no-repeat;
	padding-left:30px;
	}
#wireless_list_c {
	float:left;
	width:265px;
	margin: 20px 15px 0 0;
	list-style:none;
	}
#wireless_list_r {
	float:right;
	width:260px;
	margin: 20px 20px 0 0;
	list-style:none;
	}
/*電気通信講座領域-------------------------------------*/
#telecom_area {
	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;
	line-height:2em;
	}
#telecom_area_line {
	margin: 2px 0;
	padding-bottom: 10px;
	border-top: 2px solid #339933;
	border-bottom: 2px solid #339933;
	}
#telecom_list_l {
	width:260px;
	float:left;
	margin-right:20px;
}
.telecom_list_arrow {
	background:url(../commom/green_arrow.gif) no-repeat center left;
	padding-left:15px;
	}
#telecom_nest {
	list-style-type: none;
	margin-top: 10px;
	/margin-top: 0px;
}
#telecom_nest li {
	background:url(img/unit_arrow_telecom.gif) no-repeat;
	padding-left:30px;
	}
#telecom_list_c {
	float:left;
	width:265px;
	margin: 20px 15px 0 0;
	list-style:none;
	}
#telecom_list_r {
	float:right;
	width:260px;
	margin: 20px 20px 0 0;
	list-style:none;
	}
/*ネットワーク講座領域-------------------------------*/
#network_area {
	margin: 2px 0;
	padding-bottom: 10px;
	border-top: 2px solid #E4007F;
	border-bottom: 2px solid #E4007F;
	line-height:2em;
}
#network_nest li {
    background:url(img/unit_arrow_network.gif) no-repeat;
	padding-left:30px;
}
#network_list {
	list-style-type: none;
	margin: 20px 0 20px 20px;
}
#network_list .network_list_arrow {
	background:url(../commom/red_arrow.gif) no-repeat center left;
	padding-left:15px;
	}

#network_nest li {
	list-style-type: none;
}
#osyougatu{
	color:#ff0000;
	font-weight:bold;
}
	