/* ▼▽▼▽▼▽▼▽ セカンドページの設定 ▼▽▼▽▼▽▼▽ */

/* ■■■■■■ レイアウト設定 ■■■■■■ */
#wrapper_main{
	width: 100%;
}
#left{
	width: 250px;
	float: left;
}
#right{
	width: 545px;
	float: right;
}
/********* ヘッダーリンクの設定 ************/
#header a{
	display: block;
	width: 795px;
	height: 108px;
	margin: 0px auto;
}
/********* ヘッダーメニューの設定 ************/

#header_menu_bar{
	width: 786px;
	margin: 0px auto;
	height: 20px;
	background-color: #FEFADA;
}
.header_menu_box{
	width: 290px;
	float: right;
	margin: 5px 5px 0px 0px;
}
.header_menu{
	float:left;
	background: url(../images/second/mainmenu_cursol.gif) no-repeat 2px center;
	margin: 0px 0px 0px 15px;
}
.header_menu h2{
	margin: 0px;
	font-size: 12px;
}
.header_menu h2 a{
	display:block;
	color: #666666;
	margin: 0px 0px 0px 10px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

/*********  メインBOX ************/
.main{
	width: 530px;
	margin: 10px 15px 0px 0px;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}
.main p{
	text-indent: 10px;
	margin: 5px 5px 10px 15px;
}


/********* サイドメニューの設定 ************/
.menu{
	width: 220px;
	margin: 10px 15px 0px 15px;

}
.side_menu {
	width:220px;
	font-size:12px;
	letter-spacing:.1em;
	margin-bottom: 5px;
}

.side_menu h2 span{
	display:none
}
	/* －－－－ メニュー見出し －－－－ */
	.title01{
		margin:0;
		width:220px;
		height:70px;
		background: url(../images/second/side_menu01.jpg) no-repeat;
	}
	.title02{
		margin:0;
		width:220px;
		height:70px;
		background: url(../images/second/side_menu02.jpg) no-repeat;
	}
	.title03{
		margin:0;
		width:220px;
		height:70px;
		background: url(../images/second/side_menu03.jpg) no-repeat;
	}
	.title04{
		margin:0;
		width:220px;
		height:70px;
		background: url(../images/second/side_menu04.jpg) no-repeat;
	}
	.title05{
		margin:0;
		width:220px;
		height:70px;
		background: url(../images/second/side_menu05.jpg) no-repeat;
	}
	/* －－－－ メニューリスト －－－－ */
	.side_menu ul {
		line-height:140%;
		padding: 0px;
		margin: 0px;
		list-style-type:none;
	}
	
	.side_menu li {
		width: 220px;
		background: url(../images/second/list_img01.gif) no-repeat;
		margin: 0px;
		border-bottom: 1px solid #FFFFFF;
	}
	/* －－－－ 現在選択メニュー部分 －－－－ */
	.side_menu ul li p{
		list-style-type:none;
		width: 180px;
		margin: 0px;
		background: url(../images/second/list_img02.gif) no-repeat;
		color:#CC0000;
		padding: 15px 10px 15px 30px;
	}
	
	
	/* －－－－ 別メニューロールオーバー部分 －－－－ */
	.side_menu ul li a {
		text-decoration:none;
		width: 180px;
		color: #333333;
		display:block;
		margin: 0px;
		padding: 15px 10px 15px 30px;
	}
	
	/* －－－－ ロールオーバー設定 －－－－ */
	.side_menu ul li a:hover {
		background:url(../images/second/list_img01.gif) no-repeat right top;
	}

/********* パンクズリストの設定 ************/
.topic_path {
	clear: both;
	text-align:right;
	font-size:10px;
	margin: 10px 15px 0px 15px;
	padding: 5px 0px;
	border-top: 1px dotted #999999;
	color: #666666;
}
.topic_path ul {
	margin:0px;
	padding:0px;
}
.topic_path li {
	display:inline;
	list-style-type:none;
}
.topic_path li a {
	padding-right:10px;
	background: url(../images/second/topicpath.gif) no-repeat right center;
}

/* ■■■■■■ クラスの設定 ■■■■■■ */

/********* イメージ指定 ************/
.img_r{
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;

}
.img_l{
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
/********* テキスト指定 ************/
.font12_b{
	line-height: 160%;
	font-size: 12px;
	font-weight: bold;
	color: #333333;

}
.font10{
	line-height: 160%;
	font-size: 10px;
	color: #333333;

}
.font10_r{
	line-height: 160%;
	font-size: 10px;
	color: #CC0000;

}


/********* 就職支援スタッフ ************/

#right ul.staff {
	margin: 0;
	padding: 0;
	list-style: inside none;
	}

#right ul.staff li {
	text-align: center;
	margin:0 8px 15px 0;
	float: left;
	padding:5px 3px;
	border:#CCCCCC 1px solid;
	}
#right ul.staff li strong {text-align: center; display:block;}
#right ul.staff li.last { margin-bottom: 0; }




