@charset "utf-8";
/* CSS Document */

html {
 overflow-y: scroll;
}

body {
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro";
	text-align: center;
	background-image: url(../images/dot.gif);
}

#header {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 16px;
	background-color: #FFF;
}

#container {
	width: 1000px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container {
	text-align: left;
	/zoom: 1;
}

#container:after {
	display: block;
	clear: both;
	content: "";
}


#main {
	float: left;
	width: 680px;
	margin-right: 20px;
}

#main #Top_image {
	height: 757px;
	width: 680px;
	background-image: url(../images/top_image.jpg);
	background-repeat: no-repeat;
}

#main #Top_attendee {
	height: 15px;
	width: 680px;
}

#main #Top_memberBox {
	width: 660px;
	margin-left: 20px;
}

#main #cntTit {
	height: 220px;
	width: 680px;
}

#main #cntTitQA {
	height: 165px;
	width: 680px;
}

#main #cntText1 {
	font-size: 15px;
	line-height: 1.6em;
	width: 660px;
	margin-top: 20px;
	margin-left: 20px;
}

#main #cntText2 {
	width: 660px;
	margin-left: 20px;
	font-size: 15px;
	line-height: 1.6em;
}

#main #cntPh {
	text-align: center;
	width: 660px;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 20px;
}

#main #cntCap_center {
	font-size: 10px;
	width: 660px;
	margin-top: 10px;
	margin-left: 20px;
	text-align: center;
}

#main #cntsubheadtop {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4653A2;
	width: 660px;
	margin-left: 20px;
	padding-top: 32px;
	padding-bottom: 18px;
	line-height: 1.2em;
}

#main #cntsubhead {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4653A2;
	width: 660px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 18px;
	line-height: 1.2em;
}

#main #cntsubheadtopQA {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	width: 660px;
	margin-left: 20px;
	padding-top: 32px;
	padding-bottom: 18px;
	line-height: 1.2em;
}

#main #cntsubheadQA {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	width: 660px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 18px;
	line-height: 1.2em;
}

#main #QAbtnBox {
	text-align: center;
	margin-top: 30px;
	margin-left: 20px;
	width: 660px;
}

#main #footer {
	font-size: 10px;
	text-align: center;
	height: 60px;
	width: 680px;
	margin-top: 45px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#sidebar {
	float: left;
	width: 290px;
	position: relative;
}
#sidebar #nav {
	width: 290px;
}


.fixed {
	position: fixed;
	top: 20px;
}


#sidebar #naviBox {
	height: 46px;
	width: 290px;
	margin-bottom: 3px;
}

#sidebar #naviBoxQ {
	height: 20px;
	width: 290px;
	margin-bottom: 3px;
}

#pageTop {
   position: fixed;
   bottom: 20px;
   right: 20px;
 }
