
a:link {
  color: #004080;
  font-size: 12px;
}


a:hover {
  color: #005ebb;
  font-size: 12px;
}


a:visited {
  color: #004080;
  font-size: 12px;
}


p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}

body {background-color:#000000}


/*---------- メイン ----------*/

#main {
  margin			: 0 auto;
  padding			: 0;
  width				: 780px;
  border-right		: solid 3px #c6c6c6;
  border-bottom		: solid 3px #c6c6c6;
  border-left		: solid 3px #c6c6c6;
  background-color	: #ffffff;
}


/*---------- ヘッダー ----------*/

#header {
  margin			: 0			;
  width				: 780px		;
  background-color	: #999999	;
}


#header_top{
  margin			: 0;
  height			: 20px;
  background-color	: #999999;
}

#header_top h1{
  margin			: 0;
  padding			: 2px 0 0 10px;
  text-align		: left;
  font-size			: 10px;
  font-weight		: normal;
  color				: #0000FF;
}

#header_top p{
  margin			: 0;
  padding			: 2px 0 0 10px;
  text-align		: left;
  font-size			: 10px;
  font-weight		: normal;
  color				: #004080;
}


#header-menu {
  background-color	: #333333;
  margin			: 0px;
  padding			: 8px 0 7px 15px;
}

#header-menu ul {
  text-align		: left;
  padding-bottom	: 1px;
  margin			: 0px;
  width				: auto;
}

#header-menu li {
  color					: #ffffff;
  display				: inline;
  padding-left			: 13px;
  padding-right			: 7px;
  background			: url(img/menu_icon01.gif) no-repeat;
  background-position	: left center;
}

#header-menu a {
  color					: #ffffff;
  text-decoration		: none;
}

#header-menu a:hover {
  color					: #cccccc;
}


/*---------- コンテンツ ----------*/

#container {
  width					: 768px;
  overflow				: hidden;
  margin				: 0px;
  padding				: 0px;
  background-color		: #ffffff;
  }


#contents {
  float					: left;
  margin				: 0;
  padding				: 10px 10px 10px 0px;
  font-size				: 12px;
  line-height			: 180%;
  letter-spacing		: 1px;
  width					: 580px;
  background-color		: #FFFFFF;
}


#contents h2 {
  margin				: 0;
  padding				: 8px 10px 5px 10px;
  line-height			: 110%;
  font-size				: 16px;
  color					: #004080;
  background-image		: url(img/content_h2_blue.jpg);
  background-repeat		: no-repeat;
  color					: #FFFFFF;
}

#contents h3 {
  margin				: 0;
  padding				: 8px 10px 5px 10px;
  line-height			: 110%;
  font-size				: 16px;
  color					: #004080;
  background-image		: url(img/content_h3.jpg);
  background-repeat		: no-repeat;
  font-weight			: bold;
}

#contents h4 {
  margin				: 0;
  padding				: 10px 10px 5px 10px;
  line-height			: 110%;
  font-size				: 14px;
  color					: #004080;
  font-weight			: bold;
}

#contents p {
  margin				: 10px 10px 10px 10px;
  padding				: 0 5px 0 0;
  line-height			: 180%;
  letter-spacing		: 1px;
  font-size				: 12px;
  color					: #000000;
  
 
}


#contents img.pictL {
  margin				: 5px 10px 5px 0px;
  float					: left;
}

#contents img.pictR {
  margin				: 5px 10px 5px 0px;
  float					: right;
}



/*---------- メニュー ----------*/

#menu {
  float					: right;
  margin				: 10px 0 15px 0;
  padding				: 0;
  width					: 170px;
  letter-spacing		: 1px;
  text-align			: left;

}

#menu h2 {
  margin				: 0;
  padding				: 6px 0 6px 12px;
  line-height			: 110%;
  font-size				: 12px;
  color					: #fffffc;
  background-image		: url(img/sidebar01.gif);
  background-repeat		: no-repeat;
}


.menulist {
  margin				: 0 0 15px 0;
  padding				: 5px 2px 0px 5px;
  width					: 160px;
  text-align			: left;
  background-image		: url(img/menu_back.gif);
}

.menulist h2 {
  margin				: 0;
  padding				: 6px 0 6px 12px;
  line-height			: 110%;
  font-size				: 12px;
  color					: #fffffc;
  background-image		: url(img/sidebar.gif);
  background-repeat		: no-repeat;
}

.menulist a{
  color					: #004080;
  display				: block;
  border-top			: solid 1px #9f9f9f;
  border-right			: solid 1px #9f9f9f;
  border-bottom			: solid 1px #9f9f9f;
  border-left			: solid 1px #9f9f9f;
  width					: 148px;
  padding				: 6px 0 5px 10px;
  font-size				: 12px;
  line-height			: 160%;
  background-color		: #f3f3f2;
 }

.menulist a:hover{
  color					: #005ebb;
  background-color		: #ffffff;
}

#menu p {
  margin				: 10px 4px 0 4px;
  line-height			: 180%;
}


/*---------- footer ----------*/

#footer {
  clear					: both;
  margin				: 0;
  padding				: 18px 0 18px 0;
  text-align			: center;
  font-size				: 12px;
  color					: #333333;
  border-top			: solid 4px;
  border-top-color		: #004080;
  background-color		: #ffffff;
}

#footer a {
  color					: #333333;
  font-size				: 12px;
 }

#footer a:hover {
  color					: #333333;
}



