@charset "UTF-8";
/* style.css */

A:link    {color:#AD0E40;text-decoration:none;}
A:visited {
	text-decoration:none;
	color: #AD0E40;
}
A:hover	  {color:#0066CC;text-decoration:underline;}
A:active  {text-decoration:underline;}


/*----------全称セレクタ-------------*/
*{
	/*border: 0px;*/
	/*font: normal normal normal 100%/130% "ＭＳ Ｐゴシック", "Osaka", sans-serif;*/
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	line-height:130%;
	margin: 0px;
	padding: 0px;
}

}

	/*border: 0px;*/
	/*font: normal normal normal 100%/130% "ＭＳ Ｐゴシック", "Osaka", sans-serif;*/
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 100%; 
	line-height:130%;	
	
}


img{
	border: none;
	}

b,strong{
	font-weight:bold;
	}

/*
p,h1,h2,h3,h4{
	margin: 0px; padding: 0px;
	}
*/
body{
	background-image: url(img/person_bg.gif);
	background-repeat: repeat-y;
	background-position: center 200px;
}
.space_left {
	padding-left: 4px;
}
