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

/*▼デフォルトＣＳＳクリア=======================================================*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 175%;
	margin: 0px;
	background-color: #FFFFFF;
	color: #333333;
	background-repeat: repeat-x;
	background-position: bottom;
}

/* header(midashi) */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	display: inline;
}

/* paragraph */
p {
	margin: 0;
	padding: 0;
}

/* anchor */
a {
	color: #46210C;
	outline: none;
	text-decoration: none;
}
a:link {
	color: #002e7a;
}	
a:hover {
	text-decoration: underline;
	color: #F05000;
}
a img:hover {
	　opacity:0.75;
}

div {
	margin: 0px;
	padding: 0px;
}

area {
	outline: none;
}

/* list */
dl, ul, ol, li, dt, dd {
	margin: 0;
	padding: 0;
	line-height: 0px;
	list-style-type: none;
}

/* image */
img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

/* address */
address {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
}

/* emphasis */
em {
	font-style: normal;
	color: #d43339;
}

/* strong */
strong {
	font-weight: bold;
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}
pre {
	margin: 0px;
	padding: 0px;
}

/*▼全ページ共通クラス=======================================================*/

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_both {
	clear: both;
	line-height: 0px;
}
.clear_5{
	clear:both;
	height: 5px;
}
.clear_10{
	clear:both;
	height: 10px;
}
.clear_12{
	clear:both;
	height: 12px;
}
.clear_15{
	clear:both;
	height:15px;
}
.clear_20{
	clear:both;
	height:20px;
}
.clear_25{
	clear:both;
	height:25px;
}
.clear_30{
	clear:both;
	height:30px;
}
.img_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.margin_b5 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b12 {
	margin-bottom: 12px;
}
.margin_b15 {
	margin-bottom: 15px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b24 {
	margin-bottom: 24px;
}

.margin_b25 {
	margin-bottom: 25px;
}
.margin_b48 {
	margin-bottom: 48px;
}

.margin_r6 {
	margin-right: 6px;
}
.margin_r12 {
	margin-right: 12px;
}
.margin_t12 {
	margin-top: 12px;
}
.margin_t24 {
	margin-top: 24px;
}
.padd_24 {
	height: 24px;
}
.display_none {
	display: none;
}
.hidden {
	visibility: hidden;
}

.txt_align_right {
	text-align: right;
}
.v_align_bottom{
	vertical-align: bottom;
}
.v_align_top{
	vertical-align: top;
}
.p_s12 {
	font-size: 12px;
	line-height: 18px;
	color: #46210C;
}
.p_s12_bk {
	font-size: 12px;
	line-height: 18px;
	color: #1e1e1e;
}
.p_s12_wh {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.p_s12_red {
	font-size: 12px;
	line-height: 18px;
	color: #FF0000;
}
.p_s12_blue {
	font-size: 12px;
	line-height: 18px;
	color: #0099ff;
}
.p_s9 {
	font-size: 9px;
	line-height: 13.5px;
	color: #46210C;
}
.p_s11_bk {
	font-size: 11px;
	line-height: 15px;
	color: #0f0f0f;
}
.h_s18 {
	font-size: 18px;
	line-height: 21px;
	color: #46210C;
}
.h_s18_blue {
	font-size: 18px;
	line-height: 21px;
	color: #0099ff;
}

.ul_s12 li {
	font-size: 12px;
	line-height: 18px;
	color: #46210C;
}
.idt_1 {
	text-indent: 1em;
}


#navi a.menu {
	display: block;
	text-align: center;
	padding:0;
	width: 171px;
	text-decoration: none;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 0;
}
#navi a.menu2 {
	display: block;
	text-align: center;
	padding:0;
	width: 171px;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.submenu {
	visibility: hidden;
	position: absolute;
	z-index: 3;
}
.submenu a {
  display: block;
  text-align: left;
}

/*▼ヘッダー・ナビ・サイドバー・フッター=======================================================*/

#container {
	width: 903px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 48px;
	padding-left: 12px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding-bottom: 12px;
}
#header #rogo {
	width: 354px;
	padding-top: 62px;
}
#header #rogo2 {
	width: 84px;
}
#header #rogo80 {
	width: 354px;
}
#navi {
}

#navi li {
	float: left;
	margin-bottom: 12px;
}
#side_bar {
	width: 171px;
}
#side_menu {
	margin-bottom: 48px;
}

#side_menu li {
	margin-bottom: 12px;
}

#contents {
	width: 720px;
}
#foot_navi {
	text-align: right;
	margin-left: 366px;
	padding-top: 12px;
}
#foot_navi img {
	display: block;
	float: left;
}

#footer {
	width: 720px;
	margin-top: 24px;
}
/*▼トップページ================================================================*/
#topi_box #box {
	width: 171px;
	float: left;
}
#top #news_topi_area {
	background-color: #E6E6E6;
	padding: 5px;
	margin-bottom: 12px;
}
#top #news_topi_area p {
	font-size: 12px;
	line-height: 18px;
	color: #46210C;
}
#top #menu_sub {
	padding-bottom: 12px;
}

#top  #menu_sub  li {
	float: left;
}

/*▼フォーマット２================================================================*/
.format02  .colum_1 {
	padding-top: 12px;
}
.format02   .colum_1 h4, h5{
	display: block;
}
.format02 .colum_2 {
	margin-top: 12px;
}
.format02  .colum_2  #left {
	width: 354px;
	float: left;
}
.format02  .colum_2  #right {
	width: 354px;
	float: right;
}
.format02 #map {
	height: 480px;
	width: 720px;
	margin-top: 12px;
}



/*▼フォーマット４================================================================*/
.format04 #left_box {
	width: 354px;
	float: left;
}
.format04   #left_box   h2 {
	display: block;
}
.format04  #left_box  h3 img {
	margin-bottom: 180px;
}
.format04 #right_box {
	width: 354px;
	float: right;
}

/*▼フォーマット５================================================================*/
.format05  h2 img {
	margin-top: 24px;
	margin-bottom: 24px;
}
.format05 .data_WHITE {
	color: #FFFFFF;
}
.format05 .data_RED {
	color: #DD0000;
}
.format06 .colum_2 {
}
.format06 .colum_2 #left {
	width: 354px;
	float: left;
}
.format06 .colum_2 #right {
	width: 354px;
	float: right;
}

/*▼独立フォーマット用外枠================================================================*/
#container_2 {
	width: 744px;
	margin-right: auto;
	margin-left: 0;
}
#container_2 #contents {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 48px;
	padding-left: 12px;
}

/*▼フォーマット７================================================================*/
.format07 .colum_2 {
	padding-top: 12px;
}
.format07 .colum_2 #left {
	width: 354px;
	float: left;
}
.format07  .colum_2  #right  {
	width: 354px;
	float: right;
}
/*▼フォーマット８================================================================*/
.format08  input {
	margin: 0px;
	padding: 0px;
}
.format08  td  {
	padding-bottom: 4px;
	font-size: 12px;
	line-height: 18px;
	color: #46210C;
}
.format08 .midashi {
	font-weight: bold;
}

.format08  .data_RED  {
	color: #DD0000;
}
