﻿/*書式設定
----------------------------------*/

body{
	background-repeat: no-repeat;
	background-size: 1024px;
	width: 1004px;
	height: 748px;
	margin: 0;
	padding: 0;
	border: 0 none;
	font-size:13px;
	color: #444444;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3";
}

html{
	width: 1004px;
	height: 748px;
}

html,a,form,div,table,ul,ol,li,dl,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
	border: 0 none;
}
img{
	margin:0;
	padding:0;
	border: 0 none;
}
div[id^="link"], div[id^="calc"], div[id^="num"], div[id^="radio"]{
	cursor:pointer;
}

.page{
//	width: 1024px;
	margin: 0;
	padding: 0;
}

.subtitle {
	color: #591315;
	font-family: monospace;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.info {
	color: #591315;
	font-family: monospace;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.colinfo {
	color: #591315;
	font-family: monospace;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.result {
	color: #591315;
	font-family: monospace;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}
.input12 {
	color: #591315;
	font-family: monospace;
	text-align: right;
	font-size: 30px;
	font-weight: bold;
}
.input5 {
	color: #591315;
	font-family: monospace;
	text-align: center;
	text-valign: center;
	font-size: 20px;
	font-weight: bold;
}
.result5{
	color: #5c9e90;
	font-family: monospace;
	text-align: center;
	text-valign: center;
	font-size: 40px;
	font-weight: bold;
}

input.button {
    padding: 0 .25em;
    width: auto;  /* IE table-cell margin fix */
    overflow: visible;
}

input.button[class] {  /* IE ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}

.sub_on {
    border: 1px solid #d7c4c4;
	font-weight: bold;
    color: #fff;
	background-image: url(../img/sub_btn/bg/bg.jpg);
	height: 46px;
}
.sub_off {  
	background-color: #f5efee;
    border: 1px solid #d7c4c4;
	font-weight: bold;
    color: #5c1616;
	height: 46px;
}
.sub_off:hover {
	background-color: #f5efee;
	border: 1px solid #d7c4c4;
	font-weight: bold;
    	color: #b48773;
	cursor:pointer;
}
.sub_on div{
	background-image: url(../img/sub_btn/arrow/arrow_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	height: 46px;
	line-height: 46px;
}
.sub_off div{  
	background-image: url(../img/sub_btn/arrow/arrow_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	height: 46px;
	line-height: 46px;
}

.sub_off:hover div{  
	background-image: url(../img/sub_btn/arrow/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	height: 46px;
	line-height: 46px;
}

.fp_btn_on{
	background-image: url(../img/fp/fp_btn_ov.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 146px;
	height: 86px;
	left: 871px;
	top: 72px;
	cursor:pointer;
}

.fp_btn_off{
	background-image: url(../img/fp/fp_btn_off.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 146px;
	height: 86px;
	left: 871px;
	top: 72px;
	cursor:pointer;
}

.fp_bg {
	z-index: 10;
	display: none;
	width: 1024px;
	height: 748px;
	position: absolute;
	left: 0px;
	top: 0px;
	-ms-filter: "alpha( opacity=40 )";
	filter: alpha(opacity=40);
	opacity: 0.4;
	background-color: #000;
}

.fp {
	z-index: 20;
	background-image: url(../img/fp/fp_window.jpg);
	background-repeat: no-repeat;
	display: none;
	position: absolute;
	left: 280px;
	top: 180px;
	width: 700px;
	height: 312px;
}

.fp2 {
	z-index: 20;
	background-image: url(../img/fp/fp_window2.jpg);
	background-repeat: no-repeat;
	display: none;
	position: absolute;
	left: 280px;
	top: 180px;
	width: 700px;
	height: 500px;
}

.fp_head {
	width: 700px;
	height: 25px;
    color: #000000;
	padding: 10px;
	line-height: 25px;
	font-size: 20px;
	font-weight: bold;
}

.fp_body {
	width: 700px;
	height: 500px;
}

.fp_body_text {
    color: #000000;
	padding: 10px;
	line-height: 20px;
	font-size: 20px;
	word-break: break-all;
}

.cursor {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
