/* CSS Document */
body#Omotenashi {
	background:none !important;
}
.left_a{
	float: left;
}
.right_a{
	float: right;
}

/* Contents Left
------------------------------------------------------------------------------------------*/
.l_box1 {
	margin-bottom: 20px;
	width: 543px;
	overflow:hidden;
}
.l_box1_left h4,
.l_box1_right h4 {
	margin-bottom: 22px;
	margin-left: 50px;
	padding-top: 14px;
}

/* kigyou
------------------------------------------------------------------------------------------*/
.l_box1_left {
	width:257px;
	background:url(../img/omotenashi_kigyou_bg1.gif) no-repeat left top;
	float: left;
}
.l_box1_left_body {
	padding:6px 10px 6px 10px;
	background:url(../img/omotenashi_kigyou_bg2.gif) repeat-y left top;
	text-align: center;
	font-weight: bold;
}
.l_box1_left_bottom {
	height:16px;/* ←bottom.jpgの高さ*/
	background:url(../img/omotenashi_kigyou_bg3.gif) no-repeat left bottom;
	font-size:1px;/* ←↓ ブラウザで文字サイズ拡大した際に崩れないように。*/
	line-height:1px;
}
.a {
	clear: both;
}

/* omotenashiday
------------------------------------------------------------------------------------------*/
.l_box1_right {
	width:257px;
	background:url(../img/omotenashi_day_bg1.gif) no-repeat left top;
	float: right;
}
.l_box1_right_body {
	padding:6px 10px 6px 10px;
	background:url(../img/omotenashi_day_bg2.gif) repeat-y left top;
	text-align: center;
	font-weight: bold;
}
.l_box1_right_bottom {
	height:16px;/* ←bottom.jpgの高さ*/
	background:url(../img/omotenashi_day_bg3.gif) no-repeat left bottom;
	font-size:1px;/* ←↓ ブラウザで文字サイズ拡大した際に崩れないように。*/
	line-height:1px;
}

/* Contents Left 2
------------------------------------------------------------------------------------------*/
.l_box2 {
	width: 503px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

/* Contents Left 3
------------------------------------------------------------------------------------------*/
#l_box3{
	padding-top:8px;/* ←top.jpgの高さ*/
	background:url(../img/omotenashi_naiyou_bgtop.gif) no-repeat left top;
	margin-bottom: 20px;
	margin-top:20px;
}
#l_box3_body {
 padding:6px 10px 6px 10px;
 background:url(../img/omotenashi_naiyou_bgbody.gif) repeat-y left top;
 }
#l_box3_bottom {
 height:10px;/* ←bottom.jpgの高さ*/
 background:url(../img/omotenashi_naiyou_bgbottom.gif) no-repeat left bottom;
 font-size:1px;/* ←↓ ブラウザで文字サイズ拡大した際に崩れないように。*/
 line-height:1px;
 }
#l_box3 h4 {
	padding-left: 56px;
	padding-bottom:10px;
}
#l_box3 p {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	padding-left:2px;
}
/* --------------------------------------------------
   Table
-------------------------------------------------- */
.l_box4 table {
	border: 1px solid #9ebdfc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	width: 543px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
.l_box4 table th,
.l_box4 table td {
	border: 1px solid #9ebdfc;
	line-height: 24px;
	padding-left: 5px;
}
.l_box4 table th {
	background-color: #D3E3FC;
	width:140px;
	height:30px;
	text-align: left;
}
#l_box4 table td {
	width:350px;
}

/* -----------------------
  左上角丸　最初の行の最初のセル
----------------------- */
.l_box4 tr:first-child th:first-child,
.l_box4 tr:first-child td:first-child {
    -webkit-border-radius: 6px 0 0 0;
       -moz-border-radius: 6px 0 0 0;
         -o-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
}
/* -----------------------
  右上角丸　最初の行の最後のセル
----------------------- */
.l_box4 tr:first-child th:last-child,
.l_box4 tr:first-child td:last-child {
    -webkit-border-radius: 0 6px 0 0;
       -moz-border-radius: 0 6px 0 0;
         -o-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
}
/* -----------------------
  左下角丸　最後の行の最初のセル
----------------------- */
.l_box4 tr:last-child th:first-child,
.l_box4 tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 6px;
       -moz-border-radius: 0 0 0 6px;
         -o-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
}
/* -----------------------
  右下角丸　最後の行の最後のセル
----------------------- */
.l_box4 tr:last-child th:last-child,
.l_box4 tr:last-child td:last-child {
    -webkit-border-radius: 0 0 6px 0;
       -moz-border-radius: 0 0 6px 0;
         -o-border-radius: 0 0 6px 0;
            border-radius: 0 0 6px 0;
}
#l_box5 {
	margin: 20px auto;
	text-align: center;
}

.cntttl {
	background:url(../img/bg_cntttl.gif) no-repeat top;
	border-bottom:2px solid #f19486;
	font-weight:bold;
	padding:10px;
	margin-top:40px !important;
	margin-bottom:0 !important;
}