@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/front/body.jpg) repeat-x #e6e6e6;
	font-size:12px;
	color:#333;
	margin:auto 0;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#ff8940;
}
img{
	border:none;
	vertical-align:middle;
}
.cleaner{
	clear:both;
}
#container{
	width:1000px;
	margin:0 auto;
}
#menu {
	width:1000px;
	background:none;
	color:#444;
	margin-top:30px;
	text-align:center;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu li {
	display:inline;
	list-style:none;
	text-align:center;
	color:#444;
	font-weight:bold;
	padding:0 10px;
}
#menu li a {
	background:url(../images/front/point.jpg) left no-repeat;
	text-decoration: none;
	padding:10px;
	border-right: 1px solid #none;
	color: #444;
}
#menu li a:hover {
	color:#ff8940;
	margin:0;
}
.image-reflect{
	padding-top:20px;
}
.image-reflect:hover{
	padding-top:0;
}
.list{
	background:url(../images/front/list-black.jpg) repeat-x;
	width:70%;
	margin-top:5px;
	height:2px;
	float:right;
}

