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

#greeting {
	width: 800px;
	margin-top: 30px;
	float: left;
	margin-bottom: 25px;
}
#greeting p {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	width: 65%;
	float: right;
	height: auto;
	padding-right: 25px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 25px;
}

#greeting #pic {
	float: left;
	height: 197px;
	width: 200px;
	margin-left: 25px;
}

#greeting #pic {
	font-size: 10px;
	text-align: center;
	display: inline;
}

#greeting #pic a {
	color:#666666;
	text-decoration:none;
}

#greeting #pic a:hover {
	color:#FF3300;
	text-decoration:underline;
}

#greeting h1 {
	color: #333333;
	margin-top: 0px;
	border-left: 5px solid #3366FF;
	padding-left: 5px;
	font: normal 18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	width: 65%;
	float: right;
	padding-right: 25px;
}
