@charset "Shift_JIS";


a:link {
	color: #2D730F;
	text-decoration: underline;
}
a:visited {
	color: #00006D;
	text-decoration: underline;
}
a:hover {
	color: #B70000;
	text-decoration: underline;
}
a:active {
	color: #EFE700;
	text-decoration: underline;
}

ul,dl,ol,dd{
list-style-type:none;
list-style-position:outside;
font-size:100%;
}

body{
margin:0;
}

p{
margin:0 0 21px;
font-size:100%;
}

legend{
display:none;
margin:0;
padding:0;
}

fieldset{
margin:0;
padding:0;
border-width: 0px;
}

.indent{
text-indent:1em;
}

.clearFix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearFix{
display:inline-table;
}

/* Hides from IE-mac \*/
* html .clearFix{
height:1%;
}
.clearFix{
display:block;
}
