/* CSS Document */
body#Omotenashi {
	background:none !important;
}
/* Contents
------------------------------------------------------------------------------------------*/
.left_box {
	width: 543px;
	overflow:hidden;
	margin-bottom: 20px;
}
.left_box p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.kuwashiku a {
	text-align: center;
	text-decoration: none;
	background:none !important;
	padding-right:10px;
}

/* Contents ttl
------------------------------------------------------------------------------------------*/
.box_ttl {
	padding-top:10px;/* ←top.jpgの高さ*/
	background:url(/omotenashi/img/omotenashi_bgtop1.gif) no-repeat left top;
	text-align: center;
	font-weight: bold;
 }
.box_ttl_body {
	background:url(/omotenashi/img/omotenashi_bgtop2.gif) repeat-y left top;
 }
.box_ttl_bottom {
	height:10px;/* ←bottom.jpgの高さ*/
	background:url(/omotenashi/img/omotenashi_bgtop3.gif) no-repeat left bottom;
	font-size:1px;/* ←↓ ブラウザで文字サイズ拡大した際に崩れないように。*/
	line-height:1px;
}

/* Contents Left
------------------------------------------------------------------------------------------*/
.l_box1_right{
	width: 266px;
	padding-top:0px;/* ←top.jpgの高さ*/
	background:url(/omotenashi/img/omotenashi_bgtop.gif) no-repeat left top;
	float: right;
	text-align: center;
}
.l_box1_left {
	width: 266px;
	padding-top:0px;/* ←top.jpgの高さ*/
	background: url(/omotenashi/img/omotenashi_bgtop.gif) no-repeat;
	float: left;
	text-align: center;
}
.l_box1_body {
	background:url(/omotenashi/img/omotenashi_bgbody.gif) repeat-y left top;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
}
.text_left{
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
.l_box1_bottom {
	height:6px;/* ←bottom.jpgの高さ*/
	background:url(/omotenashi/img/omotenashi_bgbottom.gif) no-repeat left bottom;
	font-size:1px;/* ←↓ ブラウザで文字サイズ拡大した際に崩れないように。*/
	line-height:1px;
}

/* omotenashiday
------------------------------------------------------------------------------------------*/
.omotenashiday {
	background:url(/omotenashi/img/omotenashiday_bg1a.gif) no-repeat left top;
	text-align: center;
	vertical-align: top;
	display: block;
	width: 229px;
	margin-right: auto;
	margin-left: auto;
}
.omotenashiday_body {
	background:url(/omotenashi/img/omotenashiday_bg2.gif) repeat-y left top;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.omotenashiday_bottom {
height:11px;/* ←bottom.jpgの高さ*/
background:url(/omotenashi/img/omotenashiday_bg3.gif) no-repeat left bottom;
font-size:1px;/* ←↓ ブラウザで文字サイズ拡大した際に崩れないように。*/
line-height:1px;
}

/* ページ送り
------------------------------------------------------------------------------------------*/
#list_navi {
	margin: 40px 0;
	text-align: center;
}
#list_navi a {
	border: 1px solid #eee;
	padding: 7px 10px;
	background-color: #cde1f6;
}
#list_navi span {
		background: #cde1f6;
		border: 1px solid #eee;
		padding: 7px 10px;
}
#list_navi span.current_page {
	border: 1px solid #eee;
	color: #ffffff;
	padding: 7px 10px;
	background-color: #0058b4;
}
#list_navi span a {
			background: none;
			border: none;
			padding: 0;
}