/* 基本スタイル */
	a:link {color:#00008b;} /*未訪問のリンクの色*/
	a:visited {color:#0000cd;} /*訪問済みのリンクの色*/


.basic {
background-color: #FFFFFF;
margin: 3px;
font-family: 'helvetica neue', 'helvetica', 'sans-serif';
font-size: 14px ;
color: #404040;
}
.btn{
border:double 5px;
background-color: black;
color: white;
border-color: white;
width: 120px;
height: 50px;
font-size: 11pt;

}

.btn2{
border:double 5px;
background-color: white;
color: black;
border-color: black;
width: 120px;
height: 50px;
font-size: 11pt;

}


.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}


.center2 {
	margin-right: 20%;
	margin-left: 20%;
	}


