@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: #008c32;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #78be6e;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #f09628;
	text-decoration: none;
	font-weight: bold;
}

/* リンク設定 ここまで ▲ ------------------------------*/



/* CMS関係 ------------------------------*/

dl dt {
	font-size: 90%;
	line-height: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
dl  dd {
	line-height: 20px;
	display: block;
	margin-left: 0px;
	width: 610px;
	border-bottom: 1px dotted #646464;
	padding-bottom: 10px;
}
dl.news  dd {
	font-size: 140%;
}
