﻿mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;

/*Main CSS Ver.2.1 */
document.write('<STYLE TYPE="text/css"><!--');
if(mac){
  //Mac IE NC
  document.write('.t12{font-Size:12px; line-height:20px}');
  document.write('.t12l26{font-Size:12px; line-height:26px}');
  document.write('.t18{font-Size:18px; line-height:25px}');
  }else{
  if(document.all){
    //WIN IE
    document.write('.t12{font-Size:12px; line-height:20px}');
	  document.write('.t12l26{font-Size:12px; line-height:26px}');
		document.write('.t18{font-Size:18px; line-height:25px}');
	}else{
    //WIN NC
    document.write('.t12{font-Size:12px; line-height:20px}');
	  document.write('.t12l26{font-Size:12px; line-height:26px}');
		document.write('.t18{font-Size:18px; line-height:25px}');
		}
}
document.write('#triangle_club_wrapper{background-color: #f5f5f5;}');
document.write('body#sapporo-special-contents div#sapporo-topicpath-area div.topicpath p {font-size: 11px!important;_font-size: 94%;}');
document.write('body#sapporo-special-contents div#sapporo-topicpath-area div.topicpath p a {font-size: 11px!important;_font-size: 100%;}');
document.write('#sapporo-topicpath-area {min-width: 768px;}');

document.write('#sapporo-topicpath-area.topicpathA{background: none;}');

document.write('#sapporo-topicpath-area.topicpathB{background: none;}');

document.write('#sapporo-topicpath-area.topicpathC{background: none;}');

document.write('body div#sapporo-special-contents-area div#sapporo-topicpath-area .topicpath {width: 768px;}');

document.write('--></style>');


