/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
	
body{
	background-color:#efefef;
	}
	
#bodier{
	margin:auto;
	width:825px;
	background-color:#fff;
	border-bottom:1px solid #34c352;
	}
	
.clearer{
	clear:both;
	height:1px;
	overflow:hidden;
	}
	
	
/*トップイメージ*/

.topBox{
	width:825px;
	height:185px;
	background:url(img/topimg.jpg) top left;
	}

.topText{
	width:600px;
	float:left;
}

.topBt{
	width:199px;
	float:right;
}

.topText p{
	font-size:12px;
	color:#333;
	line-height:120%;
	margin-top:110px;
	margin-left:25px;
	}

ul.topmenu{
	list-style:none;
	width:199px;
	margin-top:20px;
	}

li.topmenu01 a{
	width:199px;
	height:41px;
	display:block;
	background:url(img/guide_bt.png) left top;
	text-indent:-9999px;
	margin:0 0 10px;
	}

li.topmenu02 a{
	width:199px;
	height:41px;
	display:block;
	background:url(img/environment_bt.png) left top;
	text-indent:-9999px;
	margin-bottom:10px;
	}

li.topmenu03 a{
	width:199px;
	height:41px;
	display:block;
	background:url(img/career_bt.png) left top;
	text-indent:-9999px;
	}

/*トップ左*/
.left {
	float:left;
	width:530px!important;
	background-color:#FFF;
	padding-top:10px;
	}

.left h1 {
	margin-left:5px;
	}

.left h2 {
	margin:5px 0;
	width:100px;
	}

.left table{
	width:525px;
	margin-left:5px;
	}

td.leftBox{
	background:url(img/leftBox_bg.gif) left repeat-y;
	}
	
ul.info {
	list-style:inside none ;
	margin:15px 0 15px 40px;
	}

.info li {
	font-size:12px;
	color:#666666;
	line-height:120%;
	margin-bottom:5px;
	}

.info li a{
	font-size:12px;
	color:#666666;
	line-height:120%;
	}

.info li a:hover{
	color:#888888;
	}

p.osusume a{
	margin:5px 15px 5px 0;
	font-size:11px;
	color:#0000CC;
	line-height:140%;
	}

p.info a:hover{
	color:#000066;
	}
	
.left td p {
	margin:10px 0 10px 20px;
	color:#333333;
	line-height:120%;
	font-size:12px;
	}
	
.jobBox {
	width:480px;
	margin-left:10px;
	border:1px solid #CCC;
	padding:0 3px;
}

.jobBox table{
	width:470px;
	padding-bottom:10px;
	}

.jobBox td.leftTd{
	width:235px;
	border-right:1px solid #C3E9B5;
	text-decoration:none;
	}

.leftTd a{
	text-decoration:none;
	}

.jobBox td.rightTd{
	padding-left:5px;
	text-decoration:none;
	}

.rightTd a{
	text-decoration:none;
	}


.jobBox td h3{
	font-size:14px;
	font-weight:normal;
	padding:10px 0 5px 0;
	color:#333333;
	}

.jobBox td p {
	font-size:11px;
	line-height:120%;
	color:#666666;
	margin:0;
	padding:0;
	}

/*トップ右*/
.right {
	float:right;
	width:288px;
	background-color:#FFF;
	padding-top:10px;
	}

.rightBox{
	width:285px;
	background:url(img/rightBox_bg.gif) left bottom no-repeat;
	border:1px solid #CCC;
	margin-bottom:10px;
	}

.right p{
	color:#333333;
	line-height:120%;
	padding-top:3px;
	padding-left:10px;
	font-size:12px;
	}


div.cafe{
	list-style-type:none;
	padding:5px 10px;
	}

div.cafe a {
	font-size:11px;
	color:#666666;
	list-style-type:none;
	}

.cafe a:hover {
	font-size:11px;
	color:#888888;
	list-style-type:none;
	}

.right h2 {
	padding-left:10px;
	margin:15px 0;
	border-left: 20px solid #34c352;
	}
	
/*RSS*/

.rss_box {
	 margin: 3px 2%;
	 padding: 0px;
	 width: 250px;
}

.rss_title, rss_title a {
	font-size: 12px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 10px;
	padding-bottom: 5px;
	color: #999;
	word-break: break-all;
	list-style:none;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 10px;
	color: #666;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 10px;
	text-decoration : underline;
	color: #333;
}

.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #999;
}