@charset "utf-8";

/*  base set
=============================== */
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,address {margin:0px;padding:0px;}
img {border:none;vertical-align:bottom;}
ul,li {list-style:none;}
h1,h2,h3 {font-size:11px;line-height:12px;}
table,tr,td,th {margin:0px;padding:0px;border:none;}
table {border-collapse:collapse;border-spacing:0;border:none;}



/* ===============================


	 common css
	 
	 
=============================== */

body {
	color: #4C4C4C;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 12px/13px "ＭＳ Ｐゴシック", Helvetica, "ヒラギノ角ゴ Pro W3",sans-serif;
	background-color: #FFFFFF;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 740px;
}

/* global navigation
------ */
ul#globalNavi {
	padding: 12px 13px 0px;
	background-image: url(../common_images/gnavi_back.jpg);
	background-repeat: no-repeat;
}
ul#globalNavi li {
	float: left;
}
/* pan list
------ */
p#panList {
	text-align: right;
	padding: 5px 4px 13px 0px;
	font-size: 11px;
	line-height: 12px;
}
p#panList a {
	color: #003670;
	text-decoration: underline;
	background-color: #FFFFFF;
}p#panList a:hover {text-decoration: none;}

/* contents
------ */
#contents {
	width: 519px;
	float: right;
}
.contentsIn {
	padding: 0px 4px 20px 4px;
}
h2 {
	margin-bottom: 20px;
}
h3 {
	margin-bottom: 10px;
}
p.word01 {
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 20px;
}
p.word02 {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
}
p.word03 {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 20px;
}
ul.ul01 {
	padding-bottom: 10px;
}
ul.ul01 li {
	background-attachment: scroll;
	background-image: url(../common_images/list_mark01.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0px 0px 7px 20px;
	font-size: 12;
	line-height: 16px;
}
a.link01 {
	color: #708eaf;
	text-decoration: underline;
	background-color: transparent;	
}
a.link01:hover {text-decoration:none;}
.dotLine {
	margin: 0px 0px 15px;
	background-attachment: scroll;
	background-image: url(../common_images/bot01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}* html .dotLine {height:1%;}
.bannerBox01 {
	padding: 0px 0px 10px 20px;
}
.bannerBox02 {
	padding: 0px 0px 30px 20px;
}
/* photo box
------ */
.photoSetBox01 {
	padding: 2px 0px 0px 2px;
	float: left;
	width: 176px;
	height: 102px;
	background-attachment: scroll;
	background-image: url(../common_images/photo_back01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}* html .photoSetBox01 {width: 178px;height: 104px;}
.photoSetBox02 {
	padding: 2px 0px 0px 2px;
	float: left;
	width: 152px;
	height: 102px;
	background-attachment: scroll;
	background-image: url(../common_images/photo_back01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}* html .photoSetBox02 {width: 154px;height: 104px;}

/* left navi
------ */
#leftNavi {
	width: 205px;
	float: left;
	background-image: url(../common_images/leftnavi_middle.jpg);
	background-repeat: repeat-y;
}
#leftNavi ul {
	background-attachment: scroll;
	background-image: url(../common_images/leftnavi_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 34px 0px 30px;
}
#leftNavi ul li {
	background-attachment: scroll;
	background-image: url(../common_images/left_navi_dot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 0px 8px 10px;
	margin: 0px 4px 8px;
}
#leftNavi ul li a {
	font-size: 12px;
	line-height: 13px;
	color: #0066cc;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(../common_images/leftnavi_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 156px;
	padding-left: 20px;
}* html #leftNavi ul li a {width:176px;}
#leftNavi ul li a:hover {text-decoration:none;}

/* left navi CompanySystem
------ */



/* pagetop
------ */
.pagetop {
	text-align: right;
	padding: 0px 6px 33px 0px;
}

/* footer
------ */
#footer {
	background-attachment: scroll;
	background-image: url(../common_images/bot01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px 0px;
}
address {
	display: block;
	float: left;
}
#footerNavi {
	width: 329px;
	float: right;
}
#footerNavi ul li {
	display: block;
	float: left;
	height: 15px;
}
#footerNavi ul li.mitsuiBtn {width:145px;}
#footerNavi ul li.accessBtn {width:75px;}
#footerNavi ul li.privacyBtn {width:109px;}

/* clear
------ */
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}.clearfix {display:inline-block;}
/* hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

.clear {
	clear:both;
	height:0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}* html .clear {height:1%;}




/* ===============================


	 page css
	 
	 
=============================== */




/*  privacy
=============================== */
#privacyH4 {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #4c4c4c;
	background-color: #FFFFFF;
	padding: 10px 0px 12px 20px;
}


/*  access
=============================== */
.accessBox01 {
	margin: 0px 0px 15px;
	padding: 0px 0px 10px;
	background-attachment: scroll;
	background-image: url(../common_images/bot01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.accessBox02 {
	width: 152px;
	height: 102px;
	padding: 2px 0px 0px 2px;
	float: left;
	background-attachment: scroll;
	background-image: url(../common_images/photo_back01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}* html .accessBox02 {width:154px;height:104px;}
p.accessWord01 {
	background-attachment: scroll;
	background-image: url(../common_images/list_mark01.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0px 0px 0px 20px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
}
.accessTable01 {
	width: 348px;
	float: right;
}
.accessTable01 th, .accessTable02 th {
	font-size: 12px;
	line-height: 16px;
	width: 90px;
	padding: 2px 0px 7px 0px;
}
.accessTable01 td, .accessTable02 td {
	font-size: 12px;
	line-height: 16px;
	padding: 2px 0px 7px 0px;
}
.accessTable02 {
	width: 510px;
}

/*  recruit
=============================== */
.recruitWord01 {
	font-size: 12px;
	line-height: 18px;
}

/*  company
=============================== */
table.companyTable01 {
	margin-bottom: 15px;
}
table.companyTable01 th {
	padding: 3px 5px 5px 3px;
	background-attachment: scroll;
	background-image: url(../company/images/table_underline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 126px;
	font-weight: normal;
	text-align: left;
	color: #666666;
	background-color: #f4f4f4;
	vertical-align: top;
}
table.companyTable01 td {
	padding: 3px 10px 5px 15px;
	background-attachment: scroll;
	background-image: url(../company/images/table_underline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	vertical-align: top;
}
table.companyTable01 th p {
	color: #666666;
	background-color: transparent;
	font-size: 12px;
	line-height: 18px;
	background-attachment: scroll;
	background-image: url(../company/images/th_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 12px;
}
table.companyTable01 td p {
	color: #4c4c4c;
	background-color: transparent;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0px 5px 0px;
}
table.companyTable01 td ul {
	padding: 5px 0px 3px 0px;
}
table.companyTable01 td ul li {
	background-attachment: scroll;
	background-image: url(../common_images/list_mark01.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0px 0px 7px 20px;
	font-size: 12px;
	line-height: 16px;
}

/* company info
------ */
#companyInfoUl {
	margin: 0px 20px 20px;
	border: 3px solid #e5e5e5;
}

/* history
------ */
#historyBox01 {
	float: left;
	width: 252px;
}
#historyBox02 {
	float: right;
	width: 251px;
}
.historyUl01 {
	background-attachment: scroll;
	background-image: url(../company/history/images/history_dot01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px 0px 30px 40px;
	padding-top: 10px;
}
.historyLl01 {
	font-size: 12px;
	line-height: 13px;
	background-attachment: scroll;
	background-image: url(../company/history/images/history_dot02.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	margin: 0px 0px 10px 1px;
}
.historyLl02 {
	font-size: 12px;
	line-height: 13px;
	background-attachment: scroll;
	background-image: url(../company/history/images/history_dot03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin: 10px 0px 10px 30px;
}



/*  business
=============================== */

/* business only 
   left navi
------ */
#leftNaviBusiness {
	width: 205px;
	float: left;
	background-image: url(../common_images/leftnavi_middle.jpg);
	background-repeat: repeat-y;
}* html #leftNaviBusiness {height:1%;}
#businessBox01 {
	background-attachment: scroll;
	background-image: url(../common_images/leftnavi_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 34px 0px 30px;
}* html #businessBox01 {height:1%;}
.businessBox02 {
	background-attachment: scroll;
	background-image: url(../common_images/left_navi_dot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 0px 8px 10px;
	margin: 0px 4px 8px 4px;
}
.businessH2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(../common_images/leftnavi_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.businessH2 a {
	font-size: 12px;
	line-height: 13px;
	color: #0066cc;
	background-color: transparent;
}
.businessBox02 h2 a:hover {text-decoration:none;}
.businessUl01 {
	padding: 0px 0px 0px 20px;
}
.businessUl01 li {
	padding: 10px 0px 0px 10px;
	background-attachment: scroll;
	background-image: url(../business/images/business_leftnavi_arrow01.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
}
.businessUl01 li a {
	color: #44a4c4;
	background-color: transparent;
}
.businessUl01 li a:hover {text-decoration:none;}

/* system
------ */
.profileBox01 {
	padding-bottom: 15px;
}
.profileBox02 {
	float: left;
	width: 352px;
}
.profileBox02 h4 {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 5px;
	color: #333333;
	background-color: #FFFFFF;
}
.profileWord01 {
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 20px;
}
.profileBox02 dl {}
.profileBox02 dl dt {
	padding-bottom: 10px;
}
.profileBox02 dl dd {
	font-size: 12px;
	line-height: 18px;
}
.profileBox03 {
	float: right;
	width: 149px;
}
.profilePhoto01 {
	float: right;
	margin: 0px 0px 5px 10px;
}
.profilePhoto02 {
	float: left;
	margin: 0px 10px 5px 0px;
}
.profileWord02 {
	font-size: 12px;
	line-height: 18px;
}
.profileWord03 {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
}
.offDl01 {
	padding-bottom: 25px;
}
.offDl01 dt {
	padding-bottom: 5px;
}
.offDl01 dd {
	font-size: 12px;
	line-height: 18px;
	color: #4c4840;
	background-color: #fff3d7;
	padding: 5px 10px 5px 10px;
}



/*  company_system
=============================== */

.companySystemDl01 {
	padding: 5px 0px 15px;
}
.companySystemDl01 dt {
	font-size: 12px;
	line-height: 13px;
	color: #3385d6;
	background-color: #FFFFFF;
	padding: 0px 0px 7px 20px;
	background-attachment: scroll;
	background-image: url(../common_images/list_mark01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.companySystemDl01 dd {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 8px;
	background-attachment: scroll;
	background-image: url(../common_images/bot01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
}
/* education
------ */
.educationBox01 {
	width: 152px;
	height: 102px;
	padding: 2px 0px 10px 2px;
	float: left;
	background-attachment: scroll;
	background-image: url(../common_images/photo_back01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}* html .educationBox01 {width:154px;height:104px;}
.educationWord01 {
	width: 340px;
	float: right;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
}
.educationH4 {
	font-size: 11px;
	line-height: 12px;
	padding: 0px 0px 10px 0px;
}
.educationBox02 {
	padding: 0px 0px 15px 0px;
}
.educationDl01 {}
.educationDl01 dt {
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 5px;
}
.educationDl01 dd {
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 10px;
}
.educationBox03 {
	padding: 0px 0px 5px 0px;
}

/* けい追加しました！------ */

.kei{
padding-bottom:10px;}

.kei2{
padding-left:4px;
padding-bottom:4px;}

.kei3{
padding-top:7px;
padding-right:1px;
margin:0px;
}

.kei4{
padding-left:4px;
padding-top:4px;}



.txt_kei01{
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
font-size:30px;
font-weight:lighter;
line-height:30px;}

.txt_kei02{
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
font-size:12px;}

.txt_kei03{
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
font-size:22px;
color:#000000;
line-height:20px;}









