/* body・共通 */
body{
	margin:0px 0px 0px 0px;
}
img {
	border-width:0px;
}

/* リンク擬似セレクタ */
a:hover	{
	color: red;
}
a:link	{
	color:#3333CC;
}
a:alink	{
	color:#FF6600;
}
a:visited{
	color:#6699FF;
}

table.header{
	width:760px;
}

/* ヘッダ */
table.header{
	width:760px;
	font-size:0px;
}
#logo{
	width:300px; height:80px;
}
#headerbnr{
	width:460px; height:80px;
}
tr.topbelt{
	height:16px;
}
td.topbelt{
	text-align:right;
	background-color:#326598;
}
#lions{
	width:164px; height:16px;
}
#how{
	width:101px; height:16px;
}
#gotop{
	width:110px; height:16px;
}

/*中央*/
table.center{
	width:760px;
}
tr.centerpad{
	height:16px; font-size:0px;
}
td.sidemenu{
	width:199px;
}
td.leftline{
	width:1px; background-color:black;
}
td.leftpad{
	width:60px;
}
.bodycontents{
	width:500px;
	font-size:95%;
}
tr.footupper{
	font-size:20px;
}
tr.footlower{
	font-size:5px;
}

/*サイド*/
img.sidebtn{
	width:199px; height:49px;
}

/*矢印*/
.signlink{
	font-size:80%;
}
img.signlr{
	width:10px; height:18px;
}
img.signud{
	width:14px; height:10px;
}

/*カテゴリバナー*/
.cateforypad{
	font-size:15px;
}
.category{
	width:500px; height:50px; 
}

/*サブカテゴリバナー*/
tr.subtitle{
	height:28px;
}
td.subtitle{
	font-size:14px; padding-left:24px;
	line-height:28px; font-weight:bold;
	text-valign:center;
	background-image:url("/images/subtitle_back.gif");
}

/*フッタ*/
table.footer{
	width:760px; font-size:80%;
}
tr.footerline{
	height:1px; font-size:0px; background-color:black;
}
tr.footerbody{
	padding:3px;
}
tr.copyrights{
	height:18px; background-color:#326598;
}
td.copyrights{
	color:white; text-valign:center; text-align:center;
}

