/*ボディタグ内設定（背景、文字）*/
body {	clip: rect(   ); leftmargin="0" topmargin="10" marginwidth="0" marginheight="10"; margin-top: 0px;	margin-left: 0px; background: #FFFFFF;}

/*テーブル内フォント設定*/
table { font-size: 12px; color: #333333; line-height: 150%}

/*リンク設定*/
a:link {  text-decoration: none; color: #A62121; clip:   rect(   )}
a:hover { clip: rect(   );	position: relative;	background: #FFCC66;}
a:active {  color: #FFCC66; clip: rect(   )}
a:visited {  color: #999999; text-decoration: none}

/*タイプ別フォント（サイズ、行間設定）*/
.c-copy {font-size: 10px; line-height: 150%}
.writing {font-size: 12px; line-height: 150%}
.read {font-size: 12px;	line-height: 170%;	color: #333333;}
.hedading {font-size: 14px; line-height: 150%; font-weight: bold; color: #2E689C;}
.subheading {font-size: 16px; line-height: 150%; font-style: oblique; font-weight: bold; color: #3C916F;}
.catch {font-size: 22px; line-height: 150%; font-style: inherit; color: #993333;}

.sp {padding-left: 12px; text-align: left; left: 12px;}

