@charset "Shift_JIS";
@import "http://";

/********************************************************************************/
/********************************************************************************/
/* 左コンテナ																	*/
/********************************************************************************/
/********************************************************************************/
/*----------------------------------------------------------*/
/* 左全体													*/
/*----------------------------------------------------------*/
#left_container {
	margin:0;
	padding:0;
	float:left;
	width:160px;
	vertical-align:top;
	text-align:center;
}
/*----------------------------------------------------------*/
/* 左インフォメーション部									*/
/*----------------------------------------------------------*/
#l_menu {
	font-size:12px;
	text-align:left;
}
#l_menu UL{
	list-style-type:none;	/* マークなし */
}
#l_menu A:LINK{
	color:#1d3994;
	text-decoration:none;
}

#l_menu A:VISITED{
	color:#1d3994;
	text-decoration:none;
}

#l_menu A:HOVER{
	color:#cc0000;
	text-decoration:none;
}
/*----------------------------------------------------------*/
/* 会員登録ポイント／お友達紹介ポイント						*/
/*----------------------------------------------------------*/
.l_menu_spt {
	padding-top:10px;
	background:url(img/top_spt.gif) no-repeat;
	height:52px;
	color:#1d3994;
	line-height:20px;
	text-align:center;
}
/*----------------------------------------------------------*/
/* ガッチャのご案内											*/
/*----------------------------------------------------------*/
.l_menu_tit, .l_menu_item_a, .l_menu_item_b {
	color:#1d3994;
	text-align:center;
}
.l_menu_tit {
	height:38px;
	line-height:38px;
	background:url(img/info_menu.gif) no-repeat;
}
.l_menu_item_a {
	height:32px;
	line-height:32px;
	background:url(img/info_item_a.gif) no-repeat;
}
.l_menu_item_b {
	height:32px;
	line-height:32px;
	background:url(img/info_item_b.gif) no-repeat;
}
/*----------------------------------------------------------*/
/* スタッフブログ・ユーザーサイト							*/
/*----------------------------------------------------------*/
.l_cont_item_a, .l_cont_item_b {
	color:#8e4e34;
	text-align:center;
}
.l_cont_item_a {
	height:32px;
	line-height:32px;
	background:url(img/info_cont_a.gif) no-repeat;
}
.l_cont_item_b {
	height:32px;
	line-height:32px;
	background:url(img/info_cont_b.gif) no-repeat;
}
