@charset "Shift_JIS";
@import "main.css";

/* Base */

.nd{	display				:none;}
.hd{	visibility				:hidden;}
.hl{	position				:absolute;
	left					:-9000px;}
.div{	clear				:both;}
.nc{	clear				:none;}
hr.div,br.div{
	clear				:both;
	visibility				:hidden;
	margin				:0;
	padding				:0;}

/* 強調（em, strong）の設定 */

em,strong	{color			:#a20;	font-style	:normal;}
em			{font-weight		:normal;}
strong		{font-weight		:bold;}
strong.seo	{color			:#000;	font-weight	:normal;}
strong.attn	{color			:#000;	font-weight	:bold;}
strong strong	{border-bottom	:3px #a20 double;}
