* {
	margin: 0;
	padding: 0;
	border: 0px none;
}

body {
	font-size: 75%;
	background-color: #FFFFFF;
	font-family: "メイリオ" ,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	line-height: 1.66em;
	color: #444444;
}

a {
	color: #0066ff;
	text-decoration: none;
}

a:hover {
	background-color: #f1f1f1;
	text-decoration: underline;
}

a.bgNone:hover {
	background: none;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	border: 0px none;
	border-collapse: collapse;
}
th,td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}



.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#globalContainer {
	width: 100%;
	left: 0px;
}

#header {
	width: 930px;
	padding-top: 39px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

#logo_issei {
	width: 240px;
	height: 51px;
	float: left;
}
#globalNavi {
	/*width: 470px;*/
	margin-top: 42px;
	float: right;
}
#globalNavi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#globalNavi li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#globalNavi li a {
	display: block;
	border: none;
	vertical-align: top;
	overflow: hidden;
}

#g_navi01a {
	background-image: url(../img/common/g_navi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 64px;
	height: 9px;
	width: 33px;
}
#g_navi01a:hover {
	background-position: 0px -9px;
}
#g_navi01a.nowPage {
	background-position: 0px -9px;
	margin-right: 64px;
}

#g_navi02a {
	background-image: url(../img/common/g_navi.gif);
	background-repeat: no-repeat;
	background-position: -34px 0px;
	margin-right: 64px;
	height: 9px;
	width: 47px;
}
#g_navi02a:hover {
	background-position: -34px -9px;
}
#g_navi02a.nowPage {
	background-position: -34px -9px;
	margin-right: 64px;
}

#g_navi03a {
	background-image: url(../img/common/g_navi.gif);
	background-repeat: no-repeat;
	background-position: -81px 0px;
	margin-right: 64px;
	height: 9px;
	width: 41px;
}
#g_navi03a:hover {
	background-position: -81px -9px;
}
#g_navi03a.nowPage {
	background-position: -81px -9px;
	margin-right: 64px;
}

#g_navi04a {
	background-image: url(../img/common/g_navi.gif);
	background-repeat: no-repeat;
	background-position: -122px 0px;
	margin-right: 64px;
	height: 9px;
	width: 48px;
}
#g_navi04a:hover {
	background-position: -122px -9px;
}
#g_navi04a.nowPage {
	background-position: -122px -9px;
	margin-right: 64px;
}

#g_navi05a {
	background-image: url(../img/common/g_navi.gif);
	background-repeat: no-repeat;
	background-position: -171px 0px;
	height: 9px;
	width: 44px;
}
#g_navi05a:hover {
	background-position: -171px -9px;
}
#g_navi05a.nowPage {
	background-position: -171px -9px;
}

#title {
	width: 100%;
	height: 163px;
	background-image: url(../img/common/bg_title.gif);
	background-repeat: repeat-x;
}

#titleBig {
	width: 100%;
	height: 263px;
	background-image: url(../img/common/bg_titlebig.gif);
	background-repeat: repeat-x;
}

#titleContent {
	width: 930px;
	height: 123px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

#titleContent h2 img{
	margin-top: 40px;
	margin-left: 60px;	
}

.title_bg_profile {
	background-image: url(../profile/img/bg_ttl_profile.jpg);
}

.title_bg_recruit {
	background-image: url(../recruit/img/bg_ttl_recruit.jpg);
}

div#titleContent.title_bg_works {/*IE6の不具合対策の為*/
	height: 223px;
	background-image: url(../works/img/bg_ttl_works.jpg);
}

.title_bg_access {
	background-image: url(../access/img/bg_ttl_access.jpg);
}


/*メインコンテンツ用CSS＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#mainContents{
	margin: 0 auto 50px auto;
}

#mainContentsLeft {
	width: 190px;
	float: left;
}

#mainContentsRight {
	width: 720px;
	float: right;
}

/*フッター用CSS＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footerArea{
	width: 910px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 0;
	text-align: right;
}

#returnPageTop {
	margin-bottom: 100px;
}

#globalCopyright {
	padding-bottom: 100px;
}


/*汎用CSS＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*テキスト関係*/
.fontNomal {
	color: #444444;
	font-weight: normal;
}
.fSize14 {
	font-size: 116%;
}
.fSize16 {
	font-size: 133%;
}
.lineH250 {
	line-height: 2.5em;
}
.fLetterSpc20 {
	letter-spacing: 0.2em;
}
.fBold {
	font-weight: bold;
}
.tAlignR {
	text-align: right;
}
.tAlignC {
	text-align: center;
}
.tNoWrap{
	white-space: nowrap;
}
	
.txt_indent {
	text-indent: 1em;
}

/*カラー関係*/
.corpColor {
	color: #850e84;
}
.disable {
	color: #cccccc;
}
.bgColorPurple {
	background-color: #faf5ff;
}
.bgColorGray {
	background-color: #f5f5f5;
}
.blockEndBorder {
	background-image: url(../img/common/bg_dotline.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

/*ボックスモデル関係*/
.fRight {
	float: right;
	display: inline;
}
.fLeft {
	float: left;
	display: inline;
}
.dispBlock {
	display: block;
}
.dispInline {
	display: inline;
}

.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb100 {
	margin-bottom: 100px;
}
.mr10 {
	margin-right: 10px;
}
.mr18 {
	margin-right: 18px;
}
.mr20 {
	margin-right: 20px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.mAuto {
	margin-left: auto;
	margin-right: auto;
}

.pAll20 {
	padding: 20px;
}
.pr18 {
	padding-right: 18px;
}
.pr20 {
	padding-right: 20px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pl25 {
	padding-left: 25px;
}
.pl30 {
	padding-left: 30px;
}
.pl65 {
	padding-left: 65px;
}
.pl100 {
	padding-left: 100px;
}
.pl120 {
	padding-left: 120px;
}

.w35 {
	width: 35px;
}
.w50 {
	width: 50px;
}
.w90 {
	width: 90px;
}
.w120 {
	width: 120px;
}
.w130 {
	width: 130px;
}
.w140 {
	width: 140px;
}
.w150 {
	width: 150px;
}
.w160 {
	width: 160px;
}
.w200 {
	width: 200px;
}
.w210 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w280 {
	width: 280px;
}
.w300 {
	width: 300px;
}
.w340 {
	width: 340px;
}
.w450 {
	width: 450px;
}
.w510 {
	width: 510px;
}
.w590 {
	width: 590px;
}
.w600 {
	width: 600px;
}
.w645 {
	width: 645px;
}
.w700 {
	width: 700px;
}
.w710 {
	width: 710px;
}
.w720 {
	width: 720px;
}
.w795 {
	width: 795px;
}
.w820 {
	width: 820px;
}
.w930 {
	width: 930px;
}
.wMax {
	width: 100%;
}

/*リスト関係*/
.lineH250 {
	line-height: 2.5em;
}
ul.listNoBullet {
	list-style: url(none) none outside;
}

/*テーブル関係*/
.tableLarge {
	width: 100%;
	margin-bottom: 30px;
}
.tableLarge tr, .tableLarge th, .tableLarge td{
	background-image: url(../img/common/bg_dotline.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 15px 0 15px 15px;
}
.tableLarge th {
	padding: 15px;
	font-size: 100%;
	color: #850E84;
	font-weight: bold;
	background-color: #faf5ff;
}



/*プロフィール専用*/
table.history tr td.year {
	width: 50px;
	padding-bottom: 12px;
	text-align: left;
}
table.history tr td.mon {
	width: 35px;
	padding-bottom: 12px;
	text-align: right;
}

table.history tr td.historyData {
	padding-bottom: 12px;
	padding-left: 35px;
}

table.history tr td.historyDataLast {
	padding-left: 35px;
}

table.bank tr td {
	padding-bottom: 12px;
}

/*プライバシーポリシー専用*/

#p-mark_listArea {
	padding-left: 31px;
	width: 690px;
}

#p-mark_listArea ol{
	text-indent: 0em;
	padding-left: 24px;
	list-style-type: decimal;
}

#p-mark_listArea ol li ul{
	text-indent: 0em;
	padding-left: 24px;
}

#p-mark_listArea ol li ul li{
	list-style-type: disc;
}

#p-mark_listAreaTxt p{
	text-indent: 0em;
	padding-left: 12px;
}

#p-mark_second_listArea {
	float: right;
	width: 690px;
}

#p-mark_second_listArea ol{
	text-indent: 0em;
	padding-left: 24px;
	list-style-type: decimal;
}

#p-mark_second_listArea ol li ul{
	text-indent: 0em;
	padding-left: 36px;
}

#p-mark_second_listArea ol li ul li{
	margin-bottom: 10px;
	list-style-type: disc;
}

#p-mark_second_listArea p{
	text-indent: 0em;
	padding-left: 12px;
}



/*採用情報専用*/

/*2009.0804追記：谷川*/

#ouboBtn{
margin:0;
padding:0;
width:340px;
height:106px;
background-image: url(../recruit/img/img_btn_reflect.gif);
background-position:bottom;
background-repeat:no-repeat;
}

.btnShinsotsu{
margin:0;
padding:35px 20px 0;
width:300px;
height:55px;
/*background-image:url(../recruit/img/btn_shinsotsu_active.gif);*/
background-image:url(../recruit/img/btn_shinsotsu.gif);
background-repeat:no-repeat;
display:block;
color:#444444;
text-decoration:none;
}

.btnChuto{
margin:0;
padding:35px 20px 0;
width:300px;
height:55px;
background-image:url(../recruit/img/btn_chuto_active.gif);
background-repeat:no-repeat;
display:block;
color:#444444;
text-decoration:none;
}






#btn_shinsotsu {
	width: 126px;
	margin: 0 25px 0 0;
	float: right;
}

#shinsotsuBtn {
	display: block;
	background-image: url(../recruit/img/btn_s_shinsotsu.gif);
	background-repeat: no-repeat;
	width: 126px;
	height: 22px;
	text-indent: -9999px;
}

#shinsotsuBtn.recruitNowPage {
	background-image: url(../recruit/img/btn_s_shinsotsu_now.gif);
}

#btn_chuto {
	width: 126px;
	float: right;
}

#chutoBtn {
	display: block;
	background-image: url(../recruit/img/btn_s_chuto.gif);
	background-repeat: no-repeat;
	width: 126px;
	height: 22px;
	text-indent: -9999px;
}

#chutoBtn.recruitNowPage {
	background-image: url(../recruit/img/btn_s_chuto_now.gif);
}


/*アクセス専用*/
#mapShowArea {
	position: relative;
	top: 0px;
	left: 0px;
}

#accessToGooglemap {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
}

#rootSelectArea01 {
	float: left;
	width: 162px;
	margin-left: 15px;
}

#rootSelectArea02 {
	float: left;
	width: 162px;
	margin-left: 15px;
}

#rootSelectArea03 {
	float: left;
	width: 162px;
	margin-left: 15px;
}

#rootSelectArea04 {
	float: left;
	width: 140px;
	margin-left: 15px;
}

#rootSelectTxtArea01 {
	padding-left: 13px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #878787;
}

#rootSelectTxtArea02 {
	padding-left: 13px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #56bb00;
}

#rootSelectTxtArea03 {
	padding-left: 13px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0051c7;
}

#rootSelectTxtArea04 {
	padding-left: 13px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ff0e84;
}

#btn_print {
	width: 110px;
	padding-left: 300px;
}



/*プリントアウト用スタイル*/
@media print {
body {
	zoom: 90%;
}

#header {
	display: none;
}

#title {
	display: none;
}

#mainContents {
	width: 100%;
}

#mainContentsLeft {
	float: none;
	display: none;
}

#mainContentsRight {
	width:100%;
	float: none;
}

#mapShowArea,#rootSelectArea,#addressList {
	margin-left: auto;
	margin-right: auto;
}

#btn_print {
	display: none;
}

#footerArea {
	display: none;
}


#accessToGooglemap {
	display: none;
}
}
