@charset "utf-8";
/* 全ページ共通の基本スタイル */

@import "general/reset.css";
@import "general/clearfix.css";
@import "general/unifyfontsize.css";
@import "include/outer_frame.css";
@import "include/inner_frame.css";
@import "include/columns.css";




/*

NSD RED : #df1514

*/

*
{
	font-family: 'Hiragino Kaku Gothic Pro',"ヒラギノ角ゴ Pro W3", 'メイリオ',Meiryo, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", Helvetica,  Osaka, Arial, sans-serif;
	color:#606060;
	line-height:170%;
	font-size:93%;
}

body
{
	/* IE6でもa以外の要素で疑似クラスが使えるように */
	behavior: url("design_tmpl/css/general/csshover.htc");
}

a,
a span
{
	color:#202020;
}

a:hover,
a:hover span
{
	color:#df1514;
}

a:active,
a:active span
{
	color:#dcdcdc;
}

.small
{
	font-size:77%;
}

hr
{
	border: 1px solid #eeeeee;
	border-width: 1px 0 0 0;
	margin:0;
}
hr.thic
{
	border: 1px solid #c9c9c9;
}

div.floatRight
{
	float:right;
}
div.floatLeft
{
	float:Left;
}

/*  TABLE  */

table
{
	width:100%;
}
th
{
	text-align:left;
	font-weight:normal;
}
tr
{
	height:30px;
}

