@charset "UTF-8";

* { margin : 0 ; padding : 0 ; }

html {
	overflow-y: scroll;
	}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;  padding: 0;
	}
h1, h2, h2, h3, h5, h6 {
	font-size: 100%;
	}
body { 
	width: 100%; 
	background-color: #ffffff;
	font-weight:bold;
	color: #8b4513;
	font-size: 75%;
	}
html>/**/body {
	font-size: 14px;
	}
* + html body {
	font-family: "メイリオ","Meiryo";
	}

/* カラムスタイル******************************* */
#my_body {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	}

#body_main_header{
	width: 100%;
	background-color: #ffffff;
	border-top: 3px double #f4a460;
	}
#body_main_table_menu{
	width: 100%;
	background-color: #f4a460;
	border-top: 3px double #ffffff;
	border-bottom: 3px double #ffffe0;
	clear: both;
	}
#body_main_topimg{
	width: 100%;
	background-color: #ffffe0;
	border-bottom: 3px double #dcdcdc;
	}

#body_main_footer{
	width: 100%;
	border-top: 3px double #ffffff;
	background-color: #f4a460;
	clear: both;
	}

#body_contents1{
	float: left;
	width: 1000px;
	}

/* ヘッダー************************************** */

table.header_tablecolumn{
	width: 1000px;
	background-color: #ffffff;
	margin: 3px 0 0 0;
	}
td.tablecolumn_header_rogo{
	width: 196px;
	padding: 0 0 0 6px;
	}
td.tablecolumn_doujyou{
	text-align: right;
	padding: 0 12px 0 0;
	}
div.tablecolumn_div{
	float: left;
	}
h1.header_h1{
	font-size: 32px;
	color: #f4a460;
	font-family: "Georgia",serif;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	}
h2.header_h2{
	font-size: 20px;
	font-weight:bold;
	color: #f4a460;
	font-family: "BatangChe",monospace;
	margin: 0 0 0 0;
	clear: both;
	}
p.header_p{
	font-size: 16px;
	font-weight:bold;
	color: #f4a460;
	}
a.tablecolumn_link{
	text-decoration: none;
	border: none;
	}
a.tablecolumn_link:hover{
	text-decoration: none;
	border: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	}
/* ヘッダー(メニュー)**************************** */

#body_table_menu{
	width: 100%;
	background-color: #f4a460;
	}

table.header_table_menu{
	width: 100%;
	height: 40px;
	border-collapse: separate;
	border-spacing: 0;
	border-left: 1px dashed #ffffe0;
	border-right: 1px dashed #ffffe0;
	}
.header_table_menu td{
	width: 200px;
	height: 40px;
	text-align: center;
	border-left: 1px dashed #ffffe0;
	border-right: 1px dashed #ffffe0;
	}
div.table_div{
	text-align: center;
	}
a.table_menu_link{
	text-decoration: none;
	border: none;
	font-size: 20px;
	font-weight:bold;
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	font-family: "Georgia",serif;
	}
a.table_menu_link:hover div.tablemenu_div{
	font-size: 20px;
	font-weight:bold;
	color: #8b4513;
	}

/* フッター************************************** */

table.footer_tablecolumn{
	margin: 12px 0 6px 150px;
	}
td.footer_tablecolumn_p1{
	text-align: left;
	}
td.footer_tablecolumn_p2{
	text-align: right;
	}
td.footer_tablecolumn_h1{
	padding: 0 0 0 180px
	}
img.tablecolumn_img_footer{
	float: left;
	}

h1.footer_h1{
	font-size: 36px;
	color: #8b4513;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
	}
p.footer_p1{
	margin: 0 0 0 24px;
	}
p.footer_p2{
	font-size: 18px;
	font-weight: bold;
	color: #8b4513;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	}

/* コンテンツ*********************************** */

table.calc_table{
	width: 1000px;
	background-color: #ffffe0;
	border: 1px dashed #8b4513;
	}
table.calc_table th{
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border: 1px dashed #8b4513;
	}
table.calc_table td{
	width: 180px;
	height: 250px;
	padding: 3px;
	border: 1px dashed #8b4513;
	}
div.calc_th_div{
	display: block;
	width: 180px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #cd853f;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	line-height: 125%;
	padding-top: 12px;
	}
div.calc_td_div{
	display: block;
	width: 180px;
	height: 300px;
	font-size: 16px;
	font-weight: bold;
	color: #cd853f;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	line-height: 125%;
	padding-top: 12px;
	}
a.table_calc_link{
	text-decoration: none;
	border: none;
	}
a.table_calc_link:hover div.calc_th_div{
	background-color: #cd853f;
	color: #ffffff;
	}
a.table_calc_link_td{
	text-decoration: none;
	border: none;
	}
a.table_calc_link_td:hover div.calc_td_div{
	background-color: #cd853f;
	color: #ffffff;
	}

div.contents_div_1{
	width: 484px;
	height: 350px;
	background-color: #ffffe0;
	border: 3px double #dcdcdc;
	float: left;
	}
div.contents_div_2{
	width: 484px;
	height: 350px;
	background-color: #ffffe0;
	border: 3px double #dcdcdc;
	margin-left: 20px;
	float: left;
	}
a.calc_div1_link{
	text-decoration: none;
	border: none;
	color: #8b4513;
	}
a.calc_div1_link:hover div.contents_div_1{
	text-decoration: none;
	color: #8b4513;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	}
a.calc_div2_link {
	text-decoration: none;
	border: none;
	color: #8b4513;
	}
a.calc_div2_link:hover div.contents_div_2{
	text-decoration: none;
	color: #8b4513;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	}
a.contents_link_1{
	text-decoration: none;
	border: none;
	color: #8b4513;
	}
a.contents_link_1:hover{
	text-decoration: none;
	color: #ff8c00;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	}

h3 {
	font-size: 32px;
	color: #d2691e;
	font-family: "Georgia",serif;
	padding: 6px 0 6px 6px;
	}

p.contents_p{
	font-size: 16px;
	line-height: 150%;
	text-indent: 16px;
	padding: 0 0 6px 0;
	margin: 0 8px 0 16px;
	}
p.contents_p_small{
	font-size: 14px;
	line-height: 150%;
	padding: 6px 0 0 0;
	}
p.contents_p_big{
	font-size: 18px;
	color: #cd853f;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	line-height: 150%;
	margin: 12px 0 0 12px;
	}
img.calc_img{
	float: right;
	margin: 6px 12px 6px 12px;
	}

