@charset 'UTF-8';

a{
	text-decoration : underline;
}
a:link{
	color : #ff0000;
}
a:visited{
	color : #ff00ff;
}
a:hover{
	color : #0000ff;
}

.to_margin{
	margin : 10px 0 0 10px;
}

.to_maintext{
	font-size : 150%;
	font-weight : bold;
}

.to_main_left{
	float : left;
}

.to_text{
	height : 300px;
	margin : 10px 0 0 20px;
}

.to_bold{
	font-weight:bold;
}

.to_margin_left{
	margin : 10px 0 0 20px;
}

.to_main_right{
	float : right;
}

.to_margin_right{
	margin : 10px 20px 0 0;
}

.to_jamkokuchi{
	margin : 10px 0 0 20px;
	height : 140px;
}

.to_mjkokuchi{
	margin : 10px 0 0 20px;
	height : 495px;
	border : solid 1px #747474;
}






