@charset "shift_jis";

/* F.I.X. Records サイト
---------------------------------------
(c)F.I.X. Records All Rights Reserved.
	http://fixrecords.com/
*/

/* ==========================================================================
 0.common読込
========================================================================== */
@import url("../css/common/element.css");			/* 要素への定義 */
@import url("../css/top.css");


/* ==========================================================================
 1.要素への定義
========================================================================== */

.areaMain2 {
	width:726px;
}

.jackets td {
	width:121px;
	font-size:8pt;
}

.strong {
	color:#000;
	font-weight:bold;
}


a			{	color : #c00;
				text-decoration : none;
				font-weight:bold;
			}
a:link		{	color : #224D80; }
a:visited	{	color : #224D80; }
a:active	{	color : #00f; }
a:hover		{	color : #fff;
				background : #c00; }
a:hover img	{	background : #c00; }



/* --------------------------------------------------------------------------
 見出し */


h3 {
	margin:20px 0 3px;
	padding:0;
	color:#953E48;
	font-size:12pt;
	font-weight:bold;
}

.p {
	width:600px;
	margin:0 auto;
	text-align:left;
}

#cmpform {
	display:block;
	width:200px;
	height:40px;
	margin:0 auto;
	background:url(btn_cmpform.jpg) no-repeat;
	text-indent:-9999px;
}


/* ==========================================================================
 4.内部デザイン
========================================================================== */



/* --------------------------------------------------------------------------
 テーブル */
 
table {
	margin:0 auto;
	width:550px;
}
 
table.table_list {
	border-bottom : 1px solid #999;
}

table.table_list th {
	border-bottom : 1px solid #999;
	background : #f5f5f5;
	text-align : left;
	font-weight : normal;
}

table.table_list td {
	border-top : 1px solid #eee;
}

.bdBtm {
	border-bottom : 1px solid #999;
}

th {
	padding:4px;
	background:#eee8e8;
}

td img {
	margin:2px 5px 5px 0;
}


strong {
	color:#f00;
	font-weight:bold;
}



/* [EOF] */