@charset "Shift_Jis";

/*
 --------------------------

	”format
	”parts

--------------------------
*/


/* ”format
-----------------------------------*/

*{
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

body{
	font-size: 1px;
	color: #000000;
	background-color: #EEEEEE;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
}
h1{
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
        border-bottom:#9999ff 1px solid;
        width:500px;
        padding:3px;
       color:#663399 
}

h2{
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
        border-bottom:#00bfff 1px solid;
        border-left  :#00bfff 5px solid;
        width:500px;
        padding:3px;
}

h3{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
       color: #330000;
}

h4{
	font-size: 14px;
	font-weight: nomal;
	font-style: normal;
       line-height: 180%;
}

h5{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
       border-left  :#663399 3px solid;
       valign="top"
       line-height: 150%;
}
h6{
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
       text-align:center;
       color: #ffffff;
}
h7{
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
       text-align:center;
       color: #ffffff;
}
strong{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

a{
color: #0000FF;
}

a:hover{
color:#66cc33;
}


a:link {
	color: #FF00FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}

a.menu{
color: #ffffff;
font-size: 16px;
}

a.menu:link {
 	color: #ffffff;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
}
a.menu:active {
 text-decoration: none;

}
a.menu:hover { 
	text-decoration: underline;
	color: #ffffff;
}

hr{
border: none;
clear: both;
visibility: hidden;
height: 0px;
}


/* ”parts
-----------------------------------*/

div#menu{
width:756px;
height:auto;
}

div#menu dl{
width:756px;
height:40px;
}

div#menu li{
float: left;
}

div#menu li a{
display: block;
width: 126px;
height:40px;
text-align: center;
font-size: 12px;
font-weight: bold;
padding-top: 10px;
padding-bottom:1px;
background-image : url(img/menu.jpg);
background-repeat: repeat-x;
background-position: center -50px;
color:#EEEEEE;
}

div#menu li a:hover{
color: #000000;
background-position: center -20px;
}


