@charset "utf-8";

/* =======================================================================
	common
======================================================================= */
/*  header
------------------------------------------------ */
#headerArea{
	background-color:#b01c0e!important;
}
#headerArea h1
{
/*	color:#b01c0e!important;*/
}

#headerArea h1>img{
/*	background-color:#b01c0e;*/
}

/*  pageTitle
------------------------------------------------ */
.pageTitle{
	background:#b01c0e;
}

/* =======================================================================
	基本色設定 （全ページ用）
======================================================================= */
/*border*/
body
{
	border-color:#b01c0e!important;
}

/* =======================================================================
	style.css（防災みえ.jp）
======================================================================= */
/****** ページ構成 ******/
#main_contents_box{ /* for index page right side contents */
	width: 400px;
}
#left_contents{
	width:430px;
}

#left_contents_in{
	width:410px;
}

#left_contents_box{
	border-bottom:#b01c0e 1px solid;
	border-left:#b01c0e 1px solid;
	border-right:#b01c0e 1px solid;
}

.right_contents_box{
	border-bottom:#b01c0e 1px solid;
	border-left:#b01c0e 1px solid;
	border-right:#b01c0e 1px solid;
	width:400px;
}


/*****************************************************/
/*                                                   */
/*           =4 メインコンテンツ管理CSS              */
/*                                                   */
/*****************************************************/
.mieno-bosai_list_title{
	background-color:#b01c0e;
	border:#b01c0e 1px solid;
}

/* =======================================================================
	新規追加
======================================================================= */
#footer_line {
  border-color: #b01c0e; /* 色 */
}


