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

body {
background-color:#FFFFFF;
}

#wrap{
width:350px;
height:550px;
padding-top:5px;
}

#photo{
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	}


a:link {
  color: #333333;
  text-decoration: none;
}
a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #999999;
  text-decoration: underline overline;
}
a: active {
  color: #999999;
  text-decoration: underline overline;
}
	
	
	.style1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
}

.style2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
}
