/*　　　 ｸﾞﾛｰﾊﾞﾙﾒﾆｭｰ　　　 */
/* ｸﾞﾛｰﾊﾞﾙﾒﾆｭｰ大枠 */
#gmMain {
  text-align:left;
  width:850px;
  color: #000000;
  background-color: #FFFFFF;
  border:0px;
  padding:0px;
  margin:0px;
}
/* ｸﾞﾛｰﾊﾞﾙﾒﾆｭｰ始め */
div.gmFirst {
  font-size:12px;
  line-height:140%;
  text-align:left;
  width:80px;
  height:auto;
  color: #000000;
  background-color: #FFFFFF;
  border-top:0px solid #FF0000;
  border-right:0px solid #FF0000;
  border-bottom:0px solid #FF0000;
  border-left:0px solid #FF0000;
  padding:0px;
  margin:0px;
  float:left;
}
/* ｸﾞﾛｰﾊﾞﾙﾒﾆｭｰ　2個目～ラスト2個目まで */
div.gmElse {
  font-size:12px;
  line-height:140%;
  text-align:left;
  width:80px;
  height:auto;
  color: #000000;
  background-color: #FFFFFF;
  border-top:0px solid #FF0000;
  border-right:0px solid #FF0000;
  border-bottom:0px solid #FF0000;
  border-left:0px;
  padding:0px;
  margin:0px;
  float:left;
}
/* ｸﾞﾛｰﾊﾞﾙﾒﾆｭｰラスト（スペース調整） */
div.gmLast {
  font-size:12px;
  line-height:140%;
  text-align:left;
  width:auto;
  height:auto;
  color: #000000;
  background-color: #FFFFFF;
  border-top:0px;
  border-right:0px;
  border-bottom:0px;
  border-left:0px;
  padding:0px;
  margin:0px;
  clear:right;
}
/* ｸﾞﾛｰﾊﾞﾙﾒﾆｭｰ画像が無い場合のAタグ */
a.gmA:hover {
  color:#FF3333;
  text-decoration:none;
}
a.gmA:link{
  color:#006699;
  text-decoration:none;
}
a.gmA:active{
  color:#999999;
  text-decoration:none;
}
a.gmA:visited{
  color:#006699;
  text-decoration:none;
}

/*　　　 サイドメニュー　　　 */
/* サイドメニュー大枠 */
div.smMain {
  text-align:left;
  width:140px;
  height:auto;
  color: #000000;
  background-color: #FFFFFF;
  border:0px;
  padding:0px;
  margin:0px;
}
/* サイドメニュー始め */
div.smFirst {
  font-size:12px;
  line-height:140%;
  text-align:left;
  width:100%;
  height:20px;
  color: #000000;
  background-color: #FFFFFF;
  border-top:0px solid #FF0000;
  border-right:0px solid #FF0000;
  border-bottom:0px solid #FF0000;
  border-left:0px solid #FF0000;
  padding:0px;
  margin:0px;
  clear:both;
}
/* サイドメニュー　2個目～ラスト2個目まで */
div.smElse {
  font-size:12px;
  line-height:140%;
  text-align:left;
  width:100%;
  height:20px;
  color: #000000;
  background-color: #FFFFFF;
  border-top:0px;
  border-right:0px solid #FF0000;
  border-bottom:0px solid #FF0000;
  border-left:0px solid #FF0000;
  padding:0px;
  margin:0px;
  clear:both;
}
/* サイドメニューラスト */
div.smLast {
  font-size:12px;
  line-height:140%;
  text-align:left;
  width:100%;
  height:20px;
  color: #000000;
  background-color: #FFFFFF;
  border-top:0px;
  border-right:0px solid #FF0000;
  border-bottom:0px solid #FF0000;
  border-left:0px solid #FF0000;
  padding:0px;
  margin:0px;
  clear:both;
}
/* サイドメニュー画像が無い場合のAタグ */
a.smA:hover {
  color:#FF3333;
  text-decoration:none;
}
a.mA:link{
  color:#006699;
  text-decoration:none;
}
a.mA:active{
  color:#999999;
  text-decoration:none;
}
a.mA:visited{
  color:#006699;
  text-decoration:none;
}

