html,body {
	background-color: #b2b2b2;
	font-size: 12px;
	color: #666666;
	line-height: 130%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#top_wrap {
	margin: 20px 0px 0px 0px;
}

#sec_wrap {
	margin: 0px;
	height: 100%;
}

img {
	border: none;
}

#sec_bg {
	background-image: url(../images/sec_bg_img.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.sec_con {
	margin-left: 20px;
	text-align: left;
	line-height: 160%;
}

a         {color:#ff0099;text-decoration:underline;}
a:link    {color:#ff0099;text-decoration:underline;}
a:visited {color:#ff0099;text-decoration:underline;}
a:active  {color:#FF0000;text-decoration:underline;}
a:hover   {color:#FF0000;text-decoration:underline;}

html,body {
scrollbar-arrow-color: #8C8C8C;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #8C8C8C;
scrollbar-darkshadow-color: #8C8C8C;
scrollbar-track-color: #ffffff;
}