@charset "UTF-8";
/* CSS Document */

/* Default Style CSS Document
------------------------------------- */

html,body {
	height:100%;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	color:#333;
	background:#bbb;
}

/* Link anchor Setting */
.navi_link {
	font-size:14px;
}

a:link {
	text-decoration:none;
	color:#F63;
}

a:hover {
	text-decoration:none;
	color:#F33;
}

a:visited {
	text-decoration:none;
	color:#F63;
}

/* -------------------------------- */

/* Indent */
.indent_25 {
	margin-left:25px;
}

.indent_50 {
	margin-left:50px;	
}




