H1{
  font-size : 16px;
}
.px12-18 {
  font-size: 12px;
 line-height: 18px;
}
.px14-20 {
  font-size: 14px; line-height: 22px;
}
div.fixedLay 
{ 
	position         : absolute   ;
	z-index          : 100        ;
	left             : -200px     ;
    top              : -200px     ; 
	font-size: 12px;
}

a.fixedLay   
{ 
    text-decoration  : none       ;
    font-size        : 12px       ;
    font-weight      : bold       ;
    font-family      : Arial      ;
    color            : #222222    ; 
}

.px10 {
  font-size: 10px;
}
.oreange {
  font-size: 14px;
 line-height: 18px;
 font-weight: bold;
 color: #FF6600;
}
.px12 {
  font-size: 12px;
}
.px12_lr {
	font-size: 12px;
	width: 95%;
	text-align: left;
}
.px12_lr_75 {
	font-size: 12px;
	width: 75%;
	text-align: left;
	height: 40px;
}


.px14b {
  font-size: 14px;
 font-weight: bold;
}

.mainTable {
	background-color: #CCCCCC;
	background-image : url(../ygin/img/bg_001.gif);
}
.menuTBtitle{
  	color : white;
 	background-color : #216363;
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #216363 #216363 #216363 #216363;
 	font-size : 12px;
 	font-weight : bold;
	background-position : center center;
}
.menuTBsub{
  border-bottom-width : 0px;
  font-size : 12px;
  color : black;
  background-color : #d3fae4;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  font-weight : normal;
}
#internet{
	font-size : 12px;
	font-weight : bold;
	font-variant: normal;

}

/* --- ナビゲーションバー --- */
.nav {
width: 100%; /* ナビゲーションの幅 */
background: #ffffff url(img/hor_menu4_off.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #cccccc solid; /* 上枠線 */
border-bottom: 1px #cccccc solid; /* 下枠線 */
font-size: 90%;
}




/* --- メニューエリア --- */
.nav .nl {
width: 650px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background: #ffffff url(img/hor_menu4_off.gif) repeat-x top; /* メニューの背景 */
border-left: 1px #cccccc solid; /* メニューの左枠線 */
border-right: 1px #ffffff solid; /* メニューの右枠線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
.nav .nl li {
width: 80px; /* 項目の幅 */
float: left;
}

/* --- リンク --- */
.nav .nl li a {
display: block;
position: relative; /* IE6用 */
padding: 11px 2px; /* リンクエリアのパディング（上下、左右） */
border-top: 1px #ffffff solid; /* リンクエリアの上枠線 */
border-bottom: 1px #808080 solid; /* リンクエリアの下枠線 */
border-left: 1px #ffffff solid; /* リンクエリアの左枠線 */
border-right: 1px #cccccc solid; /* リンクエリアの右枠線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
.nav .nl li a:hover {
background: #ffffff url(img/hor_menu4_on.gif) repeat-x top; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: left;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
