body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#outline {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	text-align: center;
}
#outline2 {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

hr {
	display: none;
}
h1 {
	font-size: 85%;
	font-weight: normal;
	color: #999999;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	text-align: right;
}
h2 {
	height: 36px;
	width: 245px;
	margin-bottom: 6px;
	margin-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	float: left;
}
h2 a {
	height: 36px;
	width: 245px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
}
#tel {
	background-image: url(../images/tel.gif);
	height: 16px;
	width: 237px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#home {
	float: left;
	height: 47px;
	width: 101px;
}
#home a {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 47px;
	width: 101px;
	display: block;
	text-indent: -9999px;
}
#home a:hover {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px -47px;
	height: 47px;
	width: 101px;
	display: block;
	text-indent: -9999px;
}
#works {
	float: left;
	height: 47px;
	width: 107px;
}
#works a {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: -101px 0px;
	height: 47px;
	width: 107px;
	display: block;
	text-indent: -9999px;
}
#works a:hover {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: -101px -47px;
	height: 47px;
	width: 107px;
	display: block;
	text-indent: -9999px;
}
#profile {
	float: left;
	height: 47px;
	width: 116px;
}
#profile a {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: -208px 0px;
	height: 47px;
	width: 116px;
	display: block;
	text-indent: -9999px;
}
#profile a:hover {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: -208px -47px;
	height: 47px;
	width: 116px;
	display: block;
	text-indent: -9999px;
}
#gallery {
	float: left;
	height: 47px;
	width: 117px;
}
#gallery a {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: -324px 0px;
	height: 47px;
	width: 117px;
	display: block;
	text-indent: -9999px;
}
#gallery a:hover {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: -324px -47px;
	height: 47px;
	width: 117px;
	display: block;
	text-indent: -9999px;
}
#link {
	float: left;
	height: 47px;
	width: 94px;
}
#link a {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: -441px 0px;
	height: 47px;
	width: 94px;
	display: block;
	text-indent: -9999px;
}
#link a:hover {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: -441px -47px;
	height: 47px;
	width: 94px;
	display: block;
	text-indent: -9999px;
}
#blog {
	float: left;
	height: 47px;
	width: 96px;
}
#blog a {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: -535px 0px;
	height: 47px;
	width: 96px;
	display: block;
	text-indent: -9999px;
}
#blog a:hover {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: -535px -47px;
	height: 47px;
	width: 96px;
	display: block;
	text-indent: -9999px;
}
#contact {
	float: left;
	height: 47px;
	width: 129px;
}
#contact a {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: -631px 0px;
	height: 47px;
	width: 129px;
	display: block;
	text-indent: -9999px;
}
#contact a:hover {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: -631px -47px;
	height: 47px;
	width: 129px;
	display: block;
	text-indent: -9999px;
}
#left {
	float: left;
	width: 430px;
}
#right {
	float: left;
	width: 257px;
	margin-left: 30px;
}
#main {
	margin-bottom: 22px;
	text-align: left;
	padding-left: 26px;
	margin-top: 20px;
}



#footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9D9D9D;
	line-height: 38px;
	text-align: center;
	color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-top: 22px;
}
#footer a {
	color: #009999;
	text-decoration: none;
}
#footer a:hover {
	color: #007D7D;
	text-decoration: underline;
}#copy {
	text-align: center;
	font-size: 85%;
	color: #999999;
	padding-top: 6px;
	padding-bottom: 14px;
}
.moduletableinfo h3 {
	background-image: url(../images/info_title.gif);
	height: 27px;
	width: 257px;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.moduletableinfo .contentheading {
	color: #999999;
}
.moduletableinfo .article_seperator {
	width: 257px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	display: block;
	margin-top: 8px;
	line-height: 8px;
}
.moduletableblog h3 {
	background-image: url(../images/blog_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 257px;
	text-indent: -99999px;
	margin-top: 0px;
	margin-bottom: 9px;
}
.newsfeedblog {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.moduletableblog .moduletableblog .newsfeedblog .newsfeedblog a {
	background-image: url(../images/blog_sankaku.gif);
	background-position: 5px center;
	text-indent: 15px;
	display: block;
	background-repeat: no-repeat;
}

#copy a {
	color: #999999;
	text-decoration: none;
}
#copy a:hover {
	color: #999999;
	text-decoration: none;
}