@charset "shift_jis";
body {
	font-size: 80%;
	line-height: 150%;
	color: #333333;
	margin: 10px;
}
a:link{ color:#3300FF; }
a:visited{ color:#CCCCCC; }
a:hover{ color:#FF0000; text-decoration:none; }

h1 {
	font-size: 110%;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	background: #f9b6a8;
	font-weight: normal;
}
h2 {
	font-size: 110%;
	margin: 0px 10px 10px;
	color: #333333;
	border-bottom: 1px dashed #999999;
	padding: 0px 0px 5px;
	clear: both;
}
dl {
	margin: 0px 0px 50px 40px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 10px;
}
.imgbox {
	margin: 0px 0px 1em 40px;
}
.imgbox img{
	border: 1px solid #666666;
}
.imgbox_f {
	margin: 0px 10px 1em;
	float: right;
}
.imgbox_f img{
	border: 1px solid #666666;
}

#clink {
	padding-right: 10px;
	text-align: right;
	font-size: 70%;
}

#foot a:link{ color:#fff; text-decoration:none;}
#foot a:visited{ color:#fff; text-decoration:none;}
#foot a:hover{ color:#FF0000; text-decoration:none; }


