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

.hoverOp:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

body {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: "YuGothic", 'Yu Gothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #603813;
}
.prof {
margin-left:20px;
margin-top:10px;
}
.prof .neme {
font-size:18px;
}
.prof .text {
padding-top:10px;
font-size:14px;
}
.prof .url {
padding-top:10px;
font-size:12.5px;
}

a:link{ color: #603813;}
	 
a:visited{ color: #603813;}
	 
a:hover{ color: #F7931E;}