@charset "utf-8";

body {
	font-family: "Osaka","MS UI Gothic",serif;
	font-size: small;
	text-align: center;
	color: #666666;
	background-color: #ffffff;
}

div.note {
	line-height: 200%;
	letter-spacing: 0.2em;
	border-left: 1px solid #666666;
	width: 45%;
	text-align: justify;
	padding: 2em;
}

body#colors {
	font-family: "Osaka","MS UI Gothic",serif;
	font-size: small;
	text-align: center;
	color: #999999;
	background: #000000 url(img/bg.jpg) repeat fixed;
}

body#colors div.note {
	line-height: 200%;
	letter-spacing: 0.2em;
	border-left: 0px none;
	width: 45%;
	text-align: justify;
	padding: 2em;
}

body#colors div.note span{
	color: #ffffff;
}

body#colors div.note div.topic{
	border-bottom: 1px dotted #666666;
	margin-bottom: 2em;
}

body#yb {
	font-family: "Osaka","MS UI Gothic",serif;
	font-size: small;
	text-align: center;
	color: #666666;
	background: #ffffff url(img/yb.gif) left center no-repeat fixed;
}

body#bh {
	font-family: "Osaka","MS UI Gothic",serif;
	font-size: small;
	text-align: center;
	color: #666666;
	background: #ffffff url(img/bh.gif) left center no-repeat fixed;
}

body#bc {
	font-family: "Osaka","MS UI Gothic",serif;
	font-size: small;
	text-align: center;
	color: #666666;
	background: #ffffff url(img/bc.gif) left center no-repeat fixed;
}

div.note p {
	margin-bottom:50px;
}

a{
	text-decoration: none;
	color: #730099;
}

a:hover{
	background:#730099;
	color:#ffffff;
}