html
{
	overflow-y:scroll;
}

body
{
	/* 背景 */
	background-image: url(img/back.png);
	background-repeat: repeat;
	background-attachment: fixed;
	
	/* フォント */
	font-size: 10pt;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ";
	line-height: 20pt;
	
	width: 99%;
}

body.m
{
	margin-top: 0;
}


a
{
    color: #635A30;
    font-style: normal;
    text-decoration: none;
}

/*未訪問のリンク*/
a:link
{
    color: #635A30;
    font-style: normal;
    text-decoration: none;
}

/*訪問後のリンク*/
a:visited
{
    color: #635A30;
    font-style: normal;
    text-decoration: none;
}

/*マウスをのせたとき*/
a:hover
{
    color: #635A30;
    font-style: normal;
    text-decoration: underline;
}

/*クリック中*/
a:active
{
    text-decoration: none;
}

.image-resize
{
	max-width: 550px;
	height: auto;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	
	/* フォント */
	font-size: 10pt;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ";
	line-height: 20pt;
}

tr.odd
{
	margin-top: auto;
	margin-bottom: auto;
	
	background-color: #f0f0dc;
}
tr.even
{
	margin-top: auto;
	margin-bottom: auto;
	
	background-color: #ffffff;
}

th
{
	/* フォント */
	font-size: 10pt;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ";
	line-height: 20pt;
	
	padding: 10px 20px;
	background-color: #ffffff;
}

th.thresult
{
	/* フォント */
	font-size: 10pt;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ";
	line-height: 20pt;
	
	padding: 5px 10px;
	background-color: #612434;
	color: #ffffff;
}

td
{
	/* フォント */
	font-size: 10pt;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ";
	line-height: 20pt;
	
	padding: 10px 20px;
}

td.tdresult
{
	/* フォント */
	font-size: 10pt;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ";
	line-height: 15pt;
	
	padding: 5px 10px;
	background-color: #ffffff;
}

/* 角丸 */
.radius
{
	/* Firefox */
	-moz-border-radius: 10px;
	/* Safari,Chrome */
	-webkit-border-radius: 10px;
	/* CSS3 */
	border-radius: 10px;
	
	border: 0px;
	background-color: #ffffff;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	padding-right: 100px;
}

.radiustop
{
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	
	border: 0px;
	background-color: #635A30;
	color: #ffffff;
}

.radiustopr
{
	/* フォント */
	font-size: 10pt;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ";
	line-height: 20pt;
	color: #ffffff;
	
	background-color: #612434;
	
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	
	border: 0px;
	background-color: #612434;
	color: #ffffff;
}

.radiusbottom
{
	text-align: center;
	
	/* Firefox */
	-moz-border-radius: 0px 0px 10px 10px;
	/* Safari,Chrome */
	-webkit-border-radius: 0px 0px 10px 10px;
	/* CSS3 */
	border-radius: 0px 0px 10px 10px;
	
	border: 0px;
	background-color: #ffffff;
}

.radiusbottomr
{
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	
	border: 0px;
	background-color: #ffffff;
	
	/* フォント */
	font-size: 10pt;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ";
	line-height: 15pt;
	
	padding: 5px 10px;
	background-color: #ffffff;
}

/* 中央揃え */
td.center
{
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
}

/* 右揃え */
td.right
{
	margin-left: auto;
	margin-right: auto;
	
	text-align: right;
	
	background-color: #ffffff;
}

/* 囲み枠 */
.line
{
	display: inline-block;
	_display: inline;
	
	line-height: 0pt;
	
	border-style: solid;
	border-width: 1px;
	padding: 13px 9px 14px 10px;
	border-color: #635A30;
}

.linesp
{
	display: inline-block;
	_display: inline;
	
	line-height: 0pt;
	
	border-style: solid;
	border-width: 1px;
	padding: 13px 9px 14px 10px;
	border-color: #635A30;
	background-color: #635A30;
	color: #ffffff;
}

/* 中央揃え */
.imgcenter
{
	border: 0px;
	vertical-align: middle;
}

/* float関連  */
.window
{
	width: 1070px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	
	height: 0px;
}

.header
{
	/* Firefox */
	-moz-border-radius: 0px 0px 10px 10px;
	/* Safari,Chrome */
	-webkit-border-radius: 0px 0px 10px 10px;
	/* CSS3 */
	border-radius: 0px 0px 10px 10px;
	
	margin-top: 0px;
	margin-bottom: 70px;
	width: 99%;
	height: 100px;
	position: relative;
	
	background-image: url(img/header3.png);
}

.headerresult
{
	/* Firefox */
	-moz-border-radius: 0px 0px 10px 10px;
	/* Safari,Chrome */
	-webkit-border-radius: 0px 0px 10px 10px;
	/* CSS3 */
	border-radius: 0px 0px 10px 10px;
	
	margin-top: 0px;
	margin-bottom: 35px;
	width: 99%;
	height: 100px;
	position: relative;
	
	background-image: url(img/header3.png);
}

.title
{
	text-align: center;
	/* フォント */
	font-size: 24pt;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ";
	color: #635A30;
	line-height: 26pt;
	
	position: absolute;
	width: 99%;
	top: 18%;
}

.middle
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.middleindex
{
	margin-top: 30px;
	margin-bottom: 30px;
	
	width: 99%;
	clear: both;
}

.footer
{
	width: 99%;
	clear: both;
	text-align: center;
	
	margin-bottom: 30px;
}

.menu
{
	width: 270px;
	float: left;
}

.main
{
	width: 780px; 
	float: right;
}

.result
{
	width: 99%;
	float: right;
}

.input
{
	border: 0px;
	padding: 5px;
	border: solid 1px #635A30;
	width: 190px;
	
	/* フォント */
	font-size: 10pt;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ";
	
	margin: 5px;
	margin-left: 0px;
}

.input2
{
	border: 0px;
	padding: 5px;
	border: solid 1px #635A30;
	width: 70px;
	
	/* フォント */
	font-size: 10pt;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ";
	
	margin: 5px;
	margin-left: 0px;
}

.input3
{
	border: 0px;
	padding: 5px;
	border: solid 1px #635A30;
	width: 40px;
	
	/* フォント */
	font-size: 10pt;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ";
	
	margin: 5px;
	margin-left: 0px;
}

.select
{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    
	border: 0px;
	padding: 5px;
	border: solid 1px #635A30;
	border-right: 0px;
	width: 190px;
	
	text-align: center;
	
	/* フォント */
	font-size: 10pt;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ";
}

.copyright
{
	display: block;
	position: absolute;
	
	width: 99%;
	height: 99%;
	
	background:url(img/copyright.png);
	background-repeat: no-repeat;
	background-position: 35px -15px;
}

.resultimg
{
	position: relative;
	margin-left: 250px;
}

.resultcopy
{
	display: block;
	position: absolute;
	
	width: 99%;
	height: 99%;
	
	background:url(img/copyright.png);
	background-repeat: no-repeat;
	background-position: -5px -20px;
}

.imgview
{
	text-align: center;
}

.allview
{
	margin-right: 10px;
	text-align: right;
	font-size: 11pt;
}
