/* 丸文字ゴシック font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";  */
/* 游ゴシック体   font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;                                                  */
/* 明朝体         font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;                                         */


/* 配色とか基本フォントサイズとか決める奴 */
* {
  font-family: 'BIZ UDPGothic', sans-serif;
  font-size:14px;
  letter-spacing: 1px;
  margin: 0;  padding: 0;
  font-weight: 200;
}

body{
  background-image: url( 'bg_body.gif' );
  font-size:14px;
  line-height:20px;
  margin: 0px;
  color: #666;
  justify-content: space-between;
  flex-wrap: wrap;
}

input {
  border: 1px solid silver;
  padding: 0.5em;          /* 内側の余白量 */
  font-size:14px;
  line-height:20px;
}

.input_file {
  border: 0px solid silver;
  width: 200px;
  padding: 0.0em;          /* 内側の余白量 */
  font-size:14px;
  line-height:16px;
}

textarea{
  border: 1px solid silver;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 0.5em;          /* 内側の余白量 */
  font-size:14px;
  line-height:20px;
  resize: none;
}

table,tr,td{
  font-size:14px;
  line-height:20px;
  margin: 0px;
  color: #666;
}

hr {
  border-width: 1px 0px 0px 0px; /* 太さ */
  border-style: dashed; /* 線種 */
  border-color: silver; /* 線色 */
  height: 5px; /* 高さ */
}

img {
  display: block;
  vertical-align: top;
  white-space: nowrap;
}

section{
  padding: 2px 10px 10px 10px;
}

span.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

span.subText {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}


a:link         { text-decoration:none;      color:#330099; line-height:98%;}
a:visited      { text-decoration:none;      color:#330099; line-height:98%;}
a:active       { text-decoration:none;      color:#330099; line-height:98%;}
a:hover        { text-decoration:underline; color:#cc0000; line-height:100%;}

.bigsfont,h1   { font-size:22px;  line-height:26px; max-width:990px;}
.bigfont,h2    { font-size:18px;  line-height:22px; max-width:990px;}
.nomalfont,h3  { font-size:14px;  line-height:20px; max-width:990px;}
.smallfont,h4  { font-size:12px;  line-height:13px; max-width:990px;}
.whiteboard    { font-size:22px;  line-height:26px; color:#ffffff; }
.logo          { font-size:40px;  line-height:30px; color:#ffffff; font-family: "Impact" }
.monofont      { font-size:14px;  line-height:20px; max-width:990px; font-family: 'BIZ UDGothic';}

.maru_table_ns {
  background-color:rgb(255,255,255);
  table-layout: fixed;
  border: 1px solid silver;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.maru_table {
  background-color:rgb(255,255,255);
  table-layout: fixed;
  border: 1px solid silver;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-top: 4px;
  margin-bottom: 4px;

  -webkit-box-shadow : 2px 2px 2px #ccc;
  -moz-box-shadow : 2px 2px 2px #ccc;
  box-shadow : 2px 2px 2px #ccc;
  color: #666;
}


/* レイアウトの場所を確定するスタイルシート類 */
#header {
  background-color: black;
  text-align: center;
  width: 1342px;
  height: 110px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
}

#wrap {
  height: 1500px;
}
  
#container {
  color: #666;
  background: rgb(255, 255, 255);
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
  margin: 0px auto;
  padding: 5px 15px 5px 15px;
  width: 1310px;
  min-height: 2600px;
  z-index: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer {
  color: #666;
  background: rgb(255, 255, 255);
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
  margin: 0px auto;
  padding: 15px 15px 15px 15px;
  width: 1310px;
  height: 100px;
}

#menu_r { 
  float:right;
  top: 220px;
  left: 905px;
  width:300px;
  padding-right:00px;
  font-size:12px;
  line-height:14px;
  z-index: 1;
}

#menu_r p {
}
#menu_r dl {
	border: 0px solid #ccc;
	border-top: none;
	margin-bottom: 10px;
	padding: 0 5px 5px 5px;
}
#menu_r dt {
	padding: 5px 0;
}
#menu_r dd a {
	display: block;
	background: url(../for-standard/arr.gif) no-repeat left center;
	padding-left: 14px;
	font-size: 16px;
        line-height:18px;
}

#iteminfo{ 
  float:left;
  width:710px;
  padding-right:00px;
}

#demo {
  position: relative; /* important */
  overflow: hidden;   /* important */
  width:  620px;    /* important */
  height: 360px;    /* important */
  margin: 0px;
  padding: 0px;
}

#content {
  position: absolute;
  top: 0;
  margin-left: 0;
}

#content,
#content li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content li a {
  border:none;
}

#content {
  width: 13440px;
}

#demo ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border: #666;
  background-color: #fff;
}

#demo ul li img {
  display: block;
}

#frame {
  position: absolute;
  width: 150px;
  margin: 0px 480px 0px;
  color: black;

}
#frame ul li {
  margin: 0 0px;
}
#frame ul li img{
  border: 0px solid #9cf;
  padding: 0px;
}



/* メニューナビゲーション */
#navi_continer {
  background-color: #000;
  position: relative;
  z-index: 5;
  width: 1050px;
  height:40px;
  font-size: 24px;
}

#navi {
  position: absolute;
  top: 2px;
  left: 1px;
  width: 1050px;
  bottom: 0;
}

#navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navi li {
  color: #000;
  float: left;
  width: 210px;
  height: 25px;
  margin: 0;
}

#navi li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 3px 0;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  text-align: left;
  vertical-align:  buttom; 
}

#navi li a:hover {
  color: #ffffff;
  background-color: #666666;
}

/* サブメニュー */
#navi ul.sub {
  background: #eeeeee;
  width: 350px;
}

#navi ul.sub li {
  float: none;
  width: 350px;
}

#navi ul.sub li a {
  color: #666666;
  background: none;
  font-size: 16px;
  font-weight: normal;
  padding: 3px 0;
  border-top:1px solid #FFF;
  width: 350px;
}

#navi ul.sub li a:hover {
  color: #ffffff;
  background-color: #ff9900;
  width: 350px;
}

#navi ul li.navi_menu ul {
  display: none;
}

#navi ul li.navi_menu_on ul {
  display: block;
}

#navi li.navi_menu{
  border:0px solid #000099;
}

#navi li.navi_menu_on{
  border:0px solid #000099;
}



/* 画像拡大用のCSS */
#lightbox {
  z-index: 99;
  background-color: #eee;
  padding: 10px;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}
#lightboxCaption {
  color: #333;
  background-color: #eee;
  font-size: 90%;
  text-align: center;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}
#lightboxIndicator {
  border: 1px solid white;
}
#lightboxOverallView,
#overlay {
  background-color: #000;
  opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
  background-color: #000;
  filter: Alpha(opacity=50);
}

/* TAB用のCSS */
.TabbedPanels {
  margin: 0px;
  padding: 0px;
  clear: both;
  width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
  margin: 0px;
  padding: 0px;
}

.TabbedPanelsTab {
  position: relative;
  top: 1px;
  float: left;
  padding: 4px 10px;
  margin: 0px 1px 0px 0px;
  background-color: #DDD;
  list-style: none;
  border-left: solid 1px #CCC;
  border-bottom: solid 1px #999;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  -moz-user-select: none;
  -khtml-user-select: none;
  cursor: pointer;

  /* Safari,Google Chrome用 */
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;

  /* Firefox用 */
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;

  /* その他ブラウザ用 */
  border-radius-topleft: 6px;
  border-radius-topright: 6px;
  border-radius-bottomright: 0px;
  border-radius-bottomleft: 0px;

}

.TabbedPanelsTabHover {
  background-color: #CCC;
  outline: none;
}

.TabbedPanelsTabSelected {
  background-color: #EEE;
  border-bottom: 1px solid #EEE;
}

.TabbedPanelsTab a {
  color: black;
  text-decoration: none;
  outline: none;
}

.TabbedPanelsContentGroup {
  clear: both;
  border-left: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  background-color: #fff;
  outline: none;


  /* Safari,Google Chrome用 */
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;

  /* Firefox用 */
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;

  /* その他ブラウザ用 */
  border-radius-topleft: 0px;
  border-radius-topright: 6px;
  border-radius-bottomright: 6px;
  border-radius-bottomleft: 6px;
}

.TabbedPanelsContent {
  padding: 4px; min-height:300px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
  float: left;
  width: 10em;
  height: 20em;
  background-color: #EEE;
  position: relative;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  border-left: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
  float: none;
  margin: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
  background-color: #EEE;
  border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
  clear: none;
  float: left;
  padding: 0px;
  width: 30em;
  height: 20em;
}

