@charset "utf-8";

#contents
{
	width:90%;
	margin:0 auto 0 auto;
	z-index:50;
}

h4
{
	color:#eeeeee;
	font-size:1em;
	font-weight:normal;
//	text-shadow:#444444 1px 1px 2px;
	display:inline;
}

.h4_english
{
	color:#eeeeee;
	font-size:0.9em;
	font-weight:normal;
}

/***********	内容	***************************************************/
#my_machine
{
	width:760px;
	margin:0 auto 20px auto;
	text-align:justify;
}

.machine_table
{
	margin:10px 0 0 0;
	text-align:justify;

//	border:1px solid #4060a0;

/*
	-webkit-box-shadow:3px 3px 5px #6e95ce;
	-moz-box-shadow:3px 3px 5px #6e95ce;
*/
}

.machine_table img
{
	border-top:1px solid #4d4d4d;
	border-left:1px solid #4d4d4d;
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
/*
	-webkit-box-shadow:3px 3px 3px #404040;
	-moz-box-shadow:3px 3px 3px #404040;
*/
}

.table_name
{
	background-image:url(grad/grabar_bl02.jpg);

	margin:0;
	padding:0.4em 1.5em;
	font-size:1em;
	color:#eeeeee;
	text-align:left;
}

.table_data
{
	background-image:url(grad/graback_bl09.jpg);
	overflow:hidden;

	border-left:1px solid #2c86c5;
	border-right:1px solid #2c86c5;
	border-bottom:1px solid #2c86c5;
}

.top_radius
{
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}

.all_radius
{
	-webkit-border-radius:10px;	/*	CSS3 角丸BOX	Safari	*/
	-moz-border-radius:10px;	/*	CSS3 角丸BOX	Firefox	*/
}

.black_shadow
{
	-webkit-box-shadow:3px 3px 10px #808080;
	-moz-box-shadow:3px 3px 10px #808080;
}

.blue_shadow
{
	-webkit-box-shadow:3px 3px 5px #6e95ce;
	-moz-box-shadow:3px 3px 5px #6e95ce;
}

/***********	VF	***************************************************/
#machines .machines_photo
{
	background:url(grad/graback_bl07.jpg) repeat-x;
	padding:10px;
	height:152px;
	text-align:center;
}

#machines .vf_photo
{
	width:232px;
	float:left;
}

#machines .machines_comment
{
	background-image:url(grad/graback_bl09.jpg);
	padding:15px;
	border-left:1px solid #b2dfff;
	float:left;
}

#main .table_data		{	height:380px;	}
#sub .table_data		{	height:222px;	}
#subsub .table_data		{	height:280px;	}
#spare_blue .table_data	{	height:310px;	}
#spare_red .table_data	{	height:280px;	}
#cbx .table_data		{	height:340px;	}
#rx7 .table_data		{	height:360px;	}
#eunos .table_data		{	height:172px;	}

#machines #sub .machines_photo
{
	width:230px;
	height:202px;
	float:left;
}

#machines #sub .machines_comment
{
	width:436px;
	height:192px;
}

#machines #eunos .machines_photo
{
	width:230px;
	height:152px;
	float:left;
}

#machines #eunos .machines_comment
{
	width:436px;
	height:142px;
}






