/* ==========================================
KASAMA NICHIDO MUSEUM OF ART :  CSS
============================================*/

* {
	font-family: "ＭＳ Ｐゴシック", Osaka;
    }

body,form,fieldset {
    margin:0;
	padding:0;
	}

h1,h2,h3,h4,h5,h6,
div,p,pre,ul,li,ol,dl,dt,dd,
address,form,blockquote
	{
	margin:0;
	padding:0;
	line-height:1;
	}

p {
    line-height:1.8;
	text-align:justify;
	text-justify:inter-ideograph;
	}

li {
    list-style:none;
	line-height:1.8;
	text-align:justify;
	text-justify:inter-ideograph;
	}
	
dl,dt,dd {
	line-height:1.8;
	text-align:justify;
	text-justify:inter-ideograph;
	}
	
table,tr,td,th {
    line-height:1.8;
	}

input, textarea {
    font-size:1em;
	}

img {
    border:none;
	}

/* ボディー
============================================*/
body{ 
    font-size:80%;
    color:#555;
	background:#fff;
	text-align:center;
    }


/* リンク
============================================*/
a:link { 
    color:#4c71c2;
	text-decoration:underline;
	border:0;
    }
a:visited { 
    color:#4c71c2;
	text-decoration:underline;
	border:0;
    }
a:active {
    color:#4c71c2;
	text-decoration:underline;
	border:0;
    }
a:hover {
    color:#09f;
	text-decoration:none;
	border:0;
    }


/* ラッパー
============================================*/
#wrapper {
    width:800px;
	padding:20px 0 10px 0;
    text-align:left;
	background:#fff;
	margin:0 auto;
    }
	

/* コンテンツ全体
============================================*/
#content {
    width:760px;
    margin:0 auto;
    }
   
	   
/* ヘッダー
============================================*/
#header {
    width:760px;
	height:110px;
	margin:0 auto;
	background:url(../images/logo.gif) no-repeat #fff;
	}

#header p {
    width:220px;
	height:50px;
	position:absolute;
	text-indent:-5000px;
	font-size:1px;
	}
#header p a {
    width:220px;
	height:50px;
	display:block;
	} 


/* 言語セレクト
============================================*/
#languageSelect {
	margin:20px 0 0 572px;
	position:absolute;
	}
	
li#langBar,
li#langEnglish,
li#langJapanese {
	width:67px;
	height:17px;
	text-indent:-5000px;
	font-size:1px;
	float:left;
    }
li#langBar {
    width:47px;
	background:url(../images/lang.gif) no-repeat;
    }
li#langEnglish {
	background:url(../images/lang_eng.gif) no-repeat;
	margin-right:5px;
    }
li#langJapanese {
    width:68px;
	background:url(../images/lang_jap.gif) no-repeat;
    }

li#langEnglish a,
li#langJapanese a {
	width:67px;
	height:17px;
	display:block;
    }
li#langJapanese a {
	width:68px;
    }
li#langEnglish a:hover {
    background:url(../images/lang_eng_on.gif) no-repeat;
    }
li#langJapanese a:hover {
    background:url(../images/lang_jap_on.gif) no-repeat;
    }

/* グローバルナビゲーション
============================================*/
#globalNavigation {
	margin:70px 0 0 0;
	position:absolute;
	}
	
li#naviExhibition,
li#naviCollection,
li#naviGuidance,
li#naviCurator,
li#naviInformation,
li#naviHome {
	width:127px;
	height:40px;
	text-indent:-5000px;
	font-size:1px;
	float:left;
    }
li#naviExhibition {
	background:url(../images/navi_exhibition.gif) no-repeat;
    }
li#naviCollection {
	background:url(../images/navi_collection.gif) no-repeat;
    }
li#naviGuidance {
	background:url(../images/navi_guidance.gif) no-repeat;
    }
li#naviCurator {
	background:url(../images/navi_curator.gif) no-repeat;
    }
li#naviInformation {
	background:url(../images/navi_information.gif) no-repeat;
    }
li#naviHome {
	background:url(../images/navi_home.gif) no-repeat;
	width:125px;
    }

li#naviExhibition a,
li#naviCollection a,
li#naviGuidance a,
li#naviCurator a,
li#naviInformation a,
li#naviHome a {
	display:block;
	width:127px;
	height:40px;
    }
li#naviHome a {
	width:125px;
    }
 
li#naviExhibition a:hover {
	background:url(../images/navi_exhibition_on.gif);
    }
li#naviCollection a:hover {
	background:url(../images/navi_collection_on.gif);
    }
li#naviGuidance a:hover {
	background:url(../images/navi_guidance_on.gif);
    } 
li#naviCurator a:hover {
	background:url(../images/navi_curator_on.gif);
    }
li#naviInformation a:hover {
	background:url(../images/navi_information_on.gif);
    }
li#naviHome a:hover {
	background:url(../images/navi_home_on.gif);
    } 
	

/* ページナビゲーション
============================================*/
#topNavigation {
    width:760px;
	_font-size:10px;
	font-size:80%;
	clear:both;
	background:#fff;
	}
	
#topNavigation p {
    background:url(../images/icon_arrow_01.gif) no-repeat left center;
	padding-left:10px;
	margin:5px 20px;
	}
	

/* メインコンテンツ
============================================*/
#contentMain {
    width:760px;
	clear:both;
	margin-bottom:10px;
	background:url(../images/bg_content_main.gif) repeat-y;
	}
	
		
/* 左コンテンツ
============================================*/
#contentLeft {
    width:190px;
	clear:both;
	float:left;
	padding-top:5px;
	}


/* サブナビゲーション
============================================*/
#subNavigation {
    width:190px;
	}
	

/* 右コンテンツ
============================================*/
#contentRight {
    width:550px;
	float:right;
	padding-top:5px;
	}


/* ページトップ
============================================*/
#toTop {
    width:760px;
	height:40px;
	clear:both;
	margin-bottom:20px;
	border:1px solid #ddd;
	}

#toTop p {
    width:113px;
	height:12px;
	position:absolute;
	margin:15px 0 0 625px;
	background:url(../images/btn_to_top.gif) no-repeat right center;
	text-indent:-5000px;
	font-size:1px;
	}
#toTop p a {
    width:113px;
	height:12px;
	display:block;
	}
#toTop p a:hover {
    background:url(../images/btn_to_top_on.gif) no-repeat;
	}



/* フッター
============================================*/
#footer { 
    clear:both;
	width:760px;
	}
	
p.copyright {
    font-size:1px;
	text-indent:-5000px;
	margin:0;
	padding:20px;
	height:12px;
    background:url(../images/img_copyright.gif) no-repeat center;
	}


/* フッターナビゲーション
============================================*/
#footerNavigation {
	clear:both;
	margin-bottom:20px;
	padding:10px;
	background:#f3f3f3;
	text-align:center;
	line-height:1.8;;
	font-size:80%;
	letter-spacing:0.1em;
    }
	
p.detail {
    width:109px;
	height:32px;
	position:absolute;
	margin-left:240px;
	background:url(../images/btn_detail.gif) no-repeat;
	text-indent:-5000px;
	font-size:1px;
	}
p.detail a {
    width:109px;
	height:32px;
	display:block;
	}
p.detail a:hover {
    background:url(../images/btn_detail_on.gif) no-repeat;
	}
	
	
/* アドレス
============================================*/
#address {
    width:760px;
	height:50px;
	clear:both;
	margin:20px 0;
	background:url(../images/img_address.gif) no-repeat;
    }
#address p {
    text-indent:-5000px;
	font-size:1px;
    }
	
	
/* タイトル・見出し
============================================*/
h1 {
	height:135px;
	text-indent:-5000px;
	font-size:1px;
	clear:both;
	}

	
h3 {
    margin-bottom:10px;
	border-bottom:1px solid #ccc;
	padding:0 0 3px 0;
	color:#09f;
	font-size:130%;
	line-height:1.8;
	clear:both;
	}
h3 span {
	font-size:80%;
	}
	
h4 {
    margin-bottom:10px;
	border-bottom:1px solid #ddd;
	color:#666;
	font-size:110%;
	line-height:1.8;
	clear:both;
	}
	
	
/* テキスト
============================================*/
p {
    margin:0 10px 10px 10px;
	}
p.clear {
	clear:both;
	}
.spacer {
    margin-bottom:80px;
	clear:both;
	}
.spacerS {
    margin-bottom:20px;
	clear:both;
	}
.spacerM {
    margin-bottom:40px;
	clear:both;
	}
p.separator {
    height:40px;
	clear:both;
	background:url(../images/line_dotted_01.gif) repeat-x center;
	}
p.small {
    font-size:80%;
	}
p.form {
    text-align:center;
	margin-bottom:40px;
	}	
	
span {
    font-size:80%;
	}


	
ul.number {
    margin-bottom:20px;
	}
ul.number li {
    margin-left:25px;
	list-style:decimal;
	}
	
blockquote {
    line-height:1.8;
	font-size:80%;
	color:#666;
	margin-bottom:40px;
	border:1px solid #ddd;
	padding:10px;
	}
	
img.spacer {
    margin-bottom:20px;
	}
	
	

	
/* テーブル・DIV
============================================*/
table.work{margin-bottom:10px;}
table.work td{
	background:#fff;
	padding-left:10px;
	vertical-align:bottom;
	}
table.caption tr{
	background:#fff;
	color:#666;
	font-weight:bold;
	}
table.caption td{
	background:#fff;
	padding-left:5px;
	color:#333;
	font-weight:normal;
	}

div#artist{
 margin-left:20px;
 clear:both;
}

/* タイトル・見出し
============================================*/
h1 {
	height:135px;
	text-indent:-5000px;
	font-size:1px;
	clear:both;
	}

h2 {
    margin-bottom:20px;
background:#f9f9f9;
	color:#09f;
	font-size:130%;
	line-height:1.8;
padding:5px;
	clear:both;
	}
	
h3 {
    margin:20px 0 10px 0;
	border-bottom:1px solid #ccc;
	color:#666;
	font-size:110%;
	line-height:1.8;
	clear:both;
	}
	

/* タイトル画像
============================================*/
h1 {
    background:url(../images/title_collection.jpg) no-repeat;
	}
	

/* サブナビゲーション
============================================*/
#subNavigation ul {
width:178px;
margin-left:5px;

	border-bottom:1px solid #ccc;
    }

li#naviCategory {
	width:178px;
	height:28px;
	background:url(../images/icon_arrow_02.gif) no-repeat #fff center left;
	border:1px solid #ccc;
border-bottom:none;
    }

li#naviCategory a {
	width:143px;
	height:28px;
	display:block;
	padding-left:30px;
padding-right:5px;
	line-height:2.1;
text-decoration:none;
    }
li#naviCategory a:hover {
    background:url(../images/icon_arrow_02.gif) no-repeat #eee center left;
    }

li#naviCollection00 {
    background:url(../images/navi_title_collection.gif) no-repeat;
	width:180px;
	height:20px;
	border:none;
	text-indent:-5000px;
	font-size:1px;
	}

	
	
		
/* テキスト
============================================*/
p {
   margin-bottom:10px;
    clear:both;
	}
p.spacer {
   margin-bottom:40px;
	}

/* 画像
============================================*/
img {
    padding:5px;
    border:1px solid #ddd;
    margin-right:10px;
    float:left;
}

/**/
img.thumbnail{float:left; margin:0 15px 10px 0;}
#entryArchive .thumbnail{display:none;}

/**/
.paged-archives{text-align:center; color:#b3b3b3;}
.paged-archives span{color:#555; font-family:Verdana, sans-serif;}
