@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,img{
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom:0;
	/*position: relative;*/
}

/*a:hover img {
filter:alpha(opacity=60);
	opacity:0.6;	
	
}*/

table{
   /* border-collapse:collapse;
    border-spacing:0;*/
}

fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ol,ul{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6,table{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym{
    border:0;
}
img {   
    vertical-align:bottom;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }



h1,h2,h3,h4 {
  /* display:inline;*/
}

table{
	border-collapse: collapse;
	border-spacing:0;
}
a img{  
	border: none;
}



/*

a:link{
	text-decoration: underline;
	color: #009;
}
a:visited{
	text-decoration: underline;
	color: #1f99e0;
}
a:hover{
	text-decoration: underline;
	color: #1f99e0;
}

*/


.left{
	float:left;
}

.right {
	float:right;
}



.bg_white{
	background-color: #fff;
}
.bg_gray{
	background-color: #e8e8e8;
}
.font_white{
	color: #fff;
}
.font_red{
	color: #f00;
	
}
.bold{
	font-weight: bold;
}

.font80 {
	font-size:80%;
}

.font90{
	font-size:90%;
}


/*-------------------------------------------------------------- */

/* CSSハック - clearfix
-------------------------------------------------------------- */

/* IE以外のモダンWebブラウザ向けの指定*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* IE7およびMac版IE5向けの指定*/
*:first-child+html .clearfix { display: inline-block; }

/* IE6以前向けの指定*/
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
