@charset "UTF-8";
@font-face {
	font-family: titleFont;
	src: url('../../font/BBB.ttf') format('truetype'); /*ttf形式*/
}



/*====================================
	tag-reset
====================================*/
html,body,h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd,table,address,blockquote,form {
	margin:0;
	padding:0;
	font-size:100%;
	}


/*====================================
	common-tag
====================================*/

body {
	font-family: "メイリオ", "Meiryo", Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 90%;
	color:#333;
	line-height: 1.5;
	background:url(../images/body_bg.jpg) #3E3939 repeat-x;
	}

a{
	color:#56050B;
	}
del{
	color:#999;
}
small{
	font-size:0.9em;
}

/*====================================
	layouts
====================================*/

div#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color:#FFF;
}

section#outline,
section#timetable,
section#speakers,
section#attention{
	margin:20px;
}



/*------------------------------------
	header
------------------------------------*/

header{
	position:relative;
	height: 189px;
	/padding:10px 0 0 10px;
	background: url(../images/header_bg.jpg) no-repeat;
}
header h1{
	position:absolute;
	top:26px;
	left:0;
	}
header p{
	position:absolute;
	top:109px;
	right:0;
}

/*------------------------------------
	#global
------------------------------------*/

section#global h1{
  font-family:titleFont;
  color:#FFF;
  font-size:16px;
  margin:5px 0 5px 10px;
}
section#global {
	width:190px;
    background-image: -moz-linear-gradient(top , 
										   rgba(0, 0, 0, .8),
										   rgba(0, 0, 0, .7));
    background-image: -webkit-gradient(linear, left top, left bottom,
                                   color-stop(0, rgba(0, 0, 0, .8)),
                                   color-stop(50%, rgba(0, 0, 0, .7)),
                                   color-stop(90%, rgba(0, 0, 0, .8)));
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	position:fixed;
	bottom:30px;
	right:10px;
	z-index:10;
	padding:10px;
	}

section#global nav a {
	color:#FFF;
	text-decoration:none;
	-webkit-text-shadow: #000 1px 1px 2px;
	-moz-text-shadow: #000 1px 1px 2px;
	text-shadow: #000 1px 1px 2px;
	display:block;
	padding:5px 5px 5px 15px;
}
section#global nav a:hover {
	background-color:#000;
}

section#global nav ul{
	list-style:none;
	margin:0;
	padding:0;
}

/*------------------------------------
	footernav
------------------------------------*/
nav#footernav{
	padding-bottom:20px;
	padding-left:20px;
}
	

nav#footernav ul li{
	float:left;
	display:inline;
	margin-right:15px;
	font-size:.8em;
}


/*------------------------------------
	mainVisual
------------------------------------*/

div#mainVisual {
	margin:0 0 20px 0;
	}


/*------------------------------------
	footer
------------------------------------*/

footer {
    background-image: -moz-linear-gradient(top , 
										   rgba(0, 0, 0, .7),
										   rgba(0, 0, 0, .7));
    background-image: -webkit-gradient(linear, left top, left bottom,
                                   color-stop(0, rgba(0, 0, 0, .8)),
                                   color-stop(50%, rgba(0, 0, 0, .8)),
                                   color-stop(90%, rgba(0, 0, 0, .7)));
	position:fixed;
	bottom:0;
	z-index:11;
	width:100%;
	height:30px;
	}

footer p.copyright {
	font-size: 60%;
	text-align: center;
	color:#FFF;
	text-align:right;
	margin-right:30px;
	padding-top:5px;
	}


/*====================================
	common
====================================*/

section h1{
  font-size:1.4em;
  font-family:titleFont;
  margin-bottom:15px;
  border-bottom:1px solid #CCC;
}

section ul{
	list-style:disc;
	margin-left:50px;
	margin-bottom:20px;
}
section p{
	margin:10px 20px 15px;
}


/*__________ table __________*/

section table{
	width:80%;
	margin:0 auto 20px;
}
section table th{
	background-color:#eeeeee;
/*    background-image: -moz-linear-gradient(top , 
										   rgba(255, 255, 255, .0),
										   rgba(255, 255, 255, .5));
    background-image: -webkit-gradient(linear, left top, left bottom,
                                   color-stop(0, rgba(255, 255, 255, .0)),
                                   color-stop(50%, rgba(255, 255, 255, .3)),
                                   color-stop(90%, rgba(255, 255, 255, .5)));
*/
}
section table th,
section table td{
	padding:5px 10px;
	border:1px solid #aaaaaa;
}

section article ul{
	list-style:disc;
	margin-left:20px;
	margin-bottom:20px;

}
	


/*__________ apply __________*/

p.apply{
	width:250px;
	margin:10px auto 30px;
}

p.apply a{
	display:block;
	text-decoration:none;
	width:250px;
	padding:3px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #333;
	background-image: -moz-linear-gradient(top , 
										   rgba(0, 0, 0, .1),
										   rgba(0, 0, 0, .4));
    background-image: -webkit-gradient(linear, left top, left bottom,
                                   color-stop(0, rgba(0, 0, 0, .1)),
                                   color-stop(50%, rgba(0, 0, 0, .2)),
                                   color-stop(90%, rgba(0, 0, 0, .4)));
	background-color:#333;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	-webkit-text-shadow: #000 1px 1px 2px;
	-moz-text-shadow: #000 1px 1px 2px;
	text-shadow: #000 1px 1px 2px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

p.apply a:hover{
    background-image: -moz-linear-gradient(top , 
										   rgba(255, 255, 255, .0),
										   rgba(255, 255, 255, .2));
    background-image: -webkit-gradient(linear, left top, left bottom,
                                   color-stop(0, rgba(255, 255, 255, .0)),
                                   color-stop(50%, rgba(255, 255, 255, .3)),
                                   color-stop(90%, rgba(255, 255, 255, .1)));
}

/*====================================
	outline
====================================*/

section#outline h2{
	margin:0 0 10px 20px;
}

/*====================================
	speaker
====================================*/

section#speakers article{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	background-color:#CCC;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:15px 10px 10px;
}
section#speakers article h2{
	background-color:#FFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:1px 1px 3px #666;
	-moz-box-shadow:1px 1px 3px #666;
	-webkit-box-shadow:1px 1px 3px #666;
	padding:5px 5px 5px 10px;
	font-size:1.2em;
}
section#speakers article div.speaker{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#FFF;
	border:1px solid #999;
	width:160px;
	float:left;
	margin-right:30px;
	margin-left:10px;
	margin-top:20px;
}
section#speakers article div.speaker p{
	margin:20px;
	text-align:center;
}
	
section#speakers article div.profile{
	float:left;
	width:590px;
	margin-top:20px;
}
section#speakers article div.profile h2{
	background-color:#333;
    background-image: -moz-linear-gradient(top , 
										   rgba(255, 255, 255, .1),
										   rgba(255, 255, 255, .3));
    background-image: -webkit-gradient(linear, left top, left bottom,
                                   color-stop(0, rgba(255, 255, 255, .1)),
                                   color-stop(50%, rgba(255, 255, 255, .2)),
                                   color-stop(90%, rgba(255, 255, 255, .3)));
	color:#fff;
	-webkit-text-shadow: #000 1px 1px 2px;
	-moz-text-shadow: #000 1px 1px 2px;
	text-shadow: #000 1px 1px 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:1.1em;
	padding:5px 10px 5px 20px;
}
section#speakers article div.profile p{
}
section#speakers article div.profile p.kata{
	font-size:0.95em;
	margin-left:20px;
}

section#speakers article div.profile ul{
	margin-left:40px;
}

section#speakers article div.profile h3{
	margin-bottom:10px;
	margin-left:10px;
	background-color:#FFF;
	border-left:10px solid #56050B;
  -moz-box-shadow:0 1px 4px #888888;
  -webkit-box-shadow:0 1px 4px #888888;
  box-shadow:0 1px 4px #888888;
  padding:5px 5px 5px 10px;
  width:17em;
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
	background-image: -moz-linear-gradient(top , 
										   rgba(0, 0, 0, 0),
										   rgba(0, 0, 0, .1));
    background-image: -webkit-gradient(linear, left top, left bottom,
                                   color-stop(0, rgba(0, 0, 0, 0)),
                                   color-stop(50%, rgba(0, 0, 0, .05)),
                                   color-stop(90%, rgba(0, 0, 0, .1)));
}

.chat-bubble {
  background-color:#EDEDED;
  border:2px solid #666666;
  padding:7px 10px;
  position:relative;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -moz-box-shadow:0 0 3px #888888;
  -webkit-box-shadow:0 0 3px #888888;
  margin:10px;
}

.chat-bubble-arrow-border {
  border-color: transparent transparent #666666 transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  top:-22px;
  left:20px;
}

.chat-bubble-arrow {
  border-color: transparent transparent #EDEDED transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  top:-19px;
  left:20px;
}

/*====================================
	#banner
====================================*/
section#banner {
	padding: 0 20px 10px;
}
section#banner input {
	width:490px;
}

section#banner div#bnr{
	float:left;
}


/*====================================
	#sponser
====================================*/
	
section#sponser {
	padding: 0 20px 10px;
}

section#sponser p,
section#sponser ul {
	margin: 0 0 20px 15px;
	text-align: center;
}

section#sponser ul {
	margin-bottom: 30px;
}
	

section#sponser ul li {
	display: inline;
	margin: 0 20px;
}

/*====================================
	#topic
====================================*/
section#topic {
	margin: 0 20px 15px;
}

section#topic p {
	margin-bottom: 0.5em;
}

section#topic div div p {
	margin: 0;
	float: left;
	width: 270px;
}

section#topic div div.cf {
	padding: 10px 0 15px;
	margin-left:30px;
}

section#topic div div ul {
	float: left;
	padding: 0 0 0 15px;
	margin-left:10px;
	display:inline;
}


section#topic div div ul li {
	list-style-type: none;
}

section#topic h2{
	margin:15px 0 10px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #999;
	padding:5px 10px;
	display:inline-block;
	font-size:1.1em;
}
section#topic h3{
	color:#56050B;
	margin:5px 0 10px 20px;
}

section#topic p.att{
	font-size:.85em;
}

/*====================================
	attention
====================================*/

section#attention h2{
	margin-bottom:10px;
	margin-left:10px;
	background-color:#FFF;
	border-left:10px solid #56050B;
  -moz-box-shadow:0 1px 4px #888888;
  -webkit-box-shadow:0 1px 4px #888888;
  box-shadow:0 1px 4px #888888;
  padding:5px 5px 5px 10px;
  width:17em;
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
	background-image: -moz-linear-gradient(top , 
										   rgba(0, 0, 0, 0),
										   rgba(0, 0, 0, .1));
    background-image: -webkit-gradient(linear, left top, left bottom,
                                   color-stop(0, rgba(0, 0, 0, 0)),
                                   color-stop(50%, rgba(0, 0, 0, .05)),
                                   color-stop(90%, rgba(0, 0, 0, .1)));
}

/*====================================
	clearfix
====================================*/

.cf:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
	}

.cf{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
	}

.cf { display: block;　/* for Mac IE */
	}

