@charset "utf-8";
/* formatting style
------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-repeat: repeat-x;
	background-image: url(image/34.jpg);
}
/* link style
------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0099FF;
	text-decoration: underline;
}
a:visited {
	color: #6600FF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}


#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	margin: 0px auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	height: auto;
}
#header {
	height: 200px;
	border-top: 3px solid #FF6600;
	background-image: url(image/nipup-top1.jpg);
	background-repeat: no-repeat;
}
#header #logo {
	width: auto;
	padding: 0px;
	border: 1px solid #999999;
	margin: 10px 0px 0px 10px;
}
#button {
	height: auto;
	width: 858px;
}
#button ul li {
	float: left;
	list-style: none;
}
#button ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 170px;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#button ul li a:hover {
	background-color: #e8ecf5;
}
#button ul li#nHome a {
	border-left-style: none;
}
#left {
	padding: 15px;
	width: 150px;
	margin-bottom: 20px;
	float: left;
	height: auto;
}
#left ul li {
	list-style: none outside;
	margin-left: 10px;
	line-height: 2.5em;
}
#left ul li a:hover {
	background-color: #F3F3F3;
}

#left img {
	padding-top: 15px;
}


#center {
	height: auto;
	width: 628px;
	float: left;
	padding: 15px 25px 25px;
	margin-bottom: 20px;
	line-height: 2.1em;
}

#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
	height: 15px;
	text-align: right;
}
h1 {
	font-size: 100%;
	font-weight: bold;
	background-image: url(image/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	margin-bottom: 15px;
	border-top: 3px solid #ff6600;
	border-bottom: 1px dotted #666666;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	border-top: 3px solid #ff6600;
	border-bottom: 1px dotted #666666;
	background-image: url(image/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	margin-bottom: 15px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	background-image: url(image/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 3px solid #ff6600;
	border-bottom: 1px dotted #666666;
	padding: 4px 0px 4px 15px;
	margin-bottom: 15px;
}

