@charset "shift_jis";

/*


name: layout.css
memo:


*/
/* -----------------------------------------------------------

commmon

----------------------------------------------------------- */
body {
	color: #333;
	font-size: 90%;
	/*font-family: Arial,Meiryo, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;*/
	font-family:'TITUS Cyberbit Basic', 'Code2000', 'Doulos SIL', 'Chrysanthi Unicode', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Thryomanes', 'Gentium', 'GentiumAlt', 'Visual Geez Unicode', 'Lucida Grande', 'Arial Unicode MS', 'Microsoft Sans Serif', 'Lucida Sans Unicode', sans-serif;
	letter-spacing: normal;
}
a:link {color:#122b71;}
a:hover {color:#a86f33;}
a:visited {color:#dd7100;}
a:active {color:#ff8b12;}
img {
	margin: 0;
	padding: 0;
	line-height: 1;
	vertical-align: top;
}
ul,li,ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
p {
	font-size: 90%;
	line-height: 1.4;
}


/* -----------------------------------------------------------

general

----------------------------------------------------------- */

/* #wrapper
----------------------------------------------------------- */
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) 0 0 repeat;
}

/* #header
----------------------------------------------------------- */
#header {
	width: 100%;
	height: 400px;
	background: url(../images/headerBg.jpg) center top no-repeat #cc0f25;
}
#header .inner {
	width: 900px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header .inner #lang {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	_zoom: 1;
}
#header .inner #lang li {
	margin-right: 1px;
	float:left;
	border-top: 1px solid #666;
	color: #666;
	font-size: 80%;
	background: #fff;
}
#header .inner #lang li.langs {padding:8px;}
/*
#header .inner #lang li a {
	padding: 8px;
	color: #666;
	text-decoration: none;
	display: block;
}
#header .inner #lang li a:hover {
	background: #666;
	color: #fff;
}
*/

#header .inner #headerSide {
	width: 230px;
	height: 342px;
	position: absolute;
	top: 29px;
	right: 0;
}

/* #mainColumn
----------------------------------------------------------- */
#mainColumn {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	overflow: hidden;
	_zoom: 1;
	
}
/* #leftColumn */
#mainColumn #leftColumn {
	width: 200px;
	float: left;
}

/* rightColumn */
#mainColumn #rightColumn {
	width: 690px;
	float: right;
}


/* another */
p.lead {
	margin-bottom: 10px;
	line-height: 1.6;
}


/* #footer
----------------------------------------------------------- */
#footer {
	width: 100%;
	margin-top: 50px;
	clear: both;
}
#footer #backTop {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 15px 0;
}
#footer #backTop a {float: right;}
#footer #footerLink {
	width: 100%;
	padding: 20px 0;
	background: #fff;
	text-align: center;
}
#footer #footerLink .inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#footer #footerLink .inner ul {
	height: 58px;
	float: left;
	overflow: hidden;
	_zoom: 1;
}
#footer #footerLink .inner ul li {float: left;}
#footer #footerLink #pinkribbon a {
	width: 180px;
	height: 58px;
	border: none;
	text-decoration: none;
	float: right;
}
#footer #copyright {
	width: 100%;
	height: 74px;
	background: url(../images/footer.gif) top center no-repeat #cc0f25;
}
#footer #copyright .inner {
	width: 900px;
	height: 74px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#footer #copyright .inner small {
	font-size: 80%;
	color: #fff;
	position: relative;
	top: 30px;
	left: 230px; 
}


/* -----------------------------------------------------------

#leftColumn

----------------------------------------------------------- */
/* #gnav */
#gnav {
	width: 200px;
	margin-bottom: 10px;
}

/* #exhibitiorBtn */
#exhibitiorBtn {margin-bottom:10px;}

/* #eventBanner */
#eventBanner {
	width: 200px;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	background: url(../images/eventBanner/sideEventBanner_foot2.gif) 0 bottom no-repeat;
}
#eventBanner ul {
	padding: 0 9px;
	background: #ededed;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
#eventBanner ul li {padding-top: 10px;}
#eventBanner ul li a,#eventBanner ul li img {border: none;}
#eventBanner ul li a span {
	font-size: 8px;
	line-height: 1.2;
}


/* -----------------------------------------------------------

#rightColumn

----------------------------------------------------------- */
#mainColumn #rightColumn #article {
	margin-bottom: 50px;
	background: #fff;
}
#mainColumn #rightColumn #article .inner {padding: 30px;}

/* #newsTicker */
#newsTicker {
	width: 690px;
	height: 51px;
	margin-bottom: 15px;
	backgroound: #fff;
}
#newsTicker img {float: left;}
#newsTicker li {font-size: 12px;}
#newsTicker li span {
	margin-right: 5px;
	padding: 3px;
	font-size: 10px;
	color: #fff;
	background: #333;
	border-radius: 3px;
}



/* -----------------------------------------------------------

index

----------------------------------------------------------- */
/* #indexExpo */
#indexExpo {margin-bottom: 10px;}
#indexExpo #mv {
	background: #fff;
}
#indexExpo #indexExpoBtn ul {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}


#indexExpo #indexExpoBtn {
	background:url(../en/images/indexExpo_footer.gif) top no-repeat #e7e7e7;
	width: 690px;
	height: 76px;
	_height: 130px;
	padding-top: 54px;
}



/* #slider */
#slideWrapper {
	width: 620px;
	height: 240px;
	_width: 630px;
	_height: 250px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background: url(../images/mvBg2014.gif) 0 0 no-repeat;
	z-index: 1;
	position: relative;
}
#slideWrapper #slider,
#slideWrapper #slider div, {z-index: 1;}
#slideWrapper .bx-next {
	width: 33px;
	height: 46px;
	margin: 0;
	padding: 0;
	display: block;
	background: url(../images/mvArrow_r.png) 0 0 no-repeat;
	position: absolute;
	top: 100px;
	right: -20px;
	z-index: 1000;
}
#slideWrapper .bx-prev {
	width: 33px;
	height: 46px;
	margin: 0;
	padding: 0;
	display: block;
	background: url(../images/mvArrow_l.png) 0 0 no-repeat;
	position: absolute;
	top: 100px;
	left: -20px;
	z-index: 1000;
}

/* add 130830 #compeRegi */
#compeRegi {
	margin-bottom: 10px;
	padding: 30px;
	background: #fff;
	overflow: hidden;
	_zoom: 1;
}
.pageCompetition #compeRegi {
	margin: 20px 0;
	padding: 25px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
#compeRegi p {margin-bottom:10px;}
#compeRegi a#regiDownload {
	width: 230px;
	height: 120px;
	display: block;
	border: none;
	text-decoration: none;
	float: left;
}
#compeRegi #rRegi {
	width: 379px;
	height: 120px;
	float: right;
	position: relative;
}
#compeRegi #rRegi #regiBtn {
	position: absolute;
	top: 28px;
	left: 8px;
	z-index: 999;
}

/* add 130904 #didest */
#didest {
	margin-bottom: 10px;
	padding: 30px;
	background: #fff;
	overflow: hidden;
	_zoom: 1;
}


/* -----------------------------------------------------------

page

----------------------------------------------------------- */
.pagehead {}
.pageImage {
	margin-bottom: 20px;
}

/* exhibition.php */
.pageExhibition ul {
	width: 616px;
	height: 64px;
	padding: 10px 7px;
	background: #ccc;
}
.pageExhibition ul li {float: left;}

/* about.php */
.pageAbout table#tableAbout {
    width: 630px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.pageAbout table#tableAbout th {
    padding: 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
	vertical-align: middle;
}
.pageAbout table#tableAbout td {
    padding: 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	line-height: 1.5;
}

/* packageplan.php */
.pagePlan a.planDownload {
	margin: 15px 0;
	padding: 20px;
	display: block;
	border: none;
	text-decoration: none;
	text-align: center;
	font-size: 135%;
	font-weight: bold;
	background: #eee;
}
.pagePlan a.planDownload:hover {background: #ccc;}

/* -----------------------------------------------------------

jQuery ticker

----------------------------------------------------------- */
div.ticker {
	width: 567px;
	height: 51px;
	position: relative;
	overflow: hidden;
	background: #fff;
	float: right;
}
div.ticker ul {
	padding: 18px 0 0 0;
	height: 1.6em;
}
div.ticker ul li {
	float: left;
	display: inline;
	clear: both;
	text-align: left;
	list-style-type: none;
	position: relative;
	line-height: 1.6em;
	margin-bottom: -1.6em;
}


div#longitudinally ul li,
div#fade ul li {
	left: 10px;
}



/* -----------------------------------------------------------

useful

----------------------------------------------------------- */
.ptb15 {padding: 15px 0;}



