@charset "shift_jis";

/*
	Site Name: www.knt.co.jp
	Description: KNTイベント系 COMMON_CSS 760outNAVI
	Version: 081212
	Author: Webproduce Corporation
*/

/* -------------------------- 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: small;
	line-height: 1.4em;
	background: url(../images/bg.gif) repeat-x #000000;
	color:#FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body.pop { background: #000000; }

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: #66CCFF;}
a:hover { text-decoration: none;}

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

p { margin-bottom: 1.5em;}

.nomargin { margin: 0; }
.none { display:none;}

/* -- 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;}
.t_small { font-size: x-small; line-height: 1.4em}
.t_med { font-size:medium; line-height: 1.4em}
.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;}

.t_cation { background: #F32F12; color: #FFFFFF; padding: 5px;}

.red { color: #F32F12;}

/* -- 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: 0 0 1.5em 2em; }
ul.disc { list-style: disc; margin: 0 0 1.5em 2em; }
ul.square { list-style: square; margin: 0 0 1.5em 2em; }
ul.nomargin { margin-bottom: 0; }

ul.decimal li,ul.disc li,ul.square li { margin-bottom: 0.2em;}

/*--------- 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;}

/*------------------- /001_CSS 基本レイアウト設定  ------------------------*/

/*-- header --*/
#header {
	height: 89px;
	position: relative;
	width:900px;
	margin: 0 auto;
}

#header p {
	font-size: 10px;
	margin: 0;
	padding: 5px 0 2px 22px;
}


#header {
	height: 104px;
	position: relative;
}

.knt_logo {
	position: absolute;
	top:0;
	right: 0;
}

.fifa {
	float: left;
	padding:10px 10px 0 0;
}


#sony {
	position: absolute;
	right: 10px;
	top: 110px;
}



.breadcrumb {
	position: absolute ;
	bottom: 10px;
	left: 72px;
}

.breadcrumb li {
	display: inline;
	padding: 0 5px 0 0;
	color:#666666;
}

.breadcrumb li a {
	color:#FF6600;
}

.breadcrumb li a:hover {
	color:#FF6600;
}



/*-- wrap01 --*/
#wrap01 {
	width:900px;
	margin: 0 auto;
}


/*-- navi --*/
#navi {
	width: 170px;
	float: left;
	padding: 0 0 0 0;
	margin-bottom: 0;

}

#navi ul {
	margin-bottom: 5px;
	border-bottom: solid 1px #404040;
}

#navi li{ 
	line-height: 1.3em;
}

#navi li a {
	line-height: 1.3em;
	display: block;
	width: 150px;
	position: relative;
	background: url(../images/navi_ico.gif) no-repeat 0.5em #1F1E1E;
	color:#FFFFFF;
	text-decoration: none;
	padding: 10px 0 10px 18px;
	border: solid 1px #272626;
	border-top: solid 1px #404040;
	border-bottom: solid 1px #010000;
}


#navi li a.mein {
	background: url(../images/navi_ico.gif) no-repeat 0.5em #731D1C;
}

#navi li a:hover,
#navi li a.mein:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

#navi li a span {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	font-size: 9px;
	color: #FF9900;
}

#navi img {
	padding-top: 10px;
}

#navi .point img {
	padding: 5px 0 0 0;
}

/*-- layout --*/
#content {
	width: 710px;
	padding: 0;
	float:right;
	margin-bottom: 20px;
}

div.text_block { margin: 5px 10px 40px;}

#footer {
	clear:both;
	padding: 159px 0 0;
	background: url(../images/footer_img.gif) repeat-x #242020;
	height: 60px;
}

#footer div{
	width: 900px;
	margin: 0 auto;
	padding: 5px 0;
	position: relative;
}

#footer div .to_top {
	position: absolute;
	right: 0;
	top: 0;
}

#footer div .to_africa {
	position: absolute;
	left: 0;
	top: -22px;
}

/*-------------------------- 募集要項 ----------------------------*/
dl.bosyuyoko {
	clear:both;
	line-height:0.8em;
	margin:0 0 1em 0;
	width: 100%;
}
dl.bosyuyoko dt{
	clear:both;
	float:left;
	display:block;
	width: 160px;
	padding: 0.5em 0 0 0 ;
	font-weight:bold;
	line-height:1.3em;
}
dl.bosyuyoko dd {
	display:block;
	width: 440px;	
	margin:0 0 0 160px;
	padding: 0.5em 0 0 0 ;
	line-height:1.3em;
}

/*-------------------------- スケジュール ----------------------------*/
table.schedule {
	width: 100%;
	clear:both;
	margin: 10px 0 20px;
	border: solid 1px;
	font-size: small;
	
}
table.schedule th { 
 	border: solid 1px;
	padding: 3px;
}
table.schedule td {
	border: solid 1px;
	vertical-align:top;
	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 img {
	float:left;
	margin: 5px 5px 0 0;
}

/*-------------------------- お問い合わせ先 ----------------------------*/
.kanrisya {
	border: #CCCCCC double;
	margin: 10px 0;
	padding: 10px
	}



