/* COMMON */
body {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS", "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", "‚l‚r ƒSƒVƒbƒN", arial, helvetica, san-serif;
	background: url(../img/bg_body.gif) repeat;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul {
	font-weight: normal;
	font-style: normal;
}

ol, ul {
	list-style-type: none;
}

img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;	
}

a.blu:link { 
	color: #0000CC;
	text-decoration: none;
}
a.blu:active {
	color: #0000CC;
	text-decoration: none;
}

a.blu:visited {
	color: #0000CC;
	text-decoration: none;
}

a.blu:hover {
	color: #0000CC;
	text-decoration: none;
}

a.org:link { 
	color: #FB682C;
	text-decoration: none;
}
a.org:active {
	color: #FB682C;
	border-bottom: dotted 1px #FB682C;
}

a.org:visited {
	color: #FB682C;
	text-decoration: none;
}

a.org:hover {
	color: #FB682C;
	border-bottom: dotted 1px #FB682C;
}

a.red:link { 
	color: #cc0000;
	text-decoration: none;
	border-bottom: dotted 1px #cc0000;
}
a.red:active {
	color: #cc0000;
	text-decoration: none;
	border-bottom: dotted 1px #cc0000;
}

a.red:visited {
	color: #cc0000;
	text-decoration: none;
	border-bottom: dotted 1px #cc0000;
}

a.red:hover {
	color: #cc0000;
	text-decoration: none;
	border-bottom: dotted 1px #cc0000;
}

a.org2:link { 
	color: #FB682C;
	text-decoration: none;
}
a.org2:active {
	color: #FB682C;
	border-bottom: dotted 1px #FB682C;
}

a.org2:visited {
	color: #FB682C;
	text-decoration: none;
}

a.org2:hover {
	color: #FB682C;
	border-bottom: dotted 1px #FB682C;
}

a.grn:link {
	color: #508E78;
	text-decoration: none;
}
a.grn:active {
	color: #508E78;
	border-bottom: dotted 1px #508E78;
}

a.grn:visited {
	color: #508E78;
	text-decoration: none;
}

a.grn:hover {
	color: #508E78;
	border-bottom: dotted 1px #508E78;
}
