body {font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";font-size: 12px;color: #333333; margin:10px;}
a:link {color: #666666;text-decoration: underline;}
a:visited {text-decoration: underline;color: #666666;}
a:hover {text-decoration: none;color: #FF9900;}
a:active {text-decoration: underline;color: #666666;}

/*ヘッターーエリア*/
.header {
	border: 2px solid #FF9900;
	width: 800px;
	margin: 0px auto 25px auto;
	height: 80px;
	background-color: #FFFFEC;
}
.h-img {
	float: left;
	
}
.h-tit {
	text-align: right;
	margin-right: 10px;
	margin-top: 55px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-size: 18px;
	color: #666666;
}


/*エントリー部分*/
table {background-color: #FFFFFF;}
th {
	color: #333333;
	padding: 5px;
	text-align: left;
	width: 110px;
	background-color: #FFFFFF;
}
td {
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
span {font-weight: bold;color: #FF3300;}
.none {background-color: #FFFFFF;}
.entry {
	text-align: center;
	width: 800px;
	margin: auto;
}
.privacy {line-height: 140%;padding: 5px;width: 500px;text-align: left;border: 1px solid #999999;}
.text-area {
	line-height: 140%;
	padding: 5px;
	width: 600px;
	text-align: left;
	margin: auto;
}

/*ページトップ*/
.ptop{
	width:100%;
	text-align:right;
}

/*フッターエリア*/
.futter {
	text-align: right;
	vertical-align: bottom;
	width: 800px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin: 10px auto 0px auto;
	padding: 0px 10px 5px 0px;
}
