*{
	margin:0;
	padding:0;
	border: none;
}
body{
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 10pt;
	line-height:140%;
	color:#333333;
	text-align:center;
}
#bg{
	background-image:url(../img/bg_dotted.jpg);
}
img {  
    border:0;  
} 
a{
	color:#FF0066;
	text-decoration: none;
}
a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
.clear{clear:both;}
.red{color:#FF0000;}
.org{color:#FF6600;}
.blue{color:#3333FF;}
.pink{color:#FF3366;}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.hidden{display:none;}

/* =====clearfix===== */
div:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
div { display: inline-block; }
/* exlude MacIE5 \*/
* html div { height: 1% }
div {display:block;}
/* end MacIE5 */


