/*====================================
	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%;
	}

/*====================================
	fixed
====================================*/
html, body{
	_height: 100%;
	_overflow: auto;
}
div#global{
	position: fixed;
	top:0;
	left:0;
	width:50px;
}
div#global ul li{
	line-height:0;
	vertical-align:bottom;
}

div#wooden{
	position: fixed;
	top:0;
	left:910px;
	width:230px;
}


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

body{
	font-family: Arial, Helvetica,"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	line-height:1.5;
	font-size:14px;
	*font-size:86%;/*IE*/
	color:#333;
}
ul{
	list-style:none;
}
a{
	color:#003366;
	text-decoration:underline;
	outline:none;
}
img{
	border:0;
}
.clear{
	clear:both;
}
p.flL{
	float:left;
}
p.flR{
	float:right;
}
p.alR{
	text-align:right;
}
p.alC{
	text-align:center;
}
p.cap{
	font-size:70%;
}

/*_______　newBox　_________*/

/*====================================
	layouts
====================================*/
div#container{
	width:900px;
	text-align:left;
	background:url(../../images/container_bg.jpg) repeat-y;
}

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

p.pagetop{
	text-align:right;
}

/*------------------------------------
	header
------------------------------------*/
div#header{
	background:url(../../images/header_bg.jpg) no-repeat 0 0;
	height:695px;
	margin-bottom:10px;
	
}

div#header h1{
	text-indent:-9999px;
}
div#header div#bnr{
	margin-left:663px;
	margin-top:58px;
}
div#header div#bnr_txt{
	margin-left:678px;
	margin-top:40px;
}
div#header div#bnr_txt input{
	width:200px;
}


/*------------------------------------
	side
------------------------------------*/
div#side{
}



/*------------------------------------
	main
------------------------------------*/
div#main{
	margin:0 20px 0 70px;
	background:#FFF;
}
div#main h2,
div#main h3,
div#main p,
div#main ul,
div#main dl{
	margin-bottom:15px;
}
div#main h4,
div#main dl,
div#main ul,
div#main p{
	margin-left:10px;
}

div#main h3{
	color:#003366;
	border-left:3px solid #003366;
	border-bottom:1px  solid #003366;
	padding-left:6px;
	padding-bottom:2px;
	font-size:1.5em;
	margin-bottom:15px;
}
div#main h4{
	font-size:1.1em;
	color:#1E356B;
	margin-bottom:5px;
	border-bottom:1px dashed #1E356B;
	padding-bottom:2px;
}

div#main div.content{
	margin:0 10px;
}
div#main table{
	border:1px solid #999;
	width:80%;
	margin:0 auto 25px;
	border-collapse:collapse;
}
div#main table th,
div#main table td{
	border:1px solid #999;
	padding:5px 10px;
}
div#main table th{
	background-color:#E5EAEF;
}




/*------------------------------------
	footer
------------------------------------*/
div#footer{
	margin-left:50px;
	text-align:center;
	font-size:.9em;
}
div#footer ul.footerNav{
	margin-bottom:10px;
}

div#footer ul.footerNav li{
	display:inline;
	margin-right:10px;
}
div#footer p.copyright{
	font-size:.8em;
}

/*====================================
	mission
====================================*/

div#main div#mission h3{
	font-size:1.2em;
}
div#main div#mission h3 img{
	vertical-align:bottom;
	margin-right:8px;
}

div#main div#mission ul{
	margin-bottom:25px;
	margin-left:20px;
}
div#main div#mission ul li{
	background:url(../../images/icon_arrow.jpg) no-repeat 0 .5em;
	padding-left:15px;
}
div#main div#mission p.missionImg{
	width:200px;
	float:left;
	margin-right:10px;
}
div#main div#mission div.missionTxt{
	float:left;
	width:570px;
}
/*====================================
	speaker
====================================*/
div#main div.speaker div.speaker_photo{
	float:left;
	width:150px;
}
div#main div.speaker div.speaker_info{
	float:left;
	width:640px;
}
	
div#main div.speaker dl.message{
}
div#main div.speaker dl.message dt{
	background:url(../../images/bg_user_head.jpg) no-repeat 0 0;
	text-indent:-9999px;
	height:24px;
}
div#main div.speaker dl.message dd{
	background:url(../../images/bg_user_bottom.jpg) no-repeat 0 100%;
	padding:10px 20px 15px 30px;
}

div#main div.speaker dl.profile{
}
div#main div.speaker dl.profile dt{
	margin-bottom:5px;
	margin-top:10px;
	background:url(../../images/icon_profile.jpg) no-repeat 0 2px;
	color:#1D366D;
	font-size:1.1em;
	font-weight:bold;
	padding:0 0 0 20px;
}
div#main div.speaker dl.profile dd{
	margin-left:10px;
}
/*====================================
	faq
====================================*/
div#main dl.faq dt{
	background:url(../../images/icon_q.jpg) no-repeat scroll 0 0.2em;
	color:#1D366D;
	font-size:1.1em;
	font-weight:bold;
	line-height:2;
	padding:0 0 0 28px;
}
div#main dl.faq dd{
	padding-left:28px;
}

/*====================================
	bnr
====================================*/
div#bnr{
	text-align:center;
	margin-bottom:10px;
}
	
div#bnr ul li{
	display:inline;
	margin-right:10px;
	margin-left:20px;
}
	

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

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

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

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

