@charset "Shift_JIS";
body{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,hr{
	margin:0;
	padding:0;
}
blockquote,li,dt,dd{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}

/* ==== link ==== */
a:link{
	color:#9B1A1A;
	text-decoration:none;
}

a:visited{
	color:#9B1A1A;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;;
}


/* ==== top-contents ==== */
#top-contents{
	width:618px; height:185px;
	background:url("../common/line_bg.gif") left bottom repeat-x;
	background-color:#FFFFFF;
	margin-top:20px;
}
#top-contents h2{
	float:left;
	margin-right:23px;
	width:220px;
}
#top-kanban{
	width:375px; height:163px;
	float:left;
}
#top-kanban p{
	font-size:13px;
	line-height:150%;
	color:#333333;
	padding-top:10px;
}


/* ==== top-contents2 ==== */
#top-contents2{
	width:618px;
	clear:both;
	margin-top:10px;
}
#top-contents2 h3{
	margin-bottom:10px;
}


/* ==== item ==== */
#item{
	width:596px; height:115px;
	padding:10px;
	margin-bottom:10px;
	border:solid 1px #31402A;
	border-top:solid 10px #31402A;
	clear:both;
}
#item h4{
	width:165px;
	float:left;
	padding-right:33px;
}
#item-box{
	width:398px;
	float:left;
}
#item-box h5{
	height:26px;
	background:url(../contents/item/item_list/img/mark.gif) no-repeat left top;
	padding-left:20px;
	padding-top:6px;
	font-size:14px;
}
#item-box p{
	width:398px;
	font-size:13px;
	line-height:150%;
}
#item-box .bu{
	padding-top:3px;
	float:right;
}













