/* initialize and formatting */
* {
	padding: 0;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0;
	font-weight: normal;
}

a, a:link, a:visited {
  color: #55E9DD;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  color: #cc0000;
}

ul {
  margin-bottom: 1em;
  list-style-type: none;
  list-style-position: outside;
}
dl, dd {
  margin-bottom: 0.5em;
}
p {
	font-size: 80%;
}

/* common styles */
body {
	color: #000000;
	background-color: #F0F0F0;
	text-align: center;
	background-repeat: repeat;
}

p.skipLink, p.hPhrase {
  display: none;
}


.fClear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	width: 0px;
}
.fClear_L {
	clear: left;
}
.fClear_R {
	clear: right;
}
#container #maincotents #main h2 {
	color: #FF66CC;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 10px;
	line-height: 100%;
	text-align: right;
}

