/*-----------------------------------------------------------------------------

全体

-----------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	
	/*border:none;*/
	/*border:1px solid #0000FF;*/
}
BODY{
	background-image: url(../worksfiles/commons/body.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FAFAFA;
	text-align: center;
}
H1{
	text-indent:-3000px;
	background-image:url(../worksfiles/commons/logo.gif);
	background-repeat:no-repeat;
	height: 80px;
	width: 142px;
	margin:0px 0px 10px 10px;
	float: left;
}

/* 20100427 T666 */
h1 img#logo{
	margin:0;
}

H1 .header{
	background-image:url(../worksfiles/commons/logo.gif);
	background-repeat:no-repeat;
	height: 70px;
	width: 151px;
	margin:0px 0px 10px 0px;
}
H2{
	font-size: 16px;
	margin-bottom: 10px;
	margin-left: 35px;
	_margin-left: 20px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF9900;
	height: 30px;
	_height: 30px;
	padding-left: 10px;
	color: #333333;
	padding-top: 10px;
	width: 730px;
	text-align: left;
}
H3{
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(../worksfiles/web/h3.gif);
	background-repeat: repeat-x;
	height: 24px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FF9900;
	width: 100%;
	_width: 513px;
	clear: both;
}
.moreinfo {
	top: -35px;
	left: 420px;
	_position: relative;
	_top: -24px;
	_left: 408px;
	_margin-bottom: -150px;
}
H4{
	background-image: url(../worksfiles/web/h4.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 20px;
	padding-bottom: 7px;
	padding-left: 5px;
	font-size: 14px;
	color: #333333;
	clear:both;
}
A{
	cursor:pointer;
}
A:link{
	color: #0066CC;
}
A:visited{
	color: #003399;
}
A IMG{
	border:none;
}
A.submit {
	margin:5px auto 0px auto;
	padding-top:8px;
	text-indent:20px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background-image:url(../worksfiles/commons/submit.gif);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:22px;
	_height:30px;
	color:#444444; 
}
/* 20090427 IE7用サブミットボタン調整css
*:first-child+html A.submit {
	height:30px;
	margin-left: 230px;
	clear:both;
	float:left; 
}*/
A.submit:hover{
	background-image:url(../worksfiles/commons/submit_o.gif);
}
A.submit:visited{
	color:#444444; 
}
A.close{
	/*background-image:url(../worksfiles/commons/close.gif);*/
	
	background-image:url(../worksfiles/commons/toggle_plus.gif);
}	
A.open{
	/*background-image:url(../worksfiles/commons/open.gif);*/
	background-image:url(../worksfiles/commons/toggle_minus.gif);
}
/* サブミットボタンがあるときに一列に並べる用 */
A.back{
	position:absolute;
	_position:static;
	_float:left;
	margin:5px 0px 0px 15px;
	_margin-left:10px;
	padding-top:8px;
	text-indent:30px;
	text-align:left;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background-image:url(../worksfiles/commons/back.gif);
	background-repeat:no-repeat;
	display:block;
	width:80px;
	height:22px;
	_height:30px;
	color:#444444;
}
*:first-child+html A.back{
	position:static;
	float:left;
	margin-left:10px;
	height:30px;
}
/* サブミットボタンが無いときの範囲保持用 */
A.back.static{
	position:static;
}
A.back:hover{
	background-image:url(../worksfiles/commons/back_o.gif);
}
A.back:visited{
	color:#444444; 
}
.sub_center{
	text-align: center;
	_padding-right: 18px;
}
*:first-child+html .sub_center{
	margin-left: 7px;
}
UL{
}
LI{
	list-style-position: inside;
	vertical-align: middle;
	list-style-image: url(../worksfiles/web/arrow.gif);
	margin-left: 10px;
	margin-bottom: 2px;
	color: #333333;
}
LI A{
	padding-left: 5px;
}
DL{
}
DT{
	list-style-position: inside;
	vertical-align: middle;
	list-style-image: url(../worksfiles/web/arrow.gif);
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 2px;
	color: #333333;
}
DD{
	margin-left: 20px;
	margin-bottom: 2px;
	color: #333333;
}
P{
	text-align: left;
	margin: 10px auto 0px auto;
	color: #333333;
	width: 90%;
}
#main p{
	width:90%;
}
.Finding {
	margin-left: 50px;
	width:700px;
}
TABLE{
	border-collapse: collapse;
	text-align:left;
	background-color:#FFFFFF;
}
TH{
	margin-top: 0px;
	padding-left: 10px;
	font-size: 13px;
	border: none;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
TD{
	padding-left: 10px;
	border: 1px solid #cccccc;
	word-break:break-all;
}
FORM{
	margin: 0px;
}
INPUT{
	padding-left: 3px;
}
INPUT:focus{
	background-color:#E3EFF6; !important
}
INPUT.submit{
	_float: left;
	border: none;
	margin: 5px auto 0px auto;
	_margin-left: 230px;
	padding: 0px;
	color: #444444;
	text-indent: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background: url(../worksfiles/commons/submit.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	cursor: pointer;
}
TEXTAREA{
	width: 460px;
	height: 90px;
}
IFRAME{
	margin-top:10px;
}
LABEL{
	cursor: pointer;
}
.fresh{
	display: list-item;
	list-style-image: url(../worksfiles/commons/fresh.gif);
}
.midway{
	display: list-item;
	list-style-image: url(../worksfiles/commons/midway.gif);
}
.dispatch{
	display: list-item;
	list-style-image: url(../worksfiles/commons/dispatch.gif);
}
.continue{
	background-image: url(../worksfiles/web/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height:12px;
	margin-left: 10px;
	padding: 0px 0px 0px 15px;
	color: #006699;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}

.short{
	width: 30px;
}
.long{
	width: 200px;
}


/*-----------------------------------------------------------------------------

ヘッダー

-----------------------------------------------------------------------------*/
#header{
	background-image: url(../worksfiles/commons/header.gif);
	background-repeat: no-repeat;
	background-position:0px top;
	_background-position:1px 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	_width: 780px;
	_margin-bottom: 10px;
}
#header IMG{
	margin: 0px 5px 0px 5px;
	float: left;
}
#header embed{
	margin: 0px 5px 0px 5px;
	float: left;
}
.help{
	float: right;
	font-weight: bold;
	color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-decoration: none;
	margin-right: 15px;
	padding-top: 6px;
	padding-left: 8px;
}
A.help:link {
	color: #999999;
}
A.help:visited {
	color: #999999;
}
A.help:hover {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CAD730;
	color: #CAD730;
}
#header TR{
	border: none;
}
#header TR TD{
	border: none;
}
/*-----------------------------------------------------------------------------

メイン（1カラム）

-----------------------------------------------------------------------------*/
#main{
	clear: both;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	_margin-right: 30px;
	_margin-left: 30px;
	_width: 780px;
}
#main UL {
	text-align: left;
}
.logout {
	margin-left: 30px;
	margin-top: 20px;
}

/*-----------------------------------------------------------------------------

メイン（2カラム）

-----------------------------------------------------------------------------*/
#main2{
	width: 515px;
	float: left;
	padding-left: 18px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 15px;
	margin-bottom: 20px;
	text-align: left;
}
#main2 .area_info{
	_width: 515px;
}
#main2 .information{
	margin-left: 35px;
}
.border-title{
	width: 400px;
	margin-left: 20px;
	padding-bottom: 10px;
}
.none-border{
	width: 380px;
	border: none;
	margin-left: 0px;
	margin-top: 15px;
	height: 50px;
}
.empsys {
	margin-left: 20px;
	margin-top: 20px;
	_margin-top: 0px;
}

/*-----------------------------------------------------------------------------

サイト説明

-----------------------------------------------------------------------------*/
#explanation{
	font-size: 14px;
	line-height: 1.5em;
	width: 405px;
}
.redst{
	color:red;
	font-size:10px;
	font-weight:bold;
}
.Rletter{
	color:red;
}


/*-----------------------------------------------------------------------------

メンバーメニュー（メンバーページ上）

-----------------------------------------------------------------------------*/
#member_menu{
	margin: 0 20px 10px 20px;
	padding: 0px;
	height: 35px;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}
*:first-child+html #member_menu{
	margin-left: 15px;
}
#member_menu P{
	margin-right:0px;
	padding:0px;
	text-align: center;
	width: 100%;
	font-size:11px;
}
#member_menu P A{
	margin:0 3px 0 3px;	
	font-size:11px;
}


/*-----------------------------------------------------------------------------

検索メニュー

-----------------------------------------------------------------------------*/
#search_top{
	background-image:url(../worksfiles/web/search_top.gif);
	height: 5px;
	width: 510px;
	margin: 10px 0px 0px;
	padding: 5px 0px 0px;
	background-repeat: no-repeat;
	background-position: bottom;
}
*:first-child+html #search_top{
	width: 500px;
}
#search_main{
	width: 488px;
	background-color: #FFFCEB;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E2DFDA;
	border-left-color: #E2DFDA;
	padding: 10px;
	height: auto;
}
#search_main INPUT.submit{
	margin:0px auto 0px auto;
	text-align:center;
	_margin-left: 30px;
}
#search_main H2{
	padding: 0px;
}

#search_bottom{
	background-image:url(../worksfiles/web/search_bottom.gif);
	height: 5px;
	width: 510px;
	background-repeat: no-repeat;
	background-position: top;
}
#search_type{
	width: 170px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	margin-top: 0px;
}
#search_type A{
	margin:5px 0px 0px 30px;
}
#search_type2{
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	width: 300px;
	_width: 290px;
}
.line{
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 5px 0px 5px 0px;
	padding:0px;
	width: auto;
	height:1px;
}
#search_location{
	padding-left: 10px;
	width: 140px;
	float: left;
}
#search_detail{
	margin-top:10px;
	padding-top:5px;
	width:300px;
	_width:290px;
	border-top:1px solid #CCCCCC;
	text-align:right;
}

#search_main .entrysearch{
	list-style-image:none;
	margin-left: -10px;
}
/*
#search_main .new{
	display: list-item;
	list-style-image: url(../worksfiles/web/new.gif);
	list-style-position: inside;
	height: 16px;
}
#search_main .midway{
	display: list-item;
	list-style-image: url(../worksfiles/web/midway.gif);
	list-style-position: inside;
	height: 16px;
}
#search_main .dispatch{
	display: list-item;
	list-style-image: url(../worksfiles/web/dispatch.gif);
	list-style-position: inside;
	height: 16px;
}
*/
#search_main SPAN{
	padding:5px 5px 13px 5px ;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
}
#search_main .all_on{
	background-image:url(../worksfiles/commons/all_on.gif);	
}
#search_main .fresh_on{
	background-image:url(../worksfiles/commons/fresh_on.gif);	
}
#search_main .midway_on{
	background-image:url(../worksfiles/commons/midway_on.gif);	
}
#search_main .dispatch_on{
	background-image:url(../worksfiles/commons/dispatch_on.gif);	
}
A.details{
	background-repeat: no-repeat;
	background-position: left center;
	padding:3px 0px 0px 15px !important;
}
#main #search_main TABLE.condition{
	display:none;
	background-color:#FFFCEB;
	margin:5px 0px 10px 0px;
}
#main #search_main TABLE.condition TR{
	padding-left:5px;
	border-bottom:1px dashed #AAAAAA;
}
#main #search_main TABLE.condition TD{
	background-color:#FFFCEB;
	border-bottom:1px dashed #AAAAAA;
}
#main #search_main TABLE.condition TD INPUT{
	cursor: pointer;
}
#main #search_main TABLE.condition TD.name{
	width:20%;
	padding:5px 0px 5px 3px;
}
#search_main .submitbutton{
	margin: 2px;
	margin-right: 0px;
	padding: 0px;
	align: right;
	width: 40px;
	height: 18px;
}
.enhancing{
	font-weight: bold;
	color:#FF6600;
}

/* 20100913 T713 検索タブメニュー */
#search_tab{
	background-image:url('../worksfiles/web/search_top_long_tab.gif') ;
	height:40px;
	margin-left: 30px;
	background-repeat: no-repeat;
	background-position:left bottom;
	text-align:center;
}
*:first-child+html #search_tab {
	margin-left: 44px;	
}
#search_tab h2{
	font-size:14px;
	margin:0 0 0 10px;
	padding-top:15px;
	height:25px;
	width:170px;
	float:left;
}
#search_tab a{
	padding-top:15px;
	height:25px;
	width:200px;
	float:left;
}



/*-----------------------------------------------------------------------------

特集/インタビュー

-----------------------------------------------------------------------------*/
.box{
	margin-left: 10px;
	clear: both;
	margin-bottom: 30px;
}
.box .photo{
	float: left;
	margin: 5px 10px 5px 5px;
} 
.box .name{
	font-size: 14px;
	font-weight: bold;
}
.box UL{
	margin-top: 3px;
	margin-bottom: 3px;
}


/*-----------------------------------------------------------------------------

求人情報　reportボックス

-----------------------------------------------------------------------------*/
.report{
	margin: 10px 0px 10px 5px;
	padding: 2px;
	clear: both;
	border: 1px solid #CCCCCC;
	width: 505px;
	height: 28px;
	_height: 35px;
}
.report_title{
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	padding: 0px;
	font-size: 12px;
}
.report .count{
	float: left;
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.report IMG{
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: -7px;
	padding: 0px;
	font-size: 16px;
}
.list_markform{
	width: 100px;
	height: 40px;
}
.trans_table{
	width: 400px;
}
.trans_tr,
.trans_td{
	width: 400px;
}
/*-----------------------------------------------------------------------------

メンバー設定

-----------------------------------------------------------------------------*/
.membersetup{
	margin: 10px;
	clear: both;
	/*position: relative;*/
	width: 415px;
	height: auto;
}
.membersetup IMG{
	margin: 0px;
	clear: both;
	position: absolute;
	left: 160px;
	width: 80px;
	height: 18px;
}
.membersetup LI{
	height: 20px;
}

/*-----------------------------------------------------------------------------

サイド部分

-----------------------------------------------------------------------------*/
#side{
	width: 195px;
	float: left;
	padding-left: 15px;
	padding-right: 5px;
	border: none;
	text-align: left;
}
#side INPUT{
	border: 1px solid #666666;
	width: 100px;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}
H4.info {
	margin-top: 10px;
}
.login{
	margin-right: 7px;
	_margin-right: 0px;
	margin-top: 2px;
}
IMG.qr{
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

/*-----------------------------------------------------------------------------

サイドメニュー

-----------------------------------------------------------------------------*/
#sidemenu_top{
	width: 170px;
	height: 10px;
	margin-top: 15px;
	margin-left: 5px;
	border: none;
	background: #EEEEEE url(../worksfiles/web/side_backtop.gif) no-repeat scroll 0px 0px;		
}
#sidemenu{
	width: 170px;
	height: 280px;
	_height: 230px;
	margin-top: 0px;
	margin-left: 5px;
	border: none;
	background-color: #EEEEEE;
}
#sidemenu_bottom{
	width: 170px;
	height: 10px;
	margin-left: 5px;
	background: #EEEEEE url(../worksfiles/web/side_backbottom.gif) no-repeat scroll 0px 5px;	
}
#sidemenu .name{
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-top: 0px;
	padding-left: 10px;
}
#sidemenu .sama{
	font-size: 12px;
	margin-top: 0px;
}
#sidemenu ul{
	list-style: none;
	display: list-item;
	width: 152px;
	height: auto;
}
html>/**/body #sidemenu ul{
	padding-left: 33px;
} 
#sidemenu li{
	list-style: none none none;
	list-style-image: none;
	display: list-item;
	height: 24px;
	width: 150px;
	margin: 2px;
	margin-bottom: 0px;
	margin-left: -25px;
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	line-height: 20px;
}
*:first-child+html [#sidemenu li] {
	margin-left: 0px;
}
#sidemenu ul li A{
	border: none;
	text-decoration: none;
	color: #666666;
	background-image: url(../worksfiles/web/side_menu.gif);
	background-position: left center;
	background-color: #FFFFFF;
	height: 24px;
	width: 150px;
	display: list-item;
	margin: 0px;
	padding-top: 10px;
}
#sidemenu IMG{
	margin: 10px;
	margin-bottom: 0px;
	left: 80px;
	height: 24px;
	width: 74px;
	float: right;
}
/*-- 20091020追加　就活アシスト --*/
.assist {
	width:240px ;
	_width: 230px;
	margin:2px 0px 5px 10px;
	float:left;
}
.assist_img {
	margin:0px 5px 3px 0px;
}
.assist *{	
	float:left;
}
.assist_description{
	width:150px;
	_width:130px;
	display:block;
}
.assist_title{
	width:150px;
	_width:130px;
}

/*-----------------------------------------------------------------------------

フッター

-----------------------------------------------------------------------------*/
#footer{
	clear: both;
	background-color: #EEEEEE;
	margin: 10px;
	padding: 5px;
	text-align: right;
	width: 740px;
}
#footer IMG{
	margin-top: 5px;
}


/*-----------------------------------------------------------------------------

パンくずリスト

-----------------------------------------------------------------------------*/
#bread{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 10px 20px 10px 20px;
	_margin: 10px 0px 10px 0px;
	_width: 740px;
	text-align: left;
}


/*-----------------------------------------------------------------------------

入力フォーム用

-----------------------------------------------------------------------------*/

.mailnumber1{
	font-size: 12px;
	width: 25px;
	line-height: 1.3em;
	height: 1.5em;
	margin-top: 5px;
}
.mailnumber2{
	font-size: 12px;
	width: 32px;
	line-height: 1.3em;
	height: 1.5em;
	margin-top: 5px;
}
.address{
	font-size: 12px;
	width: 130px;
	line-height: 1.3em;
	height: 1.5em;
	margin-top: 5px;
}
.address2{
	font-size: 12px;
	width: 130px;
	line-height: 1.3em;
	height: 1.5em;
	margin-top: 5px;
}

.form40{
	font-size: 12px;
	width: 40px;
	line-height: 1.3em;
	height: 1.5em;
	margin-top: 5px;
}
.form100{
	font-size: 12px;
	width: 100px;
	line-height: 1.3em;
	height: 1.5em;
	margin-top: 5px;
}
.form120{
	font-size: 12px;
	width: 120px;
	line-height: 1.3em;
	height: 1.5em;
	margin-top: 5px;
}
.form150{
	font-size: 12px;
	width: 150px;
	line-height: 1.3em;
	height: 1.5em;
	margin-top: 5px;
}
.form200{
	font-size: 12px;
	width: 200px;
	line-height: 1.3em;
	height: 1.5em;
	margin-top: 5px;
}
.form250{
	font-size: 12px;
	width: 250px;
	line-height: 1.3em;
	height: 1.5em;
	margin-top: 5px;
}
.form260{
	font-size: 12px;
	width: 260px;
	line-height: 1.3em;
	height: 1.5em;
	margin-top: 5px;
}
.form400{
	font-size: 12px;
	width: 400px;
	line-height: 1.3em;
	height: 1.5em;
	margin-top: 5px;
}
.form480{
	font-size: 12px;
	width: 480px;
	line-height: 1.3em;
	height: 1.5em;
	margin-top: 5px;
}

.textarea120{
	font-size: 12px;
	width: 480px;
	line-height: 1.5em;
	height: 120px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
}
.textarea60{
	font-size: 12px;
	line-height: 1.5em;
	height: 60px;
	width: 480px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
}
.textarea200{
	font-size: 12px;
	width: 400px;
	line-height: 1.5em;
	height: 200px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
}

.textarea100{
	font-size: 12px;
	width: 400px;
	line-height: 1.5em;
	height: 120px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
}
.textarea400_50{
	width: 400px;
	height: 50px;
}
.textarea400_90{
	width: 400px;
	height: 90px;
}
.textarea300_50{
	width: 300px;
	height: 50px;
}
.textarea490_70{
	width: 490px;
	height: 70px;
}
.list_markform{
	width: 265px;
	height: 20px;
}
.addr{
	width: 265px;
	height: 20px;
}
.msg_form{
	width: 635px;
	height: 100px;
}
/*-----------------------------------------------------------------------------

検索メニュ（横幅722px）

-----------------------------------------------------------------------------*/
#main #search_top{
	background-image:url(../worksfiles/web/search_top_long.gif);
	height: 6px;
	width: 722px;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 30px;
	_margin-left: 0px;
}
#main #search_top2{
	background-image:url(../worksfiles/web/search_top.gif);
	height: 6px;
	width: 515px;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	_margin-left: -3px;
}
#main #search_main{
	width: 700px;
	_width: 722px;
	background-color: #FFFCEB;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E2DFDA;
	border-left-color: #E2DFDA;
	padding: 10px;
	margin-left: 30px;
	_margin-left: 0px;
	height: auto;
	text-align: left;
}
#main #search_main2{
	width: 498px;
	_width: 515px;
	background-color: #FFFCEB;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E2DFDA;
	border-left-color: #E2DFDA;
	padding: 10px 5px 10px 5px;
	_padding: 10px;
	height: auto;
	text-align: left;
	margin-left: 2px;
	_margin-left: 0px;
}
#main #search_main2.areatop {
	height: 750px;
}
#main #search_main2 H2{
	width: 170px;
	margin: 0px 0px 5px 5px;
	padding:0px;
}
#main #search_main2 LI{
	list-style-position:outside;
	margin:3px 0px 0px 20px;
}
#main #search_main TABLE{
	margin-top:20px;
	margin-bottom:5px;
}
#main #search_main TD{
	background-color: #FFFCEB;
	border: none;
}
#main #search_main a{
	padding: 0px 6px 6px 6px;
}
#main #search_main .space{
	padding: 0px 6px 6px 6px;
}
#main #search_main td a{
	background-image: url(../worksfiles/web/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height:12px;
	margin-left: 10px;
	padding: 0px 0px 0px 15px;
	color: #006699;
}
#main #search_bottom{
	background-image:url(../worksfiles/web/search_bottom_long.gif);
	height: 6px;
	width: 722px;
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 30px;
	_margin-left: 0px;
}
#main #search_bottom2{
	background-image:url(../worksfiles/web/search_bottom.gif);
	height: 6px;
	width: 515px;
	background-repeat: no-repeat;
	background-position: top;
	_margin-left: -3px;
}
#main #search_main_long2{
	padding-left:255px;
}
#main #search_main_long2 a#selected{
	background-image: url(../worksfiles/web/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height:12px;
	margin-left: 10px;
	padding: 0px 0px 0px 15px;
	color: #006699;
}
/*-----------------------------------------------------------------------------

リスト表示件数（横幅720px用）

-----------------------------------------------------------------------------*/

#showcount_long{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	clear: both;
	width: 720px;
	height: 30px;
	background-color: #f5f5f5;
	display: block;
}

#showcount_long .count{
	margin-top: 7px;
	color: #FF6600;
	font-weight: bold;
	float: left;
}
#showcount_long P{
	float: left;
	margin-top: 8px;
}
#showcount_long IMG{
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}


/*-----------------------------------------------------------------------------

サブミットボタン

-----------------------------------------------------------------------------*/
.submitbutton{
	height: 24px;
	width: 40px;
	font-size: 10px;
}
.submitbutton_read{
	color:#000000;
	font-size: 10px;
	border:1px solid #000000;
	background-color:#C0C0C0;
	text-align:center;
	height: 20px;
	width: 40px;
    vertical-align: middle;
	padding-top: 2px;
	padding-right:1px;
}

/*-----------------------------------------------------------------------------

テーブル

-----------------------------------------------------------------------------*/
.slant_top{
	background-image:url(../worksfiles/web/slant_top.gif);
	height: 10px;
	width: 680px;
	margin: 10px 0px 0px;
	padding: 5px 0px 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: auto;
	margin-left: auto;
}
.slant_main{
	width: 680px;
	background-image:url(../worksfiles/web/slantback.gif);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1px;
	_padding-bottom: 0px;
	display: table;
}
.slant_bottom{
	background-image:url(../worksfiles/web/slant_bottom.gif);
	height: 10px;
	width: 680px;
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
}
.slant_title{
	margin-left:5px;
	margin-right:5px;
	height:25px;
	text-align:left;
}
.slant_title *{
	font-size:14px;
	font-weight:bold;
	float:left;
}
.slant_title IMG{
	margin:0px 8px 0px 8px;
}
.slant_title INPUT,
.slant_title .button{
	font-size:12px;
	font-weight:normal;
	margin-right:0px;
	float:right;
}

/* 記事ステータス 1：草稿　2：校正依頼中　3：校正確認中　4：掲載中　5：掲載終了　9：非公開　*/
.slant_title DIV{
	font-size:12px;
	font-weight:bold;
	margin-right:0px;
	float:right;
	border: 1px solid;
	width: 120px;
	padding: 2px;
	text-align: center;
}
.slant_title DIV.status1{
	background-color: #FFFFFF;
	border: #999999;
}
.slant_title DIV.status2{
	background-color: #FFFFCC;
	border: #FF9900;
	color: #FF6600;
}
.slant_title DIV.status3{
	background-color: #FF9900;
	border: #FF0000;
	color: #FFFFFF;
}
.slant_title DIV.status4{
	background-color: #FF0000;
	border: #FF0000;
	color: #FFFFFF;
}
.slant_title DIV.status5{
	background-color: #CCCCCC;
	border: #666666;
	color: #666666;
}



/*詳細ページ用*/
.slant_main .slant_outline1{
	background-color:#FFFFFF;
	clear:both;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#333333;
	width: 640px;
	_width: 660px;
	padding:10px;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #CCCCCC;
	display: table;
	text-align: left;
}
.slant_main .slant_outline1 IMG{
	float:left;
	margin-right:10px;
	border:1px solid #CCCCCC;
}
.slant_main .slant_outline1 .copy{
	background-image: url(../worksfiles/web/list_mark.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size:14px;
	height: 20px;
	width: 360px;
	text-align: left;
	font-weight: bold;
	color: #666666;
	padding: 13px 0px 8px 40px;
	float: left;
	margin-bottom: 8px;
}
.slant_main .slant_outline1 P{
	margin:0px 0px 10px 10px;
	float:left;
	width:400px;
}
/*検索ページ用*/
.msgwindow{
	width: 657px;
	_width: 660px;
	color: #ff0000;
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
	border-color: red;
	margin-top:15px;
	margin-bottom:5px;
	margin-left: 30px;
	_margin-left: 0px;
	padding:10px 0px 10px 0px;
}
.msgwindow_l{
	width: 675px;
	_width: 680px;
	color: #ff0000;
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
	border-color: red;
	margin-top:15px;
	margin-bottom:5px;
	margin-left: 50px;
	_margin-left: 0px;
	padding:10px 0px 10px 0px;
}
.msg_js{
	width: 720px;
	_width: 725px;
	color: #ff0000;
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
	border-color: red;
	margin-top:15px;
	margin-bottom:5px;
	margin-left: 30px;
	_margin-left: 0px;
	padding:10px 0px 10px 0px;
	display:none;
}
.slant_main .slant_outline2{
	background-color:#FFFFFF;
	clear:both;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#333333;
	width: 640px;
	_width: 660px;
	/*height: 155px;
	_height: 100px;*/
	padding:10px;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #CCCCCC;
	text-align: left;
}
.slant_main .slant_outline2 IMG{
	float:left;
	margin-right:10px;
	border:1px solid #CCCCCC;
}
.slant_main .slant_outline2 .copy{
	background-image: url(../worksfiles/web/list_mark_small.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align:left;
	height: 20px;
	font-weight: bold;
	color: #666666;
	padding: 10px 0px 5px 25px;
	width:400px;
	_width:300px;
}
.slant_main .slant_outline2 P{
	margin:0px 0px 10px 10px;
	float:left;
	width:500px;
}
.slant_main .slant_outline2 .slant_content{
	width: 380px;
	float: left;
}
.slant_main .slant_outline2 .slant_p{
	width: 410px;
	clear:both;
}
.slant_main .slant_outline2 .slant_bofp{
	width: 350px;
	clear:both;
}
.slant_main TABLE{
	clear:both;
	table-layout: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#333333;
	width: 660px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-right: auto;
	margin-left: auto;
}
.slant_main TABLE TH{
	background-image:url(../worksfiles/web/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	font-weight: bold;
	padding-right: 15px;
	padding-top:5px;
	padding-bottom:5px;
	width:150px;
	text-align: left;
}
.slant_main TABLE TH.long_th{
	background-image:url(../worksfiles/web/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 96% center;
	font-weight: bold;
	padding-right: 15px;
	padding-top:5px;
	padding-bottom:5px;
	width: 180px;
}
.slant_main TABLE TH.toll_th{
	background-image:url(../worksfiles/web/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 91% center;
	font-weight: bold;
	padding-right: 15px;
	padding-top:5px;
	padding-bottom:5px;
}
.slant_main TABLE TH.title{
	font-size:14px;
	background-image:url(../worksfiles/web/barorange_lay.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFF2;
	font-weight: bold;
	padding-left: 40px;
	padding-right: 0px;
	height:25px;
	width:150px;
}
.slant_main TABLE TH.title2{
	background-image: none;
	background-color: #FFFFF2;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 0px;
	height:25px;
}
.slant_main TABLE TD{
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 5px;
}

.slant_main .ent_img{
	float:left;
}

/* 左コンテンツ部分　リストタイプ */
.slant_main TABLE TH.noimg{
	background-image: none;
}
.slant_main TABLE TH.noimg DL{
	list-style: none;
	height: auto;
	text-indent: 0px;
	margin-right:5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.slant_main TABLE TH.noimg DT{
	font-size:12px;
	margin:0px;
	padding:0px;
	height:26px;
}
.slant_main TABLE TH.noimg DD{
	background-image:url(../worksfiles/web/arrow2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	list-style: none none none;
	display: block;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	line-height: 1.7em;
	margin-left:10px;
	height:26px;
}
.slant_main TABLE TH.noimg DD.no_arrow{
	background-image:none;
	height: 20px;
}
.slant_main TABLE TH.noimg DD.no_arrow2{
	background-image:none;
	height: 10px;
}
.slant_main TABLE TH.noimg DD.no_arrow3{
	background-image:none;
	height: 70px;
}
/* 右テキスト部分　リストタイプ */
.slant_main TABLE TD UL{
	list-style: none;
	margin:0px;
}
.slant_main TABLE TD LI{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	text-align: left;
	padding-bottom: 5px;
	/*line-height: 1.7em;*/
}
/* 背景、ボーターなし版 */
.slant_main TABLE.trans{
	background-color: transparent;
}
/*.slant_main TABLE.trans TH,
.slant_main TABLE.trans TR,
.slant_main TABLE.trans TD,{
	border: 0px;
}*/

/* 20090129 子要素用テーブル */
TR.indent_title{
	border:none;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
TR.indent_title TH{
	border:none;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
TR.indent_title TD{
	border:none;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
TR.indent{
	border:none;
}
TR.indent TH{
	border:none;
	text-indent:15px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
TR.indent TD{
	border:none;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

.item {
	margin-top: 4px;
	margin-bottom: 7px;
}
.item2 {
	margin-top: 7px;
	margin-bottom: 10px;
}
.item3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------

リスト表示件数

-----------------------------------------------------------------------------*/
.showcount{
	margin: 20px auto 20px auto;
	padding:5px 0px 0px 10px;
	clear: both;
	width: 730px;
	_width: 740px;
	height: 25px;
	background-color: #f5f5f5;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.showcount_middle{
	margin: 20px auto 20px auto;
	padding:5px 0px 0px 10px;
	clear: both;
	width: 670px;
	_width: 680px;
	height: 25px;
	background-color: #f5f5f5;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.showcount_short{
	width: 500px;
	_width: 510px;
	margin: 20px auto 20px auto;
	padding:5px 0px 0px 10px;
	clear: both;
	height: 25px;
	background-color: #f5f5f5;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.showcount span{
	margin-right:20px;
	float:left;
}
.showcount span.dsp_chg{
	margin-right:10px;
	float:right;
}


/*-----------------------------------------------------------------------------

企業リスト用テーブル（オレンジラインとグラデーション）

-----------------------------------------------------------------------------*/
.corp_title{
	clear: both;
	background-image: url("../worksfiles/web/job_tab_back.gif");
	background-repeat: repeat-x;
	background-position: -10px;
	width: 700px;
	_width: 717px;
	height:20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF6600;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	font-size:16px;
	font-weight:bold;
	text-align: left;
}
.corp_title A{
	font-size:16px;
	font-weight:bold;
	float:left;
}
.corp_title INPUT{
	float:right;
}
#corp_navi{
	clear: both;
    background-color: #EAEAEA;
	width: 715px;
	_width: 717px;
	height: 27px;
	margin: 0px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	/*margin-left: 14px;
	_margin-left: 0px;
	margin-right:auto;*/
	margin-left:auto;
	margin-right:auto;
	_margin-right: 20px;
	_margin-left: 19px;
}
#corp_navi LI{
	display:inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#corp_navi LI A{
	font-size:12px;
	display:inline;
	float: left;
	width: 120px;
	background-image:url(../worksfiles/web/job_tab1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	margin-bottom: 0px;
	padding: 8px 1px 3px 1px;
	text-align: center;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	letter-spacing: 0em;
	text-indent: 0px;
}
#corp_navi LI A:hover{
	background-image:url(../worksfiles/web/job_tab2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 8px 0px 3px 5px;
	color: #333333;
}
#corp_navi LI A#selected{
	background-image:url(../worksfiles/web/job_tab2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	color: #333333;
	padding: 8px 0px 3px 5px;
	text-indent: 0px;
}
#corp_navi LI A.small{
	background-image:url(../worksfiles/web/job_tabs1.gif);
	width: 100px;
}
#corp_navi LI A.small:hover{
	background-image:url(../worksfiles/web/job_tabs2.gif);
	width: 100px;
}
#corp_navi LI A.small#selected{
	background-image:url(../worksfiles/web/job_tabs2.gif);
	width: 100px;
}
.corp_main{
	width:695px;
	_width:717px;
	clear: both;
	padding-bottom: 10px;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top:10px;
	padding-left:15px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.

 {
	text-align: center;
	margin: auto;
}

/*-----------------------------------------------------------------------------

各種設定用テーブル

-----------------------------------------------------------------------------*/
.settable{
	width: 640px;
	height: auto;
	margin: 5px 0px 10px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	align: center;
	text-align: left;
}
.settable A{
	font-size: 14px;
	font-weight: bold;
	tex_t-align: left;
	margin-left: 30px;
}
.settable P{
	margin-left: 40px;
}

/*-----------------------------------------------------------------------------

サイトマップ

-----------------------------------------------------------------------------*/
#main .sitemap DD{
	margin-top: 6px;
	margin-left: 85px;
	text-align: left;
}
#main .sitemap DT{
	margin-top: 6px;
	margin-left: 55px;
	text-align: left;
}

/*-----------------------------------------------------------------------------

利用規約
個人情報保護について

-----------------------------------------------------------------------------*/
ul.index{
	width:700px;
	border:1px solid #FF9900;
	margin:0px auto 20px auto;
	padding:10px 0px 10px 0px;
	_margin-left: 0px;
}
ul.index li{
	line-height: 1.8em;
	list-style:none;
	list-style-image:none;
}
dl.document{
	width:700px;
	text-align:left;
	margin: 20px auto 0px auto;
}
dl.document dt{
	padding-left: 10px;
	margin:10px 0px 10px 0px;
	border-bottom:1px solid #FF9900;
}
dl.document dd{
	padding-left: 10px;
	padding-bottom: 20px;
	margin:10px 0px 10px 0px;
}
dl.document dd ol{	
	margin:10px 0px 10px 10px;
}
dl.document dd li{	
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	margin:0px 0px 10px 0px;
}
H2.chapter{
	font-size: 16px;
	width: 700px;
	background-color: #FFCC33;
	border-top: 3px solid #FFF499;
	border-right: 3px solid #FFE479;
	border-bottom: 3px solid #FF9900;
	border-left: 3px solid #FFB526;
	margin-top: 10px;
	_margin-left: 0px;
	_padding-bottom: 10px;
}
*:first-child+html H2.chapter{
	margin-left: 0px;
	padding-bottom: 0px;
}
/*.rules {
	border:1px solid #FF9900;
	padding: 0px 0px 10px 0px;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.p_dl {
	margin: 0px;
	text-align: left;
	line-height: 1.2em;
	font-size: 12px;
}
.p_dt {
	font-size: 16px;
	margin-left: 5px;
	padding-left: 10px;
	font-weight: bold;
	border-bottom:1px solid #FF9900;
}
.p2_dt{
	font-size: 12px;
	margin-left: 0px;
	font-weight:normal;
}
.p_dd {
	margin-top: 0px;
	margin-bottom: 20px;
}
.p_dd dt{
	margin: 0px;
	padding: 10px 10px 0px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
.p_dd dd{
	margin: 5px 0px 0px 10px;
	text-align: left;
	font-size: 12px;
}
.p_dd ul{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#policy{
	text-align: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 20px;
	padding-left: 25px;
	_padding-left: 10px;
	width: 700px;
}
#policy dd{
	line-height: 1.7em;
	margin-top: 8px;
}
#policy P{
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	_line-height: 1.2em;
	height: auto;
	text-indent: 10px;
}
#policy .right{
	text-align:right;
}
.indication{
	text-align: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 20px;
	padding-left: 25px;
	_padding-left: 10px;
	width: 700px;
}
.indication P{
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 1.2em;
	height: auto;
	text-indent: 10px;
}
.indication UL{
	margin: 0px 0px 10px;
	padding: 0px;
}
.indication LI{
	font-weight: normal;
	margin-left: 0px;
}
.indication LI LI{
	font-weight: normal;
	margin-left: 30px;
}
.rules_right {
	text-align: right;
}*/
/*-----------------------------------------------------------------------------

会社概要テーブル

-----------------------------------------------------------------------------*/
TD.unei {
	height: 30px;
	font-size: small;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	text-align: left;
	text-valign: top;
}
TD.unei1 {
	height: 30px;
	font-size: small;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	text-align: left;
	text-valign: top;
	background-color: #FFFFFF;
}

/*-----------------------------------------------------------------------------

社内風景

-----------------------------------------------------------------------------*/
.photo{
	border:1px solid #CCCCCC;
}
.photo TD{	
	border:none;
	word-break: break-all;
}
/*.img_cmt{
	padding:5px;
	font-size:10px;
	background-color:#EEEEEE;
	color:#666666;
	word-break: break-all;
	width:200px;
}*/
TEXTAREA.img_cmt{
	width:200px;
	height:50px;
}
.photo IMG{
	border:1px solid #999999;
}
.photo DIV{
	width:100px;
	float:left;
	margin:0px 5px 5px 0px;
}


/*-----------------------------------------------------------------------------

空白行有りテーブル

-----------------------------------------------------------------------------*/
TABLE.list{
	background-color:transparent;
}
TABLE.list TH{
	background-color:#FFFFFF;
}
TABLE.list TD{
	background-color:#FFFFFF;
}
TABLE.list TR.null TD{
	background-color:transparent;
	border:none;
	_height:10px;
}


/*-----------------------------------------------------------------------------

RSS

-----------------------------------------------------------------------------*/
.information .title{
	font-weight:bold;
	font-size:16px;
	border-bottom:2px solid orange;
	padding:5px;
}
.information .date{
	padding:5px;
	color:#666666;
}
.information .outline{
	text-indent:10px;
	margin-bottom:10px;
}


/*-----------------------------------------------------------------------------

CSV 20090622 T420

-----------------------------------------------------------------------------*/
div.csv{
	border:1px solid skyblue;
	background-color:aliceblue;
	height:24px;
	margin:0 50px 0 50px;
	font-size:16px;
}
div.csv img{
	float:left;
}
div.csv a{
	float:left;
	margin:5px 0px 0px 10px;
}

/*-----------------------------------------------------------------------------

アンケート 20090729 T494

-----------------------------------------------------------------------------*/
dl.questionnaire dt{
	/*border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;*/
	border-left:solid thick orange;
	font-size:12px;
	margin:10px 0 5px 0;
	padding:5px;
}
dl.questionnaire dd{
	margin:0 10px 5px 0;
	display:inline;
}

/*-----------------------------------------------------------------------------

アンケート 20091109 T740

-----------------------------------------------------------------------------*/
.preview{
	margin:10px auto 10px auto;
	border:10px solid #cce7ff;
	width:90%;
	padding-bottom:20px;
}


/*-----------------------------------------------------------------------------

20091209 T584
ランドマークの表示方法変更

-----------------------------------------------------------------------------*/
div.landmark_link{
	margin:10px 0 2px 0;
}
div.landmark_link a{
	padding:2px 5px 2px 5px;
	color:#0066CC;
	border:1px solid #51A8D4;
	text-decoration:none;
}
div.landmark_link a:hover,div.landmark_link a.hover{
	background-color:#51A8D4;
	color:#FFF;
}
div.landmark_name{
	font-weight:bold;
	margin-bottom:15px;
	border-bottom:2px solid #FF9900;
	font-size:16px;
	color:#666666;
	padding:3px;
}

/*-----------------------------------------------------------------------------

20100210 T612
BOトップの表示項目変更

-----------------------------------------------------------------------------*/
table.statistics{
	width:500px;
	border:1px solid #AAA;
	margin:auto 0 auto 10px;
}
table.statistics th{
	background-color:#FFFFF2;
	padding:3px;
	font-size:11px;
	color:#333333;
}
table.statistics td{
	font-size:11px;
	padding:3px;
}
div.view_button{
	padding-top:2px;
	text-align:center;
}
div.view_button a{
	padding:3px 30px 1px 30px;
	background-color:#6699FF;
	text-align:center;
	color:#FFF;
	font-size:11px;
	text-align:center;
	text-decoration:none;
}

/*-----------------------------------------------------------------------------

assistmenu

-----------------------------------------------------------------------------*/

#assistmenu {
	background-color: #EBEDC7;
	margin:50px 0 10px 26px;
	overflow:hidden;
	padding:0 5px 10px 24px;
	width:700px;
	border-top:3px solid #f8981d;
}
#assistmenu:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #assistmenu {
    height: 1em;
    overflow: visible;
}
/**/

#assistmenu div.contents{
	float:left;
	margin:10px 0 5px;
	padding:0;
	width:350px;
	_margin-right:-3px;
	_margin-left:-3px;
	_width:340px;
}
#assistmenu div.contents img{
	float:left;
	margin-top: 5px;
	margin-right: 5px;
}
#assistmenu div.contents p{
	float:left;
	margin-top: 5px;
	margin-right: 5px;
	text-align:left;
	width:225px;
}

.headBanner a{
	display:none;
}
h2.noimg{
	background-image:none;
	text-indent: -9999px;
	height: 77px;
	width: 145px;
	float:left;
	border:none;
	margin:0 0 0 5px;
}
/*-----------------------------------------------------------------------------

資料請求フォーム用

-----------------------------------------------------------------------------*/
#data{
	clear: both;
	margin-top: 30px;
	margin-right: auto;
	margin-left: 45px;
	padding: 0px 10px 0px 15px;
	border:1px solid #cccccc;
}
#data .text{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}
.red_dotborder{
	border-bottom:1px dotted #ff0000;
}

/*-----------------------------------------------------------------------------

カラーパレット

-----------------------------------------------------------------------------*/
.colorPallet a{
	text-decoration:none;
}


