﻿@charset "UTF-8";
a:link { color: black; text-decoration: none;}
a:visited { color: black;  text-decoration: none;}
a:hover { color: gray; text-decoration: underline;}
a:active { color: red; text-decoration: underline;}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
/*	text-align: center;  これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
#pagebase {
	width: 80%;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
#header { 
	background: #ffffff; 
	padding: 0 10px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
} 
#header h1, #header img{
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 150px;
}
#sidebar {
	float: left;
	width: 270px; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	background: #ffffff; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#sidebar ul li{ list-style-type: none; }
#sidebar li{ padding-top:10px; }
#sidebar h3, #sidebar p {
	margin-left: 10px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 10px;
	color: #ffffff;
}

#mainfield { 
	margin: 0 20px 0 270px; 
} 

#mainfield_printindex{
	display:none;
}

#mainfield_img{
	padding:20px;
}

#mainfield_title{
	padding:10px;
}

#mainfield_movie{
	text-align:center;
}

#exhibitionform{
	margin-top:50px;
	margin-bottom:50px;
}

#exbt_field{
	margin-left:110px;
	min-height:80px;
}

#exbt_exhibitor{
	margin:0px;
	padding-top:5px;
}

#exbt_photo{
	float:left;
	width:100px;
}

#exbt_description{
	border-bottom:1px solid #5F5FAF;
	font-size:1.4em;
	margin:0px;
	padding-bottom:5px;
}

#footer { 
	padding: 0 10px;
	background:#ffffff;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align:right;
}

.t_righttxt {
	float:right;
	padding-top:80px;
}

.zeromg{
	margin:0px;
}

.fltrt { 
	float: right;
	margin-left: 10px;
}
.fltlft { 
	float:left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
}

.smallscript{
	font-size:x-small;
}

