@charset "utf-8";

/*-------
  reset
-------*/
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td ,iframe {  
	margin: 0;
	padding: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img{
	border:0;
}

/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

/* TABLE*/
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
caption {
	text-align: left;
}
th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top;
}

/* form */
fieldset {
	border: 0;
}

input {
	_margin: -1px 0;
}

/* sup,sub */
sup,
sub {
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -4px
}

sub {
	top: 4px
}

/* link */
a:link{
color:#0000FF;
text-decoration:underline;
}
a:visited{
color:#551A8B;
}
a:active{
color:#FF0000;
}
a:hover{
color:#940021;
}
.toTop {
text-align:right;
font-size:75%;
padding:5px 0;
}
.toTop a,
.toTop a:link,
.toTop a:visited{
background:url(../images/icon03.gif) no-repeat left center;
padding:2px 0 2px 18px;
color:#000000;
text-decoration:none;
}
.toTop a:hover{
color:#D83639;
text-decoration:underline;
}

/* decoration */
.required {
color:#FF0000;
}
.notes {
font-size:85%;
}
