@charset "UTF-8";


/* ------------------------------------------------------------
 「東日本大震災本復旧工事」共通　CSS
 更新日:10/11/07
 
------------------------------------------------------------ */
img {
	margin:0px;
	padding:0px;
	border-style:none;
	border-width:0px;
	vertical-align:bottom;
}/* 変な隙間の対処 */
/* 本番では削除--------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size: 13px;
    line-height: 1.3;
}
/*
div#header {
    border-top: 4px solid #3DA414;
    position: relative;
    width: 950px;
	height:100px;
}
*/
div#footer {
    position: relative;
    width: 950px;
	height:100px;
}
div#wrap {
	width: 953px;
	margin: 0 auto;
	padding:0;
}


/* 本番では削除--------------- */
/* リンク点線を消す */
a {
outline: none;
}

/* フッター画像--------------- */
#main {
	background-color: #B0D8F0;
	background-position: center;
	width: 935px;
	margin-bottom: 20px;
}
.photos {
	clear: both;
	visibility: inherit;
}

#contents {
position: relative;/* 配置の基準の設定 */
}


div#contents a.document:link {
	color: #FFFF00;
	text-decoration: none;
}
div#contents a.document:hover {
	color: #FFFF00;
	text-decoration: underline;
}
div#contents a.document:visited {
	color: #FFFF00;
	text-decoration: none;
}
div#contents a.document:active {
	color: #FFFF00;
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 0;
}
.box01 {
	position: relative;
}
.box01-contents {
	position: absolute;
	left: 26px;
	top: 744px;
	width: 650px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box02 {
	position: relative;
}
.infobox_wrap {
	position: relative;
}
.infobox {
	position: absolute;
	left: 40px;
	top: -230px;
	width: 393px;
	height: 208px;
}

.infobox ul {
	margin: 0;
	list-style-position: outside;
	margin-bottom: 0px;
	color: #FFFF00;
}

.infobox ul li {
	height:18px;
	font-size: 16px;
	font-weight:bolder;
	line-height:18px;
	list-style-type: none;
	padding:4px 0 7px 0;
	background-image: url(../images/info_point.gif);
	background-repeat: no-repeat;
	text-indent: 45px;
}

ul li.m {
	height:30px;
	line-height:14px;
	padding:6px 0 2px 0;
}

ul li.m span{
	font-size: 12px;
	font-weight:bolder;
	padding:0 0 0 45px;
}

.box03 {
	position: relative;
}
.box04 {
	position: relative;
}
.box05 {
	position: relative;
}
.infobox_bottom {
	position: absolute;
	left: 38px;
	top: 8px;
	width: 880px;
	height: 105px;
}
.infobox_L{
	float: left;
	width: 570px;
	height: 73px;
	padding:39px 0 0 0;
}
.infobox_R{
	float: left;
	width: 290px;
	height: 105px;
	padding:2px 0 0 0;
}
.infobox_content{
	font-size: 12px;
	padding:38px 0 0 0;
}
.infobox_img{
	float: left;
}
.infobox_img img{
	width:33px;
	height:25px;
}
.infobox_a{
	float: left;
	width:157px;
	height:25px;
	margin:0 0 0 0;
	overflow:hidden;
}

.infobox_a a{
	font-size:14px;
	line-height:25px;
	font-weight:bolder;
}
.infobox_ymd {
    color: #FFFF00;
    font-size: 11px;
    height: 27px;
    left: 283px;
    position: absolute;
    top: -299px;
    width: 151px;
}