.styleSS {  font-size: 8px}
.styleS {
	font-size: 10px;
}
.styleM {
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}

.styleL {  font-size: 14px}


html {
	overflow-y: scroll;/*Firefoxでのセンタリングずれを防ぐ為のスクロールバーを強制表示*/
	background-image: url(../image/bg.gif);
	background-repeat: repeat;
	}

body {
	font-size: 12px;
	line-height: 140%;
	color: #4D4837;
	background-image: url(../image/bg.gif);
}

img {
	border-style: none;
}

a:link {
	color: #E888A3;
	text-decoration: none;
}
a:visited {
	color: #E888A3;
	text-decoration: none;
}
a:hover {
	color: #CC6699;
	text-decoration: underline;
}
h2 {
    padding:0;
	margin:0;
}



.color01 {
	color: #006699;
}
.color02 {
	color: #E888A3;
}
.color03 {
	color: #00CCFF;
}

.topic01 {
	font-weight: bold;
	color: #FF00FF;
}

.topic02 {
	font-weight: bold;
	color: #00CCFF
}
h3 {
	font-size: 12px;
	font-weight: normal;
}
.title_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
}
