@charset "utf-8";

/* 印刷用 */

* {
	margin : 0;
	padding : 0;
}

/* 画像 */

img {
	border-width : 0;
	border-style : none;
}


/* ページ背景 */

body {
	background-color : #FFFFFF;
}


/* 文字サイズ、行間 */

body {
	font-size : 100%;
	line-height : 1.35;
}
tr,td {
	font-size : 90%;
}


/* リンク色 */

a:link, a:visited {
	color : #000000;
	text-decoration : none;
}



/* 本文 */

h1 {
	font-size : 150%;
	font-weight : 900;
	color : #444444;	
}
h2 {
	font-size : 125%;
	font-weight : 600;
	color : #333333;
	border-top : solid 1px #333333;
	border-bottom : solid 1px #333333;
	border-left : solid 0.5em #333333;
	padding-left : 6px;
	margin : 18px 0 8px 0;
}
h3 {
	font-size : 100%;
	font-weight : 600;
	color : #222222;
	margin-top : 8px;
}
h4 {
	font-size : 90%;
	font-weight : 600;
	color : #111111;
	padding-left : 12px;
}


p {
	padding-left : 20px;
	margin-bottom : 10px;
}


hr {
	width : 86%;
	height : 1px;
}


/* フロート解除 */

.clrr {
	clear : right;
}
.clrl {
	clear : left;
}
.clrb {
	clear : both;
}


/* 水平位置指定 */

.alnr {
	text-align : right;
}
.alnl {
	text-align : left;
}
.alnc {
	text-align : center;
}


/* リストデザイン */

/* コンテンツ部のリスト */
#contents ul {
	margin-left : 25px;
}
#contents ol {
	margin-left : 40px;
}


/* 地図拡大印刷のリスト等デザイン */
#route ol {
	list-style : none;
}
#route li {
	display : inline;
}
#route p,h3 {
	display : none;
}

/* 「印刷する」の語句排除 */
#print {
	display : none;
}


/* 末尾のリストデザイン */

#phone li {
	display : inline;
	margin : 0 4px;
	white-space : nowrap;
}
#tail li {
	display : inline;
	margin : 0 6px;
	white-space : nowrap;
}


/* レイアウトDIV */

body {
	text-align : center;
}

#wrapW {
	text-align : left;
	margin : auto;
	background-color : #FFFFFF;
}


#top {
	display : none;
}


#wrapH {
}
#deco {
}
#logoprint {
}
#clickhome {
	display : none;
}
#hotmenu {
	display : none;
}


#wrapC {
	position : relative;
	margin : auto;
}
#filemenu {
	display : none;
}
#contents {
	padding : 0 10px 2px 10px;
}
#damcontop{
	display : none;
}
#gnavi {
}
#nopri {
	display : none;
}
#damconfoot {
	display : none;
}
#home {
	display : none;
}
#conend {
	display : none;
}


#wrapF {
	text-align : center;
}
#contact {
	position : relative;
	border-top : 1px solid #FF0000;
	margin-top : 20px;
	padding-top : 10px !important;
}
#tail {
	display : none;
}


/* 文字 */

.bigger {
	font-size : 110%;
	font-weight : 600;
 letter-spacing : 0.2em;
}


/* 　文字間隔  */

.textspace2 {
 letter-spacing : 1.992em;
}
.textspace1 {
 letter-spacing : 0.996em;
}
.textspace_half {
 letter-spacing : 0.498em;
}
.textspace_q {
 letter-spacing : 0.249em;
}


/* その他 */

.nowrap{
	white-space : nowrap;


