@charset "Shift_JIS";
/* CSS Document */

/* =================== Common ================= */

/* ---- フッターを最下部に設置 ------ */

html{
    height:100%;
}

body{
    height:100%;
}

* html div#wrapper-all{
    height:100%;
}

div#wrapper-all{
    width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}

body > #wrapper-all {
	height: auto;
}

div#wrapper-header-contents{
    padding-bottom:45px;
}

#wrapper-footer{
    position:absolute;
    bottom:0px;
    height:45px;
    width:100%;
}

/* ---- ページトップへ -------------- */

.pagetop-btn{
	width: 850px;
	text-align: right;
	margin:12px 0 25px 0;
	padding:10px 0 0 0;
}

.pagetop-btn-none{
	width: 850px;
	text-align: right;
	margin:12px 0 25px 0;
}

.pagetop-back{
	margin-top:15px;
}



/* ----リセット --------------- */
table{
	border-collapse: collapse; border: none; border-spacing: 0; 
}


#main {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
.wrapper-ttl {
	margin-bottom: 15px;
	padding-top: 9px;
}
.wrapper-ttl h1 {
	float: left;
}
.wrapper-ttl p {
	float: left;
	padding-top: 5px;
}
.subttl-txt {
	padding-bottom: 20px;
}
.list-tbl tr td {
	padding-bottom: 8px;
}

/* ---- 各パーツ --------------- */

.wrapper-tohoku-index-detail {
	margin-bottom: 30px;
}
.wrapper-tohoku-index-detail dl dt {
	line-height: 1.2em;
	width:160px;
	background: url(/oshirase/tohoku/img/arrow_square.gif) no-repeat 2.4em top;
	padding-left: 4em;
}
.wrapper-tohoku-index-detail dl dd {
	position:relative;
	top:-1.2em;
	left:160px;
	z-index:1;
	width:630px;
	line-height: 1.2em;
	margin-bottom:-0.3em;
}
.wrapper-tohoku-index-detail ul li.prod-name {
	font-weight: bold;
	padding-bottom: 0.8em;
	padding-left: 1em;
}
.wrapper-tohoku-index-detail ul li.detail-link01 {
	background: url(/oshirase/tohoku/img/arrow_square.gif) no-repeat 2.3em 2px;
	padding-left: 3.8em;
	padding-bottom: 0.8em;
}
.wrapper-tohoku-index-detail ul li.detail-link02 {
	background: url(/oshirase/tohoku/img/arrow_blue.gif) no-repeat 4em 5px;
	padding-bottom: 0.5em;
	padding-left: 4.79em;
}
