@charset "utf-8";

/* ------------------------------------------------------- *
   ご利用案内 / 利用規則 CSS
 * ------------------------------------------------------- */

/* 冒頭 PDFリンク */
.anchors div.pdf{
	clear:both;
	width:100%;
	height:1.2em;
	text-align:right;
/*	background-color:pink;*/
}
.anchors div.pdf a{
	display:inline;
	margin:0;
	padding:0;
}
.anchors div.pdf img{
	vertical-align:middle;
	margin:0 3px 0 3px;
}



.contents h2{
	margin-bottom:0.5em;
	padding-bottom:3px;
/*	background-image:url(../images/mark04.gif);*/
	border:1px solid #bbc;
	border-width:0 0 1px 0;
}

/* アスタリ付のリストタグ */
.contents ul.asteriskList{
	list-style-type:none;
	margin-left:0em;
	margin-top:0.5em;
}
.contents ul.asteriskList li{
	text-indent:-1em;
	margin-left:1em;
}

/* 住所 */
.contents .address{
	width:477px;
	height:auto;
	margin:1.5em auto 0.5em auto;
	padding:0 12px;
	background-image:url(../images/round-bg.gif);
	background-repeat:repeat-y;
}

.contents .address div.header,
.contents .address div.footer{
	width:100%;
	height:10px;
	margin:0 -12px;
	overflow:hidden;
	background-repeat:no-repeat;
}

.contents .address div.header{
	background-image:url(../images/round-header.gif);

}
.contents .address div.footer{
	background-image:url(../images/round-footer.gif);
}
.contents .address p{
	text-indent:-5.8em;
	margin-left:5.8em;
	margin-bottom:0;
}


