/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0px;
	padding:0px;
	text-align:left;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 9px;
	background-attachment: fixed;
	color: #333333;
	background-repeat: repeat;
	background-position: center;
	background-position: center top;
	background-color: #e9e9f0;
}



p {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 12px;
}
a {
	color: #b9091a;
	text-decoration: none;
	line-height: 13px;
}
a:hover {
	background-color: #eeddd8;
	text-decoration: none;
	color: #976a48;
}
a.link {
	font-weight: bold;
	color: #b9091a;
	text-decoration: none;
	font-size: 9px;
}
a.link:hover {
	background-color: #b9091a;
	text-decoration: none;
}



h2 a {
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;    

ul {
	padding-right: 5px;
	padding-left: 10px;
	margin: 0px;
}

ol {
	margin-left: 30px;
	list-style-type: decimal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

li {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ada9d6;
	padding-top: 5px;
}


hr {
	border-width: 1px;
	border-style: dotted;
	border-color: #ada9d6;
	width:100%;
}


}

/*-------------モバイル追加分----------------*/


h2 {
	color: #ffffff;
	font-size: 9px;
	font-weight: normal;
}

p {
	font-size: 9px;
}



.style {
	border-width: 1px;
	border-style: dotted;
	border-color: #ada9d6;
	width:100%;
}