@charset "EUC-JP";
@import "plus.css";
@import "layout.css";

/* http://jigsaw.w3.org/css-validator/validator-text.html */

/* font-size,line-height */

body{		font-size	:95%;}
*>body{		font-size	:100%;}
dt,dd,p,li{	line-height	:160%;}

/* heading */

h1,h2,h3,h4,h5,h6{
	clear			:both;}

/* hyper-link activities (normal) */

a:link		{color				:#33d;}
a:visited	{color				:#515;}
a:hover		{text-decoration	:none;}
a img		{border				:none;}

/* 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;}

/* abbr,acronym */

abbr,acronym{
	color			:inherit;
	font-style		:normal;
	border-color	:#333;
	border-style	:dotted;
	border-width	:0 0 1px;
	cursor			:help;}

/* kbd */

kbd{
	margin			:0 0.1em;
	padding			:0 2px;
	border-style	:solid;
	border-width	:1px;
	display			:inline;}

/* ruby*/

ruby{	line-height	:100%;}
rt,rp{	font-size	:70%;
		font-weight	:normal;
		color		:#333;}

/* Download Icon (disable: Win IE,Opera) */

a[href$=".pdf"]:before		{content:url(_cssimg/_common/pdf.gif);}
a[href$=".ppt"]:before		{content:url(_cssimg/_common/ppt.gif);}
a[href$=".doc"]:before		{content:url(_cssimg/_common/word.gif);}
a[href$=".xls"]:before		{content:url(_cssimg/_common/excel.gif);}
a.noicon[href$=".pdf"]:before	{content:"";}
a.noicon[href$=".ppt"]:before	{content:"";}
a.noicon[href$=".doc"]:before	{content:"";}
a.noicon[href$=".xls"]:before	{content:"";}
