@charset "shift_jis";

BODY,TD,DIV{/*全体の文字*/
font-size : 12px;
font-family : Verdana,"MS UI Gothic",Osaka,monospace,;
}
BODY {
  background-repeat: repeat-x              /* 背景は縦のみ繰り返す */
}

A{/*リンクしてある文字*/
color : blue;
}

A:HOVER{/*マウスが触れたとき*/
color : #cc00cc;
text-decoration : none;
}

h1 {
    color:#800000;
    background:16px;
    background-color:#cccc66;
    font-size:18px;
    line-height:180%;
    margin-left:auto;
    padding-left:10px;
    border-left-color:#ff6600;
    border-left-style:solid;
    border-left-width:5px;
    border-bottom-color:#ff6600;
    border-bottom-style:solid;
    border-bottom-width:2px;;#00cc66
}

h2 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    border-bottom: dotted 2px ff3333;
    margin-left: 10px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;: 
}

li {
    font-size:14px;
    line-height:200%
}

p {font-size:14px;line-height:120%}


.text_box {
    margin-right: 5px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.text_box h3 {
	line-height: 150%;
	background-color: #ffe4c4;
	border-bottom: 2px #aca899 solid;
	border-left: 1px #aca899 solid;
}

.text_box h3 .update {font-size: 12px;font-weight: normal;color: #006400;}

DT {
   color:#993333;
   font-size:14px;
   font-weight:bold;
   margin-left: 20px;
   margin-bottom: 5px;
   float:left;
   clear:left;
}

DD {
   font-size:14px;
   margin-left:8em;
   margin-bottom: 10px;
}

.line_box {
margin:10px;
padding:10px;
border-color:#993300;
border-style:solid;
border-width:1px 2px 2px 1px
}

.text_center {text-align:center}

.text_right {text-align:right}



/*------イメージセンタリング用コンテナ-----*/
.img_center { /*imgセンタリング用ボックス*/
	width: 600px;
	text-align:center;
	margin: 0px auto;
}
.img_box200 { /*幅200px用*/
	width: 200px;
	margin: 0px auto;
}
.img_box320 { /*幅320px用*/
	width: 320px;
	margin: 0px auto;
}
.img_box500 { /*幅500px用*/
	width: 500px;
	margin: 0px auto;
}


.img_right { /*画像を右寄せ*/
display:block
margin:10px 20px;
padding:10px;
float:right;
}

.box_clear { /*回り込みの解除用*/
float:none;
clear:both
}

table.tb2 {
   font-size:14px;
   margin:20px;
   border-collapse:collapse;
   border-spacing:0px
}

table.tb2 th,table.tb2 td {
   padding:10px;
   border:solid #aca899 1px;
}
table.tb2 th {background-color:#eceaa8;}

table.tb2 td {vertical-align:top; font-size: 14px;}


/*PDFリンク用（PDFアイコン表示）*/
a.pdf {
   background-image: url("img/PDF.gif");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 30px;
   margin-right: 3px;
}

/*Wordリンク用（Wordアイコン表示）*/
a.word {
   background-image: url("img/Word.gif");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 30px;
   margin-right: 3px;
}

/*Excelリンク用（Excelアイコン表示）*/
a.excel {
   background-image: url("img/Excel.gif");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 30px;
   margin-right: 3px;
}

/*PDFサイズ表記用（PDFアイコン表示）*/
.pdf_txt {
   color:#696969;
   background:url('img/PDF.gif') no-repeat;
   font-size:12px;
   padding-left:30px;
}
.pdfimg {display: inline;height: 12px; width: 26px}

.s_text {color:#696969;font-size:12px};


/*企業セミナー参加企業リスト用*/


.box{width:280px;float:left}

.box_clear {float:none;clear:both;height: 20px;}

.END {color: red;}

/*HPリンク用（アイコン表示）*/
a.HP {
   background-image: url("img/HP.gif");
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 33px;
   margin-left: 10px;
   font-size: 12px;color: #696969;
   text-decoration: none; 
}

.new {
color:#fff;
background-color: red;
font-size: 12px;
width: 4em;
text-align: center;
line-height: 1;
}

