@charset "UTF-8";

/* 全体構造
---------------------------------------------------- */
*{
  margin:0;
  padding:0;
}

body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #ffffff;
  font: normal normal normal 10pt/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;

}
#wrapper {
  width: 800px;
  margin:auto;
  text-align: left;
  background: #ffffff;
}
.invisible{
  position:absolute;
  left:-999px;
}
a {
  text-decoration: underline;
  color: #3B1601;
}
img {
	border: 0;
}
input {
	outline: none;
}
/* ヘッダ
---------------------------------------------------- */

#header {
  width: 800px;
  height: 312px;
  background: transparent url(../images/top_header.jpg) no-repeat right center;
}

#header img {
	padding: 0 0 0 10px;
}
#header p {
	padding: 30px 0 0 10px;
	font-size: 0.9em;
}

#infoBlock {
	margin: 0 0 0 130px;
	width: 216px;
	height: 150px;
	background: transparent url(../images/back_info.gif) no-repeat right center;
}
#infoBlock p {
	padding: 25px 5px 0 5px;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #c00;
	font-weight: bold;
}
#infoBlock .link{
	margin: 0 0 0 20px;
}
/* 左
---------------------------------------------------- */
#contentsLeft {
  width: 201px;
  height: 650px;
  background: transparent url(../images/top_left.jpg) no-repeat right center;
  float: left;
}

#newBlock {
	margin: 65px 0 0 20px;
}

#newArea {
	margin: 5px 0 0 0;
	padding: 2px;
	height: 170px;
	overflow: auto;
	width: 135px;
	font-size: 0.9em;
	line-height: 1.3em;
}

#oldArea {
	margin: 5px 0 0 0;
	padding: 2px;
	height: 85px;
	overflow: none;
	width: 130px;
	font-size: 0.9em;
	border: 1px solid #ccc;
	background-color: #fcc;
	text-align: center;
}

/* 中
---------------------------------------------------- */
#contentsCenter {
  width: 345px;
  height: 650px;
  background: transparent url(../images/top_center.jpg) no-repeat right center;
  float: left;
}

#messageBlock {
	margin: 25px 0 0 0px;
}

#messageArea {
	margin: 5px 0 0 0;
	height: 250px;
	overflow: auto;
	width: 340px;
	font-size: 0.9em;
}
#messageArea .link{
	margin: 0 0 0 20px;
}

/* 右
---------------------------------------------------- */
#contentsRight {
  width: 254px;
  height: 650px;
  background: transparent url(../images/top_right.gif) no-repeat right center;
  float: left;
}

#menuBlock {
	margin: 25px 0 0 50px;
}
#menuBlock p {
	margin: 15px 0 0 0px;
	line-height: 0.8em;
}

#menu_kumade {
	margin: 327px 0 0 50px;
	font-size: 0.9em;
}

#menu_kumade .linkArea{
	margin: 8px 0 0 2px;
}
#menu_kumade .link{
	margin: 0 0 0 10px;
}
#menu_kumade .contArea{
	margin: 0 0 0 20px;
}

/* ログインフォーム
---------------------------------------------------- */
#contentsRight form {
	position: relative;
}

.msg {
	display: block;
	position: absolute;
	border: none 0px;
	margin: 3px 0px;
	left: 52px;
	top: 164px;
	width: 185px;
	height: 42px;
	font-size: 9pt;
	text-align: center;
	z-index: 140;
}

input#username {
	display: block;
	position: absolute;
	left: 74px;
	top: 71px;
	width: 140px;
	height: 24px;
	border: none 0px;
	background-color: transparent;
	z-index: 120;
}
input#password {
	display: block;
	position: absolute;
	left: 74px;
	top: 137px;
	width: 140px;
	height: 24px;
	border: none 0px;
	background-color: transparent;
	z-index: 120;
}
input#button_login {
	display: block;
	position: absolute;
	left: 62px;
	top: 213px;
	width: 110px;
	height: 28px;
	border: none 0px;
	background-color: transparent;
	z-index: 120;
}
#button_new_regist {
	display: block;
	position: absolute;
	left: 62px;
	top: 245px;
	width: 110px;
	height: 28px;
	border: none 0px;
	background-color: transparent;
	z-index: 120;
}














/* フッタ
---------------------------------------------------- */
#footer {
	width: 800px;
	height: 22px;
	background: transparent url(../images/common_footer.jpg) no-repeat left top;

}

#footerBody {
  width:800px;
  text-align: right;
}
#footerBody p {
	padding: 2px 10px 0 0;
	font-size: 0.9em;
}
#footerBody a {
  color: #ffffff;
}



/* 広告
---------------------------------------------------- */
#topAbs {
	margin-top: 10px;
	text-align:center;
}
