@charset "UTF-8";


.siteContainer h1.PageTitle {
    max-width: 950px;
    width: 98%;
	margin: 10px auto;
	font-size: 1.4em;
	font-weight: 600;
	color: #333;
	border-bottom: 1px dotted #333;
	padding: 0 0 5px;
	line-height: 1.3;
}

.container h2 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

/* リスト */
.container .list ol.num {
	list-style-type: decimal;
    padding-left: 20px;
}

.container .list ol.al {
	list-style-type: lower-latin;
    padding-left: 20px;
}

ul.mark {
  margin-left: 1em;
}
ul.mark li:before {
  content: '・';
  margin-left: -1em;
}

/* 字下げ */
.container p.indent {
    padding-left:2.5em;
    text-indent:-2.5em;
}

.container p.indent22 {
    padding-left:2.2em;
    text-indent:-2.2em;
}

.container p.indent_a {
    padding-left:2em;
    text-indent:-2em;
}

/* 附則 */
.container p.fusoku {
    margin-top: 20px;
}

/* リンク関連 */
.link:before {
  position: relative;
  margin: 0 5px 0 0;
  content: url('./../img/arrow_gray_15_15.png');
}

a.link:link {
  text-decoration: none;
}
a.link:hover {
  text-decoration: none;
}

a.linkU:link {
  text-decoration: underline;
}
a.linkU:hover {
  text-decoration: underline;
}

/* 余白 */
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}

/* 位置 */
.txtR {
    text-align:right;
}

/* 文字 */
.font80 {
    font-size: 80%;
}

.fontRED {
    color: #cc0000;
}