@charset "Shift_JIS";

/*==============================基本==============================*/
body {
	width: 780px;
	margin: auto;
	padding: 0 1px;
	background: 0 0 url(./img/common/basic/back_pattern.gif) repeat;
	}
/*--------------------layout--------------------*/
#layout {
	width: 780px;
	height: 100%;
	background-color: #ffffff;
	}
/*--------------------header--------------------*/
#header {
	width: 780px;
	background-color: #ffffff;
	text-align: left;
	}
#header p {
	padding: 3px 10px;
	text-align: right;
	}

#header div {
	padding:3px;
	}
#header h1 a {
	display: block; 
	width: 780px;
	height: 70px;
	background: 0 0 url(./img/common/basic/header.jpg) no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	}
/*--------------------footer--------------------*/
#footer{
	clear: both;
	width: 780px;
	height: 1.5em;
	background: 0 100% url(./img/common/basic/footer.jpg) no-repeat;
	color: #fff;
	text-align: center;
	}
/*==============================サブセット==============================*/
/*--------------------main--------------------*/
/*---index---*/
.index #main {
	background: 0 0 url(./img/common/other/main_index_back.jpg) repeat-y;
	}
.index #main {
	overflow: hidden;
	}
.index #main:after {
	content: "";
	display: block;
	clear: both;
	height: 0.1px;
	overflow: hidden;
	}
/*\*/
* html .index #main {
	height: 1em;
	overflow: visible;
	}
/**/
/*---kaisetsu---*/
.sub #main {
	background: 0 0 url(./img/common/other/content_back.gif) no-repeat;
	}
/*--------------------content--------------------*/
/*---index---*/
.index #content {
	float: left;
	width: 570px;
	background-color: #FFF;
	}
/*---kaisetsu---*/
.sub #content {
	width: 740px;
	padding:0 20px;
	background: 0 100% url(./img/common/other/content_bottom_back.gif) no-repeat;
	}
/*--------------------sidebar--------------------*/
/*---index---*/
.index #sidebar {
	float: right;
	width: 210px;
	}
/*---kaisetsu---*/
.sub #sidebar {
	padding: 30px 20px;
	text-align: center;
	}
/*==============================popup=============================*/
.popup-text a:hover {
	position: relative;
	}
.popup-text em {
	position:absolute;
	top: -9999px;
	left: -9999px;
	width: 200px;
	font-style: normal;
	}
.popup-text a:hover em {
	top: 20px;
	left: 40px;
	padding: 3px;
	border:1px solid #F00;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	}
/*
.popup-text a:hover {
	position: relative;
	background-color: transparent;
	}
.popup-text em {
	display: none;
	position: absolute; left: -9999px; top: -9999px;
	}
.popup-text a:hover em {
	display: block;
	position: absolute; top: 20px; left: 40px;
	width: 200px;
	background-color: #FFF;
	color: #000;
	}
*/
