@charset "shift_jis";
/* 
===================================
===== TagFormat ===================
=================================== */

body{
	font-size:small;
	line-height:120%;
	text-align:center;
}

h1{
	font-size:medium;
	line-height:120%;
}

address{
	font-style:normal;
}

/* 
===================================
===== AnchorFormat ================
=================================== */
a:link{
	color:#5B92C8;
	text-decoration:underline;
}

a:visited{
	color:#5B92C8;
	text-decoration:underline;
}

a:hover{
	color:#5B92C8;
	text-decoration:none;
}

a:active{
	color:#5B92C8;
	text-decoration:underline;
}


