@charset "shift_jis";
/* BASE
***********************************************************************************/
body {
	background:#FFFFFF;
	font:14px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color:#777777;
}
/* LINK
***********************************************************************************/
a:link,
a:visited,
a:active {
	color:#5499ED;
	text-decoration:underline;
}
a:hover {
	color:#8DBAF1;
}
/* TABLE
***********************************************************************************/
table {
	width:600px;
	margin-left:1px;
	border-collapse:collapse;
	font-size:12px;
}
.tsBasic th {
	padding:6px 12px;
	border:#777777 solid 1px;
	background-color:#EEEEEB;
	font-weight:bold;
}
.tsBasic td {
	padding:6px 12px;
	border:#777777 solid 1px;
}
/* STRUCTURE
***********************************************************************************/
.basic {
}
div#wrapper {
	line-height:1.6;
}
div#container {
	width:600px;
}
div#header {
	display:none;
}
div#breadcrumbs {
	float:left;
	width:600px;
	padding:0.5em 0;
	background-color:#EEEEEB;
	font-size:10px;
}
div#contents {
	float:left;
	width:600px;
}
div#mainContent {
	float:left;
	width:600px;
}
div#sidebar {
	display:none;
}
div#footer {
}
/* DIV#MAIN CONTENTS
***********************************************************************************/
h2 {
	border-bottom:#777777 solid 1px;
}
h3 {
	border-bottom:#777777 solid 1px;
}
h4 {
	padding:10px;
	border:#777777 dotted 1px;
}
/* DIV#FOOTER
***********************************************************************************/
.pageTop {
	display:none;
}
.footerNavi {
	display:none;
}
.copyright {
	text-align:right;
}
.production {
	display:none;
}
