/*------------------------------
body
------------------------------*/
body{
	color: #555;
	text-decoration: none;
font-family: Meiryo, Verdana, Arial, helvetica, sans-serif;
/*--	font-family: "メイリオ",Meiryo, ＭＳ ゴシック, Verdana,Arial, helvetica, sans-serif;--*/
	font-size:11px;
	line-height:16px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color: #EDEDED;
}

/*------------------------------
Link
------------------------------*/
a:link,a:visited {color:#666666; text-decoration:none;}
a:hover,a:active {color:#111111; text-decoration:none;}


/*------------------------------
global headder
------------------------------*/
#headder{
	width:980px;
	height:45px;
	margin:0 auto;
}

/*------------------------------
base layout
------------------------------*/
#main{
	width:980px;
	height:560px;
	margin:0 auto 20px auto;
}

#menu{
	float:left;
	height:560px;
	width:165px;
	background:#fff;
}

#contentslist{
	width:980px;
	height:435px;
	margin:0;
	background-image:url("../images/bg.gif");
}

/*------------------------------
navi
------------------------------*/
#main #navi{
	width:980px;
	height:80px;
	margin:0 auto;
	border-bottom:1px solid #ccc;
	background:#fff;
}

#navi #left{
	float:left;
	width:220px;
	height:80px;
	margin:0;
}

#navi #right{
	float:right;
	width:700px;
	height:80px;
	margin:0 20px 0 0;
}

#navi table{
	float:right;
	margin:20px 0 0 0;
	text-align:left;
	color: #555;
	text-decoration: none;
	font-size:11px;
	line-height:16px;
	font-weight:normal;
}

#navi td.line{
	border-right:1px solid #ccc;
}

#categoly{
	margin:0 0 0 10px;
	font-size:12px;
	font-weight:bold;
	color:#333;
}

#categoly-others{
	margin:10px 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#333;
}

#choice{
	margin:2px 20px 0 0;
}

#select{
	margin:10px 0 0 15px;
}





/*------------------------------
contents
------------------------------*/
#main #contents{
	width:980px;
	height:435px;
	margin:0;
	background-image:url("../images/bg.gif");
}

/*------------------------------
link
------------------------------*/
#main #link{
	width:980px;
	height:25px;
	margin:0 auto;
}
