﻿/*
--------------------------------------------------------
Class:		Common CSS Importer
--------------------------------------------------------
*/

/*
 デフォルトスタイル指定
*/
@import url(../common/css/default.css);

/*
 共通レイアウト指定
*/
@import url(../common/css/common.css);



/*--------------------------------------------------------
　個別スタイル
--------------------------------------------------------*/

.contentArea	{
	position: relative;
}

.recruitMainArea	{
	float: left;
	width: 500px;
}

.recruitSubArea	{
	float: right;
	width: 200px;
}


/* お知らせ */
dl.infomationList dt	{
	clear: both;
	float: none;
	padding-left: 0;
	background-image: none;
}

dl.infomationList dd	{
	margin: 0;
	padding: 0;
	margin-bottom: 0.7em;
	padding-bottom: 0.7em;
	border-bottom: 1px dotted #BBB;
}

dl.infomationList dd ul li	{
	margin: 0;
	padding-left: 1.5em;
	background: #FFF url(../common/images/icon_arrow_info.gif) 5px center no-repeat;
}


/*　セミナー情報　*/
ul#saminarList li	{
	width: 200px;
	height: 60px;
	margin-bottom: 10px;
}

ul#saminarList li a	{
	display: block;
	width: 200px;
	height: 60px;
	text-indent: 200px;
	white-space: nowrap;
	overflow: hidden;
}

ul#saminarList li#osaka	{
	background: #FFF url(./images/btn_seminar_osaka.gif) 0 0 no-repeat;
}
ul#saminarList li#tokyo	{
	background: #FFF url(./images/btn_seminar_tokyo.gif) 0 0 no-repeat;
}

/* 募集要項 */
ul#recruitList	{
	position: relative;
	width: 500px;
	height: 70px;
	margin-bottom: 1.0em;
	background: #FFF url(./images/bg_recruit.gif) 0 0 no-repeat;
	overflow: hidden;
}

ul#recruitList li	{
	position: absolute;
	top: 10px;
	width: 235px;
	height: 50px;
}

ul#recruitList li a	{
	display: block;
	width: 235px;
	height: 50px;
	text-indent: 235px;
	white-space: nowrap;
	overflow: hidden;
}

ul#recruitList li#listRecruit	{
	left: 10px;
	background: #FFF url(./images/btn_recruit_graduate.gif) 0 0 no-repeat;
}
ul#recruitList li#listMidway	{
	left: 255px;
	background: #FFF url(./images/btn_recruit_midway.gif) 0 0 no-repeat;
}


/*　セミナー情報
--------------------------------------------------------*/

ul#recruitInfo	{
}

ul#recruitInfo li	{
	float: left;
	width: 240px;
	padding: 15px;
}

ul#recruitInfo li dl dt,
ul#recruitInfo li dl dt a	{
	display: block;
	width: 240px;
	height: 120px;
}

ul#recruitInfo li dl dt a	{
	text-indent: 240px;
	overflow: hidden;
	white-space: nowrap;
}

ul#recruitInfo li#recruitUniversity dl dt	{
	background: #FFF url(./images/btn_recruit_university.jpg) 0 0 no-repeat;
}
ul#recruitInfo li#recruitCollege dl dt	{
	background: #FFF url(./images/btn_recruit_college.jpg) 0 0 no-repeat;
}

ul#recruitInfo li dl dd	{
	width: 200px;
	margin: 5px auto;
}



