@charset "shift_jis";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	background-image: url(../images/topbg.png);
	background-repeat: repeat-x;
}
.clear{
　clear: both;
}
.txt12 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.txt14 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.txt_service {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.wbox1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 10px;
	border: 1px solid #999999;
	background-color: #F3F3F3;
}
.wbox2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #FF0000;
	text-align: center;
	border: 1px solid #999999;
	background-color: #FFFFEE;
	margin: 0px;
	width: 595px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.inq_input {
	border: 1px solid #999999;
}
.inq_btn {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 120px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #812F85;
	text-align: center;
	border: 1px solid #812F85;
}



#top {
	padding: 0px;
	height: 20px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: right;
	line-height: 14px;
}

#container {
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	height: 55px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#logo {
	padding: 0px;
	width: 210px;
	float: left;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	height: 40px;
}
#exspc {
	padding: 0px;
	width: 550px;
	float: right;
	text-align: right;
	height: 40px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
}
#mainContent {
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #FFFFFF;
}
#mainnavi {
	padding: 0px;
	float: left;
	height: 40px;
	width: 798px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
#contents {
	background-image: url(../images/mcbg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 800px;
}

#mainnavi ul {
	height: 40px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainnavi li.home a {
	height: 40px;
	float: left;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px;
	width: 120px;
	padding: 0px;
	overflow: hidden;
	text-indent: -500px;
	background-image: url(../images/mainnavi.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#mainnavi li.home a:hover {
	height: 40px;
	float: left;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px;
	width: 120px;
	padding: 0px;
	overflow: hidden;
	text-indent: -500px;
	background-image: url(../images/mainnavi.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	
}
#mainnavi li.corporate a {
	height: 40px;
	float: left;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 119px;
	overflow: hidden;
	text-indent: -500px;
	background-image: url(../images/mainnavi.png);
	background-repeat: no-repeat;
	background-position: -120px 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#mainnavi li.corporate a:hover {
	height: 40px;
	float: left;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 119px;
	overflow: hidden;
	text-indent: -500px;
	background-image: url(../images/mainnavi.png);
	background-repeat: no-repeat;
	background-position: -120px -40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#mainnavi li.service a {
	height: 40px;
	float: left;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 119px;
	overflow: hidden;
	text-indent: -500px;
	background-image: url(../images/mainnavi.png);
	background-repeat: no-repeat;
	background-position: -240px 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#mainnavi li.service a:hover {
	height: 40px;
	float: left;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 119px;
	overflow: hidden;
	text-indent: -500px;
	background-image: url(../images/mainnavi.png);
	background-repeat: no-repeat;
	background-position: -240px -40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#mainnavi li.recruit a {
	height: 40px;
	float: left;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 119px;
	overflow: hidden;
	text-indent: -500px;
	background-image: url(../images/mainnavi.png);
	background-repeat: no-repeat;
	background-position: -360px 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#mainnavi li.recruit a:hover {
	height: 40px;
	float: left;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 119px;
	overflow: hidden;
	text-indent: -500px;
	background-image: url(../images/mainnavi.png);
	background-repeat: no-repeat;
	background-position: -360px -40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#mainnavi li.contact a {
	height: 40px;
	float: left;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 119px;
	overflow: hidden;
	text-indent: -500px;
	background-image: url(../images/mainnavi.png);
	background-repeat: no-repeat;
	background-position: -480px 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#mainnavi li.contact a:hover {
	height: 40px;
	float: left;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 119px;
	overflow: hidden;
	text-indent: -500px;
	background-image: url(../images/mainnavi.png);
	background-repeat: no-repeat;
	background-position: -480px -40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#mainnavi li.spc {
	height: 38px;
	float: left;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 3px;
	background-image: url(../images/navivamp.gif);
	background-repeat: no-repeat;
}
#mainnavi li.search {
	height: 40px;
	width: 192px;
	float: left;
	list-style-type: none;
	text-align: left;
	line-height: 40px;
	background-image: url(../images/mainnavi.png);
	background-repeat: no-repeat;
	background-position: -600px 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.searchinput {
	width: 153px;
	border: 1px solid #FFF;
	margin-left: 11px;
	background-color: #FFFFFF;
	padding: 0px;
	line-height: 16px;
	color: #333333;
}
.btnG	{
	margin-top: 5px;
	margin-left: 2px;
}
#eyecatch {
	padding: 0px;
	float: left;
	height: 350px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#pimg {
	padding: 0px;
	float: left;
	height: 150px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#wideconts {
	width: 800px;
	margin-bottom: 20px;
}
.servicetitle {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	background-image: url(../images/servicetitle_point.gif);
	background-repeat: no-repeat;
	line-height: 20px;
}


#conte {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 595px;
}
.tr1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding: 10px;
	line-height: 20px;
}
.tr2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	line-height: 20px;
	background-color: #666666;
}
.td1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 10px;
}
.td2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 5px;
	background-color: #FAFAFA;
}
.under_gototopbar {
	height: 15px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	text-align: right;
	padding: 0px;
}
.under_ecbar {
	padding: 0px;
	height: 30px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
#mc_left {
	padding: 0px;
	float: left;
	width: 580px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#news {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 595px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC3399;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 0px;
	font-style: normal;
}
.newsbox {
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.kiji {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 16px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 3px;
	text-decoration: none;
}
#project {
	width: 580px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.pbar {
	height: 30px;
	width: 595px;
	float: left;
}
.pbox {
	width: 580px;
	margin-bottom: 12px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 12px;
}
.pbox_p {
	width: 185px;
	padding: 0px;
	height: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
}
.pbox_t {
	width: 380px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 20px;
	text-align: left;
	background-image: url(../images/icon_project.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
.pbox_t_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bolder;
	color: #333333;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 4px;
	line-height: 20px;
}
.pbox_t_title a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bolder;
	color: #333333;
	text-align: left;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 4px;
	line-height: 20px;
}
.pbox_t_title a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	line-height: 20px;
	font-weight: bolder;
	color: #812F85;
	text-align: left;
	text-decoration: underline;
	padding-top: 6px;
	padding-bottom: 4px;
}
.pbox_t_subtitle {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #999999;
	text-align: left;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.pbox_t_intro {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding-top: 4px;
}
#mc_right {
	padding: 0px;
	float: right;
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.tprightbnr {
	display: block;
	width: 185px;
	margin-bottom: 8px;
	text-align: center;
}
.p_link {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	height: 40px;
	width: 170px;
	background-color: #333333;
	margin-bottom: 10px;
}
.p_link a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	height: 40px;
	width: 170px;
	background-color: #333333;
	margin-bottom: 10px;
	text-decoration: none;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	clear: both;
	margin-bottom: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	height: 50px;
} 
#copy {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
	background-image: url(../images/footerlogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 445px;
	float: left;
	line-height: 15px;
}
.copyj {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: left;
}
.footernavi {
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.footernavi a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.footernavi a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-weight: normal;
	color: #812F85;
	text-decoration: none;
}
#footertrans {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 175px;
	text-align: right;
}
