/* ==================================================================================
	
	Copyright (C) 2007 Alpha Standard Institute All rights reserved
	Author: Taiseiprinting
	Created: 2007-04-19
	Modified: -
	
================================================================================== */
/* 共通設定 ----------------------------------------------------------------- */
body {
	margin:10px 0px 0px 0px;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:0.8em;
}
#all {
	width:770px;
	background:#FFFFFF;
	margin:0px auto;
	border-top:5px #000000 solid;
	text-align:left;
}
#main-body {
	border:1px #000000 solid;
	border-top:none;
}
#main {
	width:768px;
	margin-top:20px;
}
table,div,h1,h2,h3,h4,p,ul,ol,li,img {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
a {
	color:#000099;
	text-decoration:none;
	}
a:hover {
	color:#666666;
	text-decoration:underline;
	}
h2,h3 {
	font-size:1em;
}
/* =====================その他の設定===================== */
.inpact {
	color:#CC0000 !important;
	font-size:1.2em !important;
	padding:10px 0px !important;
}
.inpact-a-link {
	color:#990000 !important;
}
.inpact-s {
	font-size:0.9em !important;
	color:#CC0000 !important;
}
.font-s {
	font-size:0.9em;
}
.box {
	border:1px solid #999999;
	margin:15px 0px;
	padding:15px;
}
.link {
	background : url(../images/icon_1.jpg) no-repeat 0px 0.4em;
	padding-left:15px !important;
	padding-right:10px !important;
	margin-left:5px !important;
	}
/* =====================セミナーの独自設定===================== */
/* ヘッダーの設定 ----------------------------------------------------------------- */
#head-name img {
	margin:10px 15px 7px 15px;
}

/* グローバルナビとフッターナビの上下線のまとめた設定 ---------------------------------------------------------- */
#global,#f_navi {
	border-bottom:1px #000000 solid;
	border-top:1px #000000 solid;
}
/* グローバルナビの設定 ----------------------------------------------------------------- */
#global a {
	text-decoration:none;
	color:#000000;
}
#global a:hover {
	color:#bb0000;
}
#global {
	margin-bottom:10px;
	background : url(../images/navi_gra.jpg) repeat-x right bottom;
}
#global td {
	background : url(../images/navi_dashe.jpg) no-repeat right center; 
}
#global #img_none {
	background-image:none;
}
/* フッターの設定 ----------------------------------------------------------------- */
#f_navi p a {
	text-decoration:none;
	color:#0000FF;
}
#f_navi p a:hover {
	color:#333333;
	text-decoration:underline;
}
#f_navi {
	padding:5px 0px;
	margin-top:25px;
	text-align:center;
}
#copy {
	padding-top:5px;
	text-align:center;
}
/* コンテンツにまたがる設定をまとめて指示 -------------------------------------------- */
.border-dashed {
	background : #ffffff url(../images/dot_line.gif) repeat-x left bottom;
}
.imgmid {
	vertical-align:middle;
	margin:0px 5px;
}
/* =====================テーブル設定===================== */
.table {
	margin-top:10px;
}
.table,
.table td,
.table tr,
.table th {
	border-collapse:collapse;
	border:1px solid #cccccc;
	}
.table th {
	color:#ffffff;
	background-color:#444444;
	}
.table-style-none,
.table-style-none td,
.table-style-none tr,
.table-style-none th {
	padding:inherit !important;
	margin:0px !important;
	border:none !important;
}
.table-style-none th {
	background-color:#ffffff !important;
	color:#000000 !important;
}