@charset "utf-8";

/*--------------------------
@uEȔݒ
---------------------------*/

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe{
	margin:0;
	padding:0;
	font-size:small;
}

h1,h2,h3,span,p,th,td,dt,dd,li,
select,textarea,input{
	font-size:small;
	color:#333333;
	line-height:1.4;
}

img{
	border:0;
	vertical-align:bottom
}

ul,
ol{
	list-style-type:none;
}
table	{
border-collapse:collapse;
}

a:link{
	color:#000066;
	text-decoration:none;
}
a:visited{
	color:#660033;
}
a:hover{
	color:#000066;
	text-decoration:underline;
}
a:active{
	color:#660033;
}

/*------------------------------------------------
	clearfix
------------------------------------------------*/
.clearfix:after {/*for modern browser*/
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { 
	display: inline-block; 
	zoom:normal;/*for IE 5.5-7*/
}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.clearfix {/*for DreamWeaver View*/
	overflow:hidden;
}
/*------------------------------------------------
	背景透過
------------------------------------------------*/
a:hover img     { 
        filter: alpha(opacity=80); 
        -moz-opacity:0.8; 
        opacity:0.8; 
}
