@charset "utf-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333;
	margin: 0px 0px;
	background: url(image/back.gif) no-repeat left top;
	background-color: #FFF;
	text-align: center;
}

ul,li { list-style-type: none; }
div { margin: 0; padding: 0; }
img { border: 0; vertical-align: top; } 
* html img { vertical-align: baseline; }

p { margin: 0; }

/* link */
a:link { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover { color: #333; text-decoration: underline; }
a:active { color: #333; text-decoration: none; }
a { /**/overflow: hidden;/**/ }

/* wrapper
---------------------------------------------------------------- */
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* header
---------------------------------------------------------------- */
#header {
	height: 41px;
	background: url(image/hdback.png) repeat-x center bottom;
}
#hdArea {
	width: 100%;
	height: 30px;
	background-color: #FFF;
	border-bottom: solid 1px #999;
	display: block;
}

#hdLeft {
	padding: 5px 0 0 20px;
	width: 300px;
	text-align: left;
	float: left;
}

#hdRight {
	padding: 5px 20px 0 0;
	text-align: right;
	float: right;
}

/* contents
---------------------------------------------------------------- */
#contents {
	margin: 106px 0 0 0;
	text-align: center;
}
h1 {
	margin: 0 0 30px 0; padding: 0;
	line-height: 100%;
}
#bar {
	height: 54px;
}

.studio130 {
	width: 100%;
	background-color: #999;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
}
.studio130 p {
	margin: 6px 20px;
	color: #FFF;
}

/* footer
---------------------------------------------------------------- */
#footer {
	padding: 20px 0;
	text-align: center;
	clear: both;
}
address {
	margin: 0; padding: 0;
	font-style: normal;
}
