/* CommonCSS------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	top: 0px;
}
html {
	height: 100%;
	background-color: #E8E8E8;
}
body {
	min-height: 100%;
	text-align: center;
	background-image: url(../shared_images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	font-family:
	'メイリオ',
	'Meiryo',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'Osaka',
	'ＭＳ Ｐゴシック',
	sans-serif;
}
p,li,address,h1,h2,h3,h4,h5 {
	font-size: 80%;
	line-height: 160%;
	color: #333333;
}
a {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
td,th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
}
th {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background-color:#C5E8F4;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
#page {
	margin: 0px auto;
	width: 810px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../shared_images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
}
#head {
	background-image: url(../shared_images/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 810px;
	position: relative;
}
#head  .head_left_block {
	float: left;
	width: 199px;
	padding-left: 15px;
	padding-bottom: 12px;
	padding-top: 19px;
}
#head .site_title {
	padding-bottom: 10px;
}
#head  .head_right_block {
	float: right;
	width: 260px;
	padding-top: 3px;
	padding-right: 13px;
	text-align: right;
}
#head p.menu {
	color: #996600;
	font-size: 12px;
	padding-top: 12px;
}
#head #dis {
	font-size: 11px;
	color: #FFFFFF;
	width: 300px;
	position: absolute;
	left: 224px;
	top: 33px;
}
* html #head p.menu {
	padding-top: 10px;
}
*:first-child+html #head p.menu {
	padding-top: 5px;
}
#head p.menu a {
	color: #996600;
	text-decoration: underline;
}
#head p.menu a:hover {
	color: #996600;
	text-decoration: none;
}
#foot {
	clear: both;
	width: 780px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
	margin: 0px;
}
#foot .foot_box {
	background-image: url(../shared_images/foot_box1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}
#foot .foot_box_bottom  {
	background-image: url(../shared_images/foot_box2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}
#foot .foot_box p {
	width: 778px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 65%;
}
#foot .foot_box a {
	color: #333333;
}
#foot .foot_box2 {
	clear: both;
	width: 780px;
	background-image: url(../shared_images/foot_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 10px;
}
#foot address {
	color: #007EC4;
	float: left;
	width: 450px;
	font-style: normal;
	font-size: 11px;
}
#foot p.copy {
	font-size: 70%;
	color: #666666;
	float: right;
	width: 300px;
	text-align: right;
}
/* IndexCSS------------------------------- */
#index {
	clear: both;
	width: 810px;
	background-image: url(../../index_images/img_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#side_navi {
	float: left;
	width: 235px;
}
#side_navi  .side_menu {
	background-image: url(../shared_images/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 13px;
	margin-left: 15px;
	width: 220px;
}
#side_navi .side_banner {
	width: 224px;
	padding-top: 15px;
	padding-left: 13px;
}
#index #contents {
	float: right;
	width: 545px;
	padding-top: 289px;
	padding-right: 15px;
}
#index  .plan  h2 {
	float: left;
	width: 174px;
	padding-right: 11px;
	padding-bottom: 13px;
}
#index  .plan  h2.plan3 {
	padding: 0px;
}
#index .news {
	padding-top: 11px;
}
#index .news ul {
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 3px;
}
#index .news li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2E1F1;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image: url(../shared_images/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
/* subCSS------------------------------- */
#foot .sub_foot {
	width: 780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #007EC4;
	padding-top: 10px;
	padding-bottom: 11px;
}
#foot p.page_top {
	float: left;
	width: 145px;
}
#page  .plan {
	width: 545px;
	float: right;
}
#page   .plan   p {
	float: left;
	width: 174px;
	padding-right: 11px;
}
#page   .plan   p.plan3 {
	padding: 0px;
}
#sub {
	clear: both;
	width: 810px;
	padding-top: 15px;
}
#sub a {
	color: #0066CC;
}
#sub h1 {
	background-image: url(../shared_images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 90%;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 6px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 15px;
	clear: both;
}
#sub h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#sub h2 {
	padding-bottom: 15px;
}
#sub #contents {
	float: right;
	width: 545px;
	padding-right: 15px;
}
#sub p.tel {
	clear: both;
	padding-left: 15px;
}

#sub .indent_box {
	padding-bottom: 15px;
	min-height: 395px;
	padding-right: 10px;
}
#sub .after p {
	padding-bottom: 35px;
	font-size: 90%;
}
#sub p .small {
	font-size: 90%;
}
#sub .timing1 {
	padding-bottom: 5px;
}
#sub .timing2 {
	padding-bottom: 10px;
}
#sub .timing3 {
	padding-bottom: 15px;
}
#sub .timing4 {
	padding-bottom: 25px;
}
#sub .space {
	padding-bottom: 30px;
	text-align: center;
}
#sub .border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 25px;
	padding-top: 2px;
	padding-bottom: 25px;
	border-bottom-color: #CCCCCC;
}
#sub  .timing  table {
	text-align: center;
}
#sub .timing h3 {
	padding-bottom: 6px;
}
#sub .photo_box {
	clear: both;
	width: 525px;
	padding-bottom: 30px;
}
#sub .photo_box .right {
	width: 250px;
}
#sub .photo_box .left {
	width: 260px;
}
#sub .q_a h2.q_a_list {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom-color: #CCCCCC;
}
#sub .q_a ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
#sub .q_a ul a {
	background-image: url(../../q_a/images/ico_hatena.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	display: block;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #333333;
}
#sub .q_a h3 {
	background-image: url(../../q_a/images/ico_hatena.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-weight: normal;
}
#sub .q_a .border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 20px;
	border-bottom-color: #CCCCCC;
}
#sub .faith h2 {
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 9px;
	padding-bottom: 9px;
}
#sub .faith p {
	padding-bottom: 15px;
}
#sub  .faith  h3 , #sub .price h2 {
	padding-bottom: 10px;
	font-size: 90%;
	font-weight: normal;
	color: #006699;
}
#sub .faith ul {
	padding-bottom: 15px;
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}
#sub .price .house {
	padding-bottom: 10px;
}
#sub .price p {
	line-height: 140%;
}
#sub .box_orange {
	background-color: #FFF0D9;
	padding: 10px;
	width: 505px;
}
#sub .box_orange .left, #sub .box_orange .right {
	width: 245px;
}
#sub .box_orange img {
	float: left;
	width: 100px;
	margin-top: 5px;
}
#sub .box_orange p.text {
	font-size: 75%;
	float: right;
	width: 135px;
	padding-top: 10px;
}
#sub .price .border {
	margin-bottom: 10px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sub .price table {
	margin-bottom: 30px;
}
#sub .price table.price1 {
	margin-bottom: 10px;
}

#sub .price th {
	width: 135px;
}
#sub  .photo_box2 ,#sub .photo_box3 {
	width: 525px;
	padding-bottom: 30px;
}
#sub .photo_box2 img {
	float: left;
	width: 130px;
}
#sub .photo_box2 .right {
	padding-top: 10px;
	width: 385px;
}
#sub .photo_box2 h3 {
	padding-bottom: 5px;
}
#sub .photo_box2 .right p {
	font-size: 75%;
}
#sub .price1 {
	margin-bottom: 10px;
}
#sub .photo_box3 p {
	text-align: center;
	float: left;
	width: 130px;
	padding-right: 20px;
}
#sub .photo_box3 img {
	margin-bottom: 5px;
}
#sub .flow h2, #sub .flow h3 {
	margin: 0px;
	padding: 0px;
}
#sub .flow p {
	border-left-style: solid;
	margin-left: 10px;
	padding-bottom: 30px;
	padding-left: 18px;
	border-left-width: 1px;
	border-left-color: #007FC4;
	font-size: 90%;
	line-height: 140%;
	padding-top: 5px;
}
#sub .flow p.flow_last {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#sub .flow p.narrow {
	padding-bottom: 10px;
}
#sub .flow p.flow_small {
	font-size: 80%;
}
#sub .flow p strong {
	font-weight: normal;
	color: #007FC4;
}
#sub .gaina_box1 {
	margin-bottom: 15px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 525px;
}
#sub .gaina_box1 .left {
	width: 142px;
}
#sub .gaina_box1 .right {
	width: 375px;
}
#sub .gaina_box1 .right img {
	padding-bottom: 10px;
}
#sub p.gaina_small {
	font-size: 75%;
	text-align: right;
	padding-top: 5px;
}
#sub .gaina p.cap1 {
	clear: both;
	padding-bottom: 10px;
}
#sub .gaina_box2 {
	width: 525px;
	padding-bottom: 10px;
}
#sub .gaina_box2 img {
	float: right;
	width: 214px;
}
#sub .gaina_box2 .left {
	width: 309px;
}
#sub .gaina_box2    p.cap2 {
	font-size: 90%;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 10px;
}
#sub .gaina h2 {
	color: #FFFFFF;
	background-color: #669900;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
	margin-bottom: 7px;
}
#sub .gaina_box3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	clear: both;
	width: 525px;
	margin-bottom: 6px;
	padding-bottom: 3px;
}
#sub .gaina_box3 img {
	float: left;
	width: 98px;
}
#sub .gaina_box3 .effect {
	float: right;
	width: 418px;
	padding-top: 3px;
}
#sub .gaina .last {
	margin-bottom: 24px;
}
#sub .gaina_box4 {
	width: 525px;
	padding-bottom: 10px;
}
#sub .gaina_box4 .left {
	width: 270px;
}
#sub .gaina_box4 .right {
	width: 240px;
}
#sub .gaina p.cap3 {
	padding-top: 5px;
	padding-bottom: 5px;
}
#sub .gaina p.blue {
	color: #FFFFFF;
	background-color: #0099CC;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sub .gaina p.cap4 {
	padding-top: 5px;
}
#sub .gaina p.cap5 {
	padding-top: 3px;
	padding-bottom: 30px;
}
#sub .company table {
	margin-bottom: 25px;
}
#sub .company th {
	text-align: left;
	width: 130px;
}
#sub .company h2 {
	padding-bottom: 5px;
	font-size: 90%;
	font-weight: normal;
	color: #007FC4;
}
#sub .company .detail {
	padding-top: 3px;
	padding-bottom: 20px;
}
#sub .plan_page p {
	padding-bottom: 15px;
}
#sub .plan_page p.start1 {
	padding-bottom: 20px;
}
#sub .plan_page p.start2 {
	padding-bottom: 30px;
}
#sub .plan_page h2 {
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 3px;
	font-size: 100%;
	color: #006699;
	font-weight: normal;
	clear: both;
}
#sub .plan_page h3 {
	font-size: 90%;
	font-weight: normal;
	color: #006699;
	clear: both;
}
#sub .plan_box1 {
	clear: both;
	width: 525px;
	padding-bottom: 25px;
}
#sub .plan_box1 .left1 {
	float: left;
	width: 298px;
}
#sub .plan_box1 .right1 {
	float: right;
	width: 217px;
}
#sub  .plan_box2 , #sub .plan_box3 {
	clear: both;
	width: 525px;
	margin-bottom: 35px;
}
#sub .plan_box3 .left3 {
	float: left;
	width: 347px;
}
#sub .plan_box3 .right3 {
	float: right;
	width: 167px;
}

#sub .plan_box2 p {
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}

#sub   .plan_border_left {
	float: left;
	width: 160px;
}
#sub   .plan_border_right {
	float: right;
	width: 160px;
}
#sub .plan_border_center {
	float: left;
	width: 160px;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-left: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 00px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sub  .plan_page p.plan_img {
	padding-bottom: 30px;
}

#sub p.big {
	font-size: 90%;
}
#sub .plan_page ol {
	padding-left: 25px;
	padding-bottom: 20px;
}
#sub .plan_image1 {
	padding-bottom: 30px;
}
#sub .plan_image2 {
	padding-bottom: 40px;
}
#sub .plan_page h3.basic {
	padding-bottom: 10px;
}
#sub .plan_page ol.basic {
	padding-left: 35px;
	padding-bottom: 20px;
}
#sub .ks_caption {
	padding-bottom: 10px;
}
#sub .ks_img {
	padding-bottom: 25px;
}
#sub  .ks_box1 , #sub .ks_box2 {
	clear: both;
	width: 525px;
	padding-bottom: 25px;
}
#sub  .ks_box1  .left , #sub .ks_box1 .right {
	width: 250px;
}
#sub .ks h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom-color: #CCCCCC;
	clear: both;
}
#sub .ks .right_img {
	float: right;
}
#sub .ks_box2 {
	padding-bottom: 15px;
}

#sub .ks_box2 p {
	width: 170px;
}
#sub .ks_box2 .center {
	float: left;
	padding-right: 6px;
	padding-left: 7px;
}
#sub .ks .moni {
	clear: both;
	padding-bottom: 20px;
}
#sub .ks_sp1 {
	padding-bottom: 10px;
}

#page #index .plan {
	width: 545px;
	float: none;
}
#contents .kyocho {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-bottom: 40px;
	border: 2px solid #FF9900;
	color: #CC6600;
}
#sub .link h2 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
	padding-bottom: 2px;
	line-height: 120%;
	margin-top: 20px;
}
#sub .link h3 {
	font-size: 14px;
}
#sub .link p {
	margin-bottom: 20px;
}
#sub .inq h2 {
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 3px;
	font-size: 100%;
	color: #006699;
	font-weight: normal;
	clear: both;
}
#sub table.formdesign {
	font-size: 80%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#sub table.formdesign td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contents  .monita h2 {
	font-size: 100%;
	line-height: 140%;
}
p.jobcopy {
	font-size: 14px;
	padding-bottom: 10px;
}
.job h2 {
	font-size: 20px;
	color: #003399;
}
table.jobtab {
	font-size: 12px;
}
.entry {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contents  .entry h2 {
	font-size: 16px;
	color: #007FC4;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #007FC4;
	margin-top: 0px;
	padding-top: 0px;
}
.entry .data {
	font-size: 11px;
	color: #999999;
	margin: 0px;
	padding-bottom: 3px;
}
ul#submenu {
	list-style-type: none;
	background-image: url(../../wordpress/wp-content/themes/tokaikensou/images/submenu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	width: 220px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#submenu li.categories {
	background-image: url(../../wordpress/wp-content/themes/tokaikensou/images/submenu_bg.gif);
	background-repeat: repeat-y;
}
#submenu li.categories ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#submenu li.categories ul li {
	background-image: url(../../wordpress/wp-content/themes/tokaikensou/images/submenu_pt.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBD6D9;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#submenu li.categories h2 {
	background-image: url(../../wordpress/wp-content/themes/tokaikensou/images/submenu_tit.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	width: 220px;
	text-indent: -10000px;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
.navigation {
	font-size: 12px;
}
.toparea {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#hatena {
	background-color: #E2E2E2;
	padding: 5px;
	margin-bottom: 20px;
}
.navigation .alignleft {
	width: 250px;
	float: left;
}
cl  {
	text-align: right;
	float: right;
	width: 250px;
}
.cattit {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #007FC4;
	padding: 2px;
	margin-left: 5px;
}
.staffarea1 {
	width: 525px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.staffarea2 {
	height: 257px;
	width: 146px;
	float: left;
	margin-right: 18px;
	margin-top: 15px;
}
.imgbottom       {
	padding-bottom: 5px;
}
.staff  p.stafftitle {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 525px;
}
#sub .entry p {
	padding-bottom: 10px;
}
.hals_7 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hals_7 p {
	padding-left: 10px;
	font-size: 14px;
}
.hals_7  tr {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 103px;
}
.hals_7 td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hals_7box  img {
	height: 15px;
	margin-left: 46px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.hals .hikakubox {
	padding: 10px;
	border: 1px solid #E6ECEF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.hals .hikakubox table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hals .hikakubox tr {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hals .hikakubox td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hals  .hikakubox  .midasi {
	color: #006699;
}
.hals .hikakubox img {
	float: left;
}
.hals  .hikakubox  p  {
	padding-left: 10px;
}
.hals h3 {
	background-color: #EEF3F6;
	height: 21px;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	padding-left: 5px;
	margin-bottom: 8px;
	padding-top: 3px;
}
.hals h2 {
	font-size: 16px;
	font-weight: normal;
	color: #006699;
	padding: 0px;
	margin: 0px;
}
.hals .point {
	color: #006699;
	font-size: 14px;
}

