body{
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-weight: normal;
	font-size: 90%;
	line-height: 1.6;	
	color: #4D4D4D;
	background-color: #ffffff;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	color: #CC9900;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}
a:active {
	color: #996600;
}


td{
	font-size: 90%;
	line-height: 150%;	
}
th{
	font-size: 90%;
	line-height: 150%;	
}


h1 {
	padding: 0px;
	spacing: 0px;
	margin: 0px;
}

h2 {
	padding: 0px 0px 0px 0px;
	font-size: 90%;
}

h3 {
	padding: 15px 0px 0px 0px;
	font-size: 90%;
}

h4 {
	padding: 0px;
	spacing: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 100%;
	color: #95561e;
/*	color: #0059B2;	/*	/*リンクカラーと間違えるため、カラー変更*/
}


div#footer	{
	font-size: 0.8em;
	margin: 20px 0 0 0;
	padding: 0.5em 0.5em 0 0.5em;
	background-color: #E4E6E8;
	height: 30px;
}
div#footer	ul	{
	padding: 0 0 0 0.5em;
	margin: 0;
	float: left;
}
div#footer	ul li	{
	padding: 0 7px;
	margin: 0;
	list-style: none;
	display: inline;
/*	float: left;	*/
	border-left: 1px solid #666666;
}
div#copy	{
	float: right;
}

#pdfArea	{
	font-size: 0.8em;
	margin: 30px 0 0 0;
}




/************* #rootTable ***************/

#rootTable {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 780px;
	background: #fff;
}
/************* #Basic Text ***************/
.smallFont{
	font-size: 80%;
	line-height: 150%;	
}

.textBold{
	font-weight: bold;
}

.textBlue{
	color: #077922;
/*	color: #0059B2;	*/	/*リンクカラーと間違えるため、カラー変更*/
}

.textRed{
	color: #FF0808;
}

.textGreen{
	color: #9CCF31;
}



/************* #Table Text ***************/

.textTable {
	line-height: 130%;	
	vertical-align: top;
}

.table_Bold{
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-align:left;
	vertical-align: top;	
	line-height: 130%;	
}

/************* #List Text ***************/

#list {
	margin-top: 0px;
}

.list_none{
	list-style-type: none;
	ist-style-position: inside;
}

.list_in{
	list-style-position: inside;
}

/************* #写真回り込み ***************/

#image_right {
	float:right;
	padding:0 0 3px 15px;
	text-align:left;
}

#image_left {
	float:left;
	padding:0 15px 3px 0;
	text-align:left;
}

/************* #枠線ありの塗り ***************/

#gray_waku {
	background-color:#fff;
	border:1px dotted #9CCF31;
	padding: 10px;
	font-size:90%;
}


/************* clear関係 ***************/
.clearBoth{
clear:both;
}

.clearFix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearFix { display: inline-block; }
* html .clearFix { height: 1% }
.clearFix {display:block;}


/************* 参加者の声 ***************/
.imgFloatBoxR{
	float:right;
	padding:0;
	margin:0 0 10px 10px;
	width:150px;
	text-align:center;
}
.imgFloatBoxL{
	float: left;
	padding:0;
	margin:0 20px 20px 0;
/*	width:150px;
	text-align:center;	*/
}


.backnuberBox {
	background-color:#FFFFFF;
	border:1px dotted #cccccc;
	margin:10px 0 30px 0;
	padding:10px;
}

.backnuberBox span {
	margin-right:15px;
	font-size: 80%;
	line-height: 150%;
}

.voiceImageRight {
	float:right;
	padding:0 0 0 15px;
	text-align:center;
	font-size:90%;
	line-height:150%;
}

.voiceImageRight img {
	margin:0 0 3px 0;
}

.voiceImageMag{
	margin:3px 0 0 0;
}

