/* セミナーフォームページ用CSS */

body{
	text-align: center;
	}

.pankuzu {
	text-align: left;
	font-size: 10pt;
	height: auto;
	width: 600px;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}


/* ボックスで２列にする場合

.hyou{
width:600px;
}

.hyou1_l{
	background-color:#FFFFFF;
	width:410px;
	height:200px;
	font-weight:bold;
	text-align: left;
	line-height: 120%;
	padding: 5px 2px;
	float: left;
	border-top: solid #553F00;
	border-right: thin solid #553F00;
	border-bottom: solid #553F00;
	border-left: solid #553F00;
}

.hyou1_r{
    background-color:#FFFFFF;
    width:150px;
	height:200px;
	text-align: left;
	line-height: 120%;
    padding: 5px 2px 5px 2px;
	border: solid #553F00;
	border-left-width:thin;
	float: left;
	}
	
/* ボックスで２列ここまで */


/* ボックスで２列の下に１列の内容記入ボックス

.hyou2{
    width:580px;
	background-color:#DCD8B8;
	text-align: left;
	padding: 5px 0px 5px 5px;
	clear:both;
} */


/* ボックス１列のみ */

.hyou{
	background-color:#FFFFFF;
	width:600px;
	font-weight:normal;
	text-align: left;
	line-height: 120%;
	padding: 5px 10px 10px 5px;
	font-size: small;
	margin: 0px;
	border-top: 2px solid #808080;
	border-right: 2px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 2px solid #808080;
}

/* ボックスで1列の下に１列の内容記入ボックス */

.hyou2{
	width:600px;
	background-color: #EBEBEB;
	text-align: left;
	padding: 5px 10px 10px 5px;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}


/* 記の部分 */

.annaibun {
	width: 600px;
	padding: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	height: auto;
	line-height: 130%;
	font-size: medium;
	text-align: left;
	}


/* 見出し */

h1{ font-weight:bold;
 font-size:16px;
 line-height:18pt;
 color: #7f0000}
 
h2{ font-weight:bold;
 font-size:14px;
 line-height:16pt;
 margin-bottom: 10px;}
 
h3{
	font-weight:bold;
	color: #2A1F55;
	font-size:16px;
	line-height:18pt;
	margin: 0px;
	padding: 0px;
}
 
 
/* リンクのテキスト色設定 */

A:link {
	COLOR: blue
;}


A:visited {
	COLOR: blue
;}


A:active {
	COLOR: blue
;}



.f1 {
	FONT-SIZE: 10pt; LINE-HEIGHT: 15pt
;}



.red1 { font-weight: bold;
 color: #cc0000;
 font-size: 8pt;
 line-height: 10pt}
 
.red2 { font-weight: bold;
 color: #cc0000;
 font-size: 10pt;
 line-height: 13pt}
 
.kousi {
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
}

img { 
     margin: 0px,0px,10px,0px;
}
.motitarget {
	font-size: medium;
	line-height: 160%;
	font-weight: normal;
	border: thin solid #FFBF00;
	margin: 10px;
	padding: 10px;
	width: 520px;
	text-align: left;
}
