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

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

html {
	overflow-x:hidden;
}

body {
	margin: 0px auto;
	font-size: 12px;
	line-height:160%;
	background:url(../img_common/bg.jpg);
}

.clear {
	clear: both;
}

/*--------------------*/

ul li {
	margin:0px;
	padding:0px;
	line-height:150%;
	list-style-type: none;
}
dl dt dd {
	margin:0px;
	padding:0px;
}

/*--------------------*/

img {
	border:0;
}

strong {
	font-size:16px;
}

/*--------------------*/

a:link {
	color: #865d0f;
}
a:visited {
	color: #865d0f;
}
a:hover {
	color: #865d0f;
	text-decoration:none;
}
a:active {
	color: #865d0f;
}
a:focus {
	color: #865d0f;
}

/*--------------------*/

b {
	color:#b30000;
}

.orenge {
	color:#C30;	
}

.red {
	color:#900;
}

.green {
	color:#030;
}

/*--------------------*/

#wrap {
	width:100%;
	height:auto;
	background:url(../img_common/main_bg.png) no-repeat center top;
}

* html #wrap {
	width:100%;
	height:auto;
	background:url(../img_common/bg_ie.jpg) no-repeat center top;
}

/*--------------------*/

#specArea {
	margin:20px auto;
	width: 745px;
	height:99px;
	background:url(../img_common/spec.jpg) no-repeat;
}

#spectextArea {
	margin-left:145px;
}

#specArea ul {
	margin-top:14px;
	width:240px;
	float:left;
}

#specArea li {
	line-height:160%;
}

/*--------------------*/

#bannarArea {
	margin:0px auto;
	margin-bottom:20px;
	width: 328px;
	height:41px;
}

/*--------------------*/

#footerArea {
	margin:20px auto;
	text-align:center;
	width: 100%;
	height:30px;
}

#footerArea li {
	display:inline;
}
