@charset "UTF-8";


/* マージンリセット */
body, div {
  margin: 0;
  padding: 0;
}

html,body,div,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


/* ---------------------------------------------------------------- *
	全体に関わる設定
 * ---------------------------------------------------------------- */

body {
  font-family: Arial, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
	color: #333333;
	font-size: 13px;
	*font-size: small;
	*font: small;
	line-height: 1.8;
}

a,
a:link {
	color: #254B76;
	text-decoration: none;
}

a:visited {
  color: #19324E;
}

a:hover {
	color: #E91C19;
	text-decoration: underline;
}

a:active {
  color: #3366ff;
  text-decoration: underline;
}

p {
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0.8em;
}


#contents {
	position: relative;
	padding: 10px;
}

#contents li {
	text-indent:18px;
	line-height: 17px;
	background-image: url(../image/mark-list.png);
	background-repeat: no-repeat;
	margin-bottom: 8px;
	line-height: 1.5;
	background-position: 0px 5px;
}



/* テキストサイズ個別設定　*/

.mtitle {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 10px;
}

.stitle {
	color: #3398CD;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 5px;
}

.text-s {
	font-size: 90%;
}

.text-ss {
	font-size: 80%;
}

.underline-dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
