@charset "Shift_JIS";

/*とりネットの共通表示に必要な設定
------------------------*/

/*--（１）全体の幅を750ピクセルで設定---*/

#frame {
   margin-right:auto;
   margin-left:auto;
   margin-top:0;
   padding-top:0;
   width:750px;
}

/*--（２）ヘッダーモジュール配置の基礎設定---*/

ul {
    font-size:100%;
     margin :0;
	 padding-left:10px;
}

li {
    margin: 0;
	padding :2px;
}


/*--（３）その他の基礎設定---*/

form {
    margin:0;
	padding:0;
}

.clear {
    height:1px;
    clear:both;
}

.hide {
    display:none;
}

.more {
   float:right;
}

.font_color_w {
  color:#FFFFFF;
}

.a_small {
   margin-top:0;
   margin-bottom:0;
   margin-right:10px;
   font-size:80%;
   text-align:right;
}

.small {
   font-size:90%;
}

.other {
	font-size:70%;
	vertical-align: text-bottom;
}

.float {
	float:left;
}

.strong {
	color:#FF0033;
	font-weight: bold;
}

.col-dkbl {
	color:#003399;
 }

.note { 
	 font-size: 80%;
}
 
div.note {
	 text-align: left;
}
 
div.navi.return {
	 display:block;
	 text-align: left;
}

