@charset "Shift_JIS";
/*
	ほくさい農業協同組合
	ALL Rights reserved, Copyright（C）2005,JA HOKUSAI 
*/


body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3" , "ＭＳ Ｐゴシック", Osaka;
	background-attachment: fixed;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}

/*リンクに関する設定
*/
a:visited {
color: #0066CC;
text-decoration: none;
}
a:hover {
color: #996600; 
text-decoration: underline;
}
a:link {
color: #CC0000;
text-decoration: none;
}

/*テキストに関わる設定
*/

.Copyright{
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
.txt10_150per{
font-size: 10px;
line-height: 150%;
}
.txt10_180per{
font-size: 10px;
line-height: 180%;
}
.txt12_150per{
font-size: 12px;
line-height: 150%;
}
.txt12_180per{
font-size: 12px;
line-height: 180%;
}
.txt12_200per{
font-size: 12px;
line-height: 200%;
}
.list_circle{
list-style-type: disc;
list-style-position:outside
}
