@charset "Shift_JIS";

/*=========================================================


	Site Name   SONY X1000 special project
	File Name   x1000_special.css

	Create Date 2009/03/24
	Update Date 


==========================================================*/

/*----------------------------------------------------------

	Module Top Style Sheet

-----------------------------------------------------------*/
div#cycle {
	margin:20px 0 20px 0;
	text-align:center;
}

div#cycle img {
	vertical-align:top;
	border:none;
}

table#cycleMain {
	width:950px;
	margin:0 auto;
}
td#cycleMiddle {
	background:url(../images/bg_cycle_middle.gif) no-repeat left top;
	text-align:center;
}
td#cycleMiddle table#cycBox {
	width:910px;
	margin:0 auto;
}
table#sharing {
	margin:0 auto;
	width:496px;
}
td#shareBox {
	text-align:center!important;
}


/* for clearFix
===============================================================*/
.cf:after{ 
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
   content:".";
}

.cf{
   display:inline-block;
}
/*MacIE \*/
* html .cf{
	height:1em;
}
.cf{
	display:block;
}
/*  */
