@charset "shift-jis";


/*----------------------------------------
	Site Name: Recruiting Site 2010 / Monex, Inc.
	Last-updated: 2008/09/22
	Description: foundation

	1:  DEFAULT SETTING
	2:  BODY SETTING
	3:  CAPTION SETTING
	4:  LINK SETTING
	5:  TABLE SETTING
	6:  LIST SETTING
	7:  HEADER SETTING
	8:  GLOBAL NAVI SETTING	
	9:  CONTENT SETTING	
	10: LOCAL NAVI SETTING	
	10-2: LOCAL NAVI SETTING BANNER	
	11: FOOTER SETTING	
	12: WIDGET SETTING			
----------------------------------------*/


/*----------------------------------------
	1:  DEFAULT SETTING
----------------------------------------*/
/* html */
html {
	font-size: 10px;
}
/*\*/
*:first-child+html {
	font-size: 62.5%;
}
* html {
	font-size: 62.5%;
}
/**/
/* all */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,table,th,td {
	margin: 0px;
	padding: 0px;
}


*html body {  /*IE6だけに適用*/
   overflow-y:auto;
}

*+html body { /*IE7だけに適用*/
   overflow-y:auto;
}

body {
   overflow-y:scroll;
}

/*----------------------------------------
	2:  BODY SETTING
----------------------------------------*/
/* body */
body {
/*	font-family: Arial, sans-serif; */
	font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
/*	color: #4c4c4c; */
	color: #0a0a0a;
}


/*----------------------------------------
	3:  CAPTION SETTING
----------------------------------------*/
h1 {
	font-size: 1.8em;
	margin-bottom: 18px;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 13px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1em; /* 環境によって1emだと、文字の上部が削れるため、1→1.1に修正 */
	margin-bottom: 7px;
}
h4	{
	font-size: 1em;
	font-weight: bold;
	}
p {
	padding-bottom: 18px;
}
b {
	font-weight: bold;
}


/*----------------------------------------
	4:  LINK SETTING
----------------------------------------*/
/* TEXTLINK NORMAL */
a:link {
	color: #0000ff;
	text-decoration: none;
	border-bottom: 1px solid #0000ff;
}
a:hover {
	color: #3a68fe;
	text-decoration: none;
	border-bottom: 1px solid #3a68fe;
}
a:active {
	color: #3a68fe;
	text-decoration: none;
	border-bottom: 1px solid #3a68fe;
}
a:visited {
	color: #01259d;
	text-decoration: none;
	border-bottom: 1px solid #01259d;
}
/* TEXTLINK 01 */
.textlink01 {
	padding-left: 18px;
	background-image: url(/image/recruit/2010/icon_textlink01.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
/* TEXTLINK 02 */
.textlink02 {
	padding-left: 18px;
	background-image: url(/image/recruit/2010/icon_textlink02.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
/* TEXTLINK 03 */
.textlink03 {
	padding-left: 18px;
	background-image: url(/image/recruit/2010/icon_textlink03.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
/* TEXTLINK PAGETOP */
.pagetop {
	padding-left: 18px;
	background-image: url(/image/recruit/2010/icon_textlink_top.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	text-align: right;
	float:right;
}
a img {
	border: none;
}
/*----------------------------------------
	5:  TABLE SETTING
----------------------------------------*/
/*---- TABLE ----*/
table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 18px;
	width: 100%;
	border-top: solid 2px #c3c3c3;
	border-bottom: solid 1px #c3c3c3;
}
	th {
		padding: 5px 0px;
		width: 222px;
		text-align: left;
		vertical-align: top;
		font-size: 1em;
		color: #4b4949;
		background-color:#efefef;
		border-top: solid 1px #c3c3c3;
	}
		th span {
			padding: 0px 16px;
		}
		th.borderless {
			border-top: none;
		}
	td {
		padding: 5px 32px;
		text-align:left;
		vertical-align: top;
		font-size: 1em;
		color: #4b4949;
		border-top: solid 1px #c3c3c3;
	}
		td p {
			padding-bottom: 0px;
		}
		td ul.button, td ul.number {
			margin-bottom: 0px;
		}
		td.borderless {
			border-top: none;
		}
/*---- TABLE INNER ----*/
table.inner {
	empty-cells: show;
	border: none;
	margin-bottom: 18px;
}
	table.inner th {
		width: 144px;
		padding: 5px 0px;
		text-align: left;
		vertical-align: top;
		font-size: 1em;
		font-weight: normal;
		color: #4b4949;
		background-color:#ffffff;
		border: none;
	}
	table.inner td {
		padding: 5px 0px;
		text-align:left;
		vertical-align: top;
		font-size: 1em;
		background-color:#ffffff;
		border: none;
	}


/*----------------------------------------
	6:  LIST SETTING
----------------------------------------*/
/* DEFAULT */
ul {
}
li {
	list-style-type: none;
	list-style-position: outside;
}
li.space {
	margin-bottom: 0.4em;
}
/*---- LIST BUTTON ----*/
ul.button {
	margin-bottom: 18px;	
}
	ul.button li {
		padding-left: 12px;
		list-style-type: none;
		background-image: url(/image/recruit/2010/icon_list_button.gif);
		background-repeat: no-repeat;
		background-position: left 4px;	
	}
ul ul.button {
	margin-bottom: 0px;
}
	ul ul.button li {
		margin-left: 12px;
		padding-left: 12px;
		list-style-type: none;
		background-image: url(/image/recruit/2010/icon_list_button.gif);
		background-repeat: no-repeat;
		background-position: left 4px;	
	}
/*---- LIST NUMBER ----*/
ul.number {
	margin-bottom: 18px;	
}
	ul.number li {
		margin-left: 24px;
		padding-left: 0px;		
		list-style-type: decimal;
		background-image: none;
	}
ul ul.number {
	margin-bottom: 0px;
}
	ul ul.number {
		margin-left: 18px;
		padding-left: 0px;		
		list-style-type: decimal;
		list-style-position: outside;
		background-image: none;
	}

/*----------------------------------------
	7:  HEADER SETTING
----------------------------------------*/
div#header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 84px;
	background-image: url(/image/recruit/2010/bg_header.gif);
	background-repeat: no-repeat;
}
div#header a {
	border:none;
}

	/*---- MIAN LOGO ----*/
	div#header div#monex {
		position: absolute;
		left: 0px;
		top: 4px;
		width: 68px;
		height: 80px;
	}
		div#header div#monex a {
		}
	div#header div#recruiting2010 {
		position: absolute;
		left: 68px;
		top: 39px;
		width: 325px;
		height: 29px;
	}
		div#header div#recruiting2010 a {
		}
	div#header div#title {
		position: absolute;
		left: 69px;
		top: 18px;
		width: 400px;
		height: 14px;
		font-size: 1em;
		color: 707171;
	}
	/*---- NAVI UTILITIES ----*/
	ul#nav-utilities {
		position: absolute;
		top: 4px;
		right: 0px;
		height: 30px;
		width: 240px;
	}
		ul#nav-utilities li {
			float: left;
			width: 120px;
			height: 31px;
		}
	/*---- NAVI REGISTRATION ----*/
	ul#nav-registration {
		position: absolute;
		top: 37px;
		right: -1px;
		width: 480px;
		height: 41px;
	}
		ul#nav-registration li {
			float: left;
			width: 240px;
			height: 41px;
		}
	div#header div#close2010 { 
		position: absolute;
		top: 45px;
		right: -1px;
		width: 480px;
		height: 41px;
		color: #ff0000;
		font-size: 12px;
		text-align: right;
		font-weight: bold;
	}

/*----------------------------------------
	8:  GLOBAL NAVI SETTING
----------------------------------------*/
div#content-global {
	background-image: url(/image/recruit/2010/bg_content_gnav.gif);
	background-repeat: repeat-x;
	margin-bottom: 2px;
}
div#content-global a {
	border:none;
}

	div#content-global ul#nav-global {
		margin: 0 auto;
		width: 970px;
		height: 75px;
		background-image: url(/image/recruit/2010/bg_gnav.jpg);
		background-repeat: no-repeat;
	}
		div#content-global ul#nav-global li {
			float: left;
			display: inline;
			width: 240px;
			height: 75px;
		}
			div#content-global ul#nav-global li.people {
				margin-left: 5px;
			}

		
/*----------------------------------------
	9:  CONTENTS
----------------------------------------*/
div#main {
	zoom: 100%;
	margin: 0 auto;
	width: 960px;
	border-bottom: solid 4px #FFDD3F;
}
	div#main:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
div#content-bottom {
	clear: both;
	position: relative;
	height: 36px;
	width: 960px;
}
	div#content-bottom:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	div#content-bottom ul#nav-bottom {
		position: absolute;
		left: 0px;
		bottom: 18px;
		height: 14px;
		width: 800px;
		height: 14px;
	}
	div#content-bottom ul#nav-bottom li {
		float: left;
		display: inline;	
		margin-right: 12px;
		padding-left: 12px;
		background-image: url(/image/recruit/2010/bg_bnav.jpg);
		background-repeat: no-repeat;
		background-position: left;
	}
	div#content-bottom ul#nav-bottom li.start {
		padding-left: 0px;
		background-image:none;
	}
	div#content-bottom p#top {
		position: absolute;
		bottom: 18px;
		right: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		width: 160px;
		height: 14px;
		text-align: right;
	}
/*---- CONTENT ----*/
div#content {
	float: left;
	display: inline;
	padding-bottom: 18px;
	width: 702px;
}
	div#content div.grid-1col {
		float: left;
		display: inline;
		margin-left: 18px;
		width: 222px;
	}
	div#content div.grid-2col {
		float: left;
		display: inline;
		margin-left: 18px;
		width: 462px;
	}
	div#content div.grid-half {
		float: left;
		display: inline;
		margin-left: 18px;
		width: 342px;
	}
	div#content div.grid-start {
		margin-left: 0px;
	}


/*----------------------------------------
	10:  LOCAL NAVI SETTING
----------------------------------------*/
div#content-local {
	float: left;
	display: inline;
	position: relative;
	margin-left: 18px;
	width: 240px;
	height: 436px;
	background-image: url(/image/recruit/2010/bg_snav.gif);
	background-repeat: repeat-y;
}
	div#content-local ul#nav-local {
		position: absolute;
		left: 18px;
		top: 18px;
	}
		div#content-local ul#nav-local li {
			float: left;
			display: inline-block;
			margin-bottom: 0px;
			padding-bottom: 0px;
			height: 40px;
		}

		div#content-local ul#nav-local a {
			border: none;
		}

/*----------------------------------------
	10-2:  LOCAL NAVI SETTING : BANNER
----------------------------------------*/

div#content-local ul#nav-local li.banner {
	width: 220px;
	height: 60px;
	float: left;
	background-image: url(/image/recruit/2010/bg_banner.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
	margin-top: 15px;
	padding: 0px;
	/*＼*/overflow: hidden;/**/
}

	div#content-local ul#nav-local div.ph-left {
		margin: 0px;
		padding: 0px;
		float: left;
	}

	div#content-local ul#nav-local p.banner-txt {
		width: 150px;
		float: right;
		margin-bottom: 2px ;
		padding: 5px 0px 2px 0px ;
		font-size: 0.9em;
		line-height: 1.1em;
	}

	div#content-local ul#nav-local p.banner-txt2 {
		width: 150px;
		float: right;
		margin-bottom: 2px ;
		padding: 13px 0px 2px 0px ;
		font-size: 0.9em;
		line-height: 1.1em;
	}

	div#content-local ul#nav-local p.banner-txtlink {
		width: 150px;
		float: right;
		margin: 0px;
		padding: 0px;
		font-weight: bold;
	}

	div#content-local ul#nav-local p.banner-txtlink a:link {
		color: #0000ff;
		text-decoration: none;
		border-bottom: 1px solid #0000ff;
	}
	div#content-local ul#nav-local p.banner-txtlink a:hover {
		color: #3a68fe;
		text-decoration: none;
		border-bottom: 1px solid #3a68fe;
	}
	div#content-local ul#nav-local p.banner-txtlink a:active {
		color: #3a68fe;
		text-decoration: none;
		border-bottom: 1px solid #3a68fe;
	}
	div#content-local ul#nav-local p.banner-txtlink a:visited {
		color: #01259d;
		text-decoration: none;
		border-bottom: 1px solid #01259d;
	}


/*----------------------------------------
	11: FOOTER
----------------------------------------*/
div#content-footer {
	background-image: url(/image/recruit/2010/bg_footer.gif);
	background-repeat: repeat-x;
}
	div#content-footer div#footer {
		position: relative;
		zoom: 100%;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		padding-top: 12px;
		width: 960px;
		height: 50px;
	}
		div#content-footer div#footerafter {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		div#content-footer div#footer p#copyright {
			position: absolute;
			top: 12px;
			left: 0px;
			padding-bottom: 48px;
			width: 138px;
			height: 14px;
		}	
		div#content-footer div#footer ul#nav-regrations {
			position: absolute;
			top: 10px;
			right: 0px;
			width: 480px;
		}
			div#content-footer div#footer ul#nav-regrations li {
				float: right;
				margin-left: 24px;
				padding-bottom: 48px;
			}

		
/*----------------------------------------
	12: WIDGET SETTING
----------------------------------------*/
div.section {
	clear: both;
}
div#content div.section h2 a {
	border: none;
}				

	div.section:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}	
div.attention {
	border: solid 1px #c3c3c3;
	padding-top: 18px;
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 18px;
}
div.indent {
	margin-left: 24px;
}
div.clearfix {
	clear: both;
}
/*---- IMAGE ----*/
img.photo {
	margin-bottom: 5px;
}
p img {
	margin-top: 0px;
}
img.thumnail {
	float: left;
	padding-right: 18px;
	padding-bottom: 18px;
}
/*---- TEXT ----*/
p.notice {
/*	color: #7c7c7b; */
	color: #4c4c4c;
}
p.left {
	text-align: left;
}
p.right {
	text-align: right;
}
p.center {
	text-align: center;
}
span.comment-photo {
	color: #7c7c7b;
}
.italic {
	font-style: italic;
}
/*---- LINE ----*/
hr {
	margin-bottom: 18px;
	padding: 0px;
	width: 100%;
	height: 1px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #c3c3c3;
} 
.dotter {
	margin-bottom: 18px;
	border-bottom: dotted 1px #c3c3c3;
}

