/* CSS Basic Style ---------------------------------------------------------- */

/* === 新着情報ページ、リクルートニュース　デザイン === */
.ttl {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 5px;
}

.ttl td{
	background-color: #D2C020;
	padding: 5px;
}


/* === 本分レイアウト === */
.news {
	border-bottom: dotted #CCCCCC 1px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 140%;
	margin-bottom: 10px;
	color: 333333;
	padding: 2px 2px 10px 2px;
	margin-left: 5px;
}

.news th{
	color: 006666;
	text-align: left;
	width: 85px;	
}

.news a{
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-weight: normal;
}
.news a:visited {
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-weight: normal;
}
.news a:active{
	color:##333333;
	text-decoration:none;
	letter-spacing:1px;
	font-weight: normal;
}
.news a:hover {
	color:#FF6600;
	text-decoration:none;
	letter-spacing:1px;
	font-weight: normal;
}



/* === 右部レイウアト === */

.l_news {
	color: 333333;
	text-align: left;
	width: 160px;
	border-bottom: dotted #CCCCCC 1px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.l_news img{
	margin-right: 5px;
	margin-bottom: 5px;
}

.l_news th{
	color: 006666;
	text-align: left;
	width: 150px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 140%;
}

.l_news td{
	color: 333333;
	text-align: left;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 125%;
}



/* === 詳細ページ コンテンツ === */

.ttl2 {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 125%;
	color: #333333;
	margin: 0px;
	border-left: solid #DECC23 6px;
	padding-left: 7px;
}

.mttl {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 125%;
	color: #006666;
	margin: 0px 0px 15px 0px;
	background-color: #FFFFCC;
	border: solid #CCCCCC 1px;
	padding: 3px 5px 3px 5px;
}

.mttl {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 125%;
	color: #006666;
	margin: 0px 0px 15px 0px;
	background-color: #FFFFCC;
	border: solid #CCCCCC 1px;
	padding: 3px 5px 3px 5px;
}

.n_content {
	width: 590px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 160%;
}


.n_content {
	width: 590px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 165%;
}

.n_content a{
	color:#FF6600;
	text-decoration:underline;
	letter-spacing:1px;
}
.n_content a:visited {
	color:#FF6600;
	text-decoration:underline;
	letter-spacing:1px;
}
.n_content a:active{
	color:#FF6600;
	text-decoration:underline;
	letter-spacing:1px;
}
.n_content a:hover {
	color:#FF6600;
	text-decoration:none;
	letter-spacing:1px;
}


/* === リクルート ニュース === */
.r_ttl {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 5px;
}

.r_ttl td{
	background-color: #4EA361;
	padding: 5px;
}

.ttl3 {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 125%;
	color: #333333;
	margin: 0px;
	border-left: solid #4EA361 6px;
	padding-left: 7px;
}

.mttl2 {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 125%;
	color: #006666;
	margin: 0px 0px 15px 0px;
	background-color: #C7E4CD;
	border: solid #CCCCCC 1px;
	padding: 3px 5px 3px 5px;
}


--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/

