﻿@charset "UTF-8";

/*========== 基本 ==========*/
body {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	}

body,th,td,p,li,dt,dd {
	font-size: 12px;
	color: #000;
	line-height: 140%;
	}

a:link {
	color: midnightblue;
	text-decoration: none;
	}
a:visited {
	color: crimson;
	text-decoration: none;
	}
a:active {
	color: crimson;
	text-decoration: none;
	}
a:hover {
	color: #f60;
	text-decoration: underline;
	}

img {
	border: none;
}


/*========== 見出し ==========*/
h1.title {
	margin: 0em 0em 0em 0em;
	font-size: 24px;
	text-align: left;
}

h2.title {
	margin: 0.5em 1em 1em 1em;
	font-weight: bold;
	font-size: 130%;
	color: #003063;
	}


h3.title {
	margin: 0.5em 0em 0.5em 0em;
	font-weight: bold;
	font-size: 130%;
	color: #003063;
	}

h1.hidden{
	margin: 0em 0em 0em 0em;
	font-size: 0%;
	color:white;
}


h2.issue {
	margin: 0.5em 1em 1em 1em;
	font-weight: bold;
	font-size: 130%;
	color: #003063;
	}

h2.hidden{
	margin: 0em 0em 0em 0em;
	font-size: 0%;
}


/*========== 段落 ==========*/
p {
	margin: 0;
}

p.copyright {
	margin: 3px 45px 0 auto;
	font-size: 0.9em;
	text-align: right;
	}


/*========== レイアウト ==========*/
div.main {
	width: 720px;
	margin: auto;
	border-right: 1px solid Navy;
	border-left: 1px solid Navy;
	background-color: #fff;
	}

div.bg {
	width: 100%;
	background-color: #5e79a5;
	}

div.header {
	width:720px;
	height:200px;
	background-color: #003366;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid orange;
	}

div.header_title {
	margin-left:20px;
	margin-top:50px;
}

div.footer {
	margin-top: 5em;
	margin-bottom: 0.5em;
	border-top: 7px solid #002b71;
	}

div.contents {
	margin: 0em 2em 0em 2em;
}
	
div.article {
	margin: 0.5em 3em 0.5em 3em
	}

div.contents_image {
	float:right;
	padding: 0.5em 0em 1em 1em;
}

div.centering {
	margin: 0px 0px 0px 0px;
	text-align: center;	
}

/*========== リスト ==========*/
ul.no-mark {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul.no-mark li{
	margin: 0;
}

ul.circle li{
	margin: 0;
	list-style-type: circle;
	}

dl.article {
	margin: 0;
	}
dl.article dt {
	margin: 0;
	}
dl.article dd {
	margin: -1.4em 0 0 450px;
	}

/*========= 装飾 ============*/

hr.seminar {
	color:#ff9900;
	margin: 0em 1em 0em 1em;
}

/*オレンジの見出しドット*/
div.dot {
	margin: 0px 0px 0px 0px;
	font-size: 130%;
	font-weight: bold;
	color: #FF9900;
	display:inline;
}

/*日時、場所等の見出し*/
div.sub {
	margin: 0px 0px 0px 0px;
	font-size: 130%;
	font-weight: bold;
	color: black;
	display:inline;
}

/*内容のタイトル*/
div.contents_title {
	margin: 5px 5px 5px 5px;
}

h2.contents_title {
	font-size: 130%;
	font-weight: bold;
	color: black;
	display:inline;
}

/*内容のタイトル*/
div.contents_presenter {
	margin: 0px 0px 0px 0px;
}

h2.contents_presenter {
	font-size: 110%;
	font-weight: bold;
	color: black;
	display:inline;
}

/*セミナー内容等の見出し*/
div.program{
	margin: 0.5em 1em 1em 1em;
	font-weight: bold;
	font-size: 130%;
	color: #003063;
	}

/*リンク用*/
div.hidden {
	margin: 0em 0em 0em 0em;
	font-size: 1%;
	color:white;
}