@charset "UTF-8";
/*===================================
 * css file for "octopus-pot.jp"
 * file name : top.css
===================================== */
html,
body {
	height: 100%;
	font-size: 12px;
	_line-height:1.6em; /*- ie6 hack -*/
}
/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#top #wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 610px;
	margin-left: -400px;
	margin-top: -320px;
}
#wrapper {	
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

/*----------------------------------------------------
	#header-area
----------------------------------------------------*/

/*----------------------------------------------------
	#contents-area
----------------------------------------------------*/
#wrapper #contents-area h1 {
	width: 100px;
	margin-bottom: 10px;
	text-align:left;
}
#wrapper #contents-area h2 {
	height: 0;
	overflow: hidden;
	display: none;/*納品時削除*/
	}
#contents-area #top_nav {
	width:800px;
	margin-bottom: 5px;
	margin-top: 0px;
	display: block;
}
#contents-area #top_nav ul {
	float: right;
}
#contents-area #top_nav li {
	display: inline;
	margin-left: 5px;
}

#contents-area #top_nav02 {
	margin-bottom: 20px;
	margin-top: 0px;
	display: block;
	margin-left:163px;
}
#contents-area #top_nav02 li {
	display: inline;
	margin-left: 5px;
}

#top_image  {
	margin-bottom: 20px;
}

#top_topic  {
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	padding: 1em 0em;
	margin: 2em 0em;
}
#top_topic ul {
	text-align: right;
}
#top_topic ul li {
	margin-bottom: 0.7em;
}
#top_topic ul li:last-child {
	margin-bottom: 0em;
}
/*clearfix*/
#contents-area:after,#top_nav:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/*-----------------*/

#footer-area  {
	width:800px;
	margin:0 auto 0 auto;
}
#footer-area address {
	float:right;
	width: 169px;
}
