@charset "UTF-8";
/* CSS Document */

/*------------------------------------------*/
/*カラムセット*/
/*------------------------------------------*/
#maincolumn{
	width:810px;
	margin:auto;
	padding-bottom:2em;
}

#rightColumn{
	float:right;
	width:135px;
}

#leftColumn{
	width:670px;
	padding-top:30px;
}

#bottomColumn{
	margin-top:13px;
	width:670px;
}

#information{
	float:left;
	width:330px;
}

#newItem{
	float:right;
	width:330px;
}



/*------------------------------------------*/
/*INFORMATION*/
/*------------------------------------------*/
#bottomColumn #information{
	padding-right:0px;
	font-size:10px;
}

#bottomColumn #information h4{
	text-indent:-3000em;
	background-repeat:no-repeat;
	background-position:left center;
	line-height:16px;
	background-color:#666;
}

#bottomColumn #information h4#midashi_info{
	background-image:url(../img/infomation.gif);
}

#bottomColumn #information h4#midashi_blog{
	margin-top:5px;
	background-image:url(../img/blogupdate.gif);
}

#bottomColumn #information table{
	width:100%;
}
#bottomColumn #information td{
	line-height:1.3em;
	vertical-align:top;
	text-align:left;
	border-bottom:1px dotted #aaa;
}
#bottomColumn #information td.date{
	background-image:url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	text-indent:12px;
	color:#8c8c8c;
	width:75px;
}

#bottomColumn #information td.entry{
}

#bottomColumn #information td.entryTitle a{
	color:#667;
}


/*------------------------------------------*/
/*NEW ITEM*/
/*------------------------------------------*/
#bottomColumn #newItem{
	padding-right:0px;
}

#bottomColumn #newItem .photo{
	float:left;
	width:80px;
	text-align:center;
}
#bottomColumn #newItem .photo img{
	height:60px;
	margin:0px;
	padding:0px;
}
#bottomColumn #newItem .detail{
	float:right;
	width:240px;
}

#bottomColumn #newItem h4{
	text-indent:-3000em;
	background-image:url(../img/newitem.gif);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:16px;
	background-color:#666;
	margin-right:0px;
}

#bottomColumn #newItem ul{
	margin-top:5px;
}

#bottomColumn #newItem li{
	margin-bottom:3px;
}

#bottomColumn #newItem li div.label{
	background-image:url(../img/arrow.gif);
	padding-left:12px;
	margin-right:0px;
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:1px dotted #666;
}

#bottomColumn #newItem li div.itemName{
	font-size:9px;
	line-height:1em;
	margin-right:10px;
}