﻿@charset "utf-8";
/* CSS Document */

.date { color:#3399FF;}
.new-date { font-weight:bold; color:#FF0000;}

p { margin:0; }


/*各ページの最上部・サイトタイトルの設定*/
#header {
 margin:0 auto;
 padding:20px 0 0 20px;
 width:100%;
 height:57px;
 text-align:left;
 border-bottom:solid 1px #575000; 
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
  box-sizing: border-box;

}


/*ナビゲーションバーの設定*/
#navigation {
        margin:0;
        padding:0;
		width:100%;
		border-bottom:solid 1px #575000; 
}

#navigation ul { padding-right:10px; list-style:none; text-align:left;}

#navigation ul li { width:135px; display:inline-block;}

#navigation ul li a { display:block; text-align:center; }

#navigation ul li#now a {
	font-weight:bold;
	border-radius: 10px; 
	-moz-animation: navi 3s ease-in-out 0s infinite alternate;
	-webkit-animation: navi 3s ease-in-out 0s infinite alternate;
	-o-animation: navi 3s ease-in-out 0s infinite alternate;
	-ms-animation: navi 3s ease-in-out 0s infinite alternate;
}

@-moz-keyframes navi {
0% { color:#FDFCEE; background-color: #575000;}
100% { color:#FF9999; background-color: #575000;}
}

@-webkit-keyframes navi {
0% { color:#FDFCEE; background-color: #575000;}
100% { color:#FF9999; background-color: #575000;}
}

@-o-keyframes navi {
0% { color:#FDFCEE; background-color: #575000;}
100% { color:#FF9999; background-color: #575000;}
}

@-ms-keyframes navi {
0% { color:#FDFCEE; background-color: #575000;}
100% { color:#FF9999; background-color: #575000;}
}

/*ページメイン部分の大外枠の設定*/
#container { margin:0; padding:0; width;100%; display: -webkit-box; display: -moz-box;} 

/*サイドバーの設定*/
#sidebar {
	margin: 0;
	padding: 0;
	width:400px;
	min-height:500px;
	text-align:left;
	border-right:solid 1px #575000;
}

/*サイドバー内のカテゴリタイトルの設定*/
#title {
		margin:15px 2em 0 2em;
		padding:10px 0 15px 0;
		color: #575000;
		text-align:center;
		line-height:20px;
		border-radius: 10px;
		border-style: solid;
		border-width: 1px 20px;
		border-color: #575000;
		background-color: #FFFCDC;

		}

span.smaller { font-size:small;}

/*カテゴリ説明の設定*/
#explain {
	margin-bottom:1em;
	padding:1em 2.75em;
	font-size:14px;
	text-indent:1em;
	text-align:left;
	line-height:2em;
	color:#666666;
}

/*ギャラリーの作品コメントの設定*/

#comment {
	margin:25px auto;
	width:300px;
	text-align:left;
	background-color:#FFFFFF;
	border-radius: 12px 12px 0 0;
}

#comment dt {
	margin-bottom:1em;
	padding-top:0.25em;
	padding-left:1.5em;
	line-height:2em;
	color:#FFFCDC;
	border-radius: 12px 12px 0 0;
	background-color: #575000;
}

#comment dd {
	margin-left:0;
	padding:0 1em;
	text-indent:1em;
	line-height:2em;

}

/*ギャラリーの行き来ボタンの設定*/

#movement {
        margin:0 auto;
		width:300px;	
}

#movement ul {
	padding-left:0;
	font-size:0;
	list-style:none;
	text-align:center;
	}

#movement ul li {
	width:99px;
	font-size:14px; 
	display:inline-block;
	line-height:2em;
	color:#FFFCDC;
	}

#movement ul li a {
	display:block;
	color:#FFFCDC;
	background-color: #575000;
	}

#movement ul li:first-child a {
	border-radius:5px 0 0 5px;
}

#movement ul li:last-child a {
	border-radius:0 5px 5px 0;
}

#movement ul li a:hover {
	display:block;
	font-weight:bold;
	color: #575000;
    background-color: #FFCC66;
}



/*ギャラリーのメニューリストの設定（未使用）*/

#list { text-align:left;}

#list dt {
	margin:0 2em 0.5em;
	padding:3px 0 0 0.5em;
	font-size:16px;
	line-height:24px;
	color:#FFFCDC;
	border-radius: 12px;
	background-color: #575000;
	}

#list dt.link {
	margin:0 2em 0.5em;
	padding:3px 0 0 0.5em;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	color:#575000;
	background-color:#FDFCEE;
}

#list dd {
	font-size:16px;
	line-height:32px;
	 color:#575000;
	}

#list dd span { color:#FDFCEE; } 


#list dd.highlight {
	margin-left:3.5em;
	-moz-animation: underbar 10s ease-in 0s infinite normal;
	-webkit-animation: underbar 10s ease 0s infinite normal;
	-o-animation: underbar 10s ease 0s infinite normal;
	-ms-animation: underbar 10s ease 0s infinite normal;
}

@-moz-keyframes underbar {
0% { margin-top:-11px; width: 0px; height: 3px; background-color: #575000;}
30% { margin-top:-11px; width: 63%; height: 3px; background-color: #575000;}
100% { margin-top:-11px; width: 63%; height: 3px; background-color: #575000;}
}

@-webkit-keyframes underbar {
0% { margin-top:-11px; width: 0px; height: 3px; background-color: #575000;}
70% { margin-top:-11px; width: 63%; height: 3px; background-color: #575000;}
100% { margin-top:-11px; width: 63%; height: 3px; background-color: #575000;}
}

@-o-keyframes underbar {
0% { margin-top:-11px; width: 0px; height: 3px; background-color: #575000;}
70% { margin-top:-11px; width: 63%; height: 3px; background-color: #575000;}
100% { margin-top:-11px; width: 63%; height: 3px; background-color: #575000;}
}

@-ms-keyframes underbar {
0% { margin-top:-11px; width: 0px; height: 3px; background-color: #575000;}
70% { margin-top:-11px; width: 63%; height: 3px; background-color: #575000;}
100% { margin-top:-11px; width: 63%; height: 3px; background-color: #575000;}
}

/*サイドバー内バナー部分の設定*/

#banner {
	margin:25px 50px;
	text-align:center;
	border-color:#575000;
	border:solid 1px;
	border-radius:10px;
	background-color:#FFFFFF;
}

#banner-m {
	margin:25px 50px;
	text-align:center;
	border-color:#575000;
	border:solid 1px;
	background-color:#FFFFFF;
}



/*コンテナ内のメイン部分の設定*/
#contents {
	margin:0 0 auto 0;
	padding:0;
	width:800px;
	min-height:100px;
	/*background-image:url("../images/menu-gray.jpg");
	background-repeat:repeat;*/
 }
 
 /*ギャラリーの年代移動設定*/
 
#later {
	margin:50px auto;
	padding-left:0.5em;
	width:600px;
	text-align:left;
	border-right: solid 8px #575000;
	border-left: solid 8px #575000;
	border-radius:8px 0 0 8px;
	color: #FFFCDC;
	background-color:#575000;
}

#later a { color: #FFFCDC; }

#later a:hover{ color: #FF9999; }

#previous {
	margin:75px auto 50px;
	padding-right:0.5em;
	width:600px;
	text-align:right;
	  border-right: solid 8px #575000;
  border-left: solid 8px #575000;
  border-radius:0 8px 8px 0;
  color: #FFFCDC;
  background-color:#575000;
}

#previous a { color: #FFFCDC; }

#previous a:hover{ color: #FF9999; }

 
/*ギャラリーのサム付リスト設定*/

div.released {
	margin:50px auto -25px;
	width:600px;
	border-style:solid;
	border-width:1px;
	border-color:#575000;
	background-color:#FFFFFF;
	background-image:url(../images/no-image.gif);
	background-repeat:repeat;
}

div.year {
	padding-left:1em;
	font-weight:bold;
	color: #FFFCDC;
	text-align:left;
	line-height:2em;
	background-color:#575000;
}

dl.g-thumb {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	float:left;
}

dl.g-thumb img {
	border:0px;
	vertical-align:bottom;
}

dl.g-thumb dd {
	margin-left:0;
	background-color: #ffdb87;

}


div.clear {
	clear:both;
}

/*ギャラリーの画像設定*/
#picture {
	margin: 50px auto ;
	padding: 0;
	}

/*イラストのタイトル設定*/
#p-title{
	margin:	50px 75px 0;
	padding: 0.75em 0 0.5em 1em;
	line-height:0em;
	color: #575000;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	border-color: #575000;
    background-color: #FFFCDC;
}


#p-title dt {
  clear: left;
  float: left;
  width: 32em;
  font-size:20px;
  font-weight: bold;
  text-align: left;
}

#p-title dd {
  margin-left: 32em;
  padding-right:1em;
  text-align:right;
}


/*コラムのインデックス設定*/
#c-list {
	margin: 50px 75px;
	text-align:left;
	}

#c-list dt {
	margin:0 2em 0.5em;
	padding:3px 0 0 0.5em;
	font-size:16px;
	line-height:24px;
	color:#FFFCDC;
	border-radius: 12px 0px 0px 12px;
	background-color: #575000;
	}

#c-list dd {
	padding-left:30px;
	font-size:14px;
	line-height:2em;
	 color:#575000;
	 background-image:url(../images/lyst-mark.gif);
	 background-position:left;
	 background-repeat:no-repeat;
	}

/*コラムのインデックス設定アコーディオン仕様*/

#accordion-list { 
	margin: 50px 75px;
	text-align:left;
	list-style: none;
	}

#accordion-list li {
	margin-left:-8px;
	margin-right:32px;
	cursor: pointer;
	list-style: none;
	}

#accordion-list ul { 
	display: none;
	padding-top:0.5em;
	}

#accordion-list a {
	display: block;
	padding:3px 0 0 0.5em;
	font-size:16px;
	line-height:24px;
	color:#FFFCDC;
	border-radius: 12px 0px 0px 12px;
	background-color: #575000;
	}

#accordion-list ul a {
	margin-left:-25px;
	padding-left:30px;
	font-size:14px;
	line-height:2em;
	color:#575000;
	background-color:#FDFCEE;
	background-image:url(../images/lyst-mark.gif);
	background-position:left;
	background-repeat:no-repeat;
	}

#accordion-list li.menu_on > ul {
	display: block;
	}

#accordion-list li.menu_off > ul {
	display: none;
	}



/*コラムのタイトル設定*/
#a-title {
	margin: 50px 75px 0;
	padding: 0.75em 0 0.5em 1em;
	color: #575000;
	font-weight: bold;
	text-align: left;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	border-color: #575000;
    background-color: #FFFCDC;
	}

/*コラムの記事設定*/
#article {
	margin:25px 75px;
	padding:2em;
	text-align: left;
	line-height: 2em;
	border-radius:10px;
	background-color: #FFFFFF;
	}
	
/*ドロップキャップスなしの設定*/	
p.no-dc {
		text-indent: 1em;
	}
		
p.no-dc span {
	font-size:x-small;
	line-height:2em;
	}

	
/*ドロップキャップスありの設定*/			
p.dropcaps:first-letter {
	padding:6px 5px 0 0;
	font-size: 50px;
	font-weight: bold;
	float: left;
}

/*コラム内のアコーディオンの設定*/

.accordion h4 {
	padding-left:0px;
	}

.accordion h4 a {
	display:block;
	text-decoration:none;
	}

.accordion h4 a:hover{
	background-color:#FFCCCC;
	}

.accordion h4 +div {
	max-height:0;
	overflow:hidden;
	-webkit-transition:max-height 1s;
	transition:max-height 1s;
	padding:0 1em;
	background-color:#ffffcc;
	}	

.accordion h4:target +div {
	max-height:500px;
	overflow:auto;
	margin-bottom:2em;
	}

p.r-just {
	text-align:right;
}

/*更新情報リストの設定*/
dl.renew {
	margin:	50px 75px;
	line-height:1.5em
}

dl.renew dt {
  clear: left;
  float: left;
  margin: 0 0 2em;
  width: 6em;
  border-right: solid 8px #575000;
  border-left: solid 8px #575000;
  border-radius:8px 0 0 8px;
  color:#FFF;
  background-color:#575000;
}

dl.renew dd {
  margin-bottom: 2em;
  margin-left: 6em;
  padding-left:2em;
  text-align:left;
  	background-color: #FFFFFF;
}

/*更新情報リストの設定アコーディオン仕様*/

#ac-renew-list {
	margin: 50px 75px;
	text-align:left;
	list-style: none;
	}

#ac-renew-list li {
	cursor: pointer;
	list-style: none;
	}

#ac-renew-list ul {
	margin-left:-30px;
	display: none;
	padding-top:0.5em;
	}

#ac-renew-list a {text-decoration:none;
	margin-left:-40px;
	display: block;
	padding:3px 0 0 0.5em;
	font-size:16px;
	line-height:24px;
	color:#FFFCDC;
	border-radius: 12px 0px 0px 12px;
	background-color: #575000;
	}

#ac-renew-list ul a {
	font-size:14px;
	line-height:2em;
	color:#575000;
	background-color:#FDFCEE;
	}

#ac-renew-list ul a:hover{
	text-decoration:underline;
	}

#ac-renew-list li.menu_on > ul {
	display: block;
	}

#ac-renew-list li.menu_off > ul {
	display: none;
	}

#ac-renew-list span {
	padding:3px 1em 0px;	
	color:#FFF;
	border-radius: 12px;
	background-color:#575000;
	}

/*サイト概要の設定*/
.head {
	margin: 50px 75px 0;
	padding: 0.75em 0 0.5em 1em;
	color: #575000;
	font-weight: bold;
	text-align: left;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	border-color: #575000;
    background-color: #FFFCDC;
	}


.overview {
	margin:25px 75px;
	padding:2em;
	text-align: left;
	line-height: 2em;
	text-indent: 1em;
	border-radius:10px;
	background-color: #FFFFFF;
	}
	

/*サイトマップのツリー状設定*/
#tree-map {
	margin:25px 75px;
	padding:2em;
	text-align:left;
	}

#tree-map a {
  display: inline-block;
}

#tree-map h1 {
  margin: 0;
  line-height: 2.5em;
  font-weight: normal;
  font-size: 100%;
}
#tree-map ul {
  margin: 0;
  padding: 0;
  line-height: 2.5em;
  list-style: none;
}
#tree-map ul li {
  margin: 0 0 0 2em;
  padding: 0;
  border-left: 1px solid #999;
  zoom: 1;
}
#tree-map ul li:before {
  margin-right: 0.5em;
  border-bottom: 1px solid #999;
  float: left;
  width: 1em;
  height: 1em;
  overflow: hidden;
  content: "";
}
#tree-map ul li:last-child {
  border: none;
}
#tree-map ul li:last-child:before {
  border-left: 1px solid #999;
}
#tree-map ul li ul {
  margin-left: 4em;
}

/*ページ上部へ移動の設定*/
#header-jump {
	margin:0 auto 50px;
	padding:3px 0 0 0.5em;
	width:300px;
	font-size:16px;
	line-height:24px;
	color:#FFFCDC;
	border-radius: 12px;
	background-color: #575000;
	}

#header-jump a { color: #FFFCDC; }

/*ページ最下部のフッター設定*/
#footer {
	width:100%;
	margin:0 auto;
	padding:0;
	border-width:1px 0 0 0;
	border-color:#575000;
	border-style:solid;
}
