@charset "UTF-8";
/*----- Reset (初期化)-----*/
/*----- Common -----*/
.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.nowrap {white-space: nowrap;}
.clear {clear:both;}
strong {font-weight:bold;}
em {color:#b00;font-style:normal;}
/*----- Style -----*/
body {
	background-color: #edf3ff;
	color: #222;
}
a{color:#00f;}
a:visited{color:#36f;}
strong.title {
	color: #900;
}
span.misc {
	color: #096;
}
span.keyword {
	background-color: #ff9;
	font-weight: bold;
	padding: 3px 0px 0px 0px;
}
span.keyword2 {
	background-color: #ff9;
	padding: 3px 0px 0px 0px;
}

