﻿@charset "UTF-8";
/* CSS Document */
body { 
	background-color: #d0cece;
	margin: 0;
	padding: 0;
}
html,body{
  height: 100%;
}
#layout{
	background: url('images/bg.gif') repeat-y;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 778px;
}
a:link.type1 { color: #000000; text-decoration: underline; } 
a:visited.type1 { color: #000000; text-decoration: underline; } 
a:hover.type1 { color: #FF0000; text-decoration: underline; } 
a:active.type1 { cilor: #FF0000; text-decoration: underline; }

.maincontents{
	padding: 4px 0 ;
	background: #000000;
}
.headerimg{
	background: url('images/header_bg.jpg') no-repeat;
}
.totop{
	padding: 45px 0 0 80px;
}
.menubg{
	background: url('images/menu_bg.jpg') no-repeat;
}
.menu_top{
	margin: 2px 5px 0 2px; 
}
.menu{
	margin: 2px 5px 0 5px; 
}
.footerbg{
	background: url('images/footer_top.gif') no-repeat;
	color: #ffffff;
	font-size: 12px;
	padding: 5px 5px 0 0;
	text-align: right;
}
