@charset "utf-8";
/*基本設定-----------------*/

#news {
	width: 700px;
	float: left;
}
#news_image {
	width: 125px;
	float: left;
}
#news_text {
	float: left;
	width: 545px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 15px 8px 15px;
	margin: 10px 0px 0px 0px;
}
#news_text p {
	margin: 5px 0px 0px 0px;
}
.date {
	color: #339900;
}
.news_title {
	color: #FF6666;
	font-size: 14px;
	font-weight: bold;
}
/*変更-----------------*/
#menu_outline { float:left; width:700px; margin-bottom:2.5em;}

.menu_left {
	width: 340px;
	float: left;
	margin: 10px 0px 0px 0px;
}
.menu_left img {
	margin: 20px 0px 0px 0px;
}
.menu_right {
	width: 340px;
	float: right;
	margin: 10px 0px 0px 0px;
}
.menu_right img {
	margin: 20px 0px 0px 0px;
}

/*追加-----------------*/
.career { padding-bottom:15px; /padding-top:15px; background:url(/img/index/career02.gif) repeat-y left; border:1px #ccc solid;}
.career_inner { margin-top:15px; width:670px; margin-left:15px;}
.career .left_img { padding-top:110px; width:165px; float:left;}
.career .left_img img { margin-left:15px;}
.career .right_list { width:480px; float:right;}
.subject { margin-top:2em;}
.subject .subject_title { margin-left:5px; margin-bottom:0.7em;}
.subject table { width:100%; border-collapse:collapse;}
.subject th,
.subject td { padding-top:1em; padding-bottom:1em; line-height:1.7em; border:1px #ccc solid;}
.subject th { width:10em; background:#e2e7dc;}
.subject th p { text-align:center; font-size:14px; margin-left:5px; margin-right:5px;}
.subject td p { font-size:12px; padding-left:15px; padding-right:15px; text-align:left; line-height:1.7em;}