/************************
// 基本設定
//***********************/
* {	margin: 0; padding: 0;}
body {font-size:12px; color:#333333; font-family:"ＭＳ Ｐゴシック","Osaka";}
body table td {font-size:12px; color:#333333; font-family:"ＭＳ Ｐゴシック","Osaka";}
a:link {text-decoration:none; color:#854848;}
a:visited {text-decoration:none; color:#854848;}
a:hover {text-decoration:underline; color:#AE5C5C;}
img {border: none;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// スクリーン
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tab {
	width: 760px;
}

.screen-box {
	width: 758px;
	height:249px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
}

.screen-box .inner {
	padding: 2px 2px 2px 2px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// メインナビ
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.mainnavi-box {
	width: 760px;
	margin-bottom: 20px;
}

.mainnavi-box .btn-cell {
	width: 250px;
	height: 28px;
	text-align: center;
	background: #FFF url('/img/top/bg_mainnavi.jpg') no-repeat;
}

.mainnavi-box .btn-cell .left-btn {
	margin-right: 10px;
}

.mainnavi-box .btn-cell .one-btn {
	margin-left: 120px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// コンテンツ部分
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.container-box {
	width: 760px;
	margin-bottom: 20px;
}

.container-box .space {
	width: 18px;
}

/************************
// メニュー部分
//***********************/
.container-box .menu {
	width: 170px;
	vertical-align: top;
}

.container-box .menu .menu1 {
	margin-bottom: 10px;
}

.container-box .menu .menu1 .btn-cell {
	width: 170px;
	height: 30px;
	text-align: center;
	background: #FFF url('/menu/img/bg_menu01.jpg') no-repeat;
}

.container-box .menu .menu2 {
	width: 168px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	margin-bottom: 20px;
}

.container-box .menu .menu2 .inner {
	margin: 4px 4px 4px 4px;
}

.container-box .menu .menu2 .inner ul {
	list-style-type: none;
}

.container-box .menu .menu3 {
	margin-bottom: 30px;
}

.container-box .menu .menu3 .btn-cell {
	width: 170px;
	height: 33px;
	text-align: center;
	background: #FFF url('/menu/img/bg_menu03.jpg') no-repeat;
}

/*
.container-box .menu .banner1 {
	margin-bottom: 10px;
}

.container-box .menu .banner2 {
	margin-bottom: 40px;
}
*/	

/************************
// コンテンツ部分
//***********************/

.container-box .contents {
	width: 572px;
	vertical-align: top;
}

.container-box .contents .banner-box{
	width: 572px;
	margin-bottom: 20px;
}

.container-box .contents .pickup-box{
	width: 572px;
	margin-bottom: 20px;
}

.container-box .contents .pickup-box .inner{
	background-color: #F5ECD4;
}

.container-box .contents .pickup-box .inner .pickup-cell{
	width: 271px;
	height: 100px;
	background: #FFF url('/img/top/bg_pickupbox.jpg') no-repeat;
}

.container-box .contents .pickup-box .inner .pickup-cell th{
	width: 100px;
	height: 100px;
	padding:10px 10px 10px 10px;
}

.container-box .contents .pickup-box .inner .pickup-cell td{
	width: 171px;
	height: 100px;
	padding:10px 10px 10px 0px;
	vertical-align: top;
}

.container-box .contents .pickup-box .inner .pickup-cell td .title{
	margin-bottom: 10px;
}

.container-box .contents .pickup-box .inner .pickup-cell td .text{
	font-size:12px; color: #666; font-family:"ＭＳ Ｐゴシック","Osaka";
	line-height: 1.2em;
}



.container-box .contents .job-box {
	width: 570px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

.container-box .contents .job-box .bar {
	width: 566px;
	margin: 2px 2px 10px 2px;
}

.container-box .contents .job-box .job-title {
	width: 560px;
	margin: 0px 5px 10px 5px;
	background-color: #F8ECE9;
}

.container-box .contents .job-box .job-title .title{ 
	font-weight: bold;
	padding: 6px 6px 6px 6px;
}

.container-box .contents .job-box .job-info1 {
	width: 554px;
	margin: 0px 8px 15px 8px;
}

.container-box .contents .job-info2 {
	width: 554px;
	margin: 0px 8px 24px 8px;
}

.container-box .contents .topics {
	width: 572px;
	margin-bottom: 20px;
}

.container-box .contents .topics .news-cell {
	width: 384px;
	vertical-align: top;
}

.container-box .contents .topics .news-cell .bar {
	width: 384px;
	margin-bottom: 10px;
}


.container-box .contents .topics .news-cell .news {
	width: 344px;
	margin: 0px 20px 20px 20px;
	font-size:12px; color: #666; font-family:"ＭＳ Ｐゴシック","Osaka";
	font-weight: normal !important;
	line-height: 1.5em;
	text-align: left !important;
}

.container-box .contents .topics .news-cell .news td {
	vertical-align: top;
	padding: 0px 0px 6px 0px;
}

.container-box .contents .topics .space-cell {
	width: 18px;
}

.container-box .contents .topics .banner-cell {
	width: 170px;
	vertical-align: top;
}

.container-box .contents .topics .banner-cell div {
	width: 170px;
	margin-bottom: 10px;
}



