@charset "UTF-8";

/* margin set */
*{
	margin: 0px;
	padding: 0px;
}

/* body set */
body{
	font-family: "ＭＳ ゴシック", "Verdana", "Helvetica","Osaka", "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	font-size:12px;
	letter-spacing:2px;
	line-height:135%;
	color:#444444;
	text-decoration:none;
}

/* img set */
img{
	border:0;
}


#inbox{
	width:170px;
}

#inbox table{
	border-collapse:collapse;
}

#inbox tr{
	vertical-align:top;
}

#inbox th{
	width:40px;
	padding:5px 0 5px 2px;
	border-bottom:1px dashed #BBBBBB;
	font-weight:normal;
}
#inbox td{
	width:130px;
	padding:5px 0 5px 5px;
	border-bottom:1px dashed #BBBBBB;
}
