@charset "UTF-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


/*   ---------- common ----------   */

body {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 2.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#fff;
	text-align:left;
}

#wrap {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#container {
	width: 880px;
	margin: 0 auto;
}

/*   ---------- header navi ----------   */
#header {
	width: 100%;
	border-bottom:solid 2px #000000 ; 
	background-color:#fff;
	z-index:100;
	position:fixed;
	top:0;
	left:0;
}

#header .nav {
	padding-top: 10px;
	width: 880px;
	margin: 0 auto;
}

#header .nav .title_logo{
	float: left;
	width: 254px;
}

#header .nav div.links{
	float: right;
	width: 610px;
	margin-bottom:13px;
}

#header .nav div.links ul.other_link{
	float: right;
}

#header .nav div.links ul.other_link li{
	float: left;
	margin-left: 19px;
}

#header .nav ul.anchors{
	width:598px;
	float: right;
	padding-top:4px;
}

#header .nav ul.anchors .anchor_li {
	float: left;
	display: block;
}


/*   ---------- footer ----------   */
#footer{
	width: 100%;
	border-top:solid 2px #000000 ; 
	padding: 15px 0 40px 0;
}

#footer .footer_box{
	width: 880px;
	margin: 0 auto;
}

#footer .footer_left {
	width: 129px;
	float: left;
}

#footer .footer_right {
	width: 720px;
	padding-left: 30px;
	float: right;
}


/*   ---------- contents ----------   */

#contents {
	z-index:0;
	padding-top:150px;
	/padding-top:130px;
}

	#section01{
			margin-bottom: 40px;
	}
				
	#section02,
	#section03 {
	 	padding-top: 60px;
	}
	
	#section04 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.pagetop{
	text-align: right;
	margin-top: 30px;
	clear: both;
	}

	.contents_box {
	margin-top: 30px;
	}

/*   ---------- section01/企画展について ----------   */

	#section01 {
		width: 853px;
		margin:0 10px;
	}
	
	.note{
		font-size:10px;
		line-height: 1.6em;
		margin-top: 15px;
	}


/*   ---------- section02/Joshibi Art Galleryについて ----------   */

	#section02 .contents_box .txt_box_01{
		float: left;
		height: 320px;
	}
	
	#section02 .contents_box .img_box_01{
		float: right;
		width: 330px;
	}

	#section02 .contents_box .txt_box_02{
		float: right;
		width: 330px;
		width: 520px;
		padding-left: 30px;
	}
	
	#section02 .contents_box .txt_box_02 .margin12 {
		margin-bottom: 12px;
	}
	
	#section02 .contents_box .img_box_02{
		float: left;
	}
	
/*   ---------- section03/Joshibi Art Galleryについて ----------   */
			
	#section03 .contents_box .img_box_03{
		float: left;
		width: 476px;
	}
	
	#section03 .contents_box .txt_box_03{
		float: right;
	}

/*   ---------- section04/山本雄三先生について ----------   */
	
	#section04 .contents_box .img_box_04 {
		float: left;
		width: 217px;
	}
	
	#section04 .contents_box .txt_box_04 {
		float: right;
		width: 582px;
	}
	
	#section04 .contents_box .txt_box_04 .margin10 {
		margin-bottom: 10px;
	}
	
	#section04 .contents_box .txt_box_04 .margin30 {
		margin-top: 30px;
	}
	
/*   ---------- .clearfix ----------   */	
	
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}