@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	min-height: 100%;
	background: #000 none repeat scroll 0% 0%;
	font-size: 14px;
}

a {
  color: #900;
  text-decoration: underline;
	cursor: pointer;
}

a:hover {
  text-decoration: none;
}


#wrapper {
	position: absolute;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}

#header {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	height: auto;
}

#wrap, #header {
	width: 950px;
}

#wrap {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#logo {
	position: relative;
	margin: 0px auto;
	width: 100%;
	padding: 0px;
	height: auto;
	text-align: center;
	padding-top: 20px;
}

#preview {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.8em;
	color: #FFF;
	background-color: #900;
	margin: 40px auto 0px;
	line-height: 160%;
	padding: 10px 0px 7px 18px;
}

#links, #caution1 {
	width: 950px;
}

#caution1 {
	position: relative;
	margin: 0px auto;
	padding: 20px 0px 0px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

ul#links_list {
	margin: 10px 0;
	width: 950px;
}

ul#links_list li {
	font-size: 110%;
	font-weight: bold;
}

#links {
	text-align: right;
}

#listbody {
	width: 850px;
	padding: 10px 50px 10px;
	height: 100%;
	margin: 20px auto 0px;
	border-radius: 10px;
}

#area {
	width: 800px;
	margin: 30px auto 50px;
}

.areaname {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px 0px;
	letter-spacing: 0.2em;
}

.prefname {
	background: #900 none repeat scroll 0% 0%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 8px 0px;
	border-top: 1px solid #900;
	border-left: 1px solid #900;
	border-right: 1px solid #900;
}

#area table {
	width: 800px;
}

tr.head {
	border-right: 1px solid #900;
	border-left: 1px solid #900;
	border-bottom: 1px solid #900;
}

.tl {
	text-align: center;
	color: #CCC;
	border-right: 1px solid #900;
    width: 25%;
}

.tl:last-child {
	border-right: none;
}

.tl_link {
	width: 50%;
}


#area td {
	padding: 8px 15px;
	border-right: 1px solid #900;
	border-left: 1px solid #900;
	border-bottom: 1px solid #900;
}

#area .date,
#area .tel {
	text-align: center;
}

/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 960px) {
#wrap, #header {
	width: 100%; 
}

ul#links_list {
	width: 100%;
}

#links, #caution1 {
	width: 100%;
}

#listbody { 
	width: 90%;
}

#area {
	width: 100%;
}

#area table {
    width: 100%;
}

ul#links_list li {
    width: 96%;
}
}
















