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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff9eb;
	background-image: url(../images/bg_red.jpg);
	background-repeat: repeat-x;
	}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777979;
	}
	
a:link, a:visited {
	color: #A40E0D;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #EF4B4B;
	text-decoration: line-through;
	}
	
a.foot:link, a.foot:visited {
	color: #fff9eb;
	text-decoration: none;
	}

a.foot:hover, a.foot:active {
	color: #ffe8b2;
	text-decoration: underline;
	}

.header_top {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	}
	
.header_top2 {
	background-image: url(../images/top_02_red.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}
	
.menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	}

.main {
	background-image: url(../images/middle_bg_red.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	
	}
	
.main2 {
	background-image: url(../images/middle_bg2_red.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;	
	}
	
.footer {
	color: #fff9eb;
	font-size: 10px;
	background-image: url(../images/footer_bg_red.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

.footer2 {
	color: #fff9eb;
	font-size: 10px;
	background-image: url(../images/footer_02_red.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}
	
.size_9 {
	font-size: 9px;
	}	

.size_10 {
	font-size: 10px;
	}
	
h1 {
	font-size: 20px;
	}