/* CSS Document */

/*---共通--- */
body {
 background: #Fff9e6;
 text-align: center; /* IE 向けセンタリング指定 */
 margin: 0;
 padding:0;
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#container{
	width:814px;
	margin: 0;
	margin: 0 auto; /* Firefox 向けセンタリング指定 */
 	background-image:url(../image/bg-container.jpg);
}

/*---テーブルセンター Firefox 向け*/
.table_position{
     margin: 0px auto;
}

.sh10 	 { font-size: 11px; line-height: 150% }
.s10 	 { font-size: 11px; line-height: 130% }
.mh12 	 { font-size: 12px; line-height: 150% }
.m12 	 { font-size: 12px; line-height: 130% }
.lh14 	 { font-size: 14px; line-height: 150% }
.l14     { font-size: 14px; line-height: 130% }
.llh18   { font-size: 18px; line-height: 150% }
.ll18  	 { font-size: 18px; line-height: 130% }
.xh24 	 { font-size: 24px; line-height: 130% }
.t2  	 { font-size: 1px; line-height: 1% }



A:link {
	COLOR: #990000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #990099; TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}
.top {
	padding-top: 5px;
}

.point_img {
	padding-right: 5px
}
