@charset "utf-8";
body {
	background-image: url(image/org_gradiant.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #783B00;
}
h2 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
h1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}
p {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}


a.main:link {
	background-image: url(image/link_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 44px;
	width: 147px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	line-height: 44px;
	color: #663300;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: block;
}
a.main:visited {
	background-image: url(image/link_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	color: #663300;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: block;
	height: 44px;
	width: 147px;
	line-height: 44px;
}
a.main:hover {
	background-image: url(image/link_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 44px;
	display: block;
	height: 44px;
	width: 147px;
}
.bg {
	background-image: url(image/org_gradiant.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #BA5A06;
}

a img {
	border: 0px solid #CCC;
	padding: 1px;	
	
}

