
.size1  { font-size: 9px; line-height: 130%; font-family: Osaka, "ＭＳ ゴシック" }
.size2  { font-size: 10px; line-height: 130%; font-family: Osaka, "ＭＳ ゴシック" }
.size3  { font-size: 12px; line-height: 130%; font-family: Osaka, "ＭＳ ゴシック" }
.size4  { font-size: 14px; line-height: 130%; font-family: Osaka, "ＭＳ ゴシック" }
.size5  { font-size: 18px; line-height: 130%; font-family: Osaka, "ＭＳ ゴシック" }
.size6  { font-size: 24px; line-height: 130%; font-family: Osaka, "ＭＳ ゴシック" }
.size7  { font-size: 36px; line-height: 130%; font-family: Osaka, "ＭＳ ゴシック" }
body    { font-size: 12px; line-height: 130%; font-family: Osaka, "ＭＳ ゴシック"; margin: 0pt; padding: 0pt }
a:link { text-decoration: none }
a:hover
 { text-decoration: underline }
/*h1 { font-weight: bold; font-size: 24px; font-family: Osaka, "ＭＳ ゴシック" }*/
h1 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 62.5%;
	color: #666;
	padding: 0;
	margin: 0;
}
h2 { font-weight: bold; font-size: 18px; font-family: Osaka, "ＭＳ ゴシック" }
h3 { font-weight: bold; font-size: 14px; font-family: Osaka, "ＭＳ ゴシック" }
h4 { font-weight: bold; font-size: 12px; font-family: Osaka, "ＭＳ ゴシック" }
h5 { font-weight: bold; font-size: 10px; font-family: Osaka, "ＭＳ ゴシック" }
h6 { font-weight: bold; font-size: 9px; font-family: Osaka, "ＭＳ ゴシック" }
td  { font-size: 12px; line-height: 130%; font-family: Osaka, "ＭＳ ゴシック" }
a:visited { text-decoration: none }
a:active { text-decoration: none }

.blog{
	display: block;
	width: 120px;
}

.blog a, .blog a:visited{
	display:block;
	font-weight: bold;
	background-color: #339900;
	color: #fff;
	border: 2px solid #339900;
	padding: 10px;
	text-decoration: none;
}

*html .blog a{
	
}

*:first-child+html .blog a{
	
}

.blog a:hover{
	color: #99FF00;
	text-decoration: none;
}






.yoshin{
	display: block;
	width: 120px;
}

.yoshin a, .yoshin a:visited{
	display:block;
	font-weight: bold;
	background-color: #FF99FF;
	color: #fff;
	border: 2px solid #FF99FF;
	padding: 10px;
	text-decoration: none;
}

*html .yoshin a{
	
}

*:first-child+html .yoshin a{
	
}

.yoshin a:hover{
	color: #FF33CC;
	text-decoration: none;
}