@charset "utf-8";
/* B166ER */

a{
	text-decoration:none;
	color: #009900;
	font-weight: bold;
	}

a:hover{
	text-decoration:none;
	color: #00FF00;
	font-weight: bold;
	}

img{
	border: none;
	}

body{
	background:#1d1e1d;
	margin-top: 0;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

#global{
	width: 783px;
	margin-right: auto;
	margin-left: auto;
	background:url(IMG/images/design_04.jpg) left repeat-y;
	}
.header{
	width: 100%;
	height: 134px;
	background:url(IMG/images/design_02.jpg) top left no-repeat;
	}
	
.menu{
	width: 80%;
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	}

.content{
	width: 94%;
	min-height: 500px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
	}

.footer{
	width: 100%;
	height: 170px;
	background: url(IMG/images/design_15.jpg)no-repeat;
	padding-left: 25px;
	}