@charset "utf-8";



/* default setting ▼ ------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック";
}

html {
	overflow-y:scroll;
}

body {
	font-size: 75%;
	line-height: 2.0;
	text-align: left;
	color: #3c3c3c;
	background-color: #FFFFFF;
	word-break:nomal;
}

hr {
	display: none;
}

ol,ul,li {
	list-style: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

td {
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
}

/* default setting ▲ ------------------------------*/





/* link setting ▼ ------------------------------*/

a img {
	border-style: none;
}

a:link {
	color: #00a0ff;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #46beff;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #f0961e;
	text-decoration: none;
	font-weight: bold;
}

/* link setting ▲ ------------------------------*/





/* news ▼ ------------------------------*/

dl {
	width: 590px;
	padding-left: 10px;
	padding-top: 10px;
}

dl dt {
	font-size: 11px;
	line-height: 12px;
}

dl dd {
	border-bottom: 1px dotted #C6C6C6;
	margin-bottom: 8px;
	padding-bottom: 6px;
}

/* news ▲ ------------------------------*/




