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

/* ギャラリーナビゲーションバー
--------------------------------------------------*/
div#galleryNavigation { margin-bottom: 10px; }
ul#navigationBar {
	width: 669px;
}
ul#navigationBar li {
	float: left;
}
ul#navigationBar li a {
	display: block;
	height: 30px;
	background-repeat: no-repeat;
}
a.swap {
	background-position: left bottom;
}
ul#navigationBar li.switchThumb { width: 223px; }
ul#navigationBar li.switchThumb a { background-image: url(../../img/galleries/switchThumb.jpg); }
ul#navigationBar li.switchThumb a:hover { background-image: url(../../img/galleries/switchThumb_on.jpg); }
ul#navigationBar li.switchSort { width: 224px; }
ul#navigationBar li.switchSort a { background-image: url(../../img/galleries/switchSort.jpg); }
ul#navigationBar li.switchSort a:hover { background-image: url(../../img/galleries/switchSort_on.jpg); }
ul#navigationBar li.switchSearch { width: 222px; }
ul#navigationBar li.switchSearch a { background-image: url(../../img/galleries/switchSearch.jpg); }
ul#navigationBar li.switchSearch a:hover { background-image: url(../../img/galleries/switchSearch_on.jpg); }


/* ギャラリーステータス
--------------------------------------------------*/
#galleryStatus {}
#galleryStatus p { float: right; padding-right: 12px; padding-bottom: 4px; }
#galleryStatus span { font-size: 24px; line-height: 0;}

/* ギャラリーナビゲーション
--------------------------------------------------*/
div#searchNavigation {
	clear: both;
	margin-bottom: 10px;
}
table#navigationTable {
	width: 669px;
	border-collapse: collapse;
}
table#navigationTable th,
table#navigationTable th {
	border: 0;
	background-color: #FFFFFF;
}
	table#navigationTable tr#titlesRow th {
		line-height: 0;
		vertical-align: bottom;
	}
	table#navigationTable tr#contentsRow td {
		padding: 8px;
		background-position: bottom;
		background-repeat: no-repeat;
		font-size: 12px;
	}
		table#navigationTable tr#contentsRow td.options {
			background-image: url(../../img/galleries/optionsContentBg.jpg);
			line-height: 1.8; /* input radioの間隔指定 */
		}
		table#navigationTable tr#contentsRow td.keyword {
			background-image: url(../../img/galleries/keywordContentBg.jpg);
		}
		table#navigationTable tr#contentsRow td.search {
			background-image: url(../../img/galleries/searchContentBg.jpg);
		}
	table#navigationTable tr#footersRow td {
		height: 10px;
		background-position: bottom;
		background-repeat: no-repeat;
		font-size: 0;
	}
		table#navigationTable tr#footersRow td.options {
			background-image: url(../../img/galleries/optionsFooterBg.jpg);
		}
		table#navigationTable tr#footersRow td.keyword {
			background-image: url(../../img/galleries/keywordFooterBg.jpg);
		}
		table#navigationTable tr#footersRow td.search {
			background-image: url(../../img/galleries/searchFooterBg.jpg);
		}
	table#navigationTable td p.manual {
		font-size: 12px;
	}

/* ギャラリー 詳細表示
--------------------------------------------------*/

ul.display li a {
	/* color: #e7ff61; */
	text-decoration: none;
}
ul.display li .content_block {
	margin-bottom: 14px;
	padding: 4px 10px 4px 0;
}
ul.display li .content_block h3 {
	margin: 0;
	padding: 0 5px;
	color: #FF0084;
	font-weight: normal;
	/*font-size: 1.7em;*/
	font-size: 18px;
	
	color: #333333;
	font-weight: bold;
	font-style: oblique;
}
ul.display li .content_block div {
	margin: 0;
	padding: 5px 5px 5px 245px;  /*--The left padding keeps the
content from flowing under the image--*/
	/*font-size: 1.2em;*/
	font-size: 14px;
	line-height: 1.8;
}
ul.display li .content_block div span.title {
	padding-right: 1em;
	color: #70A824;
	font-size: 12px;
	font-style: italic;
}
ul.display li .content_block div p.status {
	padding: 2px 0;
	border-bottom: 1px dashed #CECFCE;
}
ul.display li .content_block div p.message {
	margin-top: 0.4em;
	padding: 4px;
}
ul.display li .content_block div p.message span.title {
	padding-right: 1em;
	color: #70A824;
	font-size: 12px;
	font-style: italic;
}
/* ギャラリー リスト表示
--------------------------------------------------*/
ul.list_view li {
	background-image: url(../../img/galleries/gallaryBgTop.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 10px;
}
ul.list_view li .content_block {
	padding: 10px 20px 25px 20px;
	background-image: url(../../img/galleries/gallaryBg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
ul.list_view li .content_block h3 {
	background-image: url(../../img/galleries/gallaryLine.gif);
	background-repeat: no-repeat;
	background-position: right;
}
ul.list_view li .content_block h3 span {
	background-color: #FFFFFF;
	padding: 5px 10px 0 15px;
}
ul.list_view li .content_block a img{ /*--Double border technique--*/
	padding: 5px;
	border: 1px solid #CECFCE;
	background: #fff;
	margin: 0 15px 0 0;
	float: left;
}

/* ギャラリー サムネイル表示
--------------------------------------------------*/
ul.thumb_view li { width: 210px; float: left; padding-right: 10px;} /*--Switch the width
to accommodate for the three column layout--*/
ul.thumb_view li .content_block {
	padding: 5px;
	border: 1px solid #CECFCE;
}
ul.thumb_view li .content_block h3 {
	background-image: url(../../img/galleries/gallaryHiyoko.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
ul.thumb_view li .content_block div { display: none; }
ul.thumb_view li .content_block a img { margin: 0 0 10px;}


/*--------------------------------------------------
/galleries/contest_review コンテストレビュー
--------------------------------------------------*/
#contestReview {
	margin-bottom: 10px;
}
#contestReview div.headerArea {
	height: 20px;
	background-image: url(../../img/galleries/contest_review/contestReviewBgTop.jpg);
	background-repeat: no-repeat;
}
#contestReview div.contentsArea {
	padding: 10px 10px 2px 10px;
	background-image: url(../../img/galleries/contest_review/contestReviewMiddle.jpg);
	background-repeat: repeat-y;
}
#contestReview div.contentsArea div.mainArea {
	width: 220px;
}
#contestReview div.contentsArea div.mainArea p.photoTitle {
	font-size: 16px;
	font-weight: bold;
}
#contestReview div.contentsArea div.mainArea img {
	padding: 5px;
	border:1px solid #cccccc;
}
#contestReview div.contentsArea div.subArea {
	width: 410px;
}
#contestReview div.contentsArea div.subArea div.headerArea {
	height: 15px;
	margin: 0;
	background-image: url(../../img/galleries/contest_review/contestReviewComentTop.jpg);
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 0;
}
#contestReview div.contentsArea div.subArea div.contentsArea {
	padding: 0 10px;
	margin: 0;
	background-image: url(../../img/galleries/contest_review/contestReviewComentMiddle.jpg);
	background-repeat: repeat-y;
	line-height: 24px;
}
#contestReview div.contentsArea div.subArea div.contentsArea p {
	background-image: url(../../img/galleries/contest_review/linegif.gif);
	background-repeat:repeat-y;
}
#contestReview div.contentsArea div.subArea div.footerArea {
	height: 40px;
	background-image: url(../../img/galleries/contest_review/contestReviewComentBottom.jpg);
	background-repeat: no-repeat;
}

#contestReview div.footerArea {
	height: 10px;
	background-image: url(../../img/galleries/contest_review/contestReviewBottom.jpg);
	background-repeat: no-repeat;
}

/* 管理
--------------------------------------------------*/
#selectTemplate { line-height: 1.8;}
#selectTemplate label {
	margin-right: 2em;
}

