/* フォントの設定 */
.f10		{line-height: 120%; font-size: 10px;}  /* 10px 固定（カラー指定なし） */
.f12		{line-height: 120%; font-size: 12px;}  /* 12px 固定（カラー指定なし） */
.f14		{line-height: 120%; font-size: 14px;}  /* 14px 固定（カラー指定なし） */
.f16 		{line-height: 120%; font-size: 16px;}  /* 16px 固定（カラー指定なし） */
.f18 		{line-height: 120%; font-size: 18px;}  /* 18px 固定（カラー指定なし） */
.f20 		{line-height: 120%; font-size: 20px;}  /* 20px 固定（カラー指定なし） */



.cap		{line-height: 120%; font-size: xx-small;}  /* 最小フォント */
.stx		{line-height: 120%; font-size: x-small;}  /* 小フォント */
.tx			{line-height: 120%; font-size: small;}  　/* 標準フォント */
.mtx		{line-height: 120%; font-size: medium;}  /* 中フォント */
.ltx		{line-height: 120%; font-size: large;}  /* 大フォント */
.lltx		{line-height: 120%; font-size: x-large;}  /* 最大フォント */
.llltx		{line-height: 120%; font-size: xx-large;}  /* 最最大フォント */


#cr-area {
		width:580px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		border:1px solid #D6D3B4;
		text-align:left;
	}
	
		#cr-area iframe {
			width:707px;
			overflow:visible;
		}
		
		#cr-area p {
			padding:10px;
			text-align:left;
		}

