@charset "utf-8";
/* CSS Document */

.main_table {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #1A579B;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #1A579B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #1A579B;
	text-decoration: underline;
	font-weight: bold;
}
.out_link a:link {
	color: #1A579B;
	text-decoration: none;
	font-weight: normal;
}
.out_link a:visited {
	color: #1A579B;
	text-decoration: none;
	font-weight: normal;
}
.out_link a:hover {
	color: #1A579B;
	text-decoration: underline;
	font-weight: normal;
}




.header {
	background-image: url(../images/header_bg.png);
	height: 101px;
	width: 950px;
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #69F;
	border-bottom-color: #69F;
	border-left-color: #69F;
}
.about_menu {
	text-align: left;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69F;
	padding-top: 2px;
	padding-bottom: 2px;
}
.top_menu {

}

.top_menu a:link {
	text-align: center;
	display: block;
	padding: 5px;
	width: 90px;
}
.top_menu  a:visited {
	text-align: center;
	display: block;
	padding: 5px;
	width: 90px;
}
.top_menu  a:hover {
	text-align: center;
	display: block;
	padding: 5px;
	width: 90px;
	background-color: #91B5FF;
	text-decoration: none;
}





.top_menu_button {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #69F;
	border-bottom-color: #69F;
	text-align: center;
	background-color: #CADCFF;
}
.top_menu_left_button {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #69F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #69F;
	text-align: center;
	background-color: #CADCFF;
}
.sub_menu {
	width: 950px;
}
.sub_menu_button {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	text-align: center;
}
.sub_menu_left_button {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-align: center;
}
.sub_menu a:link {
	text-align: center;
	display: block;
	padding: 5px;
	width: 90px;
}
.sub_menu a:visited {
	text-align: center;
	display: block;
	padding: 5px;
	width: 90px;
}
.sub_menu a:hover {
	text-align: center;
	display: block;
	padding: 5px;
	width: 90px;
	background-color: #91B5FF;
	text-decoration: none;
}


.left {
	width: 200px;
}
.title {
	background-color: #6699ff;
	height: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.box {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B6CEFF;
	border-bottom-color: #B6CEFF;
	border-left-color: #B6CEFF;
	text-align: justify;
	
}
.box_align_R {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B6CEFF;
	border-bottom-color: #B6CEFF;
	border-left-color: #B6CEFF;
	text-align: right;
}

.left_box_table {
	width: 200px;
}

.box_space {
	height: 48px;
}


.right {
	width: 750px;
}



.mini_footer {
}


.footer {
	background-color: #69F;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.footer dd {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer dt {
	font-weight: bold;
}



.footer table {
	width: 950px;
}


.footer_td  {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 10px;
}
.footer_left_td {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.footer a:link {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.footer a:visited {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.sub_footer {
	background-color: #B6CEFF;
	width: 950px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

}
.sub_footer table {
	padding-right: 20px;
	padding-left: 20px;
}
.sub_footer_handmade {
	text-align: left;
	width: 300px;
}
.sub_footer_text {
	text-align: justify;
	width: 650px;
}
.Validator_footer {
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
.insu_button_td {
	width: 200px;
	background-image: url(../images/insu_button_bg.png);
	height: 350px;
	background-repeat: no-repeat;
	background-color: #FF9;
	background-position: top;
}
.insu_button_table {
	margin-right: auto;
	margin-left: auto;

}
.insu_button_title {
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	color: #333;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}



.insu_button {
	background-image: url(../images/insu_button.png);
	height: 48px;
	width: 180px;
	background-repeat: no-repeat;
	font-size: 16px;
	background-position: center;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
.big_4 {
	font-size: 35px;
	color: #1A579B;
	font-style: italic;
	line-height: 20px;
	margin: 0px;
}

