@charset "Shift_JIS";
/* CSS Document */

body  {
	padding: 0;
	color: #333333;
	margin: 10px;
	font-family: "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
}

a:link {
	color: #006699;
}


img {
	border: none;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

.topics_line {
	background-image: url(../img/topics_line.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.list_q p {
	text-indent: -1em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
	font-size: 77%;
	line-height: 180%;
}

.list p {
	text-indent: -1em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
	line-height: 180%;
}

.pink {
	color: #EE5070;
}
