@charset "utf-8";

/* ------------------------------
 厚生労働省 最低賃金制度 
コンテンツページ共通
------------------------------ */


/* ***** ヘッダ ***** */

div#header {
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
	height: 127px;
}

div#header div#title {
	width: 1000px;
	height: 87px;
	margin: 0px auto;
}

div#header div#title div#title_left {
	float: left;
	width: 607px;
	height: 87px;
	margin: 0px;
}

div#header div#title div#title_left p {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	height: 40px;
	position: relative;
}

div#header div#title div#title_left span {
	position: absolute;
	bottom: 0;
}

div#header div#title div#title_left h1 {
	padding: 0px;
	margin: 5px 0px 0px 10px;
	border: none;
	font-size: 2em;
	line-height: 1;
}

div#header div#title div#title_mid {
	float: left;
	width: 219px;
	height: 87px;
}

div#header div#title div#title_mid img.fontsize {
	margin: 40px 0px 0px 0px;
}

div#header div#title div#title_right {
	float: left;
	width: 173px;
	height: 87px;
}

div#header div#title div#title_right h2 {
	font-size: 0px;
	line-height: 0px;
	padding: 0;
	margin: 0;
	border: none;
}

div#header div#title div#title_right img.mhlw {
	margin: 30px 0px 0px 0px;
}

/* ----- ヘッダ：1stメニュー ----- */
div#header div#belt{
	width: 1000px;
	height: 40px;
	background-image: url(../img/header_bg_beltcenter.gif);
	background-repeat: no-repeat;
	clear: both;
	margin: 0px auto;
}

div#header div#belt ul{
	padding: 0px;
	margin: 0px 0px 0px 34px;
}

div#header div#belt li{
	list-style-type: none;
	float: left;
}

div#header div#belt a{
	display: block;
	overflow: hidden;
	line-height: 20em;
}

div#header div#belt span{
	display: block;
	overflow: hidden;
	line-height: 20em;
}

/*　--- ポイント！最低賃金制度 ---　*/
div#header div#belt a.point{
	background-image: url(../img/header_btn_point.gif);
	height: 40px;
	width: 213px;
}

div#header div#belt a.point:hover{
	background-image: url(../img/header_btn_point_over.gif);
}

div#header div#belt span.point{
	background-image: url(../img/header_btn_point_over.gif);
	height: 40px;
	width: 213px;
}

/*　--- 最低賃金適用額早見表 ---　*/
div#header div#belt a.table{
	background-image: url(../img/header_btn_table.gif);
	height: 40px;
	width: 212px;
}

div#header div#belt a.table:hover{
	background-image: url(../img/header_btn_table_over.gif);
}

div#header div#belt span.table{
	background-image: url(../img/header_btn_table_over.gif);
	height: 40px;
	width: 212px;
}

/*　--- あなたの賃金を比較チェック！ ---　*/
div#header div#belt a.check{
	background-image: url(../img/header_btn_check.gif);
	height: 40px;
	width: 248px;
}

div#header div#belt a.check:hover{
	background-image: url(../img/header_btn_check_over.gif);
}

div#header div#belt span.check{
	background-image: url(../img/header_btn_check_over.gif);
	height: 40px;
	width: 248px;
}

/*　--- 仕切線 ---　*/
div#header div#belt span.partition{
	width: 25px;
	height: 40px;

}

/*　--- よくあるご質問 ---　*/
div#header div#belt a.faq{
	background-image: url(../img/header_btn_faq.gif);
	height: 40px;
	width: 146px;
}

div#header div#belt a.faq:hover{
	background-image: url(../img/header_btn_faq_over.gif);
}

div#header div#belt span.faq{
	background-image: url(../img/header_btn_faq_over.gif);
	height: 40px;
	width: 146px;
}

/*　--- ホーム ---　*/
div#header div#belt a.home{
	background-image: url(../img/header_btn_home.gif);
	height: 40px;
	width: 95px;
}

div#header div#belt a.home:hover{
	background-image: url(../img/header_btn_home_over.gif);
}

div#header div#belt span.home{
	background-image: url(../img/header_btn_home_over.gif);
	height: 40px;
	width: 95px;
}



/* ***** 印刷用ヘッダ ***** */

div#header_print {
	display: none;
}



/* ***** ラップ ***** */

div#wrap {
	width: 1000px;
	margin: 15px auto 0px auto;
}

/* ----- 左サイド ----- */

div#leftside {
	width: 200px;
	margin-left: 10px;
	float: left;
	display: inline;
}

div#leftside div#secondmenu {
}

div#leftside div#secondmenu h2 {
	font-size: 0px;
	line-height: 0px;
	height: 42px;
	width: 200px;	
	padding: 0;
	margin: 0;
	border: none;
}

div#leftside div#secondmenu div.menu_mid {
	width: 198px;
	background-image: url(../img/menu_bg.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

div#leftside div#secondmenu div.menu_btm {
	font-size: 0;
	line-height: 0;
	height: 5px;
	width: 200px;
	background-image: url(../img/menu_btm.gif);
}

div#leftside div#secondmenu ul{
	width: 176px;
	margin: 0px 0px 0px 12px;
	padding: 0.5em 0em 0.5em 0em;
}

div#leftside div#secondmenu li{
	line-height: 1em;
	margin: 0px;
	padding: 0em;
	border-bottom: 1px dotted #999;
	list-style-type: none;
}

* html div#leftside div#secondmenu li{
	text-indent: -1em;
}

*+html div#leftside div#secondmenu li{
	text-indent: -1em;
}

div#leftside div#secondmenu li.listend{
	border-bottom: none;
}

div#leftside div#secondmenu ul img{
	margin: 1.15em 5px 1.15em 0px;
	vertical-align: middle;
}


/* ----- ページ ----- */

div#page {
	font-size: 1.17em;
	width: 770px;
	margin: 0px 0px 0px 10px;
	float: left;
	background-image: url(../img/page_bg.gif);

}

div#page div#page_top {
	height: 10px;
	width: 770px;
	background-image: url(../img/page_top.gif);
	font-size: 0;
	line-height: 0;

}

div#page div#page_btm {
	height: 10px;
	width: 770px;
	background-image: url(../img/page_btm.gif);
	font-size: 0;
	line-height: 0;
}

div#page div#navigation {
	width: 750px;
	font-size: 0.86em;
	padding: 0px 10px 0px 10px;
}

/*  コンテンツ基本  */

div#page h1 {
	font-size: 2em;
	line-height: 70px;
	color: #039;
	font-weight: bold;
	text-indent: 90px;
	height: 70px;
	width: 750px;
	background-repeat: no-repeat;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	border: none;
}

div#page h1.header_point {
	background-image: url(../img/page_titlebase_point.gif);
}

div#page h1.header_table {
	background-image: url(../img/page_titlebase_table.gif);
}

div#page h1.header_faq {
	background-image: url(../img/page_titlebase_faq.gif);
}

div#page h2 {
	font-size: 0px;
	line-height: 0px;
	padding: 0;
	margin: 0;
	border: none;
}

div#page h3 {
	font-size: 1.29em;
	line-height: 32px;
	color: #36C;
	font-weight: bold;	
	text-indent: 25px;
	height: 40px;
	width: 730px;
	background-image: url(../img/page_headlinebase_3.gif);
	margin: 30px 0px 0px 20px;
	padding: 0px;
	background-repeat: no-repeat;
}

div#page h4 {
	font-size: 1.14em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

div#page div.article{
	width: 690px;
	margin: 1em 0 2em 40px;
}

div#page div.article_center{
	width: 690px;
	text-align: center;
	margin: 1em 0 2em 40px;
}

div#page div.article_right{
	width: 690px;
	text-align: right;
	margin: 1em 0 2em 40px;
}

div#page div.topagetop{
	width: 690px;
	text-align: right;
	margin: 1em 0 2em 40px;
}

/* ----- フッター ----- */

div#footer {
	width: 1000px;
	border-top: 1px solid #CCC;
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	clear: both;
	text-align: center;
}
