/*　デフォルトスタイル　*/
body {
	color: #000000;
	font-size: 12px;
	font-family:Osaka,"ＭＳ ゴシック",sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/common/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	}

tr,td,th {
	line-height: 150%;
	font-size: 12px;
	letter-spacing: -0.5px;
}


h1 {
	font-size: 12px;
	width: 770px;
	color: #FFFFFF;
	padding: 0px 5px;
	margin: 7px auto;
	font-family: Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

.top_text{
	color: #759977;
	text-align: right;
	font-size: 12px;
	width: 770px;
	margin: 0 auto 7px;
	line-height: 15px;
}

.bottom_text{
	width: 770px;
	margin: 0 auto;
	text-align: right;
	color: #696969;
}

/*　サブタイトル　*/
.sub_title {
	font-size: 24px;
	line-height: 34px;
}

/*　エラー　*/
.err {
	color:red;
	}

/*　テーブル設定　*/
.table1 {
    border: solid 1px black;
	line-height: 150%;
	padding: 5px;
	}
		
.table1_2 {
    background-image: url("../images/bg_table5.gif");
    border: solid 1px black;
	line-height: 150%;
	padding: 5px;
	}
	
.table1_3 {
    background-image: url("../images/bg_table6.gif");
    border: solid 1px black;
	line-height: 150%;
	padding: 5px;
	}	
	
.table2 {
    background-image: url("../images/bg_table.gif");
	line-height: 150%;
	padding: 10px;
	}

.table2_2 {
    background-image: url("../images/bg_table2.gif");
	line-height: 150%;
	padding: 10px;
	}

.table3 {
    border: solid 1px #FEA700;
	line-height: 150%;
	padding: 10px;
	}

.table4 {
    line-height: 130%;
	padding-left: 7px;
	padding-right: 7px;
	}

.table5 {
    line-height: 100%;
	padding: 0px 10px 0px 10px;
	color: #202020;
	}

.table6 {
    line-height: 150%;
	padding: 10px;
	}

.table_login {
    line-height: 150%;
	padding-left: 30px;
	color: #150102;
	}

.table7 {
    background-image: url("../images/bg_table3.gif");
    line-height: 150%;
	padding: 5px;
	}

.table_infotext {
    border: solid 1px black;
	line-height: 150%;
	padding: 20px;
	}


/*　パンくずリスト　*/
.list {
    font-size: 10px;
	color: #202020;
	padding: 3px;
	}

/*　文字強調　*/
.strong {
    padding-bottom: 10px;
	font-weight: bold;
	}

.strong2 {
	font-weight: bold;
	font-size: 14px;
	}
	
.strong3 {
	font-weight: bold;
	font-size: 12px;
	color: #A80004;
	}

.strong4 {
	font-weight: bold;
	font-size: 14px;
	color: #202020;
	line-height: 100%;
	padding-bottom: 5px;
	}



/*　文字の大きさ　*/
.font_10px {
	font-size: 10px;
}			


/*　文字の大きさ　*/
.font_12px {
	font-size: 12px;
}




/*　文字の大きさ　*/
.font_14px {
	font-size: 14px;
}



/*　文字の大きさ　*/
.font_16px {
	font-size: 16px;
}



/*　リンク部分　*/
A:Link
			{
		        text-decoration: none;
				color: #0041B3;
		        }

A:visited 
			{
		        text-decoration: none;
				color: #CC3366;
		        }

A:active,A:hover
			{
			color: #CC3366;
			text-decoration: underline;
			}
			



/*　行間　*/
.aa100 {
	line-height: 100%;
}


/*　行間　*/
.aa130 {
	line-height: 130%;
}



/*　行間　*/
.aa190 {
	line-height: 190%;
}




/*　行間　*/
.aa250 {
	line-height: 250%;
}





/*　ここから画像のボーダーを0に　*/ 
img {
	border: none;
}

/*　ここまで画像のボーダーを0に　*/



/*　ここからページタイトルの文字設定　*/
.page_title {
	font-size: 14px;
	letter-spacing: 1px;
}
/*　ここまでページタイトルの文字設定　*/



/*------------------------------------------------------------
　　　　　　　　　　　初めてのお客様へページ
------------------------------------------------------------*/

#hajimete-access {
	width: 500px;
	height: 180px;
	margin-left: 10px;
	background-image: url(../images/access.jpg);
	position: relative;
}

#hajimete-access .qr {
	width: 82px;
	height: 82px;
	position: absolute;
	top: 24px;
	left: 30px;
	background-image: url(../images/access.gif);

}			


/*------------------------------------------------------------
　　　　　　　　　　　トップ
------------------------------------------------------------*/
.top_touroku_ban{
	position:absolute;
	margin-left:3px;
}

