body {
/* 背景色				*/	background-color	:#F0F2F4;
/* 空き（上）			*/	margin-top			:0px;
/* 空き（下）			*/	margin-bottom		:0px;
/* 空き（左）			*/	margin-left			:0px;
/* 空き（右）			*/	margin-right		:0px;
/* フォント色			*/	color				:#333333;
}
/* リンク色				*/	a:link		{color	:#476AA4;}
/* リンク色（クリック）	*/	a:visited	{color	:#800080;}
a:hover {text-decoration:none;color:#476AA4;}

/* 擬似クラス（black）	*/
a.black:link {text-decoration:none;color:#666666;}
a.black:visited {text-decoration:none;color:#666666;}
a.black:hover {color:666666;margin-top:2px;position:relative;top:2px;left:2px;}
a.black:active {text-decoration:none;color:#666666;}

/* 擬似クラス（orange）	*/
a.orange:link {text-decoration:none;color:#FF823C;}
a.orange:visited {text-decoration:none;color:#FF823C;}
a.orange:hover {color:FF823C;margin-top:2px;position:relative;top:2px;left:2px;}
a.orange:active {text-decoration:none;color:#FF823C;}

.text_title01 {
	color		:#666666;
	font-size	:80%;
	line-height	:140%;
}
.text_outline {
	color		:#666666;
	font-size	:80%;
	line-height	:110%;
}
.text_title_top {
	color		:#FF823C;
	font-size	:100%;
}
.text_title_top02 {
	color		:#821E00;
	font-size	:100%;
}
.text_copyright {
	font-size	:80%;
	color: #fff;
}
.text_sentence {
	font-size	:80%;
	line-height	:140%;
}
.text_sentence100 {
	font-size	:100%;
	line-height	:140%;
}

.text_link70 {
	font-size	:70%;
}

.text_link80 {
	font-size	:80%;
}

.text_sentence_small {
	font-size	:75%;
}

.text_sentence_main {
	font-size	:80%;
	line-height	:140%;
	font-weight: bold;
}

.text_sentence85 {
	font-size	:85%;
	line-height	:140%;
}

.plaxlogo{
	padding-top: 10px;
	padding-bottom: 10px;
}


/* topページ採用情報用 */
table.top_saiyo {
	font-size	:100%;
	margin:	5px 0px 15px 0px;
	border-bottom	:dashed 1px #CFEBF0;
}

table.top_saiyo th {
	background-color	:#CFEBF0;
	padding	:5px 0;
}

table.top_saiyo td.header2 {
	font-weight	:bold;
	padding-top	:7px;
}

table.top_saiyo td {
	width	:170px;
	margin	:5px 30px 0 5px;
	padding	:3px 0px 3px 5px;
	border-right	:dashed 1px #CFEBF0;
	border-left	:dashed 1px #CFEBF0;
}

