@charset "utf-8";
/* CSS Document */

/*プライバシーポリシーページ
--------------------------------------*/
#privacy_policy {
	line-height: 1.3em;
	margin-right: 10px;
	font-weight: bold;
}

#textFrame {
	font-weight: normal;
	color: #333;
	overflow : hidden; 
  position : relative; 
	margin-left: 15px;
	margin-right: 10px;
}

#textFrame #textFrame_Left {
	float: left;
	width: 20px;
}

#textFrame #textFrame_Right {
	float: right;
	width: 530px;
}

#syomei {
	text-align: right;
	margin-right: 10px;
}

.text_normal {
	font-weight: normal;
}

/*相互リンク
--------------------------------------*/
#sogolink {
	line-height: 2em;
	text-align: center;
}


