/*------------------------------
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 auto;
	background-image:url("../images/bg.gif");
}
/*------------------------------
link
------------------------------*/
#main #link{
	width:980px;
	height:25px;
	margin:0 auto;
}


/*------------------------------
info
------------------------------*/
#left #inner-left #information{
	color:#fff;
	margin: 5px 0 0 0;
	border:solid 1px #ccc;
	background:#ee535c url('../images/info.gif') center left no-repeat;
	width:137px;
	padding:5px 5px 5px 30px;
	line-height:1.5;
	font-size:10px;
}

a.info:link,a:visited {color:#fff; text-decoration:none;}
a.info:hover,a:active {color:#000; text-decoration:none;}