body {
	margin				: 0;
	padding				: 0;
	color					: #505050;
}

a img {
	border				: 0;
}

.orange {
	color					: orange;
}

.center {
	padding				: 5px;
	text-align			: center;
}

.right {
	text-align			: right;
}

td.right {
	text-align			: right;
}

.left {
	text-align			: left;
}

.image_right img {
	float					: right;
	padding-left		: 10px;
}

.image_left img {
	float					: left;
	padding-right		: 10px;
}

.fl_right {
	float					: right;
	padding-left		: 10px;
	font-size			: 10px;
}

.goTop {
	text-align			: right;
	font-size			: 85%;
}

.goTop span {
	padding-left		: 15px;
	background			: url(../images/go_topIcon.gif) no-repeat;
}

.goTop a {
	color					: #78b1ff;
}

.markLink span {
	padding-left		: 15px;
	background			: url(../images/go_topIcon.gif) no-repeat;
}

.markLink a {
	color					: #78b1ff;
}


.notes {
	font-size			: 70%;
}

#wrapper {
	width					: 798px;
	padding				: 0 1px;
	margin				: 0 auto;
	background			: url(../images/all_bg.jpg) repeat-y;
}

#header {
	height				: 20px;
	padding-top			: 5px;
	background			: #f4e727;
}

.head_menu {
	width					: 395px;
	background			: url(../images/head_menu_bg.jpg) no-repeat;
	float					: right;
	font-size			: 12px;
	padding-left		: 5px;
	height				: 17px;
	padding-top			: 3px;
}

.head_menu a {
	color					: #5f5c5c;
	text-decoration	: none;
}
.head_menu a:hover {
	color					: #0073fe;
}

.head_menu a#head_sitemap {
	padding-left		: 16px;
	background			: url(../images/head_sitemap.jpg) no-repeat;
}
.head_menu a:hover#head_sitemap {
	background			: url(../images/head_sitemap_on.jpg) no-repeat;
}

.head_menu a#head_mobile {
	padding-left		: 16px;
	background			: url(../images/head_mobile.jpg) no-repeat;
}
.head_menu a:hover#head_mobile {
	background			: url(../images/head_mobile_on.jpg) no-repeat;
}

.head_menu a#head_faq {
	padding-left		: 16px;
	background			: url(../images/head_faq.jpg) no-repeat;
}
.head_menu a:hover#head_faq {
	background			: url(../images/head_faq_on.jpg) no-repeat;
}

.head_menu img {
	vertical-align		: middle;
}

#navi {
	clear					: both;
	height				: 90px;
	padding				: 5px 0px 0px 25px;
}

#navi a#navi_logo {
	width					: 230px;
	float					: left;
}

#navi .navi_link	{
	width					: 528px;
	float					: right;
	padding-top			: 5px;
}

#menu {
	clear					: both;
}


#contents {
	clear					: both;
	padding				: 10px;
}

.index {
	width						: 170px;
	float						: left;
}

.main {
	width						: 600px;
	float						: right;
}

#seach {
	height					: 23px;
	background				: url(../images/search.jpg) no-repeat bottom left;
	text-align				: right;
	padding					: 0;
	margin					: 0;
	font-size				: 12px;
}

.other {
	padding				: 5px 0;
}

.other img {
	vertical-align		: middle;
}


.other .info {
	float					: left;
	width					: 460px;
	font-size			: 12px;
	line-height			: 20px;
}

.other .bnr {
	width					: 317px;
	float					: right;
}

#footer {
	clear					: both;
	width					: 785px;
	height				: 20px;
	margin				: 0 auto;
	background			: url(../images/footer.jpg) no-repeat;
	padding-left		: 15px;
}

#footer a {
	padding-left		: 15px;
	background			: url(../images/footer_icon.jpg) no-repeat;
	font-size			: 12px;
	color					: #FFF;
	font-weight			: bold;
	text-decoration	: none;
}

#footer a:hover {
	background			: url(../images/footer_icon_on.jpg) no-repeat;
	text-decoration	: underline;
}

span.cl {
	display				: block;
	font-size			: 1px;
	clear					: both;
}

span.cl_dotline {
	display				: block;
	font-size			: 1px;
	clear					: both;
	padding				: 5px 0;
	border-bottom		: 1px dashed #a5a4a4;
	margin-bottom		: 5px;
}

table.form th {
	background			: #EEE;
	text-align			: left;
	border-bottom		: 1px solid #a5a4a4;
}

table.form td {
	border-bottom		: 1px solid #a5a4a4;
}

.normal li {
	font-size			: 80%;
	line-height			: 150%;
	margin				: 10px 0;
}