@charset "utf-8";

/* ------------------------------------------
Since: 2009-12-08
Version: 1.0
Auther: TAKASHI MIYAZAWA(visual and echo japan)
------------------------------------------*/

/*******************************************
共通
*******************************************/

#grid-content {
	overflow: hidden;
	height: 0;
 	
}

#grid-content div h3 {
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}
#grid-content div p {
	margin: 0;
	padding: 0;
}


/* sizeL */
#grid-content div.sizeL {
	width: 749px;
	background-color: #000;
	margin-right:1px;
	margin-bottom:1px;
	
}
#grid-content div.sizeL div.Komoku{
	display:block;
	background-image:url(../images/tableSizeL_top.gif);
	background-repeat:no-repeat;
}
#grid-content div.sizeL div.Komoku:hover {
	display:block;
}
#grid-content div.sizeL div.Komoku div.Inbottom {
	padding: 0px;
	background-image:url(../images/tableSizeL_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#grid-content div.sizeL div.Komoku div.Inbottom:hover {
	background-position: bottom;
}

/* sizeM */
#grid-content div.sizeM {
	width: 498px;
	background-color: #000;
	margin-right:1px;
	margin-bottom:1px;
	background-image:url(../images/tableSizeM_top.gif);
	background-repeat:no-repeat;
	
}

#grid-content div.sizeM .Inbottom{
	background-image:url(../images/tableSizeM_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:20px;
	min-height:210px;
}


/* sizeS */
#grid-content div.sizeS {
	width: 250px;
	background-color: #000;
	margin-right:1px;
	margin-bottom:1px;
	background-image:url(../images/tableSizeS_top.gif);
	background-repeat:no-repeat;
	display:block;
	height:auto;
}

#grid-content div.sizeS div.Inbottom {
	background-image:url(../images/tableSizeS_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:20px;
	min-height:210px;
}


