@charset   "UTF-8";
#left_index{
	width : 18%;
	float : left;
	margin : 0px;
	color : blue;
  padding-left : 2%;
}
@media screen and (max-width:991px) {
#left_index{
	display : none;
}
}
#left_index p{
	font-size : small;
  margin : 1px;
  padding : 1px;
}
#left_index a{
  font-size : small;
}
#left_index li{
  margin : 1px;
  padding : 1px;
}
/* flash player 1280px(Nexus10)以下は非表示にする */
@media screen and (max-width: 1280px) {
#weather{
	display : none;
}
}
#middle_index{
	width : 55%;
	margin : 0px;
	float : left;
  padding : 0px 0px 0px 5%;
}
@media screen and (max-width:991px) {
#middle_index{
	width : 70%;
  padding : 0px 0px 0px 3%;
}
}
@media screen and (max-width:767px) {
#middle_index{
	width : 100%;
  padding : 0px 0px 0px 1%;
}
}
#right_index{
	float : left;
	width : 20%;
	margin : 0px;
	color : blue;
}
@media screen and (max-width:991px) {
#right_index{
	width : 25%;
	float : left;
}
}
@media screen and (max-width:767px) {
#right_index{
	display : none;
}
}
#right_index p{
	font-size : small;
}
#right_index li{
  margin : 1px;
  padding : 1px;
  text-align : left;
}
#right_index .midashi{
  width : 95%;
}
#right_index a{
  font-size : small;
}
#footer_phone{
	display : none;
  text-align : left;
  width : 80%;
}
@media screen and (max-width:767px) {
#footer_phone{
	display : block;
}
}
#footer_phone p{
	font-size : small;
}
#footer_phone li{
  margin : 1px;
  padding : 1px;
}
#footer_phone a{
  font-size : small;
}
/* indexページのメニューの定義 */
#guide_index{
	margin-top : 10px;
margin-bottom : 5px;
  margin-left : 1%;
  color : blue;
  float : left;
  margin-right : 5px;
  width : 90%;
}
#guide_index a:link{
	color : blue;
}
#guide_index ul{
	margin : 0px;
}
#guide_index li.parent{
	list-style-type : none;
	width : 5em;
	text-align : center;
	font-weight : bold;
	cursor : pointer;
	border : 1px solid silver;
	padding : 2px;
	margin : 0px;
  background-color : #eeeeee;
  font-size : small;
  display : inline-block;
}
#guide_index div.display_only_phone li.parent{
	width : 10em;
}
#guide_index div.display_none_phone ul{
	text-align : left;
}
/* 子供メニューの定義　*/
#guide_index ul.child{
	visibility: hidden;
	position: absolute;
	list-style-type: none;
	font-weight: bold;
	text-align: left;
	margin : 0px;
	padding : 0px 0px 0px 3px;
	border-top-width : 0px;
	background-color : #eeeeee;
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : silver;
  border-right-color : silver;
}
/* 孫メニューの定義　*/
#guide_index ul.g_child{
	visibility: hidden;
	position : absolute;
	font-weight : bold;
	text-align : left;
	list-style-type : none;
	margin : -4px 0px 0px 0px;
	padding : 0px 3px;
	border : 1px solid silver;
	background-color : #f0f0ff;
}
/* メニューの文字列の長さを指定 */
#guide_index ul.child_4{
	width : 4em;
}
#guide_index ul.child_5{
	width : 5em;
}
#guide_index ul.child_6{
	width : 6em;
}
#guide_index ul.child_7{
	width : 7em;
}
#guide_index ul.child_8{
	width : 8em;
}
#guide_index ul.child_9{
	width : 9em;
}
#guide_index ul.child_10{
	width : 10em;
}
#guide_index ul.child_11{
	width : 11em;
}
#guide_index .child_12{
	width : 12em;
}
#guide_index .child_13{
	width : 13em;
}
#guide_index ul.child_14{
	width : 14em;
}
#guide_index ul.child_15{
	width : 15em;
}
#guide_index ul.child_16{
	width : 16em;
}
#guide_index li{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  margin-top : 3px;
  margin-bottom : 3px;
  padding-top : 1px;
  padding-bottom : 1px;
}
#guide_index li.header{
  font-size : small;
}
