
/* 01.Style Reset
----------------------------------------------*/
html { overflow-y: scroll; }


 a:link {
	color: #3333FF;
	text-decoration: none;
}
 a:visited {
	color: #3333FF;
	text-decoration: none;
}
 a:hover {
	text-decoration: underline;
}
 a:active {
    color: #3333FF;
}

/* ----------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background-color: #99FFCC;
}


#wrap {
	padding: 15px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left: 1px #FF9933 solid;
	border-right: 1px #FF9933 solid;
	background-color: #ffffff;
}



#header {
	width: 700px;
	margin-bottom: 15px;

}

#header H2 {
    padding: 5px;
	border-left: 12px solid #FF9933;
	border-bottom: 1px #FF9933 solid;
	font-size: 110%;
	font-weight: bold;
}

#contents {
	 padding: 10px;
}

/********** footer **********/
#footer {
	width: 700px;
	margin: 0px;
	text-align: right;
	padding-top: 10px;
	border-top: 1px #FF9933 solid;
	clear: both;
}

#footer p {
	padding-right: 10px;
	font-size: 80%;
}


/********** Else **********/
.loginbox {
  display: block;             /* ブロック要素にする */
  width: 100px;                /* 横幅 */
  color: #ffffff;
  background-color: #666699;  /* 背景色 */
  border: outset 2px #9999cc; /* 枠の色 */
  margin: 0px;
  padding: 3px 1px 1px 0px;
  font-size: 12px;            /* フォントサイズ */
  line-height: 16px;          /* 行の高さ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
  border-radius:5px;
}


.loginbox2 {
	width: 120px;
	height: 30px;
	font-size:14px;
	background-color: #cccccc; 
}


.buttonk {
	border: 2px solid #FF20FF;
	height: 23px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	color: #000000;
  background-color: #FF80FF;  /* 背景色 */
  border-radius:8px;
}

