body {
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #F8F2D2;
    }
    
h1, h2, h3, h4, h5, p, ul, ol,  li, dl, dt, dd, address, form, th, td {
    margin: 0;
    padding: 0;
    line-height: 140%;
    font-size: 14px;
    }
    
img {
    border: 0;
    }
    
a {
    text-decoration: none;
    color: #006CB6;
    }

a:hover {
     color: #6FCED8;
    }
    
ul {
    list-style: none;
    }
  
.left {
    float: left;
    }

.right {
    float: right;
    }
	
.leftimg {
    float: left;
	margin: 0 20px 10px 0;
    }

.rightimg {
    float: right;
	margin: 0 0 10px 20px;
    }
   
.clear {
    clear: both;
    }

.border {
    border: 1px solid #CCC;
    }

em {
    color: #FF0000;
	font-weight: bold;
	font-style: normal;
    }
	
.caution {
    color: #FF0000;
    }

.bold {
    font-weight: bold;
    }
	
.small {
    font-size: 12px;
	line-height: 140%;
	}
	
.big {
    font-size: 16px;
	}

.hidden {
    display: none;
    }
	
.mb-5 {
    margin-bottom: 5px;
	}
	
.mb-10 {
    margin-bottom: 10px;
	}
	
.mt-10 {
    margin-top: 10px;
	}
	
.mb-20 {
    margin-bottom: 20px;
	}
	
.mb-30 {
    margin-bottom: 30px;
	}
	
.pt-10 {
    padding-top: 10px;
	}
	
.pt-20 {
    padding-top: 20px;
	}
	
.center {
    text-align: center;
	}

/*
------------------------------------------------------
WIRE
------------------------------------------------------
*/
	
#container {
    width: 996px;
	margin: 0 auto;
	background: url(../img/bg_container.jpg) center top no-repeat;
    }

#header {
	height: 170px;
	padding: 80px 118px 0 85px;
	text-align: left;
    }
	
#header h1 {
    width: 200px;
	}
	
#header h1 a {
    text-indent: -9999px;
	display: block;
	height: 115px;
	}
	
#main {
    text-align: left;
	padding: 20px 118px;
	background: url(../img/bg_main.jpg) center top repeat-y;
    }
	
#footer {
    background: url(../img/bg_footer.jpg) center top no-repeat;
	padding: 35px 0;
	}
	
address {
    font-style: normal;
	font-size: 12px;
	text-align: center;
    }
	
#main p {
    margin-bottom: 15px;
	}
	
/*
------------------------------------------------------
LOGIN
------------------------------------------------------
*/

#signup {
    padding: 10px 0 0 590px;
	}
	
#concept {
    background: url(../img/img_login_1.jpg) no-repeat;
	height: 185px;
	}
	
#concept p {
    padding: 50px 200px 0 0;
	}
	
h2#ttl-1 {
    background: url(../img/ttl_login_1.jpg) no-repeat;
	height: 50px;
	text-indent: -9999px;
	}
	
h2#ttl-2 {
    background: url(../img/ttl_login_2.jpg) no-repeat;
	height: 60px;
	text-indent: -9999px;
	}
	
h3#ttl-3 {
    font-size: 18px;
	margin-bottom: 20px;
	}
	
#blc-1 {
    background: url(../img/img_login_2.jpg) no-repeat;
	height: 400px;
	padding: 55px 15px 0 15px;
	}
	
#login h4 {
    color: #FF8100;
	font-size: 18px;
	margin-bottom: 5px;
	}
	
#login h5 {
	height: 32px;
	background: url(../img/bg_sub_ttl.jpg) no-repeat;
	padding: 3px 0 0 13px;
	}
	
#blc-2 {
    background: url(../img/img_login_3.jpg) no-repeat;
	height: 115px;
	padding: 55px 15px 0 15px;
	}
	
ul.black-circle li {
    background: url(../img/mark_black_circle.jpg) 0px 2px no-repeat;
	padding-left: 16px;
	}
	
#blc-3 {
    background: url(../img/img_login_4.jpg) no-repeat;
	height: 120px;
	padding: 55px 15px 0 15px;
	width: 350px;
	float: left;
	}
	
#blc-4 {
    background: url(../img/img_login_5.jpg) no-repeat;
	height: 120px;
	padding: 55px 15px 0 15px;
	width: 339px;
	float: right;
	}
	
p#bottom-button {
    clear: both;
	width: 205px;
	margin: 20px auto 0 auto;
	}
	
a#btn-nyukai {
    background: url(../img/btn_nyukai.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	height: 35px;
	}
	
a#btn-nyukai:hover {
    background: url(../img/btn_nyukai.jpg) left bottom no-repeat;
	}
	
/*
------------------------------------------------------
SIGN-UP
------------------------------------------------------
*/
	
#sign-up table {
    margin: 20px 0;
	border-collapse: collapse;
	width: 100%;
	}
	
#sign-up th {
    background-color: #EEE;
	padding: 5px 30px 5px 10px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #CCC;
	}
	
#sign-up td {
    background-color: #FFF;
	padding: 5px 10px;
	border: 1px solid #CCC;
	}
	
.button, .veri-button {
    text-align: center;
	}
	
.button input, .veri-button input {
    width: 80px;
	margin: 0 5px;
	}
	
.bg-y {
    background-color: #FFFFCC;
	}
	
#sign-up h2 {
    font-size: 20px;
	color: #FF8100;
	margin-bottom: 15px;
   }
