/* fontsieze*/

* {font-family:san-serif;}

.fs60 {font-size: 60%;
line-height:1.5em;}
.fs70 {font-size: 70%;
line-height:1.5em;}
.fs80 {font-size: 80%;
line-height:1.5em;}
.fs90 {font-size: 90%;
line-height:1.5em;}
.fs100 {font-size: 100%;
line-height:1.5em;}
.fs120{font-size:120%;
line-height:1.5em;}
.fs140{font-size:140%;
line-height:1.5em;}
.fs150{font-size:150%;
line-height:1.5em;}
.fs180{font-size:180%;
		line-height: normal;}


.fs11 {font-size: 11pt;
line-height:1.5em;}
.fs10 {font-size: 10pt;
line-height:1.5em;}

/* fontcolor */
.fc_white {color:#FFFFFF;}
.fc_black {color:#000000;}
.fc_shimamura {color:#bd1936;}

/* link */

a:link {
	color:#bd1836;
	text-decoration:none;
}

a:visited {
    color:#bd1836;
	text-decoration:none;
}

a:hover {
	color:#e9b1b3;
	text-decoration:underline;
}

a:active {
	color:#e9b1b3;
	text-decoration:none;
} 


.linkcolor_header a:link{
color:#ffffff;
text-decoration:none;
}

.linkcolor_header a:visited{
color:#ffffff;
text-decoration:none;
}

.linkcolor_header a:active{
color:#ffffff;
text-decoration:none;
}


.linkcolor_header a:hover{
color:#ffffff;
text-decoration:underline;
}

/* athers */

#text_area{
	overflow:auto;
	height:70px;
	width: 300px;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 7px;
}