@charset "UTF-8";

/* Reset & Restyle
---------------------------------------------------------------------------------------- */
body {
	background:url(./common/bg.gif) top center repeat-y;
}
body,h1,p,ul,ol,dl,dt,dd,li,form,select,option{
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.5;
	color:#666;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ Pro W3", "Hiragino KaKu Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

html>/**/body{
	font-size:12px;
}



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

table {
	border: none;
}

/* 
hr{
	visibility:hidden;
	clear:both;
} */

a{	color:#CC6600;	text-decoration:none;}
a:hover{color:#EF8200;	text-decoration:none;}


a img{
	border:0px;
	display:block;
}
a:hover img{
	-moz-opacity:0.60;
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* clearFix
---------------------------------------------------------------------------------------- */
.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 */


/* margin
---------------------------------------------------------------------------------------- */
.mr3 {margin-right:12px; float:left;} 

/* position
---------------------------------------------------------------------------------------- */
.pt-3 {position:relative; top:-3px;}


/* headermenu
---------------------------------------------------------------------------------------- */

#headermenu{
	width:920px;
	height:50px;
	background:url(http://www.ieie.co.jp/common/menubg.gif) top left repeat-x;
	margin :0px;
	padding:0px;
}
#headermenu ul{
}
#headermenu li{
	float:left;
}

#headermenu a img{
	border:0px;
	display:block;
}
#headermenu a:hover img{
	-moz-opacity:0.80;
	opacity:0.8;
	filter: alpha(opacity=80);
}