@charset "Shift_JIS";

/* Color Guide
blue01 #1e5082
blue02 #5082b4
blue03 #edf2f7
red01  #cc0000
gray01 #333333
gray02 #cccccc
gray03 #f2f2f2

------------------------------------------------------------*/


/* ===================================================================================================================== */
/* base setup
======================================================================================================================== */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #f2f2f2;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 120%;
	color: #333;
}
/* link
------------------------------------------------------------ */
		a:link { color: #5082b4; text-decoration: underline; }
		a:visited { color: #5082b4; text-decoration: underline; }
		a:hover { color: #cc0000; text-decoration: none; }
		



#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px auto; /* the bottom margin is the negative value of the footer's height */
	padding: 0;
	background: #f2f2f2 url(../images/content-bg.gif) center repeat-y;
}

#content {
	width: 770px;
	height: auto;
	margin: 0 auto;
	padding: 0 15px 10px 15px;
	clear: both;
}
/* content
------------------------------------------------------------ */
		#pTop #mainpane {
			float: left;
			width: 535px;
		}
		#pTop #subpane {
	float: right;
	width: 225px;
	margin: 0;
		}
#mainpane {
	width: 770px;
}
#push {
	margin: 0;
	padding: 0;
	height: 100px;
	clear: both;
}
#footer {
	margin: 0 auto;
	padding: 15px;
	width: 770px;
	height: 70px;
	background: url(../images/dot_lightgray.gif) repeat-x top;
}
/* footer
------------------------------------------------------------ */
	#footer-logo {
		float: left;
		margin: 0 15px 0 0;
	}
	#footer-menu {
		float: left;
		font-size: 10px;
		color: #ccc;
	}
	#footer-menu .footer-txt {
	margin: 10px 0 0 0;
	color: #333;
	}
.main {
	padding: 10px;
	margin: 0 0 20px 0;
}




/* title-bar
------------------------------------------------------------ */
#title-bar {
	margin: 0;
	padding: 0;
	border-bottom: #5082b4 solid 3px;
	width: 770px;
	background: url(../images/title-bar-bg.gif) no-repeat;
	/*
	overflow: auto;
	*/
}
#title-bar h2 {
	margin: 0;
	padding: 0;
}
#title-bar .submenu {
	margin: 0;
	padding: 0 10px;
	width: 750px;	/*
	float: left;
	width: 620px;
	*/
}
#title-bar .submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#title-bar .submenu ul li {
	margin: 0;
	padding: 0 5px 0 5px;
	float: left;
	font-size: 12px;
	line-height: 25px;
	border-right: #ddd solid 1px;
}
#title-bar .submenu ul li a {
	text-decoration: none;
}
#title-bar .submenu .select {
	margin: 0;
	padding: 0 15px 0 0;
	background: url(../images/submenu_rbg.gif) top right no-repeat;
	display: block;
	border: none;
}
#title-bar .submenu .select a {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/submenu_lbg.gif) left top no-repeat;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#title-bar .title-bar-sub {
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
	font-weight: bold;
}

#title-bar .serchoption {
	margin: 0;
	padding: 5px 10px 10px 10px;
}

#title-bar .serchoption .box {
	margin: 0;
	padding: 10px;
	border: #ccc solid 1px;
	background: #edf2f7;
}
#pJobsearch #title-bar h3,
#pRecolist #title-bar h3 {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #333;
	float: left;
	width: 620px;
}


.attention {
	color: #cc0000;
	margin: 0 0 20px 0;
}

/* table-set
------------------------------------------------------------ */
table th,
table td {
	line-height: 1.2em;
}
.t01 {
	background: #ccc;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	margin: 0 0 10px 0;
}
.t01 th,
.t01 td {
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 5px;
	font-size: 12px;
	color: #333;
	text-align: left;
}
.t01 th {
	background: #edf2f7;
	white-space: nowrap;
}
.t01 td {
	background: #fff;
	vertical-align: top;
}
.t01 .th01 {
	background: #f2f2f2;
}
.t01 .new {
	background: url(../images/ico_new.gif) no-repeat left 2px;
	padding: 0 0 0 20px;
}
.t01 td img {
	padding: 2px 2px 0 0;
}
.t01 em {
	color: #cc0000;
	font-style: normal;
}





.t03 {
	background: #ccc;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
}
.t03 th,
.t03 td {
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 3px;
	font-size: 12px;
	text-align: left;
	color: #333;
}
.t03 th {
	background: #edf2f7;
	font-size: 10px;
}
.t03 .th01 {
	background: #f2f2f2;
	font-size: 10px;
}
.t03 td {
	background: #fff;
	font-size: 10px;
}
.t03 td img {
	vertical-align: sub;
	padding: 2px;
}
.t04 {
	margin: 5px;
}
.t04 td {
	border: none;
	background: #f2f2f2;
	padding: 10px;
}
td .txt1 {
	color: #ff9933;
}
td .txt2 {
	color: #cc0000;
}
.t00 th,
.t00 td {
	border: none;
	padding: 0;
}


/* wdi080219
-----------------------------------------------------------*/
.btn-group {
	margin: 10px 50px 20px 50px;
	padding: 15px;
	background: #edf2f7;
	text-align: center;
	border: #5082b4 solid 2px;
}

#btn_back img {
	margin: 0 5px;
	padding: 0;
}

#pResistnew .partner {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 10px;
	text-align: right;
}
.partner-profile .pp-img {
	vertical-align: top;
}


.t05 {
	margin: 0 0 10px 0;
}
.t05 th {
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	border-left: #ccc solid 1px;
	padding: 5px;
	font-size: 12px;
	color: #333;
	text-align: left;
	background: #edf2f7;
	white-space: nowrap;
}
.t05 td {
	border: #ccc solid 1px;
	padding: 5px;
	font-size: 12px;
	color: #333;
	text-align: left;
	background: #fff;
	vertical-align: top;
}
.t05 td img {
	padding: 2px 2px 0 0;
}
.t05 .t-noborder {
	border: none;
}
.t05 .t00 td {
	border: none;
}



#pFeature #title-bar {
	margin: 0;
	padding: 0 10px;
	border-bottom: none;
	width: 750px;
	background: #fff;	/*
	overflow: auto;
	*/
}
#pFeature #title-bar h2 {
	margin: 0;
	padding: 0;
}
#pFeature #title-bar h3 {
	margin: 0;
	padding: 0;
}
#pFeature .feature .box {
	margin: 0;
	padding: 0 15px;
}

.img-r {
	margin: 0 0 10px 10px;
}
.img-l {
	margin: 0 10px 10px 0;
}
.cap {
	font-size: 11px;
	line-height: 1.2em;
	padding: 5px 0;
	text-align: center;
}
