@charset "Shift_JIS";
/* CSS Document */

/* --------------------------------
   冒頭お知らせ
-------------------------------- */
.box-txt{
	border: solid 3px #cc0000;
	padding: 30px 30px 30px 40px;
	margin-bottom:30px;
}
.box-txt ul li{
	list-style-type: disc;
	padding-bottom:8px;
}
.box-txt ul{
	margin-bottom: 12px;
}
.box-txt-link{
	background: url(/shared/v0004/img/common/bg_white1/arr.png) no-repeat left 6px;
	padding-left:12px;
}

/* --------------------------------
   製品タイトル部
-------------------------------- */
#titleArea_title {
    float: left;
    padding-top: 10px;
    overflow: hidden;
    zoom: 0;
}
#titleArea_title .title {
    float: left;
}
#titleArea_title .txtEdition {
    float: left;
    margin: 5px 0 0 12px;
    font-size: 1px;
    /display: inline;
}

/* =================== 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: 980px;
	text-align: right;
	margin:12px 0 25px 0;
	padding:10px 0 0 0;
	border-top:dotted 1px #000000;
}

.pagetop-btn-none{
	width: 980px;
	text-align: right;
	margin:12px 0 25px 0;
}

.pagetop-back{
	margin-top:15px;
}

/* ---- タイトル -------------------- */

h1.pic{
	margin-bottom:15px;
}

h2.pic{
	margin-bottom:15px;
}

h3.pic{
	margin-bottom:15px;
}

/* ----リセット --------------- */
table{
	border-collapse: collapse; border: none; border-spacing: 0; 
}


/* タイトル */

.main-ttl-set{
	margin-bottom: 15px;
}

.main-ttl-set h1{
	float: left;
}

.main-ttl-set p{
	float: left;
	margin-top: 7px;
}

.read-txt {
	background: #e2e2e2;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 11px;
}

/* --------------------- 最新情報 ------------------------- */

dl.oshirase-list {
	width:980px;
	border-bottom:dotted 1px #e1e1e1;
	margin-top:0.7em;
	}

dl.oshirase-list dt {
	line-height: 1.2em;
	width: 9em;
	padding-left:27px;
	background: url(/oshirase/img/index/arrow.gif) no-repeat left 2px;
}

dl.oshirase-list dd {
	position: relative;
	line-height: 1.2em;
	margin: -1.2em 0 0 11.5em;
	padding: 0 0 0.7em;
}

dl.oshirase-list dd img {
	position: absolute;
	top: 2px;
}

/*
dl.oshirase-list dt {
	line-height: 1.2em;
	width:120px;
	padding-left:27px;
	background-image: url(/oshirase/img/index/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	
}

dl.oshirase-list dd {
	position:relative;
	top:-1.2em;
	left:11.5em;
	z-index:1;
	width:620px;
	line-height: 1.2em;
	margin-bottom:-0.5em;

}
*/