﻿@charset "UTF-8";

/* CSS 設置パス/ファイル名	*/
/* 使用目的					*/
/* 制作日時・制作者			*/
/* インポート先				*/

/* css/mahoroba.css			*/
/* mahoroba/			*/
/* 2008/05/22 Aki Saito	*/
/* mahoroba/以下の
  レイアウトを
  使用しているファイル		*/

/* add start[yyyy/mm/dd yourName]	*/
/* add：追加 upd：更新 del：削除	*/

li.mn_text_grn {
	margin:0.5em 0 0 2em;
	border-bottom:solid 1px #6C0;
	padding:0 0 0.5em 1.5em;
	width:20em;
	list-style-type: none;
	background-image: url('../img_common/icn_list_green.gif');
	background-repeat: no-repeat;
	background-position: 10px 0.5em 0 2em;
	font-size:90%;
}

li.mn_text_grn_no {
	margin:0.5em 0 0 1m;
	padding:0 0 0.5em 1em;
	width:30em;
	list-style-type: none;
	background-image: url('../img_common/icn_list_green.gif');
	background-repeat: no-repeat;
	background-position: 10px 0.5em 0 2em;
	font-size:90%;
}
/*
li.mn_text_red_no {
	margin:1.5em 0 0 2em;
	padding:0 0 0.5em 1.5em;
	width:20em;
	list-style-type: none;
	background-image: url('../img_common/icn_list_red.gif');
	background-repeat: no-repeat;
	background-position: 10px 0.5em 0 2em;
	font-size:90%;
}
*/
li.mn_text_yel_no {
	margin:0.5em 0 0 1em;
	padding:0 0 0.5em 1em;
	list-style-type: none;
	background-image: url('../img_common/icn_list_yellow.gif');
	background-repeat: no-repeat;
	background-position: 10px 0.5em 0 2em;
	font-size:90%;
}

p {
	margin-bottom:1em;
	line-height:1.5em;
}
.img {
	float:right;
	margin:0 1em 1em 1em;
}
.img2 {
	float:left;
	margin:0 1em 1em 0.5em;
}

table {
	border:solid 1px #ccc;
}

td {
	padding:0.5em;
	border:solid 1px #ccc;
}

/* 交通アクセス */
.bus_stop {
	margin-left:2em;
	font-size:90%;
	
}

/* ホール棟  施設概要 */
div.photo {
	float:left;
	margin:0.2em;
	background:#6c0;
	text-align:center;
}
img.photo {
	margin:0.3em;
	padding:0.2em;
	background:#fff;
}
span.caution {
	font-size:80%;
	color:#f00;
}

