body { 	font-family:		"ＭＳ Ｐ明朝", 平成明朝;}
/*固定配置のスタイル*/
h1#toplogo{
	font-family:		Arial,	Verdana,	Helvetica,	sans-serif;
	font-weight:		bold;
	font-size:		30px;
	color:			#006500;
	position:		relative;
	top:			270px;
	text-align:		center;
	background-color:	transparent;
	z-index:		100;
}

/*ボタン部分のスタイル*/
a.sample{
    display:			block;
    border:			solid 3px;
    text-decoration:		none;
    padding:			3px 5px;
    border-color:		#6aa2db;
    border-width:		1px 1px 2px 7px;
    border-style:		solid;
    background-color:		#eef6ff;
    font-size:			12px;
    width:			80px;
    height:			15px;
    text-align:			right;
}

a:hover.sample{
    border-color:		#000080;
}

a:active.sample{
    background-color:		#eef6f5;
    border-color:		#000080;
}

