@charset "utf-8";

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

/*　----- 共通設定 -----　*/

/* initialize */

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #f0f0f0;
	font:12px/1.5 "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", arial, helvetica, clean, sans-serif;
	color: #333;
	margin:0px;
	padding:0px;
	background-image: url(../img/site_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	}
	
* html body	{
	font-size:75%; /* IE6 */
	}
	
table {
	font-size: 12px;
	}


/* clearfloats */

.clearfloat {
	width:0px;
	height:0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

	
/* Structure */
	
h1{
	font-size: 2em;
	border-bottom: 1px solid #333;
	border-left: 4px solid #33C;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0.3em;
}

h2{
	font-size: 1.5em;
	border-left: 2px dotted #33C;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	padding-left: 0.5em;
}

h3{
	font-size: 1.33em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0.67em;
}

h4, h5, h6{
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 2em;
}

address {
	text-align: right;
	margin: 0em 1em 1em 2em;
	font-style: normal;
}


/* Text */

p {
	margin: 0em 0em 1em 0em;
	}

em {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	}

strong {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #0033CC;
	}

q {
	color: #000;
	background-color: #EEE;
	border-bottom: 1px dotted #999;
	}
	
blockquote {
	color: #000;
	background-color: #EEE;
	margin: 0em 2em 1em 4em;
	padding: 1em;
	border-left: 1px solid #33C;
	}
	
pre {
	background-color: #EEE;
	width: 90%; /*  for IE */
	height: 10em;
	overflow: auto;
	margin: 1em 2em 1em 4em;
	padding: 1em;
	border: 1px solid #666;
	}


/* Image */

img {
	border: none;
}


/* Link */

a {
	color: #3333FF;
	text-decoration: none;
	}
	
a:hover {
	color: #3333FF;
	text-decoration: underline;
	}


/* list */

ul {
	margin: 1em 0em 2em 2em;
	list-style-position: inside;
	}
	
li {
	margin: 0em 0em 0.5em 0em;
	}

dl {
	margin: 1em 0em 2em 4em;
	}

dt {
	font-size: 1em;
	font-weight: bold;
	text-indent: -2em;
	}
	
dd {
	margin: 0em 0em 2em 1em;
	}	
