@charset "UTF-8";

/*------ info ------*/

/* 全体 */
body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiranogi Kaku Githic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 62.5%;
	color: #000000;
}

#info_content {
	width: 520px;
	padding: 0 0 10px 0;
	margin: auto;
	font-size: 1.2em;
	line-height: 1.8;
}


#info_content .info {
	padding: 0 0 5px 5px;
	margin: 0 0 5px 0;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #3b1701;
}
#info_content .infolist {
	margin: 0 0 0 30px;
	list-style-type: disc;
}

/* リスト */

#info_content .info_typenone {
	list-style-type: none;
}

#info_content .info_icon {
	background-image: url(../common/images/pct_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 10px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #006134;
	text-decoration: underline;
}

a:active {
	color: #000000;
}