@charset "UTF-8";

/*========== 目次 ==========

	01.背景設定
	02.BOX設定
	03.共通設定
	04.タイトル設定
	05.リンク設定

	06.TOPページ設定
	07.Gallery Listページ設定
	08.Gallery PopUpページ設定

============================*/





/*============================
	■01.背景設定
============================*/

body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragio Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
    height: 100%;
	background: #EBECDC url(../img/img_bg-body.gif) repeat-x;
}




/*============================
	■02.BOX設定
============================*/

/* 全体BOX */
#Entire {
	position: relative;
	width: 808px;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	background: #EBECDC url(../img/img_bg-cont.gif) repeat-y;
}

/* メインBOX */
#Contents { 
	position: relative;
	width: 808px;
	margin: 0px auto;
	height: 100%;
	min-height: 100%;
	padding: 0px 0px 100px;
	background: url(../img/img_bg-head.gif) no-repeat;
}

/* ヘッダーBOX */
#Header {
	position: relative;
	width: 808px;
	height: 60px;
}

/* メインBOX */
#Main {
	width: 770px;
	margin: 0px auto;
}

/* フッターを下付に */
html{
	height: 100%;
}

body > #Entire {
	height: auto;
}

/* フッターBOX */
#Footer {
	position: absolute;
	bottom: 0px;
	width: 770px;
	height: 50px;
	margin: 0px 19px;
	border-top: 1px solid #8CBB00;
}

/*============================
	■03.共通設定
============================*/
/* フロート解除 */
.Clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.Clearfix {
	display: inline-block;
}

/* Hides from IE-mac ￥*/
*html .Clearfix {
	height: 1%;
}

.Clearfix {
	display: block;
}
/* End hides from IE-mac ￥*/


/* ヘッダーアイテム */
#Header strong {
	display: block;
	position: absolute;
	left: 29px;
	top: 22px;
	width: 234px;
	height: 32px;
	background: #993300;
}

#Header em {
	display: block;
	position: absolute;
	left: 280px;
	top: 25px;
	width: 230px;
	height: 9px;
}

#Header em#Logo {
	position: absolute;
	left: 29px;
	top: 22px;
}

#Header ul#BtnClose {
	position: absolute;
	width: 51px;
	height: 10px;
	top: 33px;
	right: 25px;
}

#Header ul#BtnClose li a {
	display: block;
	width: 51px;
	height: 10px;
	background: url(../img/btn_close.gif) no-repeat;
}

#Header ul#BtnClose li a:hover {
	background-position: 0px -10px;
}

/* 文字の非表示 */
a span {
   position:absolute;
   width:0;
   height:0;
   overflow:hidden;
}

/* パンくず */
p.FootMark {
	width: 770px;
	font-size: 0.6em;
	padding: 3px;
	margin: 0px auto 15px;
	color: #FFFFFF;
	background: #8CBB00;
	letter-spacing: 0.1em;
}

p.FootMark a:link {
	color: #FFFFFF;
}

p.FootMark a:hover {
	color: #FFFFFF;
}

p.FootMark a:active {
	color: #FFFFFF;
}

p.FootMark a:visited {
	color: #FFFFFF;
}

/* ページトップへ戻る */
ul.ToPageTop {
	position: absolute;
	right: 19px;
	bottom: 55px;
	font-size: 0.65em;
}

ul.ToPageTop a {
	display: block;
	background: url(../img/mark_arrow-up.gif) no-repeat 0px 4px;
	padding-left: 10px;
}

/* フッターアイテム */
#Footer dl {
	float: left;
	padding: 10px 0px 0px;
}

#Footer dt {
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #CCCCCC;
}

#Footer dd {
	float: left;
	font-size: 0.7em;
	padding-left: 10px;
	_padding-top: 5px;
}

#Footer address {
	float: right;
	font-size: 0.6em;
	padding-top: 5px;
}

/*** 071004 Closeボタンの位置修正 ***/
#Footer ul#BtnClose {
/*	position: absolute;*/
	float: right;
	width: 51px;
	height: 10px;
	margin-top: -1em;
	padding-top: 2px;
}

#Footer ul#BtnClose li a {
	display: block;
	width: 51px;
	height: 10px;
	background: url(../img/btn_close01.gif) no-repeat;
}

#Footer ul#BtnClose li a:hover {
	background-position: 0px -10px;
}



/*============================
	■04.タイトル設定
============================*/
h1 {
	width: 770px;
	margin: 0px auto 1px;
	padding-top: 17px;
	height: 80px;
	background: url(../img/img_bg-green.gif) repeat-x;
}

/*============================
	■05.リンク設定
============================*/
a:link {
	color: #CC6600;
}

a:visited {
	color: #CC6600;
}

a:active {
	color: #CC6600;
}

a:hover {
	color: #617F07;
	text-decoration: none;
}



/*============================
	■06.TOPページ設定
============================*/
#ProduceCategory {
	width: 380px;
	float: left;
}

#ProduceCategory h2 {
	background: url(../img/img_bg-green.gif) repeat-x bottom;
	padding: 0px 0px 11px 7px;
}

#ProduceCategory li {
	border-bottom: 1px solid #D2D2BE;
	background: url(../../show-case/img/img_bg-list-produce.gif) no-repeat right bottom;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.3em;
}

#ProduceCategory li strong {
	font-weight: bold;
	background: url(../img/mark_arrow-green.gif) no-repeat 0px 50%;
	padding: 2px 0px 2px 13px;
}

#MediaCategory {
	width: 380px;
	float: right;
}

#MediaCategory h2 {
	background: url(../img/img_bg-blue.gif) repeat-x bottom;
	padding: 0px 0px 11px 7px;
}

#MediaCategory li {
	border-bottom: 1px solid #D2D2BE;
	background: url(../../show-case/img/img_bg-list-media.gif) no-repeat right bottom;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.3em;
}

#MediaCategory li strong {
	font-weight: bold;
	background: url(../img/mark_arrow-blue.gif) no-repeat 0px 50%;
	padding: 2px 0px 2px 13px;
}

#ProduceCategory a,
#MediaCategory a {
	color: #333333;
	text-decoration: none;
}

#ProduceCategory a:hover,
#MediaCategory a:hover {
	color: #336600;
}

#ProduceCategory a span,
#MediaCategory a span {
	position: relative;
	width: auto;
	height: auto;
	overflow: auto;
	padding-left: 13px;
}



/*============================
	■07.Gallery Listページ設定
============================*/
body#GalleryList h2 {
	width: 765px;
	height: 23px;
	background: url(../img/img_logo-s.gif) no-repeat 660px 10px;
	font-size: 0.95em;
	padding: 0px 0px 0px 5px;
	font-weight: normal;
}

body#GalleryList h2 strong {
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}

body#GalleryList #ProduceCategoryMain {
	background: url(../img/img_bg-green.gif) repeat-x;
	padding: 27px 0px 0px;
}

body#GalleryList #MediaCategoryMain {
	background: url(../img/img_bg-blue.gif) repeat-x;
	padding: 27px 0px 0px;
}

body#GalleryList ul.ThumbnailList {
	margin: 0px 0px 0px 10px;
	padding-bottom: 30px;
	background: url(../../show-case/img/mark_plus.gif) repeat-x left bottom;
}

body#GalleryList ul.ThumbnailList li {
	width: 140px;
	float: left;
	padding: 0px 5px;
}

body#GalleryList ul.ThumbnailList li span {
	width: 130px;
	display: block;
	font-size: 0.6em;
	line-height: 1.4em;
	padding: 1px 10px 0px 0px;
	background: url(../img/mark_arrow-green.gif) no-repeat right 2px;
}

body#GalleryList #MediaCategoryMain ul.ThumbnailList li span {
	background: url(../img/mark_arrow-blue.gif) no-repeat right 2px;
}

/*** MT-ページングのスタイル設定 ***/
body#GalleryList .paginate {
	margin: 15px 0px;
	text-align:center;
	font-size: 0.7em;
	line-height: 1.8em;
}

body#GalleryList .paginate a {
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	text-decoration: none;
}

body#GalleryList .paginate a:hover {
	border: 1px solid #ddd;
	background-color: #fff;
}




/*============================
	■08.Gallery PopUpページ設定
============================*/
body#Gallery {
	background: #C8C6B5 url(../../show-case/img/img_bg-gallery.jpg) repeat-x;
}

/* 全体BOX */
body#Gallery #Entire {
	width: 950px;
	height: auto;
	min-height: auto;
	margin: 0px auto;
	background: none;
}

/* フッターを下付に */
html {
	height: 100%;
}

body#Gallery > body#Gallery #Entire {
	height: auto;
}

/* フッターBOX */
body#Gallery #Footer {
	position: relative;
	width: 950px;
	height: auto;
	margin: 0px auto;
	border-top: none;
	text-align: center;
	padding: 0px 0px 3px;
}

body#Gallery address {
	float: none;
	text-align: center;
}

/* ヘッダーBOX */
body#Gallery #Header {
	width: 950px;
	height: 64px;
}


/* ヘッダーアイテム */
body#Gallery #Header em#Logo {
	left: 12px;
	top: 13px;
}

/* メインBOX */
body#Gallery #Main {
	width: 950px;
	background: #000000;
}

body#Gallery #Main span {
	float: left;
}

body#Gallery #Main dl {
	float: left;
	width: 220px;
	padding: 15px;
	color: #FFFFFF;
	font-size: 0.75em;
	line-height: 1.3em
}

body#Gallery #Main dt {
	color: #8CBB00;
	font-size: 1.2em;
	margin: 0px 0px 10px;
}

body#Gallery #Main dd.SubTitle {
	margin: -5px 0px 5px;
}

body#Gallery #Main dd.Place {
	margin: 15px 0px -15px;
}

body#Gallery #Main dd.Material {
	margin: 20px 0px 0px;
}

body#Gallery #Main dd.Recital {
	margin: 10px 0px 10px;
}

/* スクロールナビゲーション */
body#Gallery #ScrollArea {
	position: relative;
	width: 950px;
	height: 87px;
	margin: 3px auto 0px;
	border: 1px solid #999999;
	background: url(../../show-case/img/img_bg-gallery-list.jpg) repeat-x;
}

body#Gallery #MaskArea {
	position: absolute;
	width: 950px;
	height: 87px;
	margin: 0px auto;
	overflow: hidden;
}

body#Gallery ul#group1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
}

body#Gallery ul#group2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
}

body#Gallery #ScrollArea li {
	list-style: none;
	float: left;
	width: 140px;
	height: 75px;
	padding: 6px 10px;
	background: url(../../show-case/img/img_list-line.jpg) no-repeat 159px 6px;
}

body#Gallery #ScrollArea dl {
	position: relative;
	height: 75px;
}

body#Gallery #ScrollArea dt {
	position: absolute;
	bottom: 0px;
	font-size: 0.675em;
	line-height: 1em;
}

body#Gallery #ScrollArea strong {
	display: block;
	color: #8CBB00;
	font-weight: bold;
	margin-bottom: 2px;
}

body#Gallery #ScrollArea dd {
	position: absolute;
	right: 0px;
	width: 105px;
	height: 75px;
	background: #000000;
	text-align: center;
}

body#Gallery #ScrollArea dd img {
	display: inline;
	vertical-align: text-bottom;
}





/*============================
	■09.ログインページ設定
============================*/

body#Login h2 {
	width: 765px;
	height: 23px;
	background: url(../img/img_logo-s.gif) no-repeat 660px 10px;
	font-size: 0.95em;
	padding: 0px 0px 0px 5px;
	font-weight: normal;
}

body#Login h2 strong {
	font-weight: bold;
}

body#Login h2 em {
	font-size: 0.8em;
}

body#Login #LoginMain {
	background: url(../img/img_bg-green.gif) repeat-x;
	padding: 27px 0px 0px;
	font-size: 0.8em;
	text-align: center;
}

body#Login #LoginMain p em {
	font-size: 0.8em;
}

body#Login #LoginMain table {
	border-collapse: separate;
	border-spacing: 1px;
	margin: 20px auto 10px;
	width: 329px;
}

body#Login #LoginMain table th {
	width: 70px;
	padding: 5px 8px;
	background: #D2D2BE;
	border: 1px solid #D2D2BE;
}

body#Login #LoginMain table td {
	width: 220px;
	padding: 5px 8px;
	border: 1px solid #D2D2BE;
}

body#Login #LoginMain table td input {
	width: 220px;
}

body#Login #LoginMain form {
	text-align: center;
}

body#Login #LoginMain form input {
	display: inline;
}








