@charset "utf-8";

/*---------------------------------------------------------------------------
	css re-definition
	(for browser default difference)
---------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	text-decoration: none;
}

body {
	font-size: 80%;
	/*color: #523021;*/
	text-align: center;
	background: #ffffff;
}

* html body { /* for IE */
	font-size: 75%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

a {
	color: #31309c;
}

a:hover {
	text-decoration: underline;
}


p {
	line-height: 1.4;
	font-size: 14px;
	margin-bottom: 1.0em;
}

b {
	font-style: inherit;
	font-weight: bold;
}

strong {
	font-style: inherit;
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: inherit;
}

i {
	font-style: italic;
	font-weight: inherit;
}

font {
	font-style: inherit;
	font-weight: inherit;
}

u {
	font-style: inherit;
	font-weight: inherit;
	text-decoration: underline;
}

strike {
	font-style: inherit;
	font-weight: inherit;
	text-decoration: line-through;
}

ul,ol {
	list-style: none outside;
}

img {
	border: none;
	vertical-align: bottom;
}

hr {
	clear: both;
	height: 1px;
	border: none;
}

table,tr,td {
	border-collapse: collapse;
}

table,tr,td {
	border: none;
}


h2 span,
h3 span,
h4 span {
	display: none;
}

/* for firefox select */
option{ 
    padding-right:10px; 
}


/*---------------------------------------------------------------------------
	page design
---------------------------------------------------------------------------*/

#pagewidth {
	width: 748px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*background-color: red;*/
	
	border: 1px solid #333333;
	border-width: 0 1px 1px 1px;
}

#header {
	position: relative;
	height: 200px;
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 100%;
}

#maincol {
	background-color: #FFF;
	display: block;
	position: relative;
	width: 708px;
	padding-left:20px;
	padding-right:20px;
	padding-top: 0px;
}

#footer {
	text-align: center;
	background-color: #390707;
	margin-top: 10px;
	padding: 20px;
	width: 708px;
}

#footer div {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #000;
	text-align: left;
}

#copyright {
	margin: 10px;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */ /*printer styles*/
@media print { /*hide the left column when printing*/
	#leftcol {
		display: none;
	}
	#twocols,#maincol {
		width: 100%;
		float: none;
	}
}

/*---------------------------------------------------------------------------
	common page items
---------------------------------------------------------------------------*/
table.bordertable {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #333;
}

table.bordertable td, table.bordertable th {
	border: 1px solid #333;
	padding: 3px;
}

table.bordertable th {
	background-color: #E6E6E6;
	font-weight: bold;
}

table.nobordertable {
	/* no border no space */
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0;
}

table.nobordertable td, table.nobordertable th {
	/* no border no space */
	border: 0;
}

div.maintitle {
	margin-bottom: 10px;
}

div.maindescription {
	margin-left: 10px;
	margin-bottom: 20px;
}

#loginform {
	margin-bottom: 100px;
}

#loginform table {
	width: 400px;
	text-align: center;
}

.errorarea {
	padding-left: 100px;
	min-height: 80px;
	margin-bottom: 30px;
	text-align: left;
	background: url("../images../caution.png") no-repeat 0 0 ;
}

.errorstring, .required {
	font-weight: bold;
	color: red;
}


/*---------------------------------------------------------------------------
	h* design
---------------------------------------------------------------------------*/

#header h1 {
	float: left;
	padding: 0px;
}

#header h1 span {
	display: block;
	width: 748px;
	height: 173px;
	background: url('../images/public/about/title.jpg');
	background-repeat: no-repeat;
}

#header h1 span span {
	display: none;
}

h2{
	display: block;
	width: 690px;
	height: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}

h2.menu1{
	background: url("../images/public/about/menu1.png") 0 0 no-repeat;
}
h2.menu2{
	background: url("../images/public/about/menu2.png") 0 0 no-repeat;
}
h2.menu3{
	background: url("../images/public/about/menu3.png") 0 0 no-repeat;
}
h2.menu4{
	background: url("../images/public/about/menu4.png") 0 0 no-repeat;
}

h2 span {
	display: none;
}



/*---------------------------------------------------------------------------
	header design
---------------------------------------------------------------------------*/

#topmenu {
	float: left;
	height: 28px;
	width: 748px;
}

#topmenu li {
	float: left;
	display: block;
}

#topmenu li a {
	display: block;
	_display: inline-block;
	margin: 0px;
}

#topmenu li a span {
	display: none;
}

#topmenu li.topmenu_about a{
	background: url("../images/public/about/menu.png") 0 0 no-repeat;
	width: 188px;
	height: 28px;
}
#topmenu li.topmenu_flow a{
	background: url("../images/public/about/menu.png") -188px 0 no-repeat;
	width: 138px;
	height: 28px;
}
#topmenu li.topmenu_faq a{
	background: url("../images/public/about/menu.png") -326px 0 no-repeat;
	width: 128px;
	height: 28px;
}
#topmenu li.topmenu_inquiry a{
	background: url("../images/public/about/menu.png") -454px 0 no-repeat;
	width: 124px;
	height: 28px;
}
#topmenu li.topmenu_changejob a{
	background: url("../images/public/about/menu.png") -578px 0 no-repeat;
	width: 170px;
	height: 28px;
}

#topmenu li.topmenu_about a:active, #topmenu li.topmenu_about a:hover, #topmenu li.topmenu_about a.selected{
	background: url("../images/public/about/menu.png") 0 -28px no-repeat;
	width: 188px;
	height: 28px;
}
#topmenu li.topmenu_flow a:active, #topmenu li.topmenu_flow a:hover, #topmenu li.topmenu_flow a.selected{
	background: url("../images/public/about/menu.png") -188px -28px no-repeat;
	width: 138px;
	height: 28px;
}
#topmenu li.topmenu_faq a:active, #topmenu li.topmenu_faq a:hover, #topmenu li.topmenu_faq a.selected{
	background: url("../images/public/about/menu.png") -326px -28px no-repeat;
	width: 128px;
	height: 28px;
}
#topmenu li.topmenu_inquiry a:active, #topmenu li.topmenu_inquiry a:hover, #topmenu li.topmenu_inquiry a.selected{
	background: url("../images/public/about/menu.png") -454px -28px no-repeat;
	width: 124px;
	height: 28px;
}
#topmenu li.topmenu_changejob a:active, #topmenu li.topmenu_changejob a:hover, #topmenu li.topmenu_changejob a.selected{
	background: url("../images/public/about/menu.png") -578px -28px no-repeat;
	width: 170px;
	height: 28px;
}

/*---------------------------------------------------------------------------
	main design
---------------------------------------------------------------------------*/
#jirei {
	background-color: #EBEBEB;
	border-left: 5px solid #180303;
	padding: 10px;
	width: 630px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}

.keymessage {
	font-size:14px;
	font-weight: bold;
	line-height: 1.4;
}

.keymessage_underline {
	font-size:14px;
	font-weight: bold;
	text-decoration:underline;
	line-height: 1.4;
}

.faq_q {
	font-weight: bold;
	color: #31608E;
	vertical-align: top;
}

.faq_a {
	font-weight: normal;
	color: #333333;
	vertical-align: top;
	padding-bottom: 10px;
}

.faq {
	border-collapse:separate;
	border: none;
	border-spacing: 5px;
}

