@charset "utf-8";
/*--基本レイアウト--*/
*{
	margin:0;
	padding:0;
	}
	
body{
	text-align:center;
	font-family:"MS Pゴシック", "MS P Gothic", sans-serif;
	color:#666;
	}
	
h1,h2,h3,h4{
	font-weight:normal;
	}

/*--clearfix--*/
.clearfix:after { 
content: "."; /* 新しい要素を作る。 「.」は他の文字でもかまいません。*/
display: block; /* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

/*ハイブリットの時に必要*/
ul,li,ol{
	list-style:none;
	}
img{
	border:none;
	}
a{
	text-decoration:none;
	color: #060;
	}	

object{
	vertical-align:bottom;
	}
p{
	line-height:1.6;
	font-size:0.9em;
}	
/*--レイアウト設定--*/
#wrapper{
	width:960px;	margin:0 auto;
}
#topimgarea{
	float:left; display:inline; width:960px; margin:20px 0 0 0;
}
#conceptarea{
	float:left; display:inline; width:960px; margin:30px 0 50px 0;
}
#topflasharea{
	float:left; display:inline; position:relative; width:960px; height:472px;
}
#topflasharea img { position:absolute; top:0; left:0; width:960px; height:472px; }




#bottomauparea{
		float:left; display:inline; width:960px; text-align:left;
}
#bottomareaimg{
	float:left; display:inline; width:140px; padding:0 10px 8px 0;
}
#btmright{
	float:left; display:inline; width:810px; margin-top:6px;
}
#btmright p{
	line-height:1.2;
}
#bottomadwonarea{
	float:left; display:inline; width:960px; font-size:0.8em; padding:5px 0 20px 0; border-top:solid #666 1px; text-align:center;
}
