@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
	レイアウト
----------------------------------------------------------- */
/*-----------------------------------------------
 __Reset
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: none;
}

a img { border: none; }

/*-----------------------------------------------
 __share_style
-----------------------------------------------*/

.inner {
	padding:0px;
}


/* by */
.by {
	position:absolute;
	bottom:10px;
	right:10px;
	margin:0;
	padding:5px;
	background:#FFFFFF;
}

/*-----------------------------------------------
 __page
-----------------------------------------------*/

#page {
	width:1000px;
	margin:20px auto;
	text-align:left;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	background:#FFFFFF;
	height:75px;
}

#title {
	background:#FFFFFF;
	width:282px;
	height:75px;
	float:left;
}

#contact {
	background:#FFFFFF;
	width:718px;
	height:75px;
	float:right;
}

.top {
	height:57px;
}

.down {
	height:18px;
	text-align: right;
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	font-weight: bold;
}

/*-----------------------------------------------
 __menu
-----------------------------------------------*/

#menu {
	clear:both;
	width:1000px;
	height:30px;
	border-top:1px solid #888888;
	background:#FFFFFF;
}

/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	float:left;
	background:#FFFFFF;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width:1000px;
	float:left;
	background:#FFFFFF;
}

/* __main
------------------------------------------*/

#main {
	float:right;
	width:998px;
	background:#FFFFFF;
	overflow-x: scroll;
	white-space: nowrap; 
}

/* __sub
------------------------------------------*/

#sub {
	float:left;
	width:1px;
	background:#FFFFFF;
}

/* __ex
------------------------------------------*/

#ex {
	float:left;
	width:1px;
	background:#FFFFFF;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:1000px;
	height:20px;
	background:#FFFFFF;
	border-bottom:1px solid #888888;
}

