@charset "x-sjis";


/*-------------------------------------
▼▼　基本
-------------------------------------*/
body
	{
	background-color: #F0F8FF;
	background-image: url("prabg.jpg");
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 20;
	color: #708090;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	text-align: center;}
a:link 
	{
	color: #7B68EE;
	text-decoration: none }
a:visited
	{
	color: #ADD8E6;
	text-decoration: none }
a:hover
	{
	color: #FF69B4;
	text-decoration: none }
a:active
	{
	color: #FF69B4;
	text-decoration: none }
a img
	{
	border-style : none;
	border-width : 0px;	
	text-decoration : none;}
div
	{
	width:600px;
	background-color: #ffffff;
	padding: 25px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	}