@charset "utf-8";

body,div{margin:0; padding:0;}
div{_display: inline-block;}
*:first-child+html div{display: inline-block;}

body{
	font-size:0.9em;
	line-height:155%;
	color:#333333;
	font-family:'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro';
	}

.stxt{font-size:0.7em; line-height:130%;}
.mtxt{font-size:0.8em; line-height:130%;}

img{border: none;}

a:link{ color: #333333;}
a:visited{ color: #333333;}
a:hover{ color: #666666;}
a:active{ color: #333333;}

.Tleft{text-align:left;}
.Tright{text-align:right;}
.Tcenter{text-align:center;}
.pd10{ padding:10px;}
.pd5{ padding:5px;}
.cl{clear:both;}

.Fleft{float:left;}
.Fright{float:right;}

#logo{width:230px; margin-right:10px; float:left;}

#footer{width:800px; padding:5px 15px; font-size:0.7em;}
#footer a:link{color:#60BE1B;}
#footer a:visited{color:#60BE1B;}
#footer a:hover{color:#FFCC00;}
#footer a:active{color:#60BE1B;}

#noFlash{width:800px; text-align:left;}
#nofPh{width: 630px; float:left;}
#nofBtn{width: 170px; float:right; background:#60BE1B; text-align:center;}

#skip{margin:10px; text-align:left;}
#skip a:link{color:#60BE1B;}
#skip a:visited{color:#60BE1B;}
#skip a:hover{color:#FFCC00;}
#skip a:active{color:#60BE1B;}

/*clearfix*/
.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;}
/* End hide from IE-mac */

