/* CSS Document */
/*
	----------------------------
	RESET
	____________________________
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
	line-height:1;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #000;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

ruby {
ruby-align: distribute-space;
ruby-overhang: auto;
ruby-position: above;
}

a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

a:hover img{
	/*opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";*/
}


body {
	margin: 0px 40px;
}

#wrapper{
	width: 960px;
	margin: 0px auto 0px;
}

#wrapper a{
	color: #00F;
	text-decoration: none;
}
#wrapper a:hover{
	text-decoration: underline;
}


#header{
	width: 960px;
	margin: 30px auto 0px;
	height: 50px;
	border-bottom: 1px solid #CCC;
	position: relative;

}

#header h1{
	width: 125px;
	background: url(../images/rogo.gif) no-repeat;
	height: 41px;
	float: left;
	text-indent: -9999px;
}


#header h1 a{
	width: 125px;
	background: url(../images/rogo.gif) no-repeat;
	height: 41px;
	float: left;
	text-indent: -9999px;
	display: block;
}


div.menu {
	height: 40px;
	margin: 0px 0px 0px 280px;
	padding: 0px;

}



.menu ul li {
	list-style: none;
	margin:0;
	padding:0;
	float: left;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align:center;
}
.menu ul li a{
  display: block;
}
.menu ul li:hover, .menu ul li a:hover {
  background:#FFF;
  color:#fff;
}
.menu ul.sub {
	position: absolute;
	top: 51px;
	left: 0px;
	width: 960px;
			z-index: 9999;

}
.menu ul.sub li {
	visibility: hidden;
	overflow: hidden;
	height: 0;
	width: 192px;
	background:#FFF;
}
.menu ul li ul.sub li:hover, .menu ul li ul.sub li a:hover {
  background:#FFF;
}
.menu ul li:hover ul.sub li, .menu ul li a:hover ul.sub li{
  visibility: visible;
  overflow: visible;
  height:100px;
  padding: 10px 0px 0px;  
  z-index: 10;
  border-bottom: 1px solid #CCC;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menu ul li.active a {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}



/****/
.menu ul li a.nv01{
	text-indent: -9999px;
	background: url(../images/nv_home.gif) no-repeat center 20px;
}

.menu ul li a.nv02{
	text-indent: -9999px;
	background: url(../images/nv_entry.gif) no-repeat center 20px;
}

.menu ul li a.nv03 {
	text-indent: -9999px;
	background: url(../images/nv_theme.gif) no-repeat center 20px;
}

.menu ul li a.nv04{
	text-indent: -9999px;
	background: url(../images/nv_blog.gif) no-repeat center 20px;
}





/*サブメニュ*/
ul.sub1 {
	margin-top: 10px;
	overflow: hidden;
	text-align: center;
}
ul.sub1 li {
	list-style: none;
	margin:0px 0 0;
	padding:0;
	float: left;
	width: 192px;
	height: 110px;
	text-align:center;
	background: url(../images/menu_border.gif) repeat-x center bottom;
}


ul.sub1 li.active {
	background: url(../images/menu_active.gif) no-repeat center bottom;
}

ul.sub1 li.active a {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}


/* TOP */
#top_stage {
	padding: 0px;
	margin: 63px 0px 0px;
	zoom: 1;
	clear: both;
	z-index: 1;
}

#top_stage .copy_block{
	text-align: center;
	padding: 0px 80px;
	margin: 0px 0px 30px;
	zoom:1;
	clear: both;
	overflow: hidden;
}

#top_stage .copy_block h2{
	text-align: center;
	margin-bottom: 60px;
}

#top_stage .copy_block div{
	font-size: 21px;
	line-height: 1;
	font-weight: bold;
}

#top_stage .copy_block p{
	text-align: left;
	font-size: 14px;
	line-height: 2.0;
	margin-top: 20px;
}

.top_section{
	padding: 0px;
	margin: 60px 0px 0px;
	zoom:1;
	clear: both;
	overflow: hidden;
}




ul#news li{
	text-align: left;
	font-size: 13px;
	line-height: 1.0;
	background: url(../images/pic_list_a.gif) no-repeat left top;
	margin: 15px 0px;
	padding: 0px 0px 0px 15px;
}

div#shoten_area{
	margin: 78px 0px 15px;
	height: 430px;
	width: 960px;
	position: relative;

}


div#roof {
	width: 960px;
	height: 159px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/pic_roof.gif) no-repeat center;
	z-index: 9;
}

ul#curtain {
	width: 960px;
	height: 277px;
	position: absolute;
	top: 150px;
	left: 0px;
	background: url(../images/curtainbar.gif) no-repeat center 20px;
}

ul#curtain li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 277px;
	width: 160px;
	float: left;
}

ul#curtain li a{
}

#shoten_area li a:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

ul#curtain li.noren1 a{
	display: block;
	width: 160px;
	height:	277px;
	position: absolute;
	top: 0px;
	left: 40px;
	z-index: 1;
}


ul#curtain li.noren2 a{
	display: block;
	width: 160px;
	height:	277px;
	position: absolute;
	top: 0px;
	left: 220px;
	z-index: 1;
}

ul#curtain li.noren3 a{
	display: block;
	width: 160px;
	height:	277px;
	position: absolute;
	top: 0px;
	left: 400px;
	z-index: 1;
}

ul#curtain li.noren4 a{
	display: block;
	width: 160px;
	height:	277px;
	position: absolute;
	top: 0px;
	left: 580px;
	z-index: 1;
}

ul#curtain li.noren5 a{
	display: block;
	width: 160px;
	height:	277px;
	position: absolute;
	top: 0px;
	left: 760px;
	z-index: 1;
}




.top_section h4{
	padding: 0px;
	margin: 0px 0px 5px;
}


.top_section p.schedulcap{
	text-align: right;
	font-size: 11px;
	margin-top: 10px;
}

h4.md_schedule{
	background: url(../images/md_schedule.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 16px;
	width: 97px;
}

h4.md_news{
	background: url(../images/md_news.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 13px;
	width: 63px;
}


/****/
#theme_container{
	
}

.visual{
	padding: 0px;
	margin: 30px 0px 60px;
	zoom:1;
	clear: both;
	overflow: hidden;
	text-align: center;
}


.block_contents{
	padding: 0px;
	margin: 0px 0px 70px;
	zoom:1;
	clear: both;
	overflow: hidden;
}

.block_contents h4{
	width: 184px;
	float: left;
	margin: 2px 0px 0px;
	height: 26px;
}


body#kibounomori .block_contents h4{
	background: url(../images/theme_md_bg_a.gif) no-repeat;
}

body#hikaribakery .block_contents h4{
	background: url(../images/theme_md_bg_b.gif) no-repeat;
}

body#woodytoys .block_contents h4{
	background: url(../images/theme_md_bg_c.gif) no-repeat;
}

body#cloverkai .block_contents h4{
	background: url(../images/theme_md_bg_d.gif) no-repeat;
}

body#atelierpotos .block_contents h4{
	background: url(../images/theme_md_bg_e.gif) no-repeat;
}



.block_contents h4 span.md_theme{
	background: url(../images/theme_md_theme.gif) no-repeat center center;
	height: 26px;
	width: 184px;
	text-indent: -9999px;
	display: block;
}

.block_contents h4 span.md_message{
	background: url(../images/theme_md_message.gif) no-repeat center center;
	height: 26px;
	width: 184px;
	text-indent: -9999px;
	display: block;
}

.block_contents h4 span.md_exhibit{
	background: url(../images/theme_md_exhibit.gif) no-repeat center center;
	height: 26px;
	width: 184px;
	text-indent: -9999px;
	display: block;
}

.block_contents h4 span.md_outline{
	background: url(../images/theme_md_outline.gif) no-repeat center center;
	height: 26px;
	width: 184px;
	text-indent: -9999px;
	display: block;
}



.block_contents .copyblock{
	float: right;
	width: 740px;
}

.block_contents .copyblock div.ttl{
	margin-bottom: 10px;
	font: bold 19px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.block_contents .copyblock p{
	font-size: 13px;
	margin: 0px 0px 0px;
	line-height: 2.0;	
}


.block_contents .copyblock ul.photo{
	list-style: none;
	margin-top: 25px;
}
.block_contents .copyblock ul.photo li{
	float: left;
	width: 180px;
	margin: 0px 35px 0px 0px;
	list-style: none;
}
.block_contents .copyblock ul.photo li span{
	font-size: 11px;
	display: block;
	margin: 10px 0px 0px;
	line-height: 1.4;
}

dl.exhibit{
	margin: 0px 0px 1.5em;
}
dl.exhibit dt{
	font-weight: bold;
	font-size: 13px;
	margin: 0px 0px 0.5em;
	line-height: 1.4;
	display: block;
}
dl.exhibit dd{
	font-size: 13px;
	margin: 0px 0px 0.25em;
	line-height: 1.9;
	text-indent: -1em;
	padding-left: 1em;
}

dl.exhibit_2nd{
	margin: 0.5em 0px 2em 1.5em;
}

dl.exhibit_2nd dt{
	font-size: 13px;
	line-height: 1;
	margin: 2em 0px 0.5em;
	display: block;
	padding: 0px;
}
dl.exhibit_2nd dd{
	font-size: 13px;
	line-height: 1.9;	
	margin: 0px 0px 0.25em 1.25em;
	text-indent: -1em;
    padding-left: 1em;
}

span.download a{
	background: url(../images/btn_download.gif) no-repeat;
	width: 200px;
	height: 42px;
	margin: 1.5em 0px 25px 1em;
	text-indent: -9999px;
	display: block;
}

span.subdownload {
	background: url(../images/pic_subdown.gif) no-repeat left center;
	margin: 25px 0px 0px -1em;
	display: block;
	padding-left: 2em;
}


/****/
.preliminary{
	font-size: 14px;
	margin-top: 15px;
}


.copy {
	background: url(../images/bodycopy.gif) no-repeat;
	height: 223px;
	width: 710px;
	text-indent: -9999px;
	margin: 60px auto 0px;
}






ul#downlist{
	width: 884px;
	height: 420px;
	margin: 0px auto;
	text-align: center;
}

ul#downlist li{
	float: left;
	width: 280px;
	list-style: none;
	margin: 0px 80px;
}

ul#downlist li span{
	width: 280px;
	height: 40px;
	margin: 10px 0px 0px;
	display: block;
}




.caption{
	margin: 80px auto 0px;
	font-size: 12px;
}


.contact{
	font-size: 14px;
	margin: 80px 0px 0px;
	line-height: 1.8;
}

.contact span{
	font-size: 14px;
	font-weight: bold;
}


/*募集要項*/

#entry{
	padding: 0px;
	margin: 50px 0px 0px;
	zoom:1;
	clear: both;
}

#entry .session{
	width: 960px;
	margin: 0px 0px 70px;
	zoom:1;
	clear: both;
}
#entry h2{
	margin: 0px 0px 65px;
	background: url(../images/ttl_entry.gif) no-repeat center center;
	text-indent: -9999px;
	height: 38px;
	width: 958px;
	border: 1px solid #CCC;
}


#entry h5{
	font-size: 15px;
	letter-spacing: 0.15em;
	margin: 0px 0px 15px;
	padding-bottom: 5px;
}


#entry p{
	font-size: 13px;
	margin: 0px 0px 0px;
	line-height: 1.9;
}

dl.listtype dt{
	font-size: 13px;
	margin: 0px 0px 0m;
	line-height: 1.8;
}

dl.listtype dd{
	font-size: 13px;
	margin: 0px 0px 0.5em 2em;
	line-height: 1.8;
}




ul#theme{
	margin: 15px 0px 0px;
	height: 200px;
}

ul#theme li{
	font-size: 13px;
	line-height: 1.4;
	list-style: none;
	float: left;
	width: 161px;
	border-left: 1px dotted #999;
	height: 200px;
	padding: 0px 15px;
}

ul#theme li.noline{
	border-left: 1px solid #FFF;
}


ul#theme li p{
	text-align: center;
	margin: 0px 0px 15px;
}

ul#theme li span{
	font-size: 13px;
	line-height: 1.4;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 10px;
}

ul#theme li em{
}

ul#theme li em a{
	margin: 8px auto 0px;
	background: url(../images/btn_more.gif) no-repeat;
	text-indent: -9999px;
	height: 24px;
	width: 60px;
	display: block;
	padding: 0px;
}

ul#schedule{
	margin: 0.5em 0px 0px;	
}
ul#schedule li{
	font-size: 13px;
	line-height: 1.6;
	margin: 0px 0px 0.5em 1.5em;
	list-style: disc url(none);
}

ul#attention{
	margin: 0.5em 0px 0px;	
}
ul#attention li{
	font-size: 13px;
	line-height: 1.6;
	margin: 0px 0px 0.5em 1.5em;
	list-style: disc url(none);
}

#entry p.secretariat{
	margin: 0px 0px 10px;
	font: bold 17px/1.0 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#entrydownload{
	margin: 80px auto;
	width: 960px;
	text-align: center;
}

#entrydownload a{
	background: url(../images/btn_entry_download.gif) no-repeat;
	text-indent: -9999px;
	height: 43px;
	width: 270px;
	display: block;
	text-align: center;
	margin: 0px auto;
}

/*aboutsite*/

#aboutsite{
	padding: 0px;
	margin: 50px 0px 0px;
	zoom:1;
	clear: both;
}

#aboutsite .session{
	width: 960px;
	margin: 0px 0px 55px;
	zoom:1;
	clear: both;
}
#aboutsite h2{
	margin: 0px 0px 65px;
	background: url(../images/ttl_about.gif) no-repeat center center;
	text-indent: -9999px;
	height: 38px;
	width: 958px;
	border: 1px solid #CCC;
}


#aboutsite h5{
	font-size: 15px;
	letter-spacing: 0.15em;
	margin: 0px 0px 10px;
}


#aboutsite p{
	font-size: 13px;
	margin: 0px 0px 0px;
	line-height: 1.9;
}


/*page top*/
#pagetop {
	height: 41px;
	margin: -40px 0px -40px;
}

#pagetop a {
	display: block;
	background: url(../images/btn_pagetop.gif) no-repeat;
	text-indent: -9999px;
	height: 41px;
	width: 66px;
	float: right;
}

ul#bottomNavi {
	margin: 50px 0px 0px;
}

ul#bottomNavi li {
	font-size: 12px;
	line-height: 1.0;
	float: left;
	margin-right: 30px;
	list-style: none;
	padding-left: 10px;
	background: url(../images/pic_list_b.gif) no-repeat left center;
}

ul#bottomNavi li a{
	color: #000;
}

ul#bottomNavi li a:hover{
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

/*footer*/
#footer{
	width: 960px;
	margin: 10px 0px 0px;
	display: inline-block;
	zoom:1;
	padding: 20px 0px 50px;
	border-top: 1px solid #CCC;
}
.copyright{
	font-size: 11px;
	margin: 0px;
	width: 500px;
	float: left;
	line-height: 2.2;
	background: url(../images/footer_rogo2.gif) no-repeat 0px 5px;
	padding-left: 60px;
}
.siaf{
	width: 200px;
	float: right;
	height: 70px;
	text-indent: -9999px;
	background: url(../images/siaf2014rogo_w200.png) no-repeat;
}


/*feed*/
div.rssBody ul li{
	text-align: left;
	font-size: 13px;
	line-height: 1.0;
	background: url(../images/pic_list_a.gif) no-repeat left top;
	margin: 15px 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
}

div.rssBody ul li div{
	float: left;
	margin: 0px 10px 0px 0px;
}


/*blog_btn*/
p.blog_btn a{
	background: url(../images/btn_blog.png) no-repeat;
	margin: 0px auto 35px;
	text-indent: -9999px;
	display: block;
	height: 62px;
	width: 300px;
}
