/* 東京栄養食糧専門学校用CSS */

/* 基本エレメント */
a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/**/

/* ロゴ */
#header #logo {
	margin: 10px 0 0 0;
}
/**/

/* グローバルナビゲーション */
#globalnav ul {
	background-color: #0952A1;
}
#globalnav ul li {
}
#globalnav ul li a {
	width: 150px;
	background-image: url(../shokuryo/img/globalnav.png);
}
li#nav_home a {
	background-position: 0 0;
}
li#nav_about a {
	background-position: -150px 0;
}
li#nav_publicity a {
	background-position: -300px 0;
}
li#nav_career a {
	background-position: -450px 0;
}
li#nav_lecture a {
	background-position: -600px 0;
}
li#nav_recruit a {
	background-position: -750px 0;
}
li#nav_home a:hover {
	background-position: 0 -40px;
}
li#nav_about a:hover {
	background-position: -150px -40px;
}
li#nav_publicity a:hover {
	background-position: -300px -40px;
}
li#nav_career a:hover {
	background-position: -450px -40px;
}
li#nav_lecture a:hover {
	background-position: -600px -40px;
}
li#nav_recruit a:hover {
	background-position: -750px -40px;
}
/**/

/* トピックス */
.b_topic dt {
	background: url(../shokuryo/img/topic_list.png) left center no-repeat;
}
/**/

/* 右コンテンツ */
#sub {
	border-color: #F4F7F9;
}
#pickup {
	background: #F4F7F9;
}
/**/

/* 各校案内 */
#schools {
	margin-bottom: 20px;
	clear: both;
	width: 915px;
	overflow: hidden;
}
#schools .box {
	margin-right: 15px;
	margin-bottom: 0;
	float: left;
	display: inline;
	width: 290px;
}
#schools .box p {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 150%;
}
#schools .box h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	line-height: 100%;
}
#schools .box h2 img {
	margin-right: 10px;
}
#schools ul.shoolguide {
	margin: 0;
	padding: 0;
}
#schools ul.shoolguide li {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}
#schools ul.shoolguide li ul {
	margin: 0;
	padding: 10px;
	width: 268px;
	background: #FAFAFA url(../shokuryo/img/department_back.png) center top repeat-x;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#schools ul.shoolguide li ul li {
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
}
#schools div#dietitian ul.shoolguide li ul li {
	background: url(../shokuryo/img/arrow_orange.png) left center no-repeat;
}
#schools div#cookery ul.shoolguide li ul li {
	background: url(../shokuryo/img/arrow_purple.png) left center no-repeat;
}
#schools div#hotel ul.shoolguide li ul li {
	background: url(../shokuryo/img/arrow_blue.png) left center no-repeat;
}
#schools ul.shoolguide li img {
	vertical-align: middle;
	line-height: 0;
}
/**/

/* ローカルナビ */
#sub ul.localnav li a {
	background-image: url(../shokuryo/img/l_localnav.gif);
}
#sub ul.localnav li a:hover {
	background-image: url(../shokuryo/img/l_localnav_hover.gif);
}
/**/

/* フッター */
#footer {
	border-top-color: #0952A1;
}
/**/

/* 後援会 */
.KouenkaiBox table{
	background-color:#00F;
	border-spacing:3px
}

.KouenkaiBox tr{
	background-color:#FFF
}

/**/



/*就職支援*/
.support_box {
	padding-left: 100px;
	width: 550px;
	height: 120px;
	background: url(../shokuryo/img/step_box.png) left top no-repeat;
}
.support_box#step1 {
	background: url(../shokuryo/img/step1.png) left top no-repeat;
}
.support_box#step2 {
	background: url(../shokuryo/img/step2.png) left top no-repeat;
}
.support_box#step3 {
	background: url(../shokuryo/img/step3.png) left top no-repeat;
}
.support_box#step4 {
	background: url(../shokuryo/img/step4.png) left top no-repeat;
}
.support_box#step5 {
	height: 100px;
	background: url(../shokuryo/img/step5.png) left top no-repeat;
}
.support_box h2 {
	margin: 0;
	padding: 10px;
	font-size: 16px;
	color: #FFF;
}
.support_box h2 span {
	padding-left: 20px;
	font-size: 80%;
}
.support_box p {
	margin: 0;
	padding: 3px 10px;
}
/**/

/*採用担当者様へ*/
.jumpToForm {
	padding-left: 20px;
	font-weight: bold;
	background: url(../dietitian/img/i_topicpath.gif) 3px center no-repeat;
}
.jumpToForm a {
	color: #ED6D00;
}
.recruiter_box {
	padding: 20px;
	border: 1px solid #ED6D01;
}
.recruiter_box h2 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	border-bottom: 2px solid #ED6D01;
}
.recruiter_box .buttons {
	width: 100%;
	overflow: hidden;
}
.recruiter_box .buttons div {
	width: 33%;
	overflow: hidden;
	text-align: center;
}
.recruiter_box .buttons div h4 {
	margin: 0 5px 5px 5px;
	font-size: 14px;
	border-bottom: 3px solid;
}
#pdf_dietitian h4 {
	border-color: #ED6D00;
}
#pdf_cookery h4 {
	border-color: #BF3E91;
}
#pdf_hotel h4 {
	border-color: #008CD7;
}
.recruiter_box h3 {
	margin: 20px 0 10px 0;
	padding: 5px;
	font-size: 16px;
	background: #FDE6CC;
}
.recruiter_box dl {
	margin: 0;
}
.recruiter_box dl dt {
	float: left;
}
.recruiter_box dl dd {
	padding-left: 4em;
}
.recruiter_box .contact {
	background: #FFF;
}
.recruiter_box .contact h3 {
	padding: 0 0 5px 0;
	background: none;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
}
.recruiter_box .contact p, .recruiter_box .contact dl {
	font-size: 14px;
}
/**/


/* 海外交流 */
.school_name {
	margin: 0 0 20px 0;
	padding: 10px 10px 0 10px;
	background: #F5F5F5;
}
.school_name h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}
.school_name ul {
	padding: 0 0 10px 0;
	margin: 0;
}
.school_name ul li {
	margin: 0 0 0 2em;
	padding: 0;
	list-style: square;
}
.coop_box {
	margin-bottom: 20px;
}
.coop_box#coop_hotel {
	border: 1px solid #9D6FB9;
}
.coop_box#coop_school {
	border: 1px solid #EC6F7B;
}
.coop_box#interview {
	border: 1px solid #FDAA42;
}
.coop_box dl {
	margin: 0;
	padding: 0;
}
.coop_box dl dt {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	font-weight: bold;
}
.coop_box dl dd {
	margin: 0;
	padding: 0 0 5px 5em;
}
.coop_box h2 {
	margin: 0 0 10px 0;
	padding: 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
#coop_hotel h2 {
	background: #9D6FB9;
}
#coop_school h2 {
	background: #EC6F7B;
}
#interview h2 {
	background: #FDAA42;
}
.coop_box h3 {
	margin: 0 0 10px 0;
	padding: 5px;
	clear: both;
	font-size: 16px;
}
#coop_hotel h3 {
	background: #DCD1E9;
	border-left: 5px solid #9D6FB9;
}
#coop_school h3 {
	background: #FAC5D3;
	border-left: 5px solid #EC6F7B;
}
#interview h3 {
	border-left: 5px solid #FDAA42;
}
.coop_box h3 span {
	font-size: 12px;
	display: block;
}
.coop_box .desc {
	margin: 0;
	padding: 0 19px 20px 19px;
}
.coop_box .box {
	margin: 0 19px 20px 19px;
	padding: 0 0 20px 0;
	width: 610px;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
.coop_box .country {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	font-weight: bold;
}
.coop_box .country img {
	padding-right: 5px;
	vertical-align: middle;
}
.coop_box .copy {
	margin: 0;
	padding: 0 0 5px 0;
	float: right;
	display: inline;
}
.coop_box .img {
	margin-right: 10px;
	float: left;
	display: inline;
}
.coop_box .detail {
	float: left;
	display: inline;
	width: 350px;

}
.coop_box .article {
	float: right;
	display: inline;
	width: 480px;
}
.coop_box .article p {
	margin: 0 0 10px 0;
	padding: 0;
}
.coop_box .author {
	text-align: right;
}
/**/