﻿@charset "UTF-8";

/* style reset */

* {
	margin: 0;
	padding:0;
		}



body {
	margin:1px 0px 0px 0px;
	text-align: center;
	background-image: url(../img/back.jpg);
			

}



#main {
  width:999px;
  text-align:left;
  margin:0px auto;
  padding:0;
}



#topnavi
{list-style: none; width:999px; height:26px; float:left; overflow:hidden; background-color:#ff9a9a;}
#topnavi li{ height:26px; overflow:hidden; float:left;}
#topnavi #navi1{width:81px;}
#topnavi #navi2{width:80px;}
#topnavi #navi3{width:80px;}
#topnavi #navi4{width:72px;}
#topnavi #navi5{width:85px;}
#topnavi #navi6{width:67px;}


#slist01
{ background-image:url(../img/listback01.gif); width:477px; height:152px; overflow:hidden; margin-bottom:15px; margin-left:13px;

}

#slist02
{ background-image:url(../img/listback02.gif); width:477px; height:152px; overflow:hidden; margin-bottom:15px; margin-right:13px;

}

h1
{ font-size:12px; color:#0078ff; font-weight:bold; height:15px;}

h2
{ font-size:14px; color:#ff0048; font-weight:bold; height:17px; }

h3
{ font-size:18px; color:red; font-weight:bold; }

.sl_text
{ font-size:10px; color:#606060; height:44px; }

.clear {
	clear: both;
}

#foot
{ font-size:10px; color:#606060; font-weight:bold; }




