
/*=====================================*/
/*--BODY-------------------*/
/*=====================================*/

body{
	color:#333;
	background:#cccccc url("/images/body.jpg") repeat-x fixed;
	scrollbar-base-color: #ddd;
	
}

#header{
	width:806px;
	height:158px;
	_height:165px;
}

/*
.headimg{
	width:806px;
	height:256px;
	_height:253px;
}
*/
/*=====================================*/
/*--コンテンツ背景---------------------*/
/*=====================================*/

.mc{
/*	background:#fff url("/images/cf/cont_back.gif") repeat-y;  */
}

.mc2{
	color:#333;
	background:#eee; /* TOP-カバーガール */
}

.mc3{
	background:#ededed; /* メニュー */
}

.mc4{
	background:#fff; /* コンテンツ */
}

.mc5{
	color:#333;
	background:#efefef; /* TOP-イベント */
}

/*=====================================*/
/*--アクセントカラー-------------------*/
/*=====================================*/

/* ページ下のバー */
.ac01{
	color:#999;
	background:#fff;   
}

/* 各ページ、各パートのタイトル  */
.ac02{
	color:#666;
	background:#fff;  
	font-weight:bold;
}

/* トップページのヘッドライン */

.ac00{
	color:#666;
	background:#fff;  
	font-weight:bold;
}

/* リンクページ  */

.ac03{
	color:#444; 
	background:#ededed;
}

/* プロフィールページ  */
.ac04{
	color:#333;
/*	background:#fff2ea url("/images/cf/back.gif") repeat-y; */
	background-color:#ffffff;
}

/* システムページの注意書き、求人ページ  */
.ac05, .rtop2 *, .rbottom2 *{
	color:#333;
	background:#ededed;
}

.rtop2, .rbottom2{
	background:#fff;
}

/* 認証ページ　ショップインフォ項目 */
.ac06{
	color:#996633;
}

/*=====================================*/
/*--リンクカラー---------------------------*/
/*=====================================*/

a:link{
	text-decoration:none;
	color:#e5004f;
}

a:visited {
	text-decoration:none;
	color:#e5004f;
}

a:hover {
	text-decoration:underline;
	color:#f06;
}

.name {
	color:#C68FFA;
	}