@font-face {
	font-family: "Swiss 721 Light BT";
	src: url(TT0001M.TTF);
	
	/*font-family: "Swiss 721 Thin BT";
	src: url(TT0100M.TTF);*/
}




/*メインメニュー（左段、menu以下）*/
div #mainmenu {
	width: 110px;
	float: left;
	margin: 0; /*10px 0;*/
	display: block;
}

ul.menuitem {
	list-style: none;
	padding: 0;
}

ul.menuitem li {
	font-family: "Swiss 721 Light BT", sans-serif;
	font-size:14px;
	font-weight: lighter;
	letter-spacing: 0.075em;
	vertical-align: middle;
	color: #333333;
	line-height: 100%;
	display: block;
	width: 100px;
	height: 22px; /*24px;*/
	
	margin-bottom: 8px; /*14px;*/
	padding-left: 0; /*6px;*/
	white-space: nowrap;
	
	transform: scale(1, 0.95);
	-webkit-transform: scale(1, 0.95);
	-moz-transform: scale(1, 0.95);
}

ul.menuitem li.section {
	font-size: 12px;
	letter-spacing: 0;
	color: #888888;
	
	height: 18px;
	
	padding-top: 1px;
	padding-left: 0;
	
	border-top-color: #aaaaaa;
	border-top-style: solid;
	border-top-width: 1px;
	
	border-left-style: none;
}

ul.menuitem li.currentitem span {
	font-size: 16px; /*18px;*/
	font-weight: medium;
	color: #000000;
	padding-top: 0;
	padding-left: 3px;
	
	border-left-color: #9da2af;
	border-left-style: solid;
	border-left-width: 6px;
	
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}

ul.menuitem li a {
	font-family: "Swiss 721 Light BT", sans-serif;
	font-size:14px;
	font-weight: lighter;
	color: #111111;
	text-decoration: none;
	display: block;
	width: 90px;
	
	padding-top: 1px;
	padding-left: 3px;
	
	border-left-color: #e3e7ed; /*white*/
	border-left-style: solid;
	border-left-width: 6px;
	
	transform: scale(1, 0.95);
	-webkit-transform: scale(1, 0.95);
	-moz-transform: scale(1, 0.95);
}

ul.menuitem li a:hover {
	color: #ffffff;
	background-color: #333333;
}

ul.menuitem li.dimitem {
	font-family: "Swiss 721 Light BT", sans-serif;
	font-size:14px;
	font-weight: lighter;
	color: #bbbbbb;
	text-decoration: none;
	display: block;
	width: 90px;
	
	transform: scale(1, 0.95);
	-webkit-transform: scale(1, 0.95);
	-moz-transform: scale(1, 0.95);
}

ul.menuitem li.dimitem span {
	padding-top: 1px;
	padding-left: 3px;
	
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 6px;
}



/*サブメニュー（右段、selected gallery以下）*/
div #submenu {
	width: 140px; /*125px;*/
	float: left;
	margin: 0; /*10px 0;*/
	margin-left: 10px;
}

ul.subitem {
	list-style: none;
	padding: 0;
}

ul.subitem li {
	font-family: "Swiss 721 Light BT", sans-serif;
	font-size:14px;
	font-weight: lighter;
	/*letter-spacing: -0.05em;*/
	vertical-align: top;
	color: #333333;
	line-height: 100%;
	display: block;
	width: 100%; /*125px;*/
	height: 18px; /*14px;*/
	
	margin-bottom: 8px;
	padding-left: 0; /*6px;*/
	white-space: nowrap;
	
	transform: scale(1, 0.95);
	-webkit-transform: scale(1, 0.95);
	-moz-transform: scale(1, 0.95);
}

ul.subitem li.section {
	font-size: 12px;
	letter-spacing: 0;
	color: #888888;
	
	padding-top: 0;
	padding-left: 0;
	
	border-top-color: #aaaaaa;
	border-top-style: solid;
	border-top-width: 1px;
	
	border-left-style: none;
}

ul.subitem li.currentitem span {
	font-size: 14px;
	/*font-weight: normal;*/
	color: #000000;
	display: block;
	
	padding-top: 0;
	padding-left: 3px;
	
	border-left-color: #9da2af;
	border-left-style: solid;
	border-left-width: 6px;
}

ul.subitem li a {
	font-family: "Swiss 721 Light BT", sans-serif;
	font-size:14px;
	font-weight: lighter;
	color: #111111;
	text-decoration: none;
	display: block;
	width: 130px;
	
	padding-top: 0;
	padding-left: 3px;
	
	border-left-color: #e3e7ed; /*white*/
	border-left-style: solid;
	border-left-width: 6px;
}

ul.subitem li a:hover {
	color: #ffffff;
	background-color: #333333;
}

ul.subitem li.dimitem {
	font-family: "Swiss 721 Light BT", sans-serif;
	font-size:14px;
	font-weight: lighter;
	color: #bbbbbb;
	text-decoration: none;
	display: block;
	width: 130px;
}

ul.subitem li.dimitem span {
	padding-top: 0;
	padding-left: 9px;
	display: block;
	
	/*border-left-color: white;
	border-left-style: solid;
	border-left-width: 6px;*/
}



/*年度別一覧（annual archive）*/
div #annualmenu {
	width: 260px;
	float: left;
	margin: 0;
	margin-top: 2em;
	display: block;
	
	/*border-style: solid;
	border-width: 1px;
	border-color: #ff0000;*/
}

table.annualtable {
	width: 260px;
	padding:0;
	margin:0;
	border-collapse: collapse;
	
	/*border-style: solid;
	border-width: 1px;
	border-color: #ff0000;*/
}

table.annualtable tr {
	padding:0;
	margin:0;
}

table.annualtable td {
	padding:0;
	margin:0;
	vertical-align: top;
}

ul.annualitem {
	list-style: none;
	padding: 0;
	margin:0;
}

ul.annualitem li {
	font-family: "Swiss 721 Light BT", sans-serif;
	font-size:14px;
	font-weight: lighter;
	letter-spacing: 0.05em;
	vertical-align: top;
	color: #333333;
	line-height: 100%;
	display: block;
	width: 100%;
	height: 16px;
	
	margin-bottom: 6px;
	padding-left: 0;
	white-space: nowrap;
	
	transform: scale(1, 0.9);
	-webkit-transform: scale(1, 0.9);
	-moz-transform: scale(1, 0.9);
}

ul.annualitem li.currentitem span {
	/*font-size: 14px;
	font-weight: lighter;*/
	color: #000000;
	padding-top: 0;
	padding-left: 3px;
	display: block;
	
	border-left-color: #9da2af;
	border-left-style: solid;
	border-left-width: 6px;
}

ul.annualitem li a {
	font-family: "Swiss 721 Light BT", sans-serif;
	font-size:14px;
	font-weight: lighter;
	color: #111111;
	text-decoration: none;
	display: block;
	width: 70px;
	
	padding-top: 0;
	padding-left: 3px;
	
	border-left-color: #e3e7ed; /*white*/
	border-left-style: solid;
	border-left-width: 6px;
}

ul.annualitem li a:hover {
	color: #ffffff;
	background-color: #333333;
}




#topcont {
	width: 960px;
	margin: auto;
	background-image: url(image/contbg.png); /*トップ画像*/
	background-repeat: no-repeat;
	background-position: 0 108px;
}

#container {
	width: 960px;
	margin: auto;
}

#head {
	display: block;
	width: 960px;
	height: 108px;
	text-indent: -9999px;
	background-image: url(image/title.png);
	background-repeat: no-repeat;
}

#menu {
	width: 270px; /*255px;*/
	float: left;
	margin-bottom: 30px;
}

#main {
	width: 680px; /*500px;*/
	float: right;
	margin: 10px 0;
	margin-bottom: 20px;
}


#foot {
	font-family: "Swiss 721 Light BT", sans-serif;
	font-size:11px;
	font-weight: lighter;
	/*letter-spacing: -0.05em;*/
	text-align: right;
	color: #444444;
	
	clear: both;
	display: block;
	width: 960px;
	height: 34px;
	margin: 0;
	padding-top: 5px;
	/*text-indent: -9999px;
	background-image: url(image/copyright.png);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	overflow: hidden;
	
	border-top-style: solid;
	border-width: 1px;
	border-color: #999999;
}

#mailto {
	display: block;
	height: 17px;
}

#mailto a {
	font-family: "Swiss 721 Light BT", sans-serif;
	font-size:12px;
	font-weight: lighter;
	text-align: right;
	color: #333333;
	
	display: block;
	line-height: 12px;
	/*background-image: url(image/mailto.png);
	background-repeat: no-repeat;*/
}

#mailto a:hover {
	color:#AF0909;
	/*background-position: 0 -30px;*/
}


#topvisual { /*トップ画像*/
	margin: auto;
	margin-top: 300px;
	margin-bottom: 30px;
}

#topvisual p { /*画像キャプション*/
	margin: 0;
	font-size: 0.875em;
	text-align: right;
	letter-spacing: 0.1em;
	padding-right: 0.5em;
}

#topvisual img {
	box-shadow: 0px 3px 10px #999999;
	-webkit-box-shadow: 0px 3px 10px #999999;
	-moz-box-shadow: 0px 3px 10px #999999;
}



body {
	background-image: url(image/bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-position: left bottom;
	background-attachment: fixed;
	
	color: #333333;
	font-size: 10px;
	font-family: "Swiss 721 Light BT", "Helvetica", sans-serif;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #1740B9;
}

/*a:visited { color:#465987; }*/

a:hover {
	text-decoration: ul;
	font-weight:normal;
	color:#AF0909;
}

a:active { color:#FFCC00; }


/*大見出し*/
h2 {
	font-family: "Swiss 721 Light BT", sans-serif;
	font-size: 1.6em;
	font-weight: lighter;
	background-color: #333333;
	color: white;
	margin: 0;
	margin-bottom: 20px;
	
	display: block;
	height: 1.2em;
	padding-left: 0.4em;
	padding-top: 0.15em;
	padding-bottom: 0.1em;
	
	transform: scale(1, 0.95);
	-webkit-transform: scale(1, 0.95);
	-moz-transform: scale(1, 0.95);
}


/*小見出し*/
#main h3 {
	color: #000000;
	font-family: "Swiss 721 Light BT", sans-serif, ゴシック;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1em;
	letter-spacing: 0.125em;
	margin: 0;
	/*margin-right: 5px;*/
	border-bottom: solid 1px #999999;
}

/*本文*/
.posttext {
	font-size: 1.0em;
	color: #333333;
	margin: 0;
	margin-bottom: 30px;
	margin-right: 5px;
	padding-left: 0px;
	line-height: 1.75em;
	letter-spacing: 0.125em;
	text-align: justify;
}

.posttext_e {
	font-family: "Swiss 721 Light BT", sans-serif, ゴシック;
	font-size: 1.1em;
	color: #333333;
	margin: 0;
	margin-bottom: 30px;
	margin-right: 5px;
	padding-left: 0px;
	line-height: 1.75em;
	letter-spacing: 0.1em;
	text-align: justify;
}

/*本文見出しの付加情報*/
.postinfo {
	font-size: 0.875em;
	font-weight: bold;
	text-align: right;
	margin-top: -13px;
	margin-bottom: 13px;
	margin-right: 5px;
	color: #999999;
}

.postinfo span {
	padding: 2px 0px;
}


/*サムネイルリスト 小*/
.imglist {
	display: block;
	clear:both;
	width: 560px;
	margin: auto;
	margin-top: 50px;
	
	/*border-style: solid;
	border-width: 1px;
	border-color: #ff0000;*/
}


/*サムネイルリスト 大（より抜きギャラリー用）*/
.imglist2 {
	display: block;
	clear:both;
	width: 680px;
	margin: auto;
	margin-top: 50px;
	
	/*border-style: solid;
	border-width: 1px;
	border-color: #ff0000;*/
}

.imgcaption {
	text-align: right;
	font-size: 0.875em;
	float: left;
	width: 60px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
	
	/*border-style: solid;
	border-width: 1px;
	border-color: #00ff00;*/
}

.imgcaption p {
	color: #bb2200;
	margin: 0;
}

.imgcaption img {
	margin-bottom: 3px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	
	box-shadow: 0px 3px 10px #999999;
	-webkit-box-shadow: 0px 3px 10px #999999;
	-moz-box-shadow: 0px 3px 10px #999999;
}

.imgcaption img:hover {
	/*border-style: solid;
	border-width: 1px;*/
	border-color: #ffcc00;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}


/*サムネイルリスト 大（imglistはimglist2に変更）*/
.selcaption {
	text-align: right;
	font-size: 0.875em;
	float: left;
	width: 160px; /*★170px*/
	margin-left: 4px; /*★6px*/
	margin-right: 4px; /*★6px*/
	margin-bottom: 8px;
	
	/*border-style: solid;
	border-width: 1px;
	border-color: #00ff00;*/
}

.selcaption p {
	color: #bb2200;
	margin: 0;
}

.selcaption img {
	margin-bottom: 3px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	
	box-shadow: 0px 3px 10px #999999;
	-webkit-box-shadow: 0px 3px 10px #999999;
	-moz-box-shadow: 0px 3px 10px #999999;
}

.selcaption img:hover {
	/*border-style: solid;
	border-width: 1px;*/
	border-color: #ffcc00;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}


/*ギャラリー冒頭のキャプション*/
#galcaption {
	font-family: "Swiss 721 Light BT", sans-serif;
	font-size:11px;
	font-weight: lighter;
	color: #333333;
	clear: both;
	width: 640px; /*★540px;*/
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-top: 10px;
	margin-bottom: -30px;
	text-align: justify;
}

#galcaption_e {
	font-family: "Swiss 721 Light BT", sans-serif;
	font-size:11px;
	font-weight: lighter;
	/*letter-spacing: 110%;*/
	color: #333333;
	clear: both;
	width: 640px; /*★540px;*/
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-top: 10px;
	margin-bottom: -30px;
	text-align: justify;
}


/*ギャラリー内の仕切り（年代など）*/
.galcaption2 {
	font-family: "Swiss 721 Light BT", sans-serif;
	font-size:11px;
	font-weight: lighter;
	color: #333333;
	clear: both;
	width: 540px; /*390px;*/
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-top: 10px;
	
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}


/*COLORBOX 作品タイトル用*/
.ctitle {
	color: #000000;
	font-family: sans-serif;
	font-size: 120%;
	font-weight: bold;
}


/*「NEW」新着表示*/
.newmark {
	color: #e86400; /*#d87400*/
	font-size: 0.6em; /*0.7em*/
	font-weight: bold;
	letter-spacing: 0; /*-0.1em*/
	vertical-align: text-top
}


/*「NEW」新着表示・隔年用*/
.newmark2 {
	color: #0074c8; /*#de9400*/
	font-size: 0.6em; /*0.7em*/
	font-weight: bold;
	letter-spacing: 0; /*-0.1em*/
	vertical-align: text-top
}


