/*　====================　テーブル　====================　*/
table { /* margin: 1px; border-spacing: 0px; border-collapse: collapse;*/}
tr .odd /* 奇数行 */ { background-color: silver; }
tr .even  /* 偶数行 */ { background-color: white; }
th { font-weight: normal; background-color: #ccc; white-space: nowrap; }
td, th {padding: 0.1em;}
td, th {text-align: left; vertical-align: middle; }
/*　====================　テキスト　====================　*/
.txt_red{ color: red; }
.txt_18 { font-size: 18px; }
/*　====================　基本要素　====================　*/

#content_body p {
	line-height: 150%;
	width: 540px;
	margin: 10px 0;
}
#content_body blockquote {
	background-color: #DCE4F1;
	border-bottom: 1px solid #A4AFCD;
	width: 500px;
	padding: 14px 20px;
	line-height: 150%;
	margin: 10px 0;
}
#content_body blockquote p {
	margin: 0;
	width: 500px;
}
#content_body strong {
	color: #347264;
}
#content_body u {
	text-decoration: none;
	background-image: url(img/u.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
}
/*　====================　リンク　====================　*/
a:link {
	color: #0099FF;
	text-decoration: underline;
}
a:visited {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active  {
	color: #FF9900;
	text-decoration: none;
}

/*　====================　見出しタグ　====================　*/
h2 {
	background-color: #003366;
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 135%;
	padding: 13px 29px 27px 26px;
	margin: 18px 0 11px 0;
	width: 482px;
}
h2 a:link {
	color: #FFFFFF;
}
h2 a:visited {
	color: #FFFFFF;
}
h2 a:hover {
	color: #FFFF66;
	text-decoration: underline;
}
h2 a:active  {
	color: #FFFF66;
	text-decoration: none;
}

#content_body h3 {
	background-image: url(img/h3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	color: #FFFFFF;
	padding: 15px 0 12px 45px;
	margin: 0 0 14px 0;
}
#content_body h4 {
	background-image: url(img/h4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	padding: 14px 0 13px 47px;
	margin: 25px 0 12px 0;
}
#content_body h5 {
	background-image: url(img/h5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 0 4px 24px;
	margin: 16px 0 0 0;
	font-size: 13px;
}
/*　====================　技術の小さい画像のボックス　====================　*/
#content_body .boxGijutsu {
	outline: none;
}
#content_body .boxGijutsu img {
	border: none;
}
#content_body .boxGijutsu {
	width: 540px;
	margin-bottom: 15px;
}
#content_body .boxGijutsu div {
	width: 348px;
	padding: 5px 0 10px 5px;
	float: left;
	border: 1px solid #CCCCCC;
}
#content_body .boxGijutsu div img {
	width: 340px;
	margin: 0 5px 0 0;
	border: 1px solid #CCCCCC;
}
#content_body .boxGijutsu div p {
	width: 340px;
	text-align: center;
}
#content_body .boxGijutsu p {
	width: 175px;
	float: right;
}
/*　====================　特徴のボックス　====================　*/
#content_body .box {
	outline: none;
}
#content_body .box img {
	border: none;
}
#content_body .box {
	width: 540px;
	margin-bottom: 15px;
}
#content_body .box div {
	width: 175px;
	padding: 5px 0 10px 5px;
	text-align: center;
	float: left;
}

#content_body .box p {
	width: 348px;
	float: right;
	
}
/*　====================　写真の入ったテーブル　====================　*/
table.pictable {
	width: 540px;
	line-height: 150%;
	background-color: #CCCCCC;
	margin-bottom: 10px;
}
.pictable th {
	background-color: #F0F0F0;
	border-bottom: 2px solid #CCCCCC;
	background-image: url(img/pictable_th.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 5px;
	text-align: center;
	font-weight:bold;
	font-size: 12px;
}
.pictable td {
	background-color: #FFFFFF;
	padding-left: 5px;
}
.pictable th.box01 {
	background-image: none;
	background-color: #F0F0F0;
	border: none;
	width: 20%;
	text-align: left;
	font-weight: normal;
	padding-left: 5px;
}
.pictable .boximg {
	width: 220px;
	text-align: center;
	vertical-align: top;
}
.pictable td img {
	margin: 2px;
}
/*　====================　ページ内リンク　====================　*/
.pagelink {
	width: 540px;
	padding: 10px 0;
	margin: 10px 0 20px 0;
	color: #CCCCCC;
	border-top: 1px solid #D3D9E8;
	border-bottom: 1px solid #D3D9E8;

}
.pagelink ul {
	padding: 5px 0 0 0;
	margin: 0;
	}
.pagelink li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
	border-right: 1px solid #D3D9E8;
}
.pagelink li.borderNone {
	border: none;
}
.pagelink li a {
	background-image: url(img/arw.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}
/*　====================　写真の入ったテーブル(会社案内)　====================　*/
.pictable2 {
	width: 540px;
	line-height: 150%;
	margin-bottom: 10px;
}
.pictable2 th {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	background-image: url(img/pictable_th.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 5px;
	text-align: center;
	font-weight:bold;
	font-size: 12px;
}
.pictable2 td {
	background-color: #FFFFFF;
	padding-left: 5px;
	text-align: center;
}
.pictable2 th.box01 {
	background-image: none;
	background-color: #F0F0F0;
	border: none;
	width: 27%;
	text-align: left;
	font-weight: normal;
	padding-left: 5px;
}
.pictable2 .boximg {
	padding: 5px 0;
	width: 210px;
	text-align: center;
}
/*　====================　テキストデータのみのテーブル　====================　*/
.entry-body .databox {
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	line-height: 150%;
	margin-bottom: 20px;
	font-size: 12px;
}
.entry-body .databox th {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #AFAFAF;
	border-right: 2px solid #AFAFAF;
	border-left: 1px solid #FFFFFF;
	background-color: #CCCCCC;
	text-align: left;
	font-weight: normal;
	padding-left: 5px;
}
.entry-body .databox th.box01 {
	border-bottom: none;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-color: #F0F0F0;
	text-align: left;
	font-weight: normal;
	padding-left: 5px;
}
.entry-body .databox td {
	padding-left: 5px;
	background-color: #FFFFFF;
}
.entry-body .databox td.small {
	width: 35%;
}
/*　====================　テキストデータのみのテーブル(立列)　====================　*/
#content_body .databox2 {
	/*border-bottom: 1px solid #CCCCCC;*/
	background-color: #FFFFFF;
	line-height: 150%;
	margin-bottom: 10px;
	font-size: 12px;
}
#content_body .databox2 th {
	border-left: 1px solid #AFAFAF;
	border-top: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	border-bottom: 2px solid #AFAFAF;
	background-color: #CCCCCC;
	text-align: left;
	font-weight: normal;
	padding-left: 5px;
}
#content_body .databox2 th.box01 {
	border-top: none;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F0F0F0;
	text-align: left;
	font-weight: normal;
	padding-left: 5px;
}
#content_body .databox2 td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#content_body .databox2 .borderNone {
	border: none;
}
#content_body .databox2 .visual {
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
	vertical-align: middle;
}
/*　====================　リスト　====================　*/
#content_body .datalist {
	width: 523px;
	margin: 8px 0 5px 17px;
	padding: 0;
}
#content_body .datalist li {
	list-style: none;
	background-image: url(img/list.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 5px 18px;
	margin: 0;
}
/*　====================　プライバシーポリシー　====================　*/
#content_body h4.policy {
	background-image: url(p_policy/img/h4.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 3px 0 7px 35px;
	margin: 23px 0 8px 0;
}
#content_body .toiawasebox {
	background-image: url(p_policy/img/p_policy_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 422px;
	height: 92px;
}
#content_body .toiawasebox div {
	width: 120px;
	float: left;
}
#content_body .toiawasebox p {
	width: 287px;
	color: #666666;
	font-weight: bold;
	letter-spacing: -1px;
	float: right;
	line-height: 135%;
}
/*　====================　質問コーナー　====================　*/
#content_body .question {
	background-image: url(shitsumon/img/shitsumon_q.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 481px;
	font-size: 14px;
	font-weight: bold;
	padding: 18px 0 25px 59px;
	margin: 10px 0 0 0;
}
#content_body .answer {
	background-color: #EEF1F8;
	background-image: url(shitsumon/img/shitsumon_a.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 150%;
	width: 441px;
	padding: 26px 29px 31px 70px;
	margin: 0 0 10px 0;
}
#content_body .answer span a {
	display: block;
	text-align: center;
}
#content_body .answer p {
	width: 441px;
} 

#content_body .answer .datalist {
	width: 424px;
	margin: 8px 0 0 17px;
	padding: 0;
}
#content_body .answer .datalist li {
	list-style: none;
	background-image: url(img/list2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 18px;
	margin: 0;
}
/*　====================　求人情報　====================　*/

#content_body .bossTop {
	margin: 0 0 0 30px;
}
#content_body .boss {
	width: 436px;
	background-image: url(recruit/img/reqruit_boss_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 44px 20px 0;
	margin: 0 0 0 30px;
}
#content_body .boss div {
	width: 180px;
	float: left;
	vertical-align: top;
	margin: 10px 0 0 0;
}
#content_body .boss div.text {
	width: 250px;
	float: right;
	margin: 0;
	background-image: url(recruit/img/reqruit_boss_p.jpg);
	background-position: left top;
	background-repeat: repeat-y; 
}
#content_body .boss div.text p {
	width: 220px;
	margin: 0 15px;
	padding: 12px 0;
	text-align: left;
}
#content_body .entry-button {
	padding: 0;
	margin: 0;
}
#content_body .entry-button a {
	background-image: url(img/entry_button.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	width: 165px;
	height: 50px;
	margin-left: 187px;
}

#content_body .entry-button a:hover {
	background-position: bottom;
	text-decoration: none;
}
/*　====================　求人のボックス　====================　*/
#content_body .box02 {
	outline: none;
}
#content_body .box02 img {
	border: none;
}
#content_body .box02 {
	width: 540px;
	margin-bottom: 15px;
}
#content_body .box02 div {
	width: 200px;
	padding: 5px 0 10px 5px;
	text-align: center;
	float: left;
}

#content_body .box02 p {
	width: 320px;
	float: right;	
}
/*　====================　リンク集　====================　*/

.linkpage ul,
.linkpage dl {
	width: 538px;
	border: 1px solid #8B9DC5;
	margin: 0 0 30px 0;
	padding: 0;
}

.linkpage dl dt {
	color: #032E82;
	margin: 10px 0 10px 9px;
	padding: 0 10px 0 0;
	
}
.linkpage dl dt a:link,
.linkpage li a:link {
	color: #032E82;
}
.linkpage dl dt a:visited,
.linkpage li a:visited {
	color: #032E82;
}
.linkpage dl dt a:hover,
.linkpage li a:hover {
	color: #032E82;
	text-decoration: none;
}
.linkpage dl dt a:active,
.linkpage li a:active {
	color: #FF9900;
	text-decoration: none;
}

.linkpage dl dd {
	background-image: url(link/img/link_bottom_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	line-height: 150%;
	margin: 0 0 0 9px;
	padding: 0 9px 10px 28px;
}
.linkpage dl dd.bgNone {
	background-image: none;
	line-height: 150%;
	margin: 10px 0 0 9px;
	padding: 0 9px 10px 28px;
}
.linkpage li {
	background-image: url(link/img/link_bottom_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	line-height: 150%;
	margin: 10px 0 0 9px;
	padding: 0 9px 10px 0;
	list-style: none;
}
.linkpage li.bgNone {
	background-image: none;
	line-height: 150%;
	margin: 10px 0 0 9px;
	padding: 0 9px 10px 0;
}

.linkpage a.name {
	background-image: url(link/img/link_name.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding: 0 0 0 29px;
	color: #032E82;
}
.linkpage a.name:link {
	color: #032E82;
	text-decoration: none;
}
.linkpage a.name:visited {
	color: #032E82;
	text-decoration: none;
}
.linkpage a.name:hover {
	color: #032E82;
	text-decoration: underline;
}
.linkpage a.name:active  {
	color: #FF9900;
	text-decoration: underline;
}
#content_body h3.sitemap-cat {
	background-image: url(sitemap/img/sitemap_cat_line.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 6px 0 0 0;
	margin: 0 0 0 47px;
	width: 453px;
}
#content_body h3.sitemap-cat a {
	background-image: url(sitemap/img/sitemap_cat.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 6px 0 0 31px;
	height: 17px;
	margin: 0;
	display: block;
	color: #666666;
	font-size: 14px;
	text-decoration: none;
}
#content_body h3.sitemap-cat a:link {
	color: #666666;
	text-decoration: noen;
}
#content_body h3.sitemap-cat a:visited {
	color: #666666;
	text-decoration: none;
}
#content_body h3.sitemap-cat a:hover {
	color: #FF9900;
	text-decoration: none;
	background-position: left bottom;
}
#content_body h3.sitemap-cat a:active  {
	color: #666666;
	text-decoration: none;
}
#content_body .sitemap-cat-des {
	width: 420px;
	padding: 5px 0 12px 31px;
	margin: 0 0 0 47px;
}
/*　====================　クリア　====================　*/
.partition {
	height:0px;
	font-size:0px;
	line-height:0px;
	clear: both;
	margin: 0;
	padding: 0;
}
/*　====================　改ページ　====================　*/
.page-break {page-break-before: always;}
