/* 基本設定
-----------------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	background-color: #fff;
	color: #333;
	font-size: 100%;

}

h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}


.indent {
	text-indent: 1em;
}


td,th {
	vertical-align: top;
	font-size: 90%;
	line-height:150%;
}

a img {
	border: none;
}
img.arrow {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
img.phWaku {
	border: solid 1px #999;

}




/* -------------------- リンクカラー */
a {
	text-decoration:underline;
	color:#004EA2;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#206EC2;
}
a:hover {
	text-decoration: none;
	color: #8A3852;
}
a:active {
	text-decoration: none;
}



/*  リンクカラーBK 
a {
	text-decoration: underline;
	color: #970116;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #de3451;
}
a:hover {
	text-decoration: none;
	color: #974450;
}
a:active {
	text-decoration: none;
}
---------------------------------*/



/* 見出し
---------------------------------------------------------*/
h1{
	font-size: 140%;
	margin-top: 15px;
	margin-bottom: 20px;
}
h3 {							/* width690px */
	font-size: 14px;
	color: #696969;
	font-weight: bold;
	padding: 6px 0 1px 35px;
	background-image: url("../images/bg_h3.gif");
	background-repeat: no-repeat;
	width: 690px;
	height: 32px;
	margin: 2px 0 20px 0;
}


h4 {
	text-align: center;		/* News,colum　タイトルに適用 */
	color: #23661E;
	font-weight: bold;
	margin: 0px 0 30px 0 ;
}


/* h5
展示構成・セミナープログラムなどタイトルに適用
（詳細設定は 各個別の css に記載）
-----------------------------------------------------*/
h5 {
	font-size: 100%;
	padding: 8px 10px 5px 10px;
	margin: 0;
}
	h5 span.textRight { 
		font-weight: normal;
		font-size: 80%;
		float: right;
	}






/* テキストスタイル
---------------------------------------------------------*/

/* -------------------- テキストサイズ */

.textSmall {
	font-size: 80%;
	line-height: 140%;
}
.textSmallSmall {
	font-size: 70%;
	line-height: 130%;
}
.textSmallSemi {
	font-size: 95%;
	line-height: 130%;
}
.textLarge {
	font-size: 120%;
	line-height:140%
}
.textLargeSemi {
	font-size: 110%;
}


/* -------------------- テキストカラー */
.textWhite {
	color: #fff;
}
.textRed {
	color: #cc0000;
}
.textBlue {
	color: #004DA5;
}
.textPink {
	color: #B93E5A;
}
.textPerple {
	color: #9F4F9F;
}
.textPerpleDeep {
	color: #8F4768;
}
.textGreen {
	color: #23661E;
}
.textLimeGreen {
	color: #88da38;
}
.textOrenge {
	color: #EF7C4A;
}
.textPink{
	color:#B93E5A;
}
.textPerple{
	color:#B93E5A;
}
.textGold {
	color: #89713B;
}
.textSilver {
	color: #808285;
}
.textBronze {
	color: #a9431b;
}
.textsuccess {
	color: #ff6868;
}





/* レイアウト類
---------------------------------------------------------*/
#Contents {
	width: 680px;
	margin-left: 10px;
}

#width690px {
	width: 690px;
}

#width730px {
	width: 700px;
	background-color: #fff;
}


/* -------------------- margin,padding */
.marginTop5px {
	margin: 5px 0 0 0;
}
.marginTop10px {
	margin: 10px 0 0 0;
}
.marginTop15px {
	margin: 15px 0 0 0;
}
.marginTop20px {
	margin: 20px 0 0 0;
}
.marginTop40px {
	margin: 40px 0 0 0;
}


.marginBtm5px {
	margin: 0 0 5px 0;
}
.marginBtm10px {
	margin: 0 0 10px 0;
}
.marginBtm20px {
	margin: 0 0 20px 0;
}
.marginBtm40px {
	margin: 0 0 40px 0;
}
.marginBtm60px {
	margin: 0 0 60px 0;
}


.marginLeft10px {
	margin: 0 0 0 10px;
}
.marginLeft20px {
	margin: 0 0 0 20px;
}
.paddingLeft2em {
	padding: 0 0 0 2em;
}


.marginTB10px {
	margin: 10px 0 10px 0;
}
.marginTB20px {
	margin: 20px 0 20px 0;
}
.marginTop20pxBtm5px {
	margin: 20px 0 5px 0;
}
.marginTop40pxBtm5px {
	margin: 40px 0 5px 0;
}
.marginLT10px {
	margin: 10px 0 0 10px;
}
.marginLTB10px {
	margin: 10px 0 10px 10px;
}
.marginLB10px {
	margin: 0 0 10px 10px;
}


.marginConference {
	margin: 0.1em 0 0 2.3em;
}
.marginConference02 {
	margin: 0.1em 0 1em 2.3em;
}
.marginPrezen {
	margin: 0.5em 0.5em 1em 0.5em;
}




.padding10px {
	padding: 10px;
}
.padding20px {
	padding: 20px;
}
.paddingTop10pxBtm5px {
	padding: 10px 10px 5px 10px;
}

.paddingTable td{
	padding:5px;
}



.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}
.textCenter,
.center {
	text-align: center;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}



.categoryAreaLL {
	margin: 0 20px 20px 0;
	float: left;
}
.categoryAreaLR {
	margin: 0 0 20px 0;
	float: left;
}
.categoryAreaR {
	margin: 0 0 20px 20px;
	float: right;
}



/*-------------------- クリア設定*/
.clearFix:after	{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	overflow: hidden;
}

.clearFix	{
	zoom: 1;
}





/* 左メニュー
-----------------------------------------------------------------------------------------*/
.menu_bg{
	background-color: #fdfde3;
	vertical-align: top;
}








/* コンテンツ
-----------------------------------------------------------------------------------------*/
.BgGray{
	background-color: #F6F6F6;
	padding: 10px;
}




/* プルダウンボックス
---------------------------------------------------------*/
#Box_pulldown {
	font-size: 80%;
	padding: 3px 5px 0 5px;
	border:solid #EE8A8E 2px;
	background-color: #FAF9E9;
}



/* Table
---------------------------------------------------------*/
#dotLine td, #dotLine th{
	padding: 2px 2px 0 0;
}



.basicTable01{
	border-color:#9DCEA3;
	border-style:solid;
	border-width:1px 0 0 1px;
	margin: 3px 0;
}
.basicTable01 th{
	padding: 5px;
	border-color:#9DCEA3;
	border-style:solid;
	border-width:0 1px 1px 0;
	background-color:#B7FBBE;
}
.basicTable01 td{
	padding:3px;
	border-color:#9DCEA3;
	border-style:solid;
	border-width:0 1px 1px 0;
	background-color:#FFFFFF;
}
.basicTable01 td.green	{
	padding:3px;
	border-color:#9DCEA3;
	border-style:solid;
	border-width:0 1px 1px 0;
	background-color:#E9FEEB;
}
.basicTable01 .nowrap	{
	white-space:nowrap;
}

.basicTable01 td.noleft	{
	border-left: none;
}
.basicTable01 td.noall	{
	border-left:none;
	border-bottom:none;
}



.tenji_contents{
	border: 2px solid #9DCEA3;
	padding:0;
	margin:0 0 20px 0;
}

.tenji_contents td{
	padding: 5px;
}

.title_pink{
	background-color: #FAE6E9;
	color:#3b3b3a;
	padding:5px;
}

.lineTopSolid{
	border-bottom:1px solid #E5E5E5;
}
.lineBtmDot{
	border-bottom: dotted 1px #999;
}


.newsTableGreen{
	color:#555555;
	width:680px;
	font-size:100%;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px #96BD6C solid;
}

.newsTableGreen th{
	font-weight: normal;
	text-align:center;
	vertical-align: middle;
	border-right: 1px #96BD6C solid;
	border-left: 1px #96BD6C solid;
	border-bottom: 1px #96BD6C solid;
	background-color: #CCE9AF;
	padding:5px;
}

.newsTableGreen td{
	font-weight: normal;
	text-align:center;
	vertical-align: middle;
	border-right: 1px #96BD6C solid;
	border-left: 1px #96BD6C solid;
	border-bottom: 1px #96BD6C solid;
	padding:5px;
}


#q_table{
	background-color: #f0ecdb;
	padding: 10px;
	font-size:85%;
	margin-left:0;
}

.yellow_b{
	border-right: 1px solid #f98e26;
	border-bottom: 1px solid #f98e26;
	background-color: #ffff99;
}



/* list
---------------------------------------------------------*/
ol,ul {
	margin: 0;
	padding: 0 0 0 25px;
}
ol li{
	list-style-type: decimal !important;
}



ul.Layout{
	padding: 0 0 0 0px;
}

ul.Layout li{
	list-style: none;
}








/* フッター
-----------------------------------------------------------------------------------------*/
#footerBG {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height:37px;
	width: 100%;
}

#footerBG .footerLeft {
	width :170px ;
	height :37px ;
	background-color :#fdfde3 ;
	background-image : none ;
}




/*アイデアde賞
--------------------------------------------------------------------------------------------------*/
.ideaWork{
	border:3px solid #fa9c9f;
	width:660px;
	line-height:140%;
}
.ideaWork p{
	margin:5px;
}

div.gray{
	border:1px solid #CCC;
	width:610px;
	margin-bottom:25px;
}

hr.pink{
	border:1px solid #DECACE;
	width:600px;
}

.midashipk{
	width:660px;
	background-color:#fa9c9f;
	color:#fff;
	font-weight:bold;
	padding:5px;
}
/***Firefoxハック***/
*>.midashipk{
	width:650px;
	background-color:#fa9c9f;
	color:#fff;
	font-weight:bold;
	padding:5px;
}
.pagetopFix{
	width:610px;
}



