@charset "UTF-8";

/* ========BASIC======== */
html {
	overflow-y: scroll;
}

body {
	font-family: Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	margin: 0;
	padding: 0;
}

br {
	letter-spacing: normal;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	/*   color:#E79E00;
	 text-decoration:underline; */
}

img {
	border: 0;
	vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

#contents {
	clear: both;
	width: 996px;
	margin: 0 auto;
}

#main {
	float: right;
	width: 996px;
}

#pageTop {
	clear: both;
}

#footer {
	clear: both;
	background: #ebeadd;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
	margin-bottom: 8px;
	padding: 2px 2px 2px 0;
	color: #5a5132;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 3px double #5a5132;
}

#main h3 {
	margin-bottom: 3px;
	padding-left: 15px;
	font-size: 14px;
	border-bottom: 1px dotted #ddd;
	background: #fff url("../images/bg_h3.gif") 0 50% no-repeat;
}

#main h4 {
	margin-bottom: 2px;
	font-size: 14px;
}

#main h5 {
	margin-bottom: 2px;
	padding: 2px;
	font-size: 13px;
	color: #fff;
	background: #73c700;
}

#main h6 {
	margin-bottom: 2px;
	font-size: 13px;
	border-bottom: 2px solid #333;
}

#main p {
	margin: 5px 0 1em 0;
}

/* ========LOGIN CUSTOMIZE======== */
.login {
	width: 540px;
	border-width: 1px;
	border-style: solid;
	border-color: #c9c9c9;
	padding: 15px;
	border-radius: 10px;
}

.tab01 {
	width: 520px;
}

.tab01 td {
	padding: 10px 10px;
	font-size: 15px;
	text-align: left;
}

.tab01 input[type="text"] {
	width: 300px;
	height: 20px;
}

tab01 input[type="password"] {
	width: 300px;
	height: 20px;
}

.tab01 input[type="submit"] {
	width: 130px;
	height: 90px;
	font-size: 15px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 1px #ffffff;
	-moz-box-shadow: inset 0 1px 1px #ffffff;
	box-shadow: inset 0 1px 1px #ccc;
	background: #f4f3e8;
}

.tab01 input[type="button"] {
	width: 130px;
	height: 90px;
	font-size: 15px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 1px #ffffff;
	-moz-box-shadow: inset 0 1px 1px #ffffff;
	box-shadow: inset 0 1px 1px #ccc;
	background: #f4f3e8;
}

.tab02 {
	width: 520px;
}

.tab02 td {
	padding: 10px 10px;
	font-size: 15px;
	text-align: left;
}

.tab02 input[type="text"] {
	width: 360px;
	height: 20px;
}

.tab02 input[type="submit"] {
	width: 130px;
	height: 30px;
	font-size: 15px;
	background: #f4f3e8;
}

.info {
	width: 540px;
	border-width: 1px;
	border-style: solid;
	border-color: #c9c9c9;
	padding: 5px 10px;
}

/* ========FOOTER CUSTOMIZE======== */
#pageTop a {
	padding: 0 0 0 12px;
	background: url("../images/bg_pagetop.gif") 0 50% no-repeat;
	color: #333;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 35px;
}

.copyright {
	padding: 10px 0;
	font-style: normal;
	font-size: 11px;
	text-align: center;
}
