@charset "UTF-8";

* {margin: 0; padding: 0;}

body {
  text-align: center;
  color: #444444;
  font-family: "Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  /* IE8 */ font-size: 14px;
  font-size: 1.0rem;
}

#wrapper{
	width: 960px;
	text-align: left;
	background-image: url(./images/sanken_01.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header{
	height: 150px;
	padding: 0px;
	margin-bottom: 30px;
}


a:link { color: inherit; }
a:visited { color: inherit; }
a:hover { text-decoration: none; }

h1{
	margin-top: 30px;
}

h2 {
	font-size: 1.0rem;
	height: 25px;
	font-weight: normal;
	text-indent: 10px;
	vertical-align: bottom;
	margin-top: 10px;
	padding-top: 5px;
	border-width: 0px 0px 1px 5px;
	border-color: #66c9cf;
	border-style: solid;
}

/* ロゴ
--------------------------------- */
.logo {
	background-image: url(./images/img_logo.jpg);
	background-repeat: no-repeat;
	height: 31px;
	padding-top: 8px;
}

.logo a {
	padding-left: 160px;
}

/* サブメニュー
--------------------------------- */
.center {
	text-align:center;
}

.clumbs li {
    display: -moz-inline-box; 
    display: inline-block; 
    display: inline; 
    zoom: 1; 
    padding-right: 10px;
	background-image: url(./images/icon_tri.png);
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	padding-top: 14px;
	padding-bottom: 12px;
	background-position: 10px;
	}
	
.clumbs li a {
	display:block;
	padding-left: 25px;
}

.clumbs_link li {
    padding-right: 10px;
	background-image: url(./images/icon_tri.png);
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	padding-top: 14px;
	padding-bottom: 12px;
	background-position: 10px;
	}
	
.clumbs_link li a {
	padding-left: 25px;
}

/* リストpdf
--------------------------------- */
.list_pdf {
	list-style-image:  url(./images/pdf_small.gif);
	list-style-position: inside;
	line-height: 200%;
	text-align: right;
	margin-top: 20px;
}

.list_decimal {
  list-style-type:  decimal;
  list-style-position: outside;
  margin-left: 20px;
  font-size: 10pt;
} 

/* テーブル
--------------------------------- */
table {
	table-layout: fixed;
	border: 2px;
	border-collapse: collapse;
	border-style: none;
}

th,td {
  border: 1px solid #000000;
  border-spacing: 3px;
  vertical-align: top;
  line-height: 140%;
  padding: 5px;
  font-size: 10pt;
}

.title_facilities{
	margin-top: 30px;
}

.link_top {
	text-align: right;
	font-size: 0.8rem;
	margin-top: 10px;
	margin-bottom: 30px;
}


/* 小文字
--------------------------------- */
.komoji{
	font-size: 0.6rem;
}

/* td中央揃え
--------------------------------- */
.valmidle{
	vertical-align: middle;
}
