@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
	scrollbar-base-color: #FFFFFF;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.1em;
}

#list li {
	
	position: static;
	
	padding-left: 7.7em;/*7.7em*/
	
	text-indent: -7.2em;/*-7.2em*/
	
	list-style: disc;
}

.spc_r05 {
	margin-right: 0.5em;
}

/* --- list Linkcolor --- */

#list a:link {
	color: #003399;
}
#list a:visited {
	color: #003399;
}
#list a:hover, a:focus {
	color: #CC3300;
}
#list a:active {
	color: #00FFCC;
}
.txt_14r {
	font-size: 14px;
	color: #F00;
}
