@charset "utf-8";





/* ブラウザ初期設定 ここから ▼ ------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	color: #3c3c3c;
	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;
}

/* ブラウザ初期設定 ここまで ▲ ------------------------------*/



/* リンク設定 ここから ▼ ------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #f05000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #f0a03c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}

/* リンク設定 ここまで ▲ ------------------------------*/



/* CMS関係 ------------------------------*/

dl.first {
	background-color: #fff0fa;
	border: 4px solid #ffbed2;
	width: 612px;
	padding: 10px;
	margin-bottom: 10px;
}
dl.first dt{
	font-size: 100%;
	line-height: 14px;
	margin-bottom: 4px;
	padding-top: 4px;
	font-weight: bold;
}
dl.first  dd {
	line-height: 20px;
	display: block;
	margin-left: 0px;
	width: 602px;
	border-style: none;
	font-size: 120%;
	font-weight: bold;
}

dl dt {
	font-size: 90%;
	line-height: 10px;
	margin-bottom: 4px;
	padding-top: 4px;
}
dl  dd {
	line-height: 20px;
	display: block;
	margin-left: 0px;
	width: 642px;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

