@charset "euc-jp";
*{
	margin:0;
	padding:0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#aaa;
}

/* コンテナ */
div#container_bak {
	width: 950px;
	background-color:#fff;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:20px;
}
div#container {
	width: 930px;
	background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
}


/* ヘッダー */
div#header {
	margin:0px;
	padding:0px;
	width:930px;
	height:140px;
	text-align:center;
}
div#header1 {
	margin:auto;
	padding:0px;
	width:930px;
}
#header2 {
	font-size:0.9em;
	background-color:#000;
	width:930px;
	height:10px;
	padding-top:5px;
	text-align:center;
	clear:both;
}
#header2 a {
	color:#FFF;	
}
#header2 a:hover {
	color : #fa6633;
}
.h_index{
	margin-left:15px;
	margin-right:15px;
}


/* コンテンツ */
div#contents {
	margin-top: 10px;
	padding-bottom:10px;
	width:930px;
	clear:both;
}
/* １カラムスタイル */
div#Column1 {
	width:690px;
	margin:auto;
	margin-bottom:10px;
}
/* パンくず */
div#bread {
	width:920px;
	padding-left:4px;
	clear:both;
}
#bread p {
	font-size: 80%;
}
#machine ul{
	padding:0;
	list-style:none;
	font-size:80%;
}
#machine li{
	padding:6px 10px 6px 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}



/* フッター */
.footer_hr{
	background-color:#000;
	height:2px;
	clear:both;
}
.footer_class01{
	padding-top: 5px;
	font-size:0.9em;
	letter-spacing:0.05em;
	font-weight: bold;
}
.footer_class02{
	margin-top:6px;
	font-size:0.8em;
	line-height: 1em;
	letter-spacing: 0.05em;
}
/* コピーライト */
#copyright{
	width:930px;
	clear:both;
	text-align:center;
	background-color:#FFF;
	font-size:12px;
	margin-bottom:10px;
}
div#footer_div_fukui{
	margin-top:15px;
	margin-left:20px;
	float:left;
}
div#footer_div_fk{
	padding-left:10px;
	width:600px;
	float: right;
	text-align:left;
	background-color:#FFF;
	margin-bottom:10px;
}


/* H1 */
h2{
	margin-top:20px;
	font-size: 140%;
	color: #111;
	padding-left:15px;
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: normal;	
  position: relative;
}
h3{
	font-size:120%;
	font-weight: normal;
	margin-top:20px;
	margin-bottom:10px;
	padding-left:20px;
	padding-top:5px;
	height: 30px;
	border-left-style: solid;
	border-left-width: 12px;
	border-left-color: #2d579a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2d579a;
}

h4{
	font-size:100%;
	font-weight: bold;
	margin-top:20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-left: 20px;
	color: #333;
}

p{
	margin:0 20px;
	font-size:0.85em;
}
.comment{
	font-size:12px;
	text-decoration:underline;
	color:#B61972;
}