* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

body {
	margin: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 12px;
	color: #666666;
	background: #FFFFC4 url(img/back.gif) center;
	background-repeat: repeat-y;
	text-align: center; 
}
#inbox {
 height: 96%;
	width: 742px;
	margin: 0 auto;
}
.menu-top {
	background-image: url(img/header_r1_c2.jpg);
	background-repeat: repeat;
	height: 22px;
}
.menu-top img{
 margin-left:5px;
 }
.menu-bottom {
	background-image: url(img/header_r2_c2.jpg);
	height: 19px;
}
.menu-bottom img{
 margin-left:5px;
 }
a:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FF3333;
	text-decoration: none;
}
a:active {
	color: #F5B681;
	text-decoration: none;
}
.font14b {
	font-size: 14px;
	line-height: 18px;
}
.copy {
	margin-top: 10px;
}
