@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_navigation1{
	float: left;
	width: 200px;
	}
#body_contents1{
	float: left;
	width: 800px;
	}
#body_contents2{
	width: 750px;
	}


/* ヘッダー************************************** */

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 ridge #ffffe0;
	border-right: 1px ridge #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;
	}
/* メイン写真************************************ */

#body_topimg{
	width: 100%;
	background-color: #ffffe0;
	}

/* フッター************************************** */

table.footer_tablecolumn{
	margin: 12px 0 6px 150px;
	background-color: #f4a460;
	}
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);
	}

/* ナビゲーション******************************** */

div.div_nav1{
	width: 200px;
	}
img.img_nav_outside{
	border: 3px double #dcdcdc;
	}
ul.nav_list_1{
	list-style: none;
	margin-left: 14px;
	}
ul.nav_list_1 li{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	}
ol.nav_list_2{
	list-style: none;
	margin: 10px 0 10px 16px;
	}
ol.nav_list_2 li{
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	}
a.nav_menu{
	text-decoration: none;
	border: none;
	color: #d2691e;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	}
a.nav_menu:hover{
	text-decoration: none;
	border: none;
	color: #8b4513;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	border-bottom: 2px ridge #8b4513;
	}
a.nav_menu2{
	text-decoration: none;
	border: none;
	color: #000000;
	}
a.nav_menu2:hover div.div_nav2{
	text-decoration: none;
	border: none;
	color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	}

/* コンテンツ*********************************** */

div.div_contents_1{
	width: 650px;
	height: 200px;
	margin: 6px 0 6px 0;
	float: left;
	}
div.div_contents_2{
	width: 640px;
	text-align: right;
	margin: 6px 0 6px 0;
	}
div.div_contents_3{
	width: 344px;
	height: 300px;
	background-color: #ffffe0;
	float: left;
	}
div.div_contents_4{
	width: 744px;
	height: 300px;
	border: 3px double #a9a9a9;
	}
h3.contents_h3{
	font-size: 20px;
	text-align: center;
	color: #d2691e;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	margin-top: 6px;
	}
p.contents_p1{
	font-size: 16px;
	line-height: 125%;
	}
p.contents_p2{
	font-size: 14px;
	line-height: 150%;
	text-indent: 14px;
	padding: 0 10px 0 10px;
	}
img.contents_img{
	border: 3px double #a9a9a9;
	}
ul.contents_ul{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 100px;
	}
ul.contents_ul li{
	margin-bottom: 12px;
	}

a.contents_link_1{
	text-decoration: none;
	border: none;
	color: #8b4513;
	}
a.contents_link_1:hover{
	text-decoration: none;
	border: none;
	color: #ff8c00;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	}
