/* IE3,NN4対策 */
@import url(./basic.css);

/*----- a:汎用 -----*/
a:link   	{text-decoration:none;color: #4169ef;}
a:visited	{text-decoration:none;color: #735acd;}
a:active 	{text-decoration:none;color: #ff0000;}
a:hover		{text-decoration:underline;color:#ff6333; position: relative; top: 1px; left: 1px;}
a,a[name]:hover	{text-decoration:none;color:inherit;background-color: inherit;position: static;}
/*----- a:限定 -----*/
a.abot		{display: none;}
a.whats_new_date {font-weight: bold;}
a.bold {font-weight: bold;}
/*----- hr -----*/
hr			{border-top: 0px none;border-bottom: 1px solid #6699ff;border-left: 0px none;border-right: 0px none}
/*----- h:汎用 -----*/
h1			{font: bold 200% 'Times New Roman';}
h1.title	{text-align: center;margin-top: 0.5em;margin-bottom: 0.5em;}
h2			{font-size: 120%;font-weight: bold;padding-left: 10px;border-top: 0px none;
			 border-left: 5px solid #808080;border-bottom: 1px solid;border-right: 0px none;}
h3			{font-size: 120%;font-weight: bold;padding-left: 10px;border-top: 0px none;
			 border-left: 3px solid #808080;border-bottom: 1px solid;border-right: 0px none;}
h4			{font-size: 100%;border-top: 0px none;
			 border-left: 0px solid #808080;border-bottom: 1px solid;border-right: 0px none;}
/*----- list:限定 -----*/
li.nomarker	{list-style-type: none;}
li.whats_new	{list-style-type: none;}
li.whats_new_data	{}
li.strong	{font-weight: bold;}
/*----- table -----*/
table		{font-size : 100%;line-height: 150%;
			 border: 1px solid #c0c0c0;background-color: #ffffff;
			 padding: 0px;margin-bottom: 1em;}
td,th		{border: 1px solid gray;padding: 0.5em;}
table.k_sign	{width:100%}
/*----- 他:汎用 -----*/
acronym,abbr{border-bottom: #00cc00 1px dashed; cursor: help}
/*----- 他:限定 -----*/
b.midnightblue{color:#191970}
span.logo	{font-family: 'Times New Roman';font-style:italic;font-weight: bold;}
span.new	{color:#ff0000;}
span.mark	{color:#0000ff;font-size: 90%}
img.rss		{position:relative;top:3px;}
em.attention{color:#ff0000;font-weight: bold;font-style:normal}
em.attention2{color:#ff0000;font-style:normal}
