#regist	{
	text-align: center;
	width: 1000px;
	margin: 0px auto;

}

#regist01	{
	margin-top: 50px;
}

.gate01	{
	margin-top: 30px;
}

.gate01 li	{
	margin-bottom: 10px;
	list-style: none;
}

input.input_gate01	{
	padding: 5px 10px;
	list-style: none;
	width: 453px;
}


h1 {
    margin-top: 50px;
    font-size: 150%;
}

.gate02 {
    border-collapse: separate;
    border-spacing: 3px 0;
    display: table;    
}

a.btn_red, 
input.btn_red ,
a.btn_blue, 
input.btn_blue ,
a.btn_skyblue, 
input.btn_skyblue ,
a.btn_green, 
input.btn_green {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12pt;
    font-weight: 400;
    letter-spacing: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 3px 3px 3px #c2ccdc;
    -moz-box-shadow: 3px 3px 3px #c2ccdc;
    -webkit-box-shadow: 3px 3px 3px #c2ccdc;
    text-decoration: none;
    white-space: nowrap;
    background-color: #aaaaaa;
    border: 1px solid #888888;
    min-width: 180px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
}

a.btn_red, 
input.btn_red {
    background-color: #ea5504;
    border: 1px solid #ea5504;
}

a.btn_blue, 
input.btn_blue {
    background-color: #004ea2;
    border: 1px solid #004ea2;
}

a.btn_skyblue, 
input.btn_skyblue {
    background-color: #7ec0ee;
    border: 1px solid #3a9fe5;
}

a.btn_green, 
input.btn_green {
    background-color: #00a24e;
    border: 1px solid #00a24e;
}

a.btn_red, 
a.btn_blue, 
a.btn_skyblue, 
a.btn_green {
    width: 180px;
    height: 180px;
    display: table-cell;
    vertical-align: middle;
    margin-right: 10px;
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 25px;
    margin-right: 20px;
} 

.btn-primary {
    background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #2b669a;
    

    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;    
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
