@charset "Shift_JIS";

/*------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.					0.8.2;
	Author.					Kenta Aga

	PROGRAM-ID.		"gbvy[W"
------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/
/*	Ζ©Hό
PPPPPPPPPPPPPPPPPPPPPP*/
body#index{
	background				: url(../img/top/background.gif) repeat-x top left #f6f4f2;
}

#index #header{
	height							: 443px;
}

#main{
	float							: left;
	width							: 590px;
}

#sub{
	float							: right;
	width							: 161px;
}


/*------------------------------------------------
	wb_[
------------------------------------------------*/



/*------------------------------------------------
	RecΜζ
------------------------------------------------*/

/*	JeSXg
PPPPPPPPPPPPPPPPPPPPPP*/
#categoryList{
	display						: inline-block;
	margin-bottom			: 4px;
}
#categoryList li{
	display						: inline-block;
	float							: left;
	margin						: 0 10px 9px 0;
	width							: 290px;
	font-size						: 80%;
	background				: #e9e9e9;
}
#categoryList li.even{
	margin-right				: 0;
}

#categoryList li .descriptionImage{
	float							: left;
	margin-right				: 14px;
}
#categoryList li strong{
	display						: block;
	margin						: 5px 0px;
}
#categoryList li span{
	display						: block;
	margin-right				: 5px;
}

#categoryList a{
	display						: inline-block;
	width							: 100%;
	color							: #23201b;
	text-decoration		: none;
}
#categoryList a:hover{
	background				: #D1D0D0;
}


/*	j[XgsbNX
PPPPPPPPPPPPPPPPPPPPPP*/
#news{
	padding						: 1px;
	background				: #f4f4f4;
	border						: 1px solid #2d1c0b;
}
#news dt{
	padding						: 7px 0 4px 14px;
	background				: #2d1c0b;
}

#news ul{
	margin-bottom			: 4px;
}
#news li{
	margin-top				: 1px;
	padding						: 4px 11px 5px 28px;
	background				: url(../img/arrow/box_gray.gif) no-repeat 11px 0.8em #eaeaea;
}
#news li.even{
	background				: url(../img/arrow/box_gray.gif) no-repeat 11px 0.8em #d9d9d9;
}

/*------------------------------------------------
	clearfixΖ’€ΌΜ@
------------------------------------------------*/
#categoryList:after,#categoryList li:after{
	content					: ".";
	display					: block;
	clear						: both;
	height						: 0;
	visibility					: hidden;
}