@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
	display: none;
}

html{ 
    height:100%;
}

body {
	text-align:center;
	background-color: #FFFFCC;
	height:100%;
}

p {
	font-size: 14px;
	line-height: 1.8em;
}

#outbox {
	width: 820px;
	height:100%;
	margin:0px auto;
	text-align:center;
	margin-top: 0px;
	background-color: #ffcc00;
	background-image: url(../img/yellow_back.gif);
	background-repeat: repeat-x;
	min-height:100%;
}

body > #outbox{ 
    height:auto;
}

#inbox {
	width: 790px;
	margin:0px auto;
	text-align: left;
	margin-left: 20px;
	background-color: white;
}

#header_box {
	width: 820px;
	margin:0px auto;
	text-align: left;
	padding-left: 20px;
	background-color: #FFFFCC;
}

#footer_box {
	width: 790px;
	height: 40px;
	text-align: center;
	background-color: #ffcc00;
	clear: both;
	}

#mid_box {
	width: 790px;
	margin:0px auto;
	text-align: left;
	float: inherit;
	position: relative;
}

#link_box {
	width: 790px;
	text-align: center;
	position: rerative;
	clear: both;
}

#content_box {
	width: 750px;
	margin:0px inherit;
	text-align: left;
	float: right;
}

#left_box {
	width: 29px;
	height: auto;
	text-align: left;
	background-color: white;
	float: left;
}

.accsent01 {
	font-size: 18px ;
	font-weight: bold;
	line-height: 1.4em;
}

.accsent02 {
	font-size: 18px ;
	font-weight: bold;
	color: #b3191d;
	line-height: 1.6em;
}

.accsent03 {
	font-size: 16px ;
	font-weight: bold;
	line-height: 1.4em;
}

.accsent04 {
	font-size: 18px ;
	font-weight: bold;
	color: #0000FF;
	line-height: 1.6em;
}

.linktext {
	font-size: 13px ;
}

.copytext {
	font-size: 12px ;
	padding-top: 20px;
}

.headtext {
	font-size: 12px ;
	margin-top: 2px;
	margin-bottom: -4px;
}

.tell {
	width: 712px;
	height: 66px;
	margin:0px inherit;
	text-align: right;
	float: left;
	margin-left: 20px;
	_margin-left: 10px;
	background-image:url(../img/freedial.jpg)
}