@charset "utf-8";

/* ------------------------------
 厚生労働省 最低賃金制度 
------------------------------ */

/*　----- 印刷用設定 -----　*/

body {
	background-image: none;
	background-color: #FFFFFF;
}

/* ***** ヘッダの非表示 ***** */
div#header{
	display: none;
}

div#leftside {
	display: none;
}


/* ***** 印刷用ヘッダ ***** */

div#header_print {
	display: block;
	width: 100%;
	border-top: 2px solid #36C;;
	border-bottom: 1px solid #36C;
	padding: 10px 0px 10px 0px;
}

div#header_print div#title_print_left {
	float: left;
}

div#header_print div#title_print_left p{
	font-size: 1em;
	line-height: 1em;
	margin: 5px 0px 5px 10px;
	padding: 0px;
}

div#header_print div#title_print_left h1{
	font-size: 2.5em;
	line-height: 1em;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border: none;
}

div#header_print div#title_print_right {
	float: right;
}

div#header_print div#title_print_right h2{
	font-size: 0;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	border: none;
}


/*  ↓印刷用幅・背景の調整↓  */

/* ***** ラップ ***** */

div#wrap {
	width: 649px;
}

/* ***** ページ ***** */

div#page {
	width: 649px;
	background-image: none;
	margin: 0px;
}

div#page div#page_top {
	display: none;
}

div#page div#page_btm {
	display: none;
}

div#page div#navigation {
	display: none;
}

div#page h1 {
	width: 626px;
	line-height: 1em;
	text-indent: 10px;
	height: 30px;
	border-bottom: 2px solid #039;
	border-left: 4px solid #039;
}

div#page h1.header_point {
	background-image: none;
}

div#page h1.header_table {
	background-image: none;
}

div#page h1.header_faq {
	background-image: none;
}

div#page h2 {
}

div#page h3 {
	width: 626px;
	height: 1.5em;
	text-indent: 10px;
	background-image: none;
	border-top: 1px solid #36C;;
	border-right: 1px solid #36C;
	border-bottom: 1px solid #36C;
	border-left: 2px solid #36C;
}

div#page div.article{
	width: 582px;
	margin: 1em 0 2em 40px;
}

div#page div.article_center{
	width: 582px;
	text-align: center;
	margin: 1em 0 2em 40px;
}

div#page div.article_right{
	width: 582px;
	text-align: right;
	margin: 1em 0 2em 40px;
}

div#page div.topagetop{
	display: none;
}

/* ----- フッター ----- */

div#footer {
	width: 649px;
}

