﻿#inbox_style {
	width: 860px;
	margin: 0 auto;
	background: url("../images/indexBackground.jpg") left top no-repeat;
}

#sheet {
	width: 565px;
	height: 918px;
	background: #ffffff url('../images/indexSheet.jpg') left top no-repeat;
}

#sheetContents {
	position: relative;
}

#sheetContents h3 {
	display: none;
}

#sheetContents p.p1 {
	width: 220px;
	height: 90px;
	overflow: auto;
	position: absolute;
	left: 320px;
	top: 820px;
	font-size: 13px;
}

#check {
	width: 565px;
	height: 225px;
	margin: 10px 0 0 0;
	background: #ffffff url('../images/check.jpg') left top no-repeat;
}

#checkContents {
	display: none;
}

#tanshin {
	width: 565px;
	height: 145px;
	margin: 20px 0 0 0;
	background: #ffffff url('../images/tanshin.jpg') left top no-repeat;
	position: relative;
}

#tanshinContents h3 {
	display: none;
}

#tanshinContents p {
	width: 380px;
	height: 70px;
	overflow: auto;
	position: absolute;
	font-size: 13px;
	left: 150px;
	top: 60px;
	
}

#secure {
	width: 565px;
	height: 145px;
	margin: 10px 0 0 0;
	background: #ffffff url('../images/secure.jpg') left top no-repeat;
	position: relative;
}

#secureContents h3 {
	display: none;
}

#secureContents p {
	width: 380px;
	height: 70px;
	overflow: auto;
	position: absolute;
	font-size: 13px;
	left: 150px;
	top: 60px;
}

#mitumori {
	width: 225px;
	height: 250px;
	background: #ffffff url('../images/mitumori.jpg') left top no-repeat;
	position: relative;
}

#mitumoriContents p.p1 {
	position: absolute;
	left: 20px;
	top: 95px; 
}

#mitumoriContents p.p2 {
	position: absolute;
	left: 100px;
	top: 95px; 
}

#mitumoriContents p.p3 {
	position: absolute;
	left: 20px;
	top: 185px; 
}

#mitumoriContents p.p4 input{
	width: 90px;
	height: 90px;
	position: absolute;
	left: 125px;
	top: 150px; 
}

#mitumoriContents p.p5 {
	position: absolute;
	left: 10px;
	top: 130px;
}

#mitumoriContents p.p5 a{
	border:none;
}

#mitumoriContents p.p5 a img {
	border:none;
}


#news {}

#news h3 {
	width: 225px;
	height: 35px;
	margin: 10px 0 0 0;
	background: #ffffff url('../images/news.jpg') left top no-repeat;
}

#news h3 span {
	display: none;
}

#news dl {
	width: auto;
}

#news dl dt {
	margin: 10px 0 0 25px;
	color: #EF8000;
	font-size: 13px;
}

#news dl dd {
	margin: 3px 0 0 0;
	padding: 0 0 5px 25px;
	border-style: dashed;
	border-color: #666666;
	border-width: 0 0 1px 0;
	line-height: 1.8em;
	font-size: 13px;
	color: #111111;
	background: #ffffff url('../images/list_icon.jpg') left top no-repeat;
}