@charset "Shift_JIS";

/*==========================================================
	Idol Japan Records
	Date: 2008-09-26
==========================================================*/

/*----------------------------------------------------------
ブラウザスタイルの初期化
----------------------------------------------------------*/
/*----------------------------------------------------------
	FontSize
	デフォルトは13PX
	
(px) (%)
 10   77
 11   85
 12   93
 13   100
 14   108
 15   116
 16   123.1
 17   131
 18   138.5
 19   146.5
 20   153.9
 21   161.6
 22   167
 23   174
 24   182
 25   189
 26   197
----------------------------------------------------------
reset
----------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size:100%;
}

body {
	background: url(cmnfix/bg_body.gif) repeat;
	color:#2B1500;
	font-size:13px;
	line-height:1.4;
}

/* IE6 */
* html body{font-size:82%;}
/* IE7 */
*:first-child+html body{font-size:82%;}

h1, h2, h3, h4, h5, h6, address strong{
	font-style:normal;
	font-weight:normal;
}
ul,ol,dl,li,dt,dd {
	list-style-type:none;
	list-style-position:outside;
}
img {
	border:0;
	vertical-align:top ;
}
th,td{
	vertical-align:top;
}

/* リンク */
a:link,
a:visited{
	color:#003399;
	text-decoration: underline;
}

a:hover,
a:active{
	color:#F00;
	text-decoration: none;
}

/*透過png調整用*/
* html .iepng{
    behavior: expression(IEPNGFIX.fix(this));
}

/*--------------------------------------
テンプレート
---------------------------------------*/
/*container-------------------------------------------*/
div#container {
	width: 848px;
	margin: 0 auto;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
}

/*header----------------------------------------------*/
div#container #header {
	width: 848px;
	height: 108px;
	background: url(cmnfix/bg_header.jpg) repeat-x;
}

div#header p.logo{
	margin:15px 0 0 23px;
	float: left;
}

div#header ul{
	margin: 76px 0 0 50px;
	float: left;
}

div#header ul li{
	float: left;
}

/*footer----------------------------------------------*/
div#container #footer {
	width: 848px;
	padding: 0 0 1px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #218384;
}

div#container #footer p.footernavi{
	padding: 10px 0;
	text-align: center;
	background: #E3E3E3;
}

div#container #footer p.copy{
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #218384;
}
/*----------------------------------------------------------
ClearFix
----------------------------------------------------------*/
.clearfix::after {
	content: ".";
	visibility: hidden;
	clear: both;
	display: block;
	height: 0;
}
.clearfix {
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

