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

/* Style Resset */
* {
	margin: 0;
	padding: 0;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
}

body {
	text-align:left;
	margin-top: 0px;
	margin-bottom:0px;
	color:#666666;
	font-size:9pt;
	line-height:120%;
}


img {
	border:none;
}

hr {
display:none;
}

a:link {
color:#0000FF;
}
a:visited {
color:#FF00FF;
}

/*フロート*/
.leftFloat {
float:left;
}

.rightFloat {
padding:5px 0px 5px 5px;
float:right;
}

/* フロートクリアー */
.clearleft{
clear:left;
}

.clearright{
clear:right;
}

.fclear {
clear:both;
}

/*行揃え*/
.textleft {
text-align:left;
}

.textright {
text-align:right;
}

.boldFont {
font-weight:bolder;
}

.smallFont {
font-size:9pt;
}

.midFont {
font-size:11pt;
}

.blueTitle {
color:#3333CC;
}

.yellowText {
color:#CC9900;
}