@charset "UTF-8";

/* FUTURE  WEBSITES
   ----------------------------------------
   2009.01.25
   Shirai Hiroto
   ----------------------------------------*/

/* ブラウザ設定リセット ######################################## */

* {
	margin:0;
	padding:0;
	line-height:1.0;
}
h1,h2,h3,h4,h5,h6,em,strong {
	font-weight:normal;
	font-style:normal;
}
li {
	list-style-type:none;
}
img {
	border:0;
	vertical-align:bottom;
	margin:0px;
	padding:0px;
}
.clr {
	clear:both;
	margin:0;
	padding:0;
}
.clearfix {
	height:auto !important;
	height:1px;
	min-height:1%;  /* for IE 7*/
	/*¥*//*/display:inline-table;/**/
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	font-size:1%;
	line-height:1%;
	visibility:hidden;
}
hr{
	clear:both;
	visibility:hidden;
}

/* ############################################## */

/* body ######################################## */

body {
	margin:0px;
	padding:0px;
}
#layout {
	width:950px;
	padding:0px;
	margin:0 auto;
	text-align:left;
	background:url(../img/index/back_001.png) repeat-x;
}

/* ############################################## */

#header {
	position:relative;
	width:950px;
	height:67px;
}
#head_title {
	position:absolute;
	top:15px;
	left:30px;
}
#head_privacy {
	position:absolute;
	top:14px;
	left:745px;
}
#head_sitemap {
	position:absolute;
	top:14px;
	left:848px;
}
#head_contact {
	position:absolute;
	top:2px;
	left:405px;
}



#main_menu {
	position:relative;
	width:863px;
	height:403px;
	margin:0px 32px 0px 55px;
}
#main_menu td {
	font-size:1px;
	line-height:1px;
}
#page_top {
	position:absolute;
	top:351px;
	left:767px;
}

#footer {
	width:950px;
	height:50px;
	background:url(../img/common/foot_back.png) repeat-x;
	margin:0px auto 5px auto;
}
#foot {
	position:relative;
	width:884px;
	margin:0px auto;
	padding:2px 33px;
}
#foot_contact {
	position:absolute;
	top:24px;
	left:348px;
}

#txt_menu {
	width:950px;
	margin:0px auto;
}
#demo {
	font-size:12px;
	line-height:18px;
	padding:10px;
	text-align:center;
}
#demo a:link {
	color:#000000;
	text-decoration:none;
}
#demo a:active {
	color:#000000;
	text-decoration:none;
}
#demo a:visited {
	color:#000000;
	text-decoration:none;
}
#demo a:hover {
	color:#000000;
	text-decoration:underline;
}

#copyright {
	width:342px;
	margin:0px auto 10px auto;
}
