﻿@charset "utf-8";

/* ページ設定 */
.main #container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 

/* HEADER */
.main #header {
	margin: 0;
	padding: 0px;
}


/* 左サイドのメニュー */
.menu_td {
	background: url(../images/back_menu1.gif);
	padding-top: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	width: 175px;
	margin-top: 0px;
}
/* 普通のメニュー用リンク */
.menu_td a:link {
	color: #333333;
	text-decoration: none;
}
.menu_td a:visited {
	color: #333333;
	text-decoration: none;
}
.menu_td a:hover {
	text-decoration: underline;
	color: #3366FF;
}
/* 普通のメニューのボタン */
.menu_td .button1 {
	background: url(../images/b_back_a.jpg) no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 150px;
	margin-left: 7px;
	margin-bottom: 5px;
	border-bottom: 1px solid #666666;
	text-align: left;
}
/* 1段下がったのメニューのボタン */
.menu_td .button2 {
	background:url(../images/back_menusub1.jpg) no-repeat left top;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-right: 3px;
	width: 113px;
	margin-left: 33px;
	margin-bottom: 5px;
	border: 1px solid #666666;
	text-align: left;
}
/* 1段下がったのメニューのボタン リクナビロゴ付　20090313追加*/
.menu_td .button3 {
	padding-top: 3px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-right: 3px;
	width: 113px;
	margin-left: 33px;
	margin-bottom: 5px;
}

/* パン屑リンク */
#bread {
	width: 770px;
	margin-top: 1px;
	font-size: 10px;
	text-align: right;
}	


/* メインコンテンツ内のサブメニュー */
#main_sub {
	width: 750px;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#main_sub a:link {
	color: #000066;
	text-decoration: none;
	background: url(../images/back_sub.gif) repeat-x bottom center;
	padding-left: 3px; 
	padding-right: 3px; 
	padding-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
#main_sub a:visited {
	color: #000066;
	text-decoration: none;
	background: url(../images/back_sub.gif) repeat-x bottom center;
	padding-left: 3px; 
	padding-right: 3px; 
	padding-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
#main_sub a:hover {
	color: #FF6600;
	text-decoration: none;
	background: url(../images/back_sub.gif) repeat-x bottom center;
	padding-left: 3px; 
	padding-right: 3px; 
	padding-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
}


/* ページの先頭へ */
#page_up {
	width: 760px;
	text-align: right;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#page_up a:link {
	color: #333333;
	text-decoration: underline;
	background: url(../images/b_up_a.gif) no-repeat left;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
}
#page_up a:visited {
	color: #333333;
	text-decoration: underline;
	background: url(../images/b_up_a.gif) no-repeat left;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px; 
}
#page_up a:hover {
	color: #333333;
	text-decoration: none;
	background: url(../images/b_up_b.gif) no-repeat left;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
}

/* 20080925 このコメントを追加 */
.freshmessage {
	width: 650px;
	text-align: left;
	line-height: 180%;
}
/* 20080925 クラス追加 */
.img_recruitbutton  {
	padding-left: 60px;
}


/* FOOTER */
#footer {
	margin-top: 9px;
	margin-bottom: 0px;
	height: 19px;
	background: url(../images/back_footer.gif);
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
