@charset "utf-8";
/*=====初期化=====*/
body, p, h1, h2, h3, h4, ul, ol, li {
	margin: 0px;
	padding: 0px;
}
/*=====背景と文字=====*/
body {
	background-color: #ffffff;
/*
	background-image: url("img/bg.jpg");
	background-position: left top;
	background-attachment: scroll;
	background-repeat: repeat-x;
*/
/*no-repeat*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5;
	letter-spacing:0.1em;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
/*=====基本設定=====*/
p {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:2em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*=====テキスト=====*/
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: bold;
	color: #f00;
}
/*=====リスト=====*/
ol {
	margin: 10px;
	margin-left:1em;
	padding-left: 2em;
}
ul {
	list-style-image: url("img/icon_list.gif");
	list-style-type: none;
	margin: 10px;
	margin-left:1em;
	padding-left: 2em;
}
ul ul,
ol ul {
	list-style-image: url("img/icon_list2.gif");
}


/*=====見出し=====*/
h1 {
	font-size: 143%;
	font-weight: normal;
	color: #333;
	background-image: url("img/bg_content-top.png");
	background-repeat: no-repeat;
	margin: 0 0 0;
	padding: 0px 40px;
	display:block;
	line-height: 100px;
}
#container-noside h1 {
	background-image: url("img/bg_content-top-noside.png");
}
h2 {
	font-size: 115%;
	font-weight: bold;
	color: #FFF;
	background-image: url("img/bg_h2.png");
	background-repeat: no-repeat;
	margin: 0 0 20px;
	padding: 1px 0 0 30px;
	display:block;
	height: 40px;
	line-height: 40px;
}
#container-noside h2 {
	background-image: url("img/bg_h2-noside.png");
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #663333;
	background-color: #FFF;
	padding: 0 0 10px 0;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
#container-noside h3 {
	clear:both;
}
h3.iryou-tit {
	font-size: 115%;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
}
/*=====リンク=====*/
a:link {
	color: #996666;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #ff6666;
	text-decoration: underline;
}
a:active {
	color: #F90;
	text-decoration: underline;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/*=====表=====*/
table.hyou {
	border-collapse:collapse;
	border-bottom: 1px solid #ccc;
	border-spacing:0;
	empty-cells:show;
}
table.hyou th {
	border-collapse:collapse;
	font-weight: bold;
	background-color: #f1f1f1;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
}
table.hyou td {
	border-collapse:collapse;
	background-color: #fff;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
}

table.hyou td.midashi {
	border-collapse:collapse;
	background-color: #ffeeee;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
}

table.hyou-map {
	border-collapse:collapse;
	border: 1px solid #ccc;
	border-spacing:0;
	empty-cells:show;
}
table.hyou-map th {
	border-collapse:collapse;
	font-weight: bold;
	background-color: #f1f1f1;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	text-align:center;
}
table.kaigo th {
	background-color: #ddddff;
}
table.ika th {
	background-color: #ffdddd;
}
table.shika th {
	background-color: #ddffdd;
}
table.yakkyoku th {
	background-color: #e1f9f9;
}
table.hyou-map td {
	border-collapse:collapse;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
}
table.hyou-map td.timetable {
	border-collapse:collapse;
	font-weight: bold;
	background-color: #f1f1f1;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	text-align:center;
}
