/*堺工業技術研究会　サイトデザイン基本スタイルシート*/

/*

ページ幅：640px;
背景：#f5f5f5;

*/

*
{
	font-size:12px;
	line-height:1.4;
	margin:0;
	padding:0;
	border:0;
}

/*--------------------ヘッダ--------------------*/

.header
{
	width:640px;
	vertical-align:top;
	border-bottom:10px solid #000099;
}
.header_img{width:640px;}
#logo
{
	float:left;
	width:281px;
	padding:10px;	
}
#header_menu
{
	float:right;
	padding:10px;
	margin-top:12px;
}
.clear{clear:both;}

/*--------------------body--------------------*/

body
{
	height:100%;
}
.box
{
	width:100%;
	height:100%;
	text-align:center;
}
.box2
{
	text-align:left;
	margin:auto;
	width:640px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
.menu{width:640px;}
.menu_in{width:640px;}

/*--------------------トップページ--------------------*/

.main{width:640px;}
.main_in{padding:20px;}
.toplink
{
	text-align:right;
	margin-bottom:20px;
	margin-right:20px;
}
.footmenu
{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	border-top:1px dotted #666666;
}

/*--------------------ページタイトル部分設定--------------------*/

.pagetitle
{
	width:600px;
	color:#ffffff;
	background:#000066;
}
.pagetitle_in
{
	font-size:16px;
	font-weight:bold;
	padding:10px;
	background:url(http://www.busybee.ne.jp/bbdemo/mt/kougiken/img/title_bg.gif);
}
.member_detail_title
{
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #333333;
}
.member_detail_title2
{
	width:400px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #333333;
}

/*--------------------エントリー部分設定--------------------*/

.entry-body
{
	padding-top:20px;
	padding-bottom:20px;
}
.entry-header
{
	font-size:14px;
	margin-bottom:20px;
	padding:10px;
	border-left:10px solid #0000cc;
	border-bottom:1px solid #0000cc;
}
.entry-content
{
	padding-left:10px;
	padding-right:10px;
}
.updatetime
{
	text-align:right;
}
.sitemap_body
{
	width:580px;
}
.sitemap_title
{
	width:580px;
	border:1px solid #cccccc;
}
.sitemap_title_in
{
	padding:10px;
}
.sitemap_text
{
	padding:10px;
}
.enterprise_title
{
	font-size:16px;
	font-weight:bold;
	border-top:3px double #cccccc;
	border-bottom:3px double #cccccc;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
}
.enterprise_report_title
{
	font-weight:bold;
	margin-bottom:10px;
	padding-left:10px;
	border-left:5px solid #ffcc00;
}
.enterprise_outline_title
{
	font-weight:bold;
	margin-bottom:20px;
	margin-top:10px;
	padding:10px;
	border-left:5px solid #ffcc00;
}

/*--------------------テーブル--------------------*/

.table_member
{
	width:580px;
	margin-bottom:20px;
	border-top:1px solid #666666;
	border-left:10px solid #666666;
}
.table_member th
{
	width:150px;
	font-weight:normal;
	text-align:left;
	background:#cccccc;
	padding:5px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}
.table_member td
{
	width:430px;
	text-align:left;
	padding:5px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}
.table_member_detail
{
	width:580px;
}
.table_member_detail th
{
	width:100px;
	text-align:left;
	vertical-align:top;
	padding:5px;
	color:#ff6600;
}
.table_member_detail td
{
	width:480px;
	text-align:left;
	padding:5px;
}
.table_member_detail2
{
	width:580px;
}
.table_member_detail2 th
{
	width:100px;
	text-align:left;
	padding:5px;
	color:#ff6600;
}
.table_member_detail2 td
{
	text-align:left;
	padding:5px;
}

table.member_detail_in
{
	width:560px;
}

table.member_detail_in th
{
	width:100px;
	text-align:left;
	font-weight:normal;
	color:#000000;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
}
table.member_detail_in td
{
	width:460px;
	text-align:left;
	padding:5px;
}
table.enterprise
{
	width:580px;
}
table.enterprise th
{
	width:100px;
	text-align:left;
	color:#ff6600;
}
table.enterprise td
{
	text-align:left;
	padding:10px;
}
table.enterprise_onback
{
	background:#eeeeee;
	width:580px;
}
table.enterprise_onback th
{
	width:100px;
	text-align:left;
	color:#ff6600;
}
table.enterprise_onback td
{
	text-align:left;
	padding:10px;
}
table.information_base
{
	margin-left:20px;
	width:560px;
}
table.information_base th
{
	width:150px;
	text-align:left;
	padding-left:10px;
	border-left:5px solid #000066;
}
table.information_base td
{
	padding:10px;
	vertical-align:top;
}

/*--------------------リスト--------------------*/

ul.sitemap li
{
	margin-left:20px;
}
ol.enterprise li
{
	margin-left:20px;
}
.enterprise_outline_listtitle
{
	margin-top:10px;
	margin-bottom:10px;
}

/*--------------------フッタ--------------------*/

.footer
{
	width:640px;
	background:#efefef;
}
.footer_in
{
	text-align:left;
	color:#333333;
	padding:10px;
	border-top:10px solid #000099;
}