@charset "Shift_JIS";

/*============================================
全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
/*	line-height:1.5;	*//*全要素の行の高さを1.5倍にする*/
	color:#333333;		/*文字色*/

} 
body {
	background-color:#ececec;	/*ページ全体の背景色*/
	text-align:center;		/*IE6以下でセンタリングするための対策*/
}

#zoroHeader{
	height: 125px; 
	width:500px;

	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;

/*	text-align: left; 	*/
/*テキストの配置を左揃えにする*/
	background-color:#007540;
}	
#zoroBody {
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;/*テキストの配置を左揃えにする*/
	background-color: #ffffff;/*内容全体の背景色*/
/*	overflow: hidden */
}


div#pagebody {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;/*テキストの配置を左揃えにする*/
	background-color: #ffffff;/*内容全体の背景色*/
}


/******** pagebody2 **************/
div#pagebody2 {
	width: 801px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;/*テキストの配置を左揃えにする*/
	background-color: #ffffff;/*内容全体の背景色*/
}
div#header2 {
	width: 801px;
	background-color:#007540;
	/*:#1c6c52;:#347852;:#1C4319:#007540;#00522e; rgb(0,82,46)(30,140,90); (32, 128, 64);*/
}





/*============================================
ヘッダ
============================================*/

div#header {

	width: 800px;
/*    height: 80px; */
	background-color:#007540;
	/*:#1c6c52;:#347852;:#1C4319:#007540;#00522e; rgb(0,82,46)(30,140,90); (32, 128, 64);*/
/*
	background-image : url(images/headerBg.png);
	background-position: top left;
	background-repeat: repeat-x;
*/
}

div#header,div#header_container,div#header_left,
div#header_center,div#header_right{
	height: 125px;
}

div#header_container{
	width: 650px;
	float: left;
} 
div#header_left{
	float: left;
	width: 100px;
	text-align: center;
	color: white;
}
div#header_center{
	width: 550px;
	float: right;
	text-align: center;
}
p#header-ja{
	padding-top: 16px;
	text-align: center;
	font-size: 20pt;
	font-family: "AR P丸ゴシック体E";
	color: white;
	line-height: 56px;
}
p#header-en{
	/*padding-top: 16px;*/
	text-align: center;
	font-size: 18pt;
	font-family: "Franklin Gothic Medium Cond";
	color: white;
	font-size: 18pt;
}
div#header_right{
	width: 150px;
	float: right;
	font-family: "ＭＳ ゴシック";
	text-align: center;
	color: white;
	line-height: 20px;
	vertical-align: middle;
}
.clear {
	clear:both; 
}  
.clear hr {
	display:none; 
}  
p.white{
	color: white;
}
p.fontColorBlk{
	color: black;
}
.fontColorRed{
	color: red;
}

.txtAlignCt{
	text-align: center;
}
.txtAlignL{
	text-align: left;
}

.txtAlignR{
	text-align: right;
}



.lineHt20{
	line-height:20%;
}
.lineHt30{
	line-height:30%;
}
.lineHt50{
	line-height:50%;
}
.lineHt100{
	line-height:100%;
}
.lineHt110{
	line-height:110%;
}

.lineHt120{
	line-height:120%;
}
.lineHt150{
	line-height:150%;
}

.lineHt200{
	line-height:200%;
}







p.lineHg{
	line-height: 150%;
	color:white;
}
p.lineHgt170{
	line-height:170%;
}


p.fontColorW{
	color:white;
}

.fontSz10CrRed{
	color: red;
	font-size: 10pt;
}

.fontSz11CrRed{
	color: red;
	font-size: 11pt;
}


.fontSz12CrRed{
	color: red;
	font-size: 12pt;
}
.fontSz12CrBlk{
	color: black;
	font-size: 12pt;
}


.fontSz14CrRed{
	color: red;
	font-size: 14pt;
}
.fontSz16CrRed{
	color: red;
	font-size: 16pt;
}

.fontNrm{
	font-weight: normal;
}

.fontBld{
	font-weight: bold;
}
.fontMsGp{
	font-family: "ＭＳ Ｐゴシック";
}

.fontMsG{
	font-family: "ＭＳ ゴシック";
}

.ulNone{
	list-style-type: none;
}


.fontSz9{
	font-size: 9pt;
}
.fontSz10{
	font-size: 10pt;
}
.fontSz12{
	font-size: 12pt;
}
.fontSz14{
	font-size: 14pt;
}
.fontSz16{
	font-size: 16pt;
}
.fontSz20{
	font-size: 20pt;
}

.fontTypMsg{
	font-family: "ＭＳ ゴシック";
}


.linePt1{
	line-height:98%;
}

.paddBotm10{
	padding-bottom:10px;
}

.mrgL15{
	margin-left:15px;
}

.pdJoge2{
	padding:2px 0px;
}
.pdJoge3{
	padding:3px 0px;
}
.pdJoge5{
	padding:5px 0px;
}


.ht20{
	height:10px;
}




/* ナビゲーション */
dev#menu{
    position: absolute;
    left: 0px;
    width: 800px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #631D09;
}
/*
.hpb-layoutset-01 #menu
{
    top: 287px;
}

.hpb-layoutset-02 #menu
{
    top: 0px;
}
*/
/* 背景設定 */
/* コンテンツ配置領域 */
/* ナビゲーション */
#menu ul{
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
#menu ul:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#menu li{
    display: inline;
    float: left;
    width: 100px;
}
#menu li a{
    display: block;
    width: 100px;
    height: 31px;
    overflow: hidden;
    text-align: center;
}
#menu li span.ja{
    padding-top: 6px;
    display: block;
    font-family: HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;

/*    color: #E0E000;*/
    color: #B38200;
/*    color: #ccdd55;*/
    font-size: 15px;
    line-height: 16px;
}
#menu li span.ja1{
    padding-top: 6px;
    display: block;
    font-family: HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
    color: #B38200;
    font-size: 12px;
    line-height: 16px;
}
#menu li span.ja2{
    padding-top: 6px;
    display: block;
    font-family: HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
    color: #B38200;
    font-size: 14px;
    line-height: 16px;
}

#menu a:link{
    text-decoration: none;
    background-image : url(images/navBg.png);
    background-position: top right;
    background-repeat: repeat-x;
}
#menu a:visited{
    text-decoration: none;
    background-image : url(images/navBg.png);
    background-position: top right;
    background-repeat: repeat-x;
}
#menu a:hover{
    text-decoration: none;
    background-image : url(images/navBg_on.png);
    background-position: top right;
    background-repeat: repeat-x;
}
#menu a:active{
    text-decoration: none;
    background-image : url(images/navBg_on.png);
    background-position: top right;
    background-repeat: repeat-x;
}








/************ menu2 **********/
dev#menu2{
    position: absolute;
    left: 0px;
    width: 800px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #631D09;
}
#menu2 ul{
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
#menu2 ul:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#menu2 li{
    display: inline;
    float: left;
    width: 89px;
}
#menu2 li a{
    display: block;
    width: 89px;
    height: 31px;
    overflow: hidden;
    text-align: center;
}
#menu2 li span.ja{
    padding-top: 6px;
    display: block;
    font-family: HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;

/*    color: #E0E000;*/
    color: #ccdd55;
/*    color: #B38200;*/
/*    color: #ccdd55;*/
    font-size: 15px;
    line-height: 16px;
}
#menu2 li span.ja1{
    padding-top: 6px;
    display: block;
    font-family: HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
    color: #ccdd55;
    font-size: 12px;
    line-height: 16px;
}
#menu2 li span.ja2{
    padding-top: 6px;
    display: block;
    font-family: HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
    color: #ccdd55;
    font-size: 13px;
    line-height: 16px;
}

#menu2 a:link{
    text-decoration: none;
    background-image : url(images/navBg.png);
    background-position: top right;
    background-repeat: repeat-x;
}
#menu2 a:visited{
    text-decoration: none;
    background-image : url(images/navBg.png);
    background-position: top right;
    background-repeat: repeat-x;
}
#menu2 a:hover{
    text-decoration: none;
    background-image : url(images/navBg_on.png);
    background-position: top right;
    background-repeat: repeat-x;
    /** background-repeat: no-repeat; **/
}
#menu2 a:active{
    text-decoration: none;
    background-image : url(images/navBg_on.png);
    background-position: top right;
     background-repeat: repeat-x; 
    /** background-repeat: no-repeat; **/
}











p#title{
	font-size: 16pt;
	font-family: "ＭＳ Ｐゴシック";
	margin-bottom: 0px;
}
div#oshirase{
	font-size: 12pt;
	font-family: "ＭＳ Ｐゴシック";
	line-height: 140%;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}
div#oshirase a:link { color: #1122cc; }
div#oshirase a:visited { color: #000080; }
div#oshirase a:hover { color: #ff0000; }
div#oshiraset a:active { color: #ff8000; }





div#news
{
    	width: 800px;
    	padding-top: 10px;
    	float: left;
   	 background-color: #ffffff;
	font-size: 12pt;
	line-height: 130%;
}
dl.list{
	font-size: 10pt;
	line-height: 115%;
}

dl.list dt {
	clear: left;
	float: left;
	width: 80px;
	padding-left: 15px;
	color: #000000;
}

dl.list dd {
	margin-left: 0px;
}

dl.list a:link { color: #1122cc; }
dl.list a:visited { color: #000080; }
dl.list a:hover { color: #ff0000; }
dl.list a:active { color: #ff8000; }

table#table-01 {
    width: 600px;
    border: 1px #000000 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #000 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table#table-01 td {
    padding: 5px;
    border: 1px #a3a3a3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

a.link{
	font-size: 10pt;
}

/*---- 大会 --- */

div#taikaiWrap{
	width:800px;
	 text-align:left;
	 margin:0; /*auto;*/  
}

div#taikaiKekka{
	width: 400px;
	float: right;
	font-size: 10pt;
	text-align:center;
	line-height: 1.3;
}
div#taikaiKekka a:link { color: #1122cc; }
div#taikaiKekka a:visited { color: #000080; }
div#taikaiKekka a:hover { color: #ff0000; }
div#taikaiKekka a:active { color: #ff8000; }


dl#taikaiList dt {
	line-height: 1.1;
	text-align:left;
	font-size: 10pt;
	clear: left;
	float: left;
	width: 210px;
	padding-left: 5px;
	color: #000000;
}
dl#taikaiList dd {
	line-height: 1.1;
	text-align:left;
	font-size: 10pt;
	margin-left: 0px;
}

/*
div#taikaiLink{
	text-align: center;
	font-size: 10pt;

}
*/

div#taikaiShintyoku{
	width: 400px;
	float: left;

}
div#taikaiShintyoku ul{
	list-style-type: none;
	padding-left: 10px;
}
.mrgL10{
	margin:10px;
}
.mrgL70{
	margin:70px;
}
.tkKekkaTbl{
	line-height: 1.1;
	text-align :left;
	font-size: 10pt;
	width: 380px;
	margin-left:10px;
}


.tkKakoTbl{
	width:300px;
	margin-left:50px;
	font-family: "ＭＳ ゴシック";
}


.tkComt{
	padding-left: 10px;
	color: red;
}


.tkCol1{
	text-align :right;
	width:20px;
	margin-left: 10px;
}
.tkCol2{
	text-align: left;
	width: 20px;
}
.tkCol3{
	text-align :left;
	width:140px;
}
.tkCol4{
	text-align :right;
	width:25px;
}
.tkCol5{
	width:15px;
}
.tkCol6{
	text-align :right;
	width:25px;
}
.tkCol7{
	text-align :left;
	width:100px;
}
.tkCol31{
	text-align :left;
	width:200px;
}


	


/* ---　講習---*/
div#schoolWrap{
	width:800px;
	 text-align:left;
	 margin:0; /*auto;*/
}
div#schoolRight{
	width: 250px;
	float: right;
	font-size: 10pt;
	text-align:center;
	line-height: 1.3;
}
div#schoolRight a:link { color: #1122cc; }
div#schoolRight a:visited { color: #000080; }
div#schoolRight a:hover { color: #ff0000; }
div#schoolRight a:active { color: #ff8000; }
div#schoolLeft{
	width: 530px;
	float: left;
}
div#schooltLeft{
	width: 450px;
	float: left;
/*	background-color: #ffff00;   */
}



/* ---　イベント---*/
div#eventWrap{
	width:800px;
	 text-align:left;
	 margin:0; /*auto;*/
}


div#eventRight{
	width: 300px;
	float: right;
	font-size: 10pt;/**	text-align:center;	**/
	text-align: left;
	line-height: 1.3;/*background-color: #ffff00; */
}
div#eventRight a:link { color: #1122cc; }
div#eventRight a:visited { color: #000080; }
div#eventRight a:hover { color: #ff0000; }
div#eventRight a:active { color: #ff8000; }

div#eventLeft{
	width: 450px;
	float: left;
/*	background-color: #ffff00;   */
}
/* --- 問合せ　---*/
p#toiJimukyoku{
	font-size: 16pt;
	margin-left: 20px;
	line-height: 1.2;
}
p#toiJusyo{
	font-size: 12pt;
	margin-left: 40px;
	line-height: 1.5;
}
p#toiKyoukai{
	font-size: 14pt;
	margin-left: 40px;
	line-height: 1;
}
p#toiName{
	font-size: 15pt;
	margin-left: 40px;
	line-height: 1.4;
}
p#toiTel{
	font-size: 12pt;
	margin-left: 40px;
	line-height: 1.4;
}



/* --- 講習会 ---- */
ul.list-none{
	clear: left;
	font-size: 11pt;
	padding-left: 15px;
	color: black;
	text-align: left;
	line-height: 1.3;
	list-style-type: none;
}
ul.list-none a{
	text-decoration : underline;
	color: #0066cc;
}
ul.list-none a:link { color: #1122cc; }
ul.list-none a:visited { color: #000080; }
ul.list-none a:hover { color: #ff0000; }
ul.list-none a:active { color: #ff8000; }


dl.kouList{
	clear: left;
	font-size: 11pt;
/*	padding-left: 15px;  */
	color: black;
	text-align: left;
	line-height: 1.2;

}

dl.kouList dt{
	font-size: 13pt;
	padding-left: 15px;
	padding-bottom: 3px;
}
dl.kouList dd{
	padding-left: 42px;
	padding-bottom: 10px;
	margin-top: -1px;
	font-size: 10pt;
}

dl.kouList a:link { color: #1122cc; }
dl.kouList a:visited { color: #000080; }
dl.kouList a:hover { color: #ff0000; }
dl.kouList a:active { color: #ff8000; }

/*-----    年間スケジュール--- */

div#nenkanOshi{
	font-size: 20pt;
	font-family: "ＭＳ Ｐゴシック";
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	line-height: 130%;
}
div#nenkanOshi a:link { color: #1122cc; }
div#nenkanOshi a:visited { color: #000080; }
div#nenkanOshi a:hover { color: #ff0000; }
div#nenkanOshit a:active { color: #ff8000; }

div#alignCt{text-align: center;}

.narihFnt18{
	font-size: 18pt;
	font-family: "ＭＳ Ｐゴシック";/*	font-family: "HG丸ｺﾞｼｯｸM-PRO";  */
	font-weight: bold;
	text-align: center;
}

.narihFnt16{
	font-size: 16pt;
	font-family: "ＭＳ Ｐゴシック";/*	font-family: "HG丸ｺﾞｼｯｸM-PRO";  */
	font-weight: bold;
	text-align: center;
}
.narihHyo{
	font-size: 14pt;
	font-family: "ＭＳ Ｐゴシック";/*	font-family: "HG丸ｺﾞｼｯｸM-PRO";  */
	font-weight: bold;
	margin-left: 50px;
	line-height: 22px;
}

.noWrap{
/*	display: inline-block; */  
	white-space: nowrap; 
	/*インラインブロック*/
}