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

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	border: none;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #660033;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #0000FF;
}
a:active {
	color: #CC3399
}
body {
	background-color: #FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	*font-size: 13px;
	*font: x-small;
	line-height: 1.9em;
}
#wrapper {
	margin: 20px;
}
#date {
	font-size: 0.9em;
	text-align: right;
	float: right;
}
h1 {
	font-size: 1.7em;
	color: #669999;
	font-weight: bold;
	padding-bottom: 0.5em;
}
h2 {
	padding-bottom: 0.5em;
	color: #003366;
	font-size: 1.3em;
}
#wrapper .inyou {
	color: #003399;
	padding: 10px;
}

