@charset "EUC-JP";

@import "./Design.css";

#body	{
	background:#000;
}
#body .myArea	{
	width:100%;
	padding:5px 0;
}
#foot .myArea	{
	width:980px;
}

/*	tileBox	*/
.tiles	{
	width:100%;
	margin:auto;
}
.tiles td	{

	padding:5px;
}

.tiles .tile1	{
	width:80px;
	height:80px;
}
.contentsTile	{
	vertical-align:top;
}
.contentsTile	{
	vertical-align:top;
}
.contentsTile .contents	{
	background:#fff;
}
.contentsTile h1	{
	margin-bottom:35px;
}
.contentsTile .list	{
	margin-bottom:145px;
}
.contentsTile .list p	{
	margin-bottom:15px;
}



.tiles .sideSpacer	{
	width:30%;
	background:url(../img_visual/visual_bg.gif) repeat-x;
}
.tiles .sideL	{
	background-position:right center;
}
.tiles .sideR	{
	background-position:left center;
}

/**
 * Design
 */
N