/*====================================
	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:#666666;
	line-height: 1.5;
	background: #cccccc url(../images/bg.jpg) no-repeat 50% 0;
	}

a{
	color:#00984B;
	}


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

div#wrapper {
	width: 980px;
	margin: 0 auto;
	}
	
/*------------------------------------
	header
------------------------------------*/

header {
	height: 167px;
	padding: 0 10px 0;
	}
	

/*------------------------------------
	nav
------------------------------------*/

nav#global {
	list-style-type: none;
	width: 960px;
	margin: 0 0 0 10px;
	}
	
nav#global:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
	
nav#global li {
	float: left;
	display: inline;
	}


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

section#mainVisual {
	margin:0 0 10px 10px;
	}


/*------------------------------------
	contentMain
------------------------------------*/

div#contentMain {
	padding: 0 60px 10px;
	background: url(../images/wrapper_bg.png) repeat-y;
	}
	
/*------------------------------------
	pageNav
------------------------------------*/
	
section.pageNav div.participation {
	text-align: center;
	padding: 10px;
	}
	
section.pageNav div.pageTop {
	text-align: right;
	font-size: 85%;
	margin-right:20px;
	padding: 0 0 15px;
	}

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

footer {
	background: #cccccc url(../images/footer_bg.jpg) 50% 0 no-repeat;
	padding: 26px 0 0;
	display: block;
	}

footer ul {
	text-align: center;
	padding: 15px 0 10px;
	}

footer ul:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
		
footer ul li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 5px 0;
	background: url(../images/icon_footernavi.jpg) 0 0.4em no-repeat;
	padding: 0 0 0 12px;
	}
	
footer {
	padding: 15px 0 30px;
	}
	
footer a{
	color:#333333;
	}
 
footer p.copyright {
	font-size: 70%;
	text-align: center;
	}


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

section section{
	margin-bottom:20px;
	}
section section h1{
	margin-left:20px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	padding-bottom:3px;
	}

section section h2,
section section section p{
	margin-left:20px;
	margin-bottom:10px;
	}

section section ul{
	list-style:none;
	margin-left:30px;
	}
section section ul li{
	background:url(../images/icon_list.jpg) no-repeat 0 0.4em;
	padding-left:10px;
	}


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

section#outline section table {
	width: 820px;
	margin-left: 20px;
	}
	
section#outline section table tr th,
section#outline section table tr td {
	border: 1px solid #cccccc;
	padding: 10px;
	vertical-align: middle;
	}
	
section#outline section table tr th {
	background:url(../images/th_bg.jpg) no-repeat 0 0;
	width: 25%;
	}
	
section#outline section table tr td {
	background:#F6FFED;
	}

section#outline section table h1,
section#outline section table h2{
	margin:0;
	}
	
/*====================================
	#speakerBox
====================================*/

section.speakerBox {
	width: 820px;
	background:url(../images/speaker_bg.jpg) repeat;
	margin-left: 20px;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
	}

section.speakerBox h1{
	font-size:1.2em;
	border-bottom:1px solid #CCC;
	padding-bottom:3px;
	margin:0 20px 10px;
	}

section.speakerBox p {
	margin: 0 30px;
	}
	
section.speakerBox section {
	background:url(../images/speaker_fukidashi.gif) top left no-repeat;
	padding-top: 37px;
	width: 670px;
	margin-left:80px;
	}
	
section.speakerBox section div {
	background: #FFF;
	border: 1px solid #CCC;
	border-top: none;
	padding: 10px;
	}

section.speakerBox section div:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	}

section.speakerBox section div h1 {
	margin:0;
	}

section.speakerBox section div div.profile {
	background: none;
	border: none;
	}

section.speakerBox section div div.profile p {
	margin: 0 0 10px;
	}

section.speakerBox section div img {
	margin-right: 10px;
	}

/*====================================
	#video
====================================*/
#video {
	float: left;
	margin: 0 20px;
}

section.videoHead:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
}

p#videoWarning {
	width: 320px;
	background: #CCC;
}


/*====================================
	#photorepo
====================================*/

section#photorepo p{
	margin-left:20px;
	}
