/* ■■■■■　　ベースレイアウト　　■■■■■ */

*{
	margin:0px ;
	padding:0px ;
}

body {
	margin:					0px;
	padding:				0px;
	font-family: 			"ＭＳ ゴシック", "Osaka－等幅";
	color:					#666666;
	text-align:				center;
	background-repeat:		repeat-x;
	background-color: 		#3e8ec2;
}

#base {
	width:					960px;
	margin:					0px auto;
	padding:				0px 10px;
	text-align:				left;
	background-color: 		#FFFFFF;
	background-image: url(../images/bg_base.gif);
	background-repeat: repeat-y;
}

#header {
	height:					86px;
	clear: both;
	padding: 0;
	border-bottom: 7px solid #0e4e7f;
	background-color: #FFFFFF;
	width: 960px;
}

#contents {
	padding:				0px;
	background-image: url(../images/bg_contents.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 960px;
}

#footer {
	clear:					both;
	width:					960px;
	padding:				10px 0 0;
	font-size:				0.625em;
	color:#FFFFFF;
	line-height: 1.7em;
	margin: 0px auto;
}

hr {
	clear:					both;
	margin:					0px;
	padding:				0px;
	display:				none;
}

a:link {
	color:					#3366cc;
}
a:visited {
	color:					#3366cc;
}
a:hover {
	color:					#0099FF;
}

img{
	border:0;
	margin: 0;
}

/* ■■■■■　　ヘッダーレイアウト　　■■■■■ */

#logo {
	float:					left;
	width:					106px;
	padding: 20px 0 0 20px;
}

h1 {
	float:					right;
	width:					820px;
	text-align:				left;
	padding: 27px 0 0;
}

/* ■■■■■　　メニュー　　■■■■■ */

#menu {
	float:					left;
	width:					244px;
	padding: 13px 0 0 16px;
}

/* ■■■■■　　右カラム　　■■■■■ */

#content {
	float:					right;
	width:					625px;
	padding: 15px 30px 32px 0;
}

#content p{
	line-height:1.8em;
	font-size: 0.75em;
	margin-bottom: 1.8em;

}
 
#topic_path {
	padding:				0px;
	font-size:				0.625em;
	margin: 0 0 19px;
}

h2{
	padding: 0 0 7px;
	text-align: left;
	border-bottom: 2px solid #0e4e7f;
	margin: 0 0 19px 0;
}

/* ■■■■■　　フッターレイアウト　　■■■■■ */

#shadow_bottom{
	width:980;
	margin:0 auto;
	text-align: center;
}

#footer  a{
	color:#FFFFFF;
}

#idCopyright {
	padding:				0px;
	text-align:				center;
}

#idCorp {
	margin:					1em;
	text-align:				center;
}

.disclaimer{
	text-align:left;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
	margin: 0 10px 10px;
}

/* TextDecoration */
.red{
	color:#FF0000;
}

.blue{
	color:#0078ac;
}

/* ■■■■■　　カレンダー　　■■■■■ */

#calendar{
	background-color:#0E4F7F;
	text-align: center;
	padding: 0 12px 7px;
	background-image: url(../images/calendar_bg.gif);
	background-repeat: repeat-x;
}

#calendar table{
	border-collapse: collapse;
}

#calendar th.pre{
	text-align:left;
	background-color: #4092c7;
	vertical-align: bottom;
	padding: 8px;
	color: #FFFFFF;
	font-size: 0.625em;
	font-weight: normal;
}

#calendar th.month{
	text-align:center;
	width: 150px;
	background-color: #4092c7;
	vertical-align: middle;
	padding: 8px;
	color: #FFFFFF;
}

#calendar th.next{
	text-align:right;
	background-color: #4193C8;
	vertical-align: bottom;
	padding: 8px;
	color: #FFFFFF;
	font-size: 0.625em;
	font-weight: normal;
}

#calendar table td {
	padding: 8px;
	border: 1px solid #0078ac;
	text-align: center;
	width: 84px;
	font-size: 0.75em;
	color:#666666;
	font-weight: bold;
	background-color: #FFFFFF;
}

#calendar th a{
	color: #FFFFFF;
}

/* ■■■■■　　履歴　　■■■■■ */

#history{
	background-color:#DDE5EB;
	text-align: left;
	padding: 5px 20px 15px;
}

#history .month{
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_date.gif);
	background-repeat:no-repeat;
	padding:1px 0;
	color: #FFFFFF;
	font-size: 0.625em;
	text-align: center;
	width: 66px;
	height: 13px;
	font-weight: bold;
	margin: 10px 0 10px;
}

#history .list {
	margin: 0 0 5px 10px;
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 3px;
}

#history .date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
}

#history a{
	font-size: 0.75em;
	font-weight:bold;
}

#history_right{
	float:right;
	width:300px;
	text-align: right;
	font-size: 0.75em;
	margin: 10px 0 0;
}

#history_left{
	float:left;
	width:300px;
	text-align: left;
	font-size: 0.75em;
	margin: 10px 0 0;
}

#history_left img{
	vertical-align:middle;
	margin-right:5px;
}

#history_right img{
	vertical-align:middle;
	margin-left:5px;
}

/* ■■■■■　　セミナー詳細情報　　■■■■■ */

#seminar_details{
	background-image:url(../images/bg_seminorinfo.gif);
	background-repeat:repeat-x;
	padding:5px 0 3px 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.875em;
	margin-bottom: 20px;

}

h4{
	border:1px solid #0e4f7f;
	background-color:#0078ac;
	padding:2px 0 2px 4px;
	margin: 0 0 10px;
}

#content td {
	line-height:1.8em;
	font-size: 0.75em;
}

td#pic {
	vertical-align:top;
	padding-right: 10px;
}

td#pic img{
	border: 1px solid #CCCCCC;
}

#submit {
	text-align:center;
	margin-top:20px;
}

#backtop {
	text-align: right;
	font-size: 0.75em;
	margin: 20px 0 0;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
}

#backtop img {
	vertical-align:middle;
	margin-right:5px;
}
