@charset "utf-8";

/*****************************************/
/*** HTMLデフォルトのスタイルをリセット ***/
/*****************************************/

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

html {
	height: 100%;
}

body {
	background-color: #fff;
}

a {
	cursor: pointer;
	text-decoration: none;
}

/* Border
---------------------------------------------------------*/

img, a img, fieldset, abbr {
	border: 0 none;
}

hr {
	clear: both;
	display: none;
	border: none;
}

/* Text
---------------------------------------------------------*/

sup {
	font-size: 70%;
}

sub {
	font-size: 70%;
	vertical-align: baseline;
}

strong, b, em {
	font-weight: bold;
}

/* List
---------------------------------------------------------*/

ul, ol {
	list-style-type: none;
}

/* Form
---------------------------------------------------------*/

legend {
	visibility: hidden;
}

/* Header
---------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	
}

/* Table
---------------------------------------------------------*/

table {
	border-collapse: collapse;
}

caption {
	text-align: left;
}


/*****************************************/
/*** 初期設定 ***/
/*****************************************/

/* ページ全体の背景と背景色
---------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family:"メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align: center;
	color:#444444;
}

div#body {
	text-align: center;
}

/* デザインエリアの幅と位置
---------------------------------------------------------*/

div#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* ヘッダ領域の幅と位置
---------------------------------------------------------*/

div#header {
	margin:20px 0;
}
div#header h1, div#header h2 {
	margin-bottom:20px;
}

/* フッター領域の幅と位置
---------------------------------------------------------*/

div#footer {
	margin:20px 0;
	padding-top:20px;
	border-top:#990066 1px solid;
}
div#footer p {
	text-align:center;
}


/* メイン領域の幅と位置
---------------------------------------------------------*/

div#container {
}

/* メニューの位置（上・右・左）と背景
---------------------------------------------------------*/

div#contents {
	margin:15px;
}

/* ベースフォントサイズ
---------------------------------------------------------*/

body, input, textarea, select, option, table, th, td, p, div, small, big {
	font-size: 12px;
}

/* 行間
---------------------------------------------------------*/

div#contents p, div#contents div {
	color:#444444;
	line-height:1.6;
	margin-bottom:15px;
}


/* アンカーテキスト
---------------------------------------------------------*/

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:active {
	color: blue;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

/* コンテンツ
---------------------------------------------------------*/

div#contents p.medium {	
	font-size:120%;
}

div#contents h3 {
	color:#0B9C40;
	font-weight:bold;
	font-size:120%;
	padding-top:15px;
	margin-bottom:15px;
}

div#contents h4 {
	font-size:100%;
	font-weight:bold;
	margin-bottom:5px;
	color:#333333;
}

div#contents table {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:15px;
}

div#contents table th {
    padding: 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #FEE4ED;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	color: #990066;
	font-size: 120%;
}

div#contents table td {
    padding: 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}
div#contents table td.form a {
	font-size: 120%;
	 font-weight: bold;
	}

div#contents dl{
	}
div#contents dt{
	width:11em; /* dtの文字量に合わせて調整。ddのmargin-leftと同じにする */
	float:left;
	clear:both;
	margin-bottom:10px;
	}
div#contents dd{
	margin-left:11em; /* dtの文字量に合わせて調整。dtのwidthと同じにする */
	margin-bottom:10px;
	}

* html div#contents dd{
	height:1px; /* IE6 横位置のずれを回避 */
	}




/*****************************************/
/*** 基本汎用クラス ***/
/*****************************************/

/* Display
---------------------------------------------------------*/

.hidden {
	visibility: hidden;
	display: none;
}

/* Float
---------------------------------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.center { margin: auto; }

/* Text
---------------------------------------------------------*/

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	margin: auto;
	padding: auto;
	text-align: center;
}

.small {
	font-size: 75%;
}

.smaller {
	font-size: 60%;
}

.large {
	font-size: 140%;
}

.larger {
	font-size: 200%;
}

.largest {
	font-size: 240%;
}

.strong {
	color: #900;
	font-weight: bold;
}.endSeminar {
	font-size: 14px;
	color: #999;
	font-weight: bold;
}
