/* setup:::::::::::::::::::::::::: */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	padding-top: 40px;
	background-color: #333333;
	font-size: 0.8em;
}
.clear {
	clear: both;
}
img {
	border-style: none;
}

/*Link:::::::::::::::::::::::::::::: */
a:link {
	color: #4E4A46;
	text-decoration: none;
}
a:visited {
	color: #4E4A46;
	text-decoration: none;
}
a:hover {
	color: #4E4A46;
	text-decoration: none;
}
a:active {
	color: #4E4A46;
	text-decoration: none;
}
/*layout:::::::::::::::::::::::::::: */
#wrapper {
	width: 950px;
	background-color: #4f5048;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*navigation:::::::::::::::::::::::: */
#Gnavi {
	width: 950px;
	background-image: url(../img/navi/navi_bg.gif);
	background-position: left top;
}
#Gnavi ul {
	width: 425px;
}

#Gnavi li {
	float: left;
	list-style-type: none;
}
#Gnavi img {
	vertical-align: bottom;
	border-style: none;	
}

/* mainContents:::::::::::::::::::::: */
#mainContents {
	height: 464px;
	width: 950px;
	clear: both;
	background-color: #FFFFFF;
}
/* main_Works*/
#mainContentsWork {
	background-image: url(../../works/img/bg.gif);
	height: 464px;
	width: 950px;
}
/* footer:::::::::::::::::::::::::::: */
#footer {
	padding-right: 5px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 161px;
}
#footer p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.7em;
	color: #7b7a76;
	letter-spacing: 0.1em;
	padding-left: 7px;
	padding-top: 7px;
}
#mainTop {
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 4px;
}
#mainUnder {
	background-image: url(../img/under_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 3px;
}
