
/* --- 全体の背景・テキスト --- */
body {
	text-align:center;
	margin:0;
	padding:0
}

#container {
	position : relative;
	width : 894px;
	margin : 0 auto;
	text-align : left ;
	background: url(pageback.gif) repeat-y center top; /* コンテナの背景（両サイドの影） */
}
	
#navi1{
	margin-top: 10px;
	margin-left: 14px;
	width : 250px;
	float : left ;
}

#navi2 {
	float: left;
	width : 520px ; 
	text-align:right;
	margin-left:20px;
	margin-right: 14px;
}
	
#namazu {
	margin-top: 10px;
	margin-right: 24px;
	text-align: right;
}

.search {
	font-size: 80%;
}
	
#mobile {
	margin-top: 10px;
	margin-right: 24px;
	text-align: right;
}
	

.menu1 {
	width : 520px ; 
	border: 1px black solid;
	border-collapse: collapse;
	margin-top: 10px;
}

.menu2 {
	text-align: left;
	width : 90px ; 
	border: 1px black solid;
	border-collapse: collapse;
	padding: 5px;
}

.info_new {
	width : 520px ; 
	float: left;
	margin-left:20px;
}

h1 {
	border-bottom:solid 1px blue;
	border-left:solid 8px blue;
	font-size: medium;
	font-weight: bold;
	color: black;
	text-align: left;
	margin-top:20px;
	padding :2px 0px 2px 3px;
	line-height: 1em;
}

h2 {
	width : 512px ; 
	border-bottom:solid 1px blue;
	border-left:solid 8px blue;
	font-size:large;
	font-weight:bold;
	color:#000000;
	text-align:left;
	margin-top:20px;
	padding :2px 0px 2px 3px;
	line-height:20px;
}

h2.emergency {
	width : 512px ; 
	border-bottom:solid 1px red;
	border-left:solid 8px red;
	font-size:large;
	font-weight:bold;
	color:#000000;
	text-align:left;
	margin-top:20px;
	padding :2px 0px 2px 3px;
	line-height:20px;
}

.info1 {
	font-size:small;
	color:#000000;
	text-align:left;
	line-height:25px;
	margin:0 0 10px 0;
	padding:1em 0em 1em 2em
}

.info2 {
	text-align:left;
	font-size:medium;
	color:#000000;
	line-height:30px;
}

hr.separator {
	width : 100% ; 
	height: 1px;
	border: none;
	border-top: 1px #000000 solid; /* 境界線 */
}

.attention {
	font-size:small;
	text-align:left;
	line-height:1.5em;
	padding-leftt:30px;
}

#footer {
	margin-top:5em;
	clear: left;
	margin-left: 20px;
	margin-right: 20px;
}


ul {
	align:left
}

li {
	list-style-type:none
}

p.linker {
	font-size:0.875em
}

.onegai {
	font-size:small;
	text-align:left;
	padding:0;margin:0;
	line-height:105%;
}

a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}





