﻿@charset "UTF-8";

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

body{
	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 {
	text-align: left;
	font-size:40pt;
	color:white;
	font-family:HGP創英角ｺﾞｼｯｸUB,ヒラギノ角ゴ StdN W8,sans-serif;
	font-weight:normal
}

h2.title {
	font-size:18pt;
	font-family:HGP創英角ｺﾞｼｯｸUB,ヒラギノ角ゴ StdN W8,sans-serif;
	font-weight:normal;
	color:white;
	}


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: #003366;
	}

h2.hidden{
	margin: 0em 0em 0em 0em;
	font-size: 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.footer {
	margin-top: 5em;
	margin-bottom: 0.5em;
	border-top: 7px solid #002b71;
	}

div.contents {
	margin: 1em 2em 1em 2em;
}
	
div.article {
	margin: 2em 3em 0.5em 3em;
	}
	
div.bordered_article {
	border: 1px solid #002b71;
	margin: 1em 2em 1em 2em;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 90%;
	}

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

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

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

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

ul.contents {
	font-weight:normal;
	text-align:left;
	font-size:110%;
	color:black;
	font-family:sans-serif;
	padding:0;
	margin: 1em 1em 1em 1em;
	list-style-type: none;
}

li.contents{
	margin: 0;
	padding: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;
}

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

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

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

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

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


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

h2.presenter {
	margin: 0.5em 0.5em 0.5em 0.5em;
	font-size: 120%;
	font-weight: bold;
	color: black;
}

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

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