@charset "UTF-8";
/*
制作　株式会社メックコミュニケーションズ　http://www.mec-com.co.jp/ 
*/


/*レイアウト＿上メニュー
-----------------------------------------------------------------------------------------*/
#container {
	text-align:right;
}
#menu {
	float:none;
	width:auto;
	margin:0 20px;
}
#menu li{
	float:left;
	width:16%;
	margin-bottom:10px;
	border-left:0;
}
#menu li:first-child{
	border-left:1px solid #D5D5D5;
	width:4%;
}
#menu li a{
	width:100%;
	line-height:40px;
	background: url(css/menu_t.png) repeat-x top left;
	height:40px;
	text-align:left;
	text-indent:10px;
}
#menu li a span{
	display:block;
	text-indent:-1000em;
	background: url(css/menu_home.png) no-repeat top;
}
#maincopy {
	float:none;
	width:940px;
	margin:0 20px 10px 20px;
}
#contents {
	float:left;
	width:660px;
	margin:10px 0 0 30px;
}
#subinfo {
	float:right;
	width:240px;
	margin:10px 20px 0 0;
}
* html #subinfo{float:none;}
*:first-child+html #subinfo{float:none;}
#toplink{
	clear:right;
	width:240px;
	margin:0 20px 0 720px;
	padding-top:5px;
}
* html #menu{display:inline;}
* html #maincopy{display:inline;}
* html #contents{display:inline;}
* html #toplink{
	clear:right;
	width:240px;
	margin:0 20px 0 0;
	padding-top:5px;
}
*:first-child+html #toplink{
	clear:right;
	width:240px;
	margin:0 20px 0 0;
	padding-top:5px;
}

