@charset "utf-8";
/* CSS Document */

/* Basic Page Properties */

body {
	margin: 0 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.750em;
	color: #999;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.750em;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.7em;
	}
	
img {
	border: 0;
	}


/* Links */
	
.a:link, a:visited, a:active {
	text-decoration: none;
	color: #999;
	}
	
.a:hover {
	text-decoration:none;
	color: #000;
	}

/* Contents */

#headWarp{
	width: 770px;
	height: 108px;
	}

#header{
	margin: 25px auto 25px auto;
	width: 720px;
	height: 30px;
	}

#header_logo{
	width: 110px;
	height: 30px;
	float: left;
	}

#header_menu{
	width: 610px;
	height: 30px;
	text-align: right;
	float:left;
	}

#menu{
	width:720px;
	height:22px;
	padding:0 25px 0 25px;
	margin: 0 0 15px 0;
	}

#menu_inside{
	width: 720px;
	height: 22px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	float:left;
	}