/*** 共通定義 ***/
* {
   margin: 0;
   padding: 0;
}

body {
   margin: 0px;
}

img {
   margin: 0;
   padding: 0;
   border: 0;
}

table {
   margin: 0;
   padding: 0;
   border: 0;
}

a {
   text-decoration: none;
}

a:link {
   color: #f0f0f0;
}

a:visited {
   color: #f0f0f0;
}

a:hover {
   color: #ff6666;
}

a#banner {
   text-decoration: none;
}

a:link#banner {
   color: #f0f0f0;
}

a:visited#banner {
   color: #f0f0f0;
}

a:hover#banner {
   color: #ff6666;
}


#smenu {
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 5px;
   padding-right: 5px;
   background-image: url(img/sd102.gif);
}

/*** 見出定義 ***/
h1 {
   color: #f0f0f0;
   font-family: "Georgia";
   font-size: x-large;
}

h2 {
   color: #f0f0f0;
   font-family: "Georgia";
   font-size: large;
}

h3 {
   color: #202020;
   font-family: "Arial Baltic";
   font-size: medium;
}

h4 {
   color: #f0f0f0;
   font-family: "Arial Baltic";
   font-size: x-small;
   padding: 2px 2px;
}

h5 {
   color: #202020;
   font-family: "Arial Baltic";
   font-size: x-small;
   font-weight: bold;
}

h6 {
   color: #202020;
   font-family: "Century";
   font-size: x-small;
   font-weight: normal;
}

/*** カテゴリメニュー部 ***/
div#menu {
	width: 960px;
	float: left;
	margin: 0;
	padding: 0;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	margin: 0;
	line-height: 1.0;
}

#menu li a {
	display: block;
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	text-decoration: none;
	font-size: x-small;
        font-weight: bold;
	color: #ffffff;
	background: url("img/btm100.gif") repeat-x top left;
	border-left: 0px solid #DDD;
}

#menu li a:hover {
	background: url("img/btm300.gif") repeat-x top left;
	color: #ffffff;
}

#menu #sels {
	display: block;
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	text-decoration: none;
	font-size: x-small;
        font-weight: bold;
	color: #ffffff;
	background: url("img/btm200.gif") repeat-x top left;
	border-left: 0px solid #DDD;
}

#menu #selb {
	display: block;
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	text-decoration: none;
	font-size: x-small;
        font-weight: bold;
	color: #ffffff;
	background: url("img/btm400.gif") repeat-x top left;
	border-left: 0px solid #DDD;
}

/*** スペース定義 ***/
span#space1 {
   font-size: 30%;
}

#F10{
   font-size: 10pt;
   font-family: "Arial Baltic";
   color: #444444;
   line-height: 13pt;
}
