@charset "utf-8";
/* CSS Document */


/*//////////////////////////////
 Clear Hack
//////////////////////////////*/

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

body{
	font-size: 12px;
	font-family:Verdana, arial, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka";
	background-color:#FFF;
}

h1{
	padding-top:5px;
	font-size:12px;
	font-weight:bold;
}

#Hagadon{
	font-weight:normal;
	float:right;
}

h4{
	font-size:12px;
	font-weight:bold;
}

img{
	border-width:0;
}

a{
	outline:none;
	color:#0000ff;
	text-decoration:none;
}

table{
	border-collapse:collapse;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	color:#0000ff;
}

#Contents{
	width:760px;
	margin:0 auto;
	padding:0 20px;
}

/*//////////////////////////////
 Header
//////////////////////////////*/

#Header{
	height:110px;
	background-image:url(/imgs/about_ie.png);
	background-position:right top;
	background-repeat:no-repeat;
}

#Logo{
	margin-right:20px;
	float:left;
}

.HeaderBtn{
	margin-left:10px;
	padding-top:13px;
}

#AnswerBtn{
	float:right;
	padding-right:10px;
	padding-top:;
}

/*//////////////////////////////
 Body
//////////////////////////////*/

#ContentsBody{
	clear:both;
	margin-top:10px;
}

/*//////////////////////////////
 Footer
//////////////////////////////*/

#Footer{
	clear:both;
	padding:10px 0;
}

#Banners{
	padding-bottom:20px;
	text-align:center;
}

#Banners img{
	margin:0 5px;
}

.TrendpotLogo{
	float:left;
	width:160px;
}

.Copyrights{
	float:right;
	width:300px;
}

/*//////////////////////////////
 Sesame
//////////////////////////////*/

#SesameBox{
	display:none;
	position:absolute;
}

#SesameWaku{
	border:solid 1px #00ade5;
	padding:10px;
	background-color:#FFF;
}
