@charset "UTF-8";

/* CSS Document */

/* BASE CONFIG */
form {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}
	
body {
	margin: 0;
	border: 0;
	padding: 0;
	background: #260e0e url("../images/bg_main.jpg") top left repeat-x;
	color: #333;
	text-align: left;
	font-size: 90%;
	font-family: "Verdana", sans-serif, 'MS PGothic', 'Hiragino Kaku Gothic Pro W3';
	}

a:link {
	color: #74793d;
	text-decoration: underline;
	}
a:visited {
	color: #030;
	text-decoration: underline;
	}
a:active {
	color: #030;
	text-decoration: underline;
	}
a:hover {
	color: #c63;
	text-decoration: underline;
	}


h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
h1 {
	font-size: 115%;
	}
h2 {
	font-size: 100%;
	}
h3 {
	font-size: 95%;
	}
h4 {
	font-size: 90%;
	}

.style1 {
	color: #ed9646;
	}
.style2 {
	color: #f00;
	}
.style3 {
	color: #fff;
	}
.style4 {
	color: #06c;
	}
