/* CSS Document */

@charset "UTF-8";

html, body {
	height: 100%;}
	
body,
input,
select,
textarea {
	font: 14px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color:#333333;
	background-repeat: no-repeat;
}

html {
	overflow-y: scroll;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
	line-height:1.0;
}
ul, ol {
	list-style-type: none;/**/
}

/* CLEARFIX
-----------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix { 
	display: inline-block;/*IE7・Mac版IE向け */
}

.clearfix { 
	display: block;/*Opera、Safari向け */
}
.clear {
	clear:both;
}

a{color:#000000;text-decoration:none;}
a:link {color:#003399; }
a:visited {color:#003399;}
a:hover {color:#003399;text-decoration:underline; }  /*リンクの色指定*/

a.a2{color:#FFFFFF;text-decoration:none;}
a.a2:link {color:#FFFFFF; }
a.a2:visited {color:#FFFFFF;}
a.a2:hover {color:#FFFFFF;text-decoration:underline;  }  /*リンクの色指定*/

/*--------------------------------------------------------*/

.font_w
    {
	color:#FFFFFF;
    }/*白*/

.font_r
    {
	color:#FF0000;
    }/*白*/


/*--------------------------------------------------------*/

body
    {
	margin:0px auto;
	background-color:#000000;
    }/*背景・文字の設定*/ 
	
#outer
    {
	width:1024px;
	height:auto;
	background-color:#FFFFFF;
	margin:0px auto;
    }/*背景・文字の設定*/ 
		

/*ヘッダ
--------------------------------------------------------*/

#header
	{
	width:964px;
	height:103px;
	background-image:url(img/header_bg.jpg);
	margin:0px auto;
	padding-right: 30px;
	padding-left: 30px;
    }/*ヘッダ*/
	
.logo
	{
	float:left;
	width:297px;
	height:auto;
	padding-top: 25px;
	padding-right: 40px;
    }
	
.copy
	{
	float:left;
	width:627px;
	height:auto;
	padding-top: 48px;
    }
	
h1
   {
	font-size:14px;
	margin:0px auto;
	font-weight: normal;
   }/*ヘッダ文字*/


/*フッダ
--------------------------------------------------------*/

#fdda
	{
	width:1024px;
	height:150px;
	background-image:url(img/fdda_bg.jpg);
	background-repeat: repeat-x;
	margin:0px auto;
	}
	
.fdda_copy
	{
	width:964px;
	height:auto;
	color: #FFFFFF;
	text-align:center;
	margin:0px auto;
	padding-top: 45px;
	}
	
.fdda_copy02
	{
	width:964px;
	height:auto;
	color: #FFFFFF;
	text-align:center;
	margin:0px auto;
	padding-top: 58px;
	}
	
/*メニュー
--------------------------------------------------------*/

#menu
    {
	width:964px;
	height:auto;
	padding-bottom: 20px;
	margin:0px auto;
    }/*メニュー*/
	
#menu01
    {
	float:left;
	width:160;
	height:41px;
    margin:0px auto;
    }/*メニュー*/
	
#menu02
    {
	float:left;
	margin:0px auto;
	height: 41px;
	width: 161;
    }/*メニュー*/

/*--------------------------------------------------------*/

.main
    {
	width:934px;
	height:68px;
	padding-bottom: 30px;
	margin:0px auto;
	background-image: url(img/main.jpg);
	background-repeat: no-repeat;
	padding-top: 140px;
	padding-left: 30px;
    }/*メニュー*/


/*--------------------------------------------------------*/

.contents01{
	float:left;
	width:924px;
	height:auto;
	margin:0px auto;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 30px;
    }

.contents02{
	float:left;
	width:560px;
	height:auto;
	margin:0px auto;
	padding-right: 26px;
    }

.contents03{
	float:left;
	width:338px;
	height:auto;
	margin:0px auto;
    }

.contents04{
	float:left;
	width:560px;
	height:auto;
	margin:0px auto;
	padding-bottom: 15px;
    }

.contents05{
	float:left;
	width:560px;
	height:auto;
	margin:0px auto;
    }

.contents06{
	float:left;
	width:560px;
	height:10px;
	background-image:url(img/qualification_bg_top.jpg);
	margin:0px auto;
	background-repeat: no-repeat;
    }

.contents07{
	float:left;
	width:530px;
	height:auto;
	background-image:url(img/qualification_bg_mid.jpg);
	margin:0px auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	background-repeat: repeat-y;
    }

.contents08{
	float:left;
	width:560px;
	height:10px;
	background-image:url(img/qualification_bg_botto.jpg);
	margin:0px auto;
    }
	
.contents09{
	float:left;
	width:530px;
	height:auto;
	margin:0px auto;
	padding-bottom: 10px;
    }

.contents10{
	float:left;
	width:530px;
	height:auto;
	margin:0px auto;
	text-align: right;
    }

.contents11{
	float:left;
	width:338px;
	height:auto;
	padding-bottom:18px;
	margin:0px auto;
    }
	
.contents12{
	float:left;
	width:338px;
	height:auto;
	margin:0px auto;
    }

/*--------------------------------------------------------*/


/*表組み指定ここから*/
table.off{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	
}
.off th{
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    background-color:#EBF6FD;
    padding:0.8em 0.8em;
}
.off td{
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    padding:0.8em 0.8em;
}

.font_w{
    color:#FFFFFF;
    }

/*表組み指定ここまで*/


/*--------------------------------------------------------*/


.contents13{
	width:964px;
	height:auto;
	margin:0px auto;
	padding-bottom: 30px;
    }

.contents14{
	float:left;
	width:964px;
	height:10px;
	background-image:url(img/con_bg_top.jpg);
	background-repeat: no-repeat;
	margin:0px auto;
    }
	
.contents15{
	float:left;
	width:906px;
	height: auto;
	background-image:url(img/con_bg_mid.jpg);
	background-repeat: repeat-y;
	margin:0px auto;
	padding-right: 29px;
	padding-bottom: 10px;
	padding-left: 29px;
    }

.contents16{
	float:left;
	width:964px;
	height:10px;
	background-image:url(img/con_bg_botto.jpg);
	background-repeat: no-repeat;
	margin:0px auto;
    }

.contents17{
	float:left;
	width:906px;
	height:auto;
	padding-bottom:10px;
	margin:0px auto;
    }
	

/*参加資格
--------------------------------------------------------*/

.contents18{
	float:left;
	width:790px;
	height:auto;
	font-size:16px;
	padding-bottom: 10px;
	margin:0px auto;
	line-height: normal;
	}

.contents19{
	float:left;
	width:790px;
	height:auto;
	padding-bottom: 5px;
	margin:0px auto;
	 }

.contents20{
	float:left;
	width:20px;
	height:auto;
	padding-bottom: 5px;
	margin:0px auto;
	 }

.contents21{
	float:left;
	width:770px;
	height:auto;
	padding-bottom: 5px;
	margin:0px auto;
	 }

.contents22{
	float:left;
	width:790px;
	height:auto;
	padding-bottom: 30px;
	margin:0px auto;
	 }

.contents23{
	float:left;
	width:790px;
	height:auto;
	margin:0px auto;
	}
	

/*過去の掲載内容
--------------------------------------------------------*/

.contents24{
	float:left;
	width:906px;
	height:auto;
	padding-bottom:30px;
	margin:0px auto;
    }
	
.contents25{
	float:left;
	width:906px;
	height: auto;
	background-image:url(img/con_bg_mid.jpg);
	background-repeat: repeat-y;
	margin:0px auto;
	padding-right: 29px;
	padding-left: 29px;
    }
	

/*交流会の様子
--------------------------------------------------------*/

.contents26{
	float:left;
	width:292px;
	height:auto;
	padding-right: 15px;
	margin:0px auto;
    }

.contents27{
	float:left;
	width:292px;
	height:auto;
	margin:0px auto;
    }
