@charset "shift_jis";

/*
	Site Name: www.knt.co.jp
	Description: KNTイベント系 COMMON_CSS 760outNAVI
	Version: 080926
	Author: NTTデータテラノス
*/

/* -------------------------- universal reset -------------------------- */
body,
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd, li,
address, form, fieldset, blockquote,
table {
	margin: 0;
	padding: 0;
}
/* -------------------------- body and base setting -------------------- */
body {
	position: relative;
	font-size: 13px;
	line-height: 1.4em;
	/*	background-color:#EAE8D7;*/
	background-color:#FFFAEB;
	font-family: Osaka,"ＭＳ Ｐゴシック",sans-serif;
	}

h1,h2,h3,h4 { clear: both; }
h1,h2 { font-size: medium;}
h3,h4 { font-size: small;}

ul { list-style:none;}

img { border: none; }

table { border-collapse: collapse;}

a {
	color:#690;
	text-decoration:underline;
	}
a:hover {
	color:#690;
	text-decoration:underline;
}
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	background:#fff;
}
.none { display:none;}

textarea {
	font-size:13px;
	}

/* -- float_setting -- */
.clear { clear: both; }
.f_right { float: right; }
.f_left { float: left; }

img.f_right { float: right; margin:0 0 15px 15px; }
img.f_left { float: left; margin:0 15px 15px 0; }

/* -- text_setting -- */
.block_end { margin-bottom: 15px;}
.t_right { text-align: right!important;}
.t_small { font-size: x-small;}
.t_med { font-size:medium;}
.t_strong { font-weight: bold;}
.t_indent { text-indent: 1em;}
.t_center { text-align:center;}
.t_underline { text-decoration:underline;}
.t_through { text-decoration: line-through;}

.red { color: #FF0000;} 
.indent {
      margin-left: 1em;
      text-indent: -1em;
}
.nomargin {
	margin:0;
	}

/* -- hr_setting -- */
hr { color:#FFFFFF; clear:both; }
hr.dot { border:none; border-bottom:#CCCCCC dotted 1px; margin:10px 0;}
hr.dsh { border:none; border-bottom:#CCCCCC dashed 1px; margin:10px 0;}
hr.clear { clear: both; visibility:hidden; margin:1px 0; }

/* -- ul_setting -- */	
ul.decimal { list-style: decimal; margin: 10px 0 20px 20px; }
ul.disc { list-style: disc; margin: 10px 0 20px 20px; }
ul.square { list-style: square; margin: 10px 0 20px 20px; }
ul.decimal li,ul.disc li,ul.square li { margin-bottom: 10px;}

/*--------- clearfix -----------*/
.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* Hides from IE-mac \*/ 
.clearfix {display: inline-block;} 
/* End hide from IE-mac */
* html .clearfix {height: 1%;} 
.clearfix {display: block;}

/*--------- margin -----------*/
.nomargin {
	margin-bottom:0 !important;
	}
.mb0  {	margin-bottom:0 	!important;	}
.mb10 {	margin-bottom:10px 	!important;	}
.mb20 {	margin-bottom:20px 	!important;	}
.mb30 {	margin-bottom:30px 	!important;	}
.mb40 {	margin-bottom:40px 	!important;	} 
.mb50 {	margin-bottom:50px 	!important;	}
.ml0  {	margin-left:0 !important;	}
.ml10 {	margin-left:10px !important;	}
.ml20 {	margin-left:20px !important;	} 
.ml30 {	margin-left:30px !important;	}
.ml40 {	margin-left:40px !important; 	} 
.ml50 {	margin-left:50px !important; 	}
.mt0  {	margin-top:0 !important;	}
.mt10 {	margin-top:10px !important;	}
.mt20 {	margin-top:20px !important;	}
.mt30 {	margin-top:30px !important;	}
.mt40 {	margin-top:40px !important;	} 
.mt50 {	margin-top:50px !important;	}
.mr0  {	margin-right:0 !important;	}
.mr10 {	margin-right:10px !important;	}
.mr20 {	margin-right:20px !important;	} 
.mr30 {	margin-right:30px !important;	}
.mr40 {	margin-right:40px !important; 	} 
.mr50 {	margin-right:50px !important; 	}


.pl10{padding-left: 10px;}
.pl20{padding-left: 20px;}
.pl30{padding-left: 30px;}
/*------------------- /001_CSS 基本設定  ------------------------*/
#header {
	/*background:url(../images/header.png) top center no-repeat #FFF; */
	background-color: #ffd900;
	height:110px;
	background-image: url(../images/bg.png);
	}
#header_inner {
	width:800px;
	margin: 0 auto;
	}
#header_inner h1{
	margin-left: 20px;
	}


#wrap01 {
	width:800px;
	min-height:600px;
	margin: 0 auto;
	background: #FFFFFF;
	/*padding-top:300px;*/
	background:url(../images/_header_bg.jpg) top center no-repeat #FFF;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0;
	}

#wrap01 h1 { margin-bottom: 10px;}

#secondary {
	width: 190px;
	float: left;
	font-size: 0px;
	background:#FFF;
	margin-left:15px;
	}
* html #secondary {
	width: 190px;
	margin-left:5px;
	}
#wrap01 p {
	margin-bottom:10px;
	line-height:1.4em;
}

#secondary ul {
	margin: 0 auto;
	width:180px;
	margin-top:10px;
	padding-bottom:20px;
	}
#secondary li{
	line-height: 0;
	margin-bottom:3px;
}
	
#content {
	width: 560px;
	padding: 10px 20px 40px 5px;
	float: right;
	margin-top:0px;
	margin-bottom:0;
	}

.text_block {
	padding: 0 10px 10px;
}

#footer {
	clear:both;
	/*background:url(../images/footer_bg.gif) ;*/
	background-color:#2E1706;
	/*	background:#333;*/
/*	height: 50px;*/
	min-height: 50px;
	border-top: solid 5px #ccc;
	color:#FFF;
	padding-top:5px;
	font-size:11px;
}

.navi {
	margin: 0 0 0px 10px;
}
.navi li{
	list-style:none;
	margin-bottom:5px;
	background:url(../images/icon01.gif) no-repeat left center;
	padding: 0px 0 0px 18px;
}

.navi li a{
	color:#41A9ED;
	}
.navi li a:hover{
	color:#FF9900;
	text-decoration:none;
	}
/*-------------------------- 募集要項 ----------------------------*/
dl.bosyuyoko {
	clear:both;
	margin:0 0 10px 10px;
}
dl.bosyuyoko dt{
	float:left;
	font-weight:bold;
	margin-bottom:10px;
	}
dl.bosyuyoko dd {
	margin:0 0 10px 180px;
	}

/*-------------------------- スケジュール ----------------------------*/
table.schedule {
	width: 100%;
	clear:both;
	margin: 10px 0;
	border: solid 1px;
	font-size: small;
	
}
table.schedule th { 
 	border: solid 1px;
	padding: 3px;
}
table.schedule td {
	border: solid 1px;
	vertical-align: middle;
	padding: 3px;
}
table.schedule td.tx_center {
	text-align: center;
}

/*-------------------------- 申込方法 ----------------------------*/
ul.moushikomi {
	margin: 10px auto;
	text-align: center;
	width: 425px;
}
ul.moushikomi li {
	display: block;
	width: 200px;
	text-align:center;
	float:left;
	margin: 0 5px 20px;
}
ul.moushikomi li a {
	width:190px;
	/*- For IE 6.0 -*/
	* width:180px;
	display: block;
	padding:0 5px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

ul.moushikomi li a.yes { background:#E50000; border: #BB0000 1px solid;}
ul.moushikomi li a.no { background:#409AC4; border:#3382A8 1px solid;}

ul.moushikomi li a.yes:hover { background:#F48F8F;}
ul.moushikomi li a.no:hover { background:#ABD3E5;}

#acrobat {
	clear: both;
	margin: 0 30px;
	font-size: smaller;
}
.acrobat {
	clear: both;
	margin: 0 30px;
	font-size: smaller;
}

#acrobat img {
	float:left;
	margin: 5px 5px 0 0;
}

.to_top {
	text-align:right;
	margin: 0px 0 20px 0;
}
/*-------------------------- お問い合わせ先 ----------------------------*/
.kanrisya {
	border: #CCCCCC double;
	margin: 10px 0;
	padding: 10px
	}


ul.disc2 {
list-style: disc; margin: 0 0 0 1em;
}

/*-------------------------- xfade ----------------------------*/
#imageContainer {
	position:relative;
	margin:auto;
	width:761px; /*画像の横幅*/
	height: 278px;
	background: url(../images/loading.gif) no-repeat center #CCC;
	margin-bottom:10px;
	margin-top:10px;
	}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}


/*====================
 +clearfix
====================*/
#wrap01:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
* html #wrap01 {
	zoom: 1;
}
*:first-child+html #wrap01 {
	zoom: 1;
}
.clearfix,
div#container {
	overflow: hidden;
	}
	
/* =========== print.CSS =========== */

@media print{

body {
_zoom: 80%; /*WinIE only */
}
footer {
	display:none;
}