@charset "Shift_JIS";

/* リセット用 */
img{
	border:none;
}
h1,h2,h3,h4,h5,h6,em,strong,address,th{
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	line-height:100%;
}



/* 背景・枠の設定 */
body {
	background-color: #CCCCCC;
}
#wrapper {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 670px;
	font-size: small;
	margin-top: 0px;
	height: auto;
}
/*上部文字の設定*/
h1 {
	text-align: center;
	font-size: xx-small;
}



/* ナビの設定 */
#nav {
	width: 670px;
	height: 65px;
	margin-bottom: 0px;
	position: relative;
}
#nav a#link1 {
	background-image: url(../images/home-.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 36px;
	text-indent: -9999px;
	position: absolute;
	left: 70px;
	bottom: 7px;
}
#nav a#link1:hover {
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 36px;
	text-indent: -9999px;
	position: absolute;
	bottom: 7px;
	left: 70px;
}

#nav a#link2 {
	background-image: url(../images/news-.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 36px;
	text-indent: -9999px;
	position: absolute;
	left: 183px;
	bottom: 7px;
}
#nav a#link2:hover {
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 36px;
	text-indent: -9999px;
	position: absolute;
	left: 183px;
	bottom: 7px;
}

#nav a#link3 {
	background-image: url(../images/works-.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 48px;
	text-indent: -9999px;
	position: absolute;
	left: 296px;
	bottom: 7px;
}
#nav a#link3:hover {
	background-image: url(../images/works.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 48px;
	text-indent: -9999px;
	position: absolute;
	left: 296px;
	bottom: 7px;
}

#nav a#link4 {
	background-image: url(../images/about-.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 69px;
	text-indent: -9999px;
	position: absolute;
	bottom: 7px;
	right: 180px;
}
#nav a#link4:hover {
	background-image: url(../images/about.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 69px;
	text-indent: -9999px;
	position: absolute;
	bottom: 7px;
	right: 180px;
}

#nav a#link5 {
	background-image: url(../images/link-.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 33px;
	text-indent: -9999px;
	position: absolute;
	bottom: 7px;
	right: 70px;
}
#nav a#link5:hover {
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 33px;
	text-indent: -9999px;
	position: absolute;
	bottom: 7px;
	right: 70px;
}
#pagetop {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 10px;
}


/* パンくずの設定 */
#pankuzu li {
	display: inline;
}

/* フッターの設定 */
#footer {
	text-align: left;
	margin-bottom: 20px;
	line-height: 120%;
	margin-left: auto;
	font-size: x-small;
	width: 670px;
	margin-right: auto;
	margin-top: 10px;
}

