/*■日本ドリルねじ協議会　ミニホームページ用スタイルシート*/

*
{
	border:0px;
	font-size:12px;
	line-height:20px;
}
/*--------------------body--------------------*/

body
{
	padding-top:10px;
}


/*--------------------ヘッダー--------------------*/

table.header
{
	width:700px;
}

/*--------------------メイン--------------------*/

table.base
{
	width:700px;
}

.base td
{
	padding:10px;
}

.base_left
{
	width:160px;
	background:url(img/index/index_illu.gif);
}

/*--------------------カスタムテーブル--------------------*/

table.member{width:520px;}

.member th
{
	width:170px;
	height:30px;
	padding:0px;
	text-align:left;
	font-size:12px;
}

#member_right
{
	width:130px;
}

.member td
{
	width:90px;
	padding:0px;
}

#space{width:20px;}

table.seikaiin
{
	width:680px;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}

.seikaiin th
{
	height:30px;
	padding:5px;
	color:#ffffff;
	background:#FF9900;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.seikaiin td
{
	padding:5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

table.report
{
	width:680px;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}

.report th
{
	height:30px;
	padding:5px;
	color:#ffffff;
	background:#66cc00;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.report td
{
	padding:5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#report_left{width:200px;}
#report_center{width:120px;}
#report_right{width:360px;}

/*--------------------タイトル用--------------------*/

.title
{
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	padding:10px;
	border-left:10px solid #000066;
	border-right:1px solid #000066;
	border-top:1px solid #000066;
	border-bottom:1px solid #000066;
	background:#666699;
}

.title_member
{
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	padding:10px;
	border-left:10px solid #663300;
	border-right:1px solid #663300;
	border-top:1px solid #663300;
	border-bottom:1px solid #663300;
	background:#ff9900;
}

.title_report
{
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	padding:10px;
	border-left:10px solid #339900;
	border-right:1px solid #339900;
	border-top:1px solid #339900;
	border-bottom:1px solid #339900;
	background:#66cc00;
}

.title_s
{
	font-size:14px;
	font-weight:bold;
	padding:5px;
	border-top:3px double #000000;
	border-bottom:3px double #000000;
}



/*--------------------フッター--------------------*/

table.footer
{
	width:700px;
}

.footer th
{
	height:30px;
	border-bottom:1px solid #cccccc;
}

.footer td
{
	padding:10px;
	text-align:right;
}