body {
	margin:0px auto;
	font-family:"Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", "Osaka", "ＭＳ Ｐゴシック", arial, Verdana;
	font-size:72%;
	line-height:1.8em;
	letter-spacing:0.01em;
	position:relative;
	background: #FFF url(../../images/exhibition2012/common/bg.png) no-repeat center top;	
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .cf {
	height: 1%;
}
.cf {
	display:block;
}
/* end MacIE5 */

a{
	color: #297dd3;
}

.ins{
	color: #FF0000;
}

.error-message{color: #FF0000;}

.red-text{color: #FF0000;}

.blue-text{
	color: #000099;
}

.total-f{
	font-weight: bold;
	border: 1px solid #999;
	padding: 2px;
}





#global{
	width:100%;
}


#header{
	width:920px;
	padding:0px 0px 0px;
	height:320px;
	margin:0 auto;
	overflow: hidden;
}

#header .header-left{
	float:left;
	width:520px;
	padding:30px 0px 0px;
	height: 240px;
}

#header .header-right{
	float:right;
	width:200px;
	height: 270px;
	text-align: right;
}

#header h1{
	margin:0px 0px 15px;
}

#header p{
	margin:0px 0px 15px;
}

#navigation{
	margin:0px;
	padding: 0px;
	height: 49px;
}

#navigation ul li{
	float:left;
	margin:20px 20px 0px 0px;
}

#navigation ul li.btn-eng{
	margin:20px 0px 0px 275px;
}

#navigation ul li.btn-jpn{
	margin:20px 0px 0px 233px;
}

#photo-gallery{
	display:none;
	height:80px;
	padding:0px;
	width:100%;
	margin:0px 0px 30px;
	overflow:hidden;
}

#photo-gallery ul{
	padding:0;
	margin:0;
	width:100%;
	position:relative;

}


#photo-gallery li{
	padding:0;
	width:134px;
	margin:0 1px 0px 0px;
	line-height:0;
	top:0px;
	position:absolute;
}

#contents{
	width:920px;
	margin:0 auto 30px;
}

#page-top{
	width:920px;
	margin:0 auto 30px;
	text-align:right;
}


#footer{
	border-top:solid #CCC 1px;
	padding:10px 0px 30px; 
}


#footer #footer-inner{
	width:920px;
	margin:0 auto 30px;
	padding:0px 0px;

}

#footer .footer-navi{
	float:left;
	width:460px;

}


#footer .footer-copy{
	float:right;
	width:242px;

}


.note{
	color:#666;
	font-size:90%;
	line-height:1.4em;
}

.str{
	font-size:120%;
	color:#EB2378;
	font-weight:bold;
}

input.text-area-long{
	width: 350px;
	border: 1px solid #A5ACB2;
}

input.text-area-long-disabled{
	width: 350px;
	border: 1px solid #A5ACB2;
	color: #000000;
}

input.text-area-name{
	width: 130px;
	border: 1px solid #A5ACB2;
}

input.text-area-number{
	width: 50px;
	border: 1px solid #A5ACB2;
}

textarea.text-area-multi{
	width: 350px;
	border: 1px solid #A5ACB2;
	height: 100px;
}

input.text-area-total{
	width: 80px;
	border: 1px solid #A5ACB2;
}

input.text-area-total-short{
	width: 40px;
	border: 1px solid #A5ACB2;
}

input.text-area-total-disabled{
	width: 80px;
	border: 1px solid #A5ACB2;
	color: #000000;
}

.indent-form-text{
	font-size: 85%;
	margin: 0px;
	padding: 0px 0px 0px 17px;
}

span.t-white{
	background: #FFF;
}

.actions{
	background:#F6F6F6;
	border-top:solid 1px #E5E5E5;
	padding:5px 0px 15px;
	text-align:center;
	margin-top: 30px;
}

#contents .actions p{
	padding:0px;
	margin:0px;
}

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
   padding: 9px 34px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}

a.btn,input.btn{
	text-decoration: none;	
	color:#000;
	font-size:120%;
	font-weight:bold;
	margin:0px 15px;
}

.btn{
	background:url(../../images/exhibition2012/common/btn.png) repeat-x;

}

.btn.pink{
	background:url(../../images/exhibition2012/common/btn_p.png) repeat-x;

}


.btn.blue{
	background:url(../../images/exhibition2012/common/btn_b.png) repeat-x;
	color:#FFF;
	font-size:120%;
	font-weight:bold;
  border: 1px solid #00A1DD;
    text-shadow: none;
   padding: 7px 0px;
	width:370px;
}

.btn.pink{
	background:url(../../images/exhibition2012/common/btn_p.png) repeat-x;
	color:#FFF;
	font-size:120%;
	font-weight:bold;
  border: 1px solid #F487B4;
    text-shadow: none;
   padding: 7px 0px;
	width:370px;
}
