@charset "utf-8";

body	{
	background-color: #2b2b2b;
	color: #ffffff;
	font: 0.8em/1.5 "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

#container	{
	width: 930px;
	margin: 0 auto;
	padding-bottom: 30px;
}

/* ====================================================================================================
   ヘッダー
==================================================================================================== */
#header	{
	padding-bottom: 3px;
	background-color: #000000;
	border-bottom: 1px solid #6b6b6b;
}

#header .inner	{
	width: 930px;
	margin: 0 auto;
}

#header h1	{
	float: left;
	padding-top: 17px;
}

#header p	{
	float: right;
	padding-right: 4px;
}

#header ul	{
	float: right;
	padding-top: 35px;
	padding-right: 15px;
}

#header ul li	{
	display: inline;
	color: #baff98;
}

#header ul li a	{
	color: #baff98;
	text-decoration: none;
}

/* ====================================================================================================
   ナビゲーション
==================================================================================================== */
#navi	{
	margin-top: 6px;
	margin-left: 26px;
	padding-left: 4px;
	background: url(../../gallery/images/pgallery_line001.gif) no-repeat left 50%;
}

#navi li	{
	float: left;
	padding-right: 4px;
	background: url(../../gallery/images/pgallery_line001.gif) no-repeat right 50%;
}

/* ====================================================================================================
   メイン
==================================================================================================== */
#main	{
	padding-top: 16px;
	background: #424242 url(../../gallery/images/pgallery_bg001.gif) no-repeat;
}

#search	{
	width: 892px;
	margin: 0 auto;
	padding: 0 8px 13px 0;
	text-align: center;
}

#main .inner	{
	width: 892px;
	margin: 0 auto;
	padding: 13px 8px 13px 0;
	background: url(../../gallery/images/pgallery_line002.gif) no-repeat;
}

/* ====================================================================================================
   コンテンツ
==================================================================================================== */
#contents	{
	float: left;
	width: 725px;
	margin-top: 1px;
	background: url(../../gallery/images/pgallery_line003.gif) repeat-y right top;
}
#contents2	{
	float: left;
	width: 892px;
	margin-top: 1px;
}

#zoom	{
	padding-top: 1px;
	text-align: center;
}

#zoom img	{
	border: 1px solid #6b6b6b;
}

#info	{
	width: 685px;
	padding: 21px 0 0 5px;
}

#info dt	{
	font-size: 1.2em;
	font-weight: bold;
}

/* ====================================================================================================
   利用規約
==================================================================================================== */
#photo_rule .photo_ruleBox {
	padding-top: 10px;
	padding-bottom: 14px;
}

#photo_rule p{
	padding: 10px 0 26px 15px;
}

#photo_rule p a{
	color: #baff98;
	text-decoration: none;
}

#photo_rule .photo_ruleBox ul{
	padding-left: 15px;
}


#photo_rule .photo_ruleBox ul li{
	background: url(../../gallery/images/sub_ic001.gif) no-repeat left 7px;
	padding: 0px 0 0 12px;
}





/* ====================================================================================================
   サイドバー
==================================================================================================== */
#sidebar	{
	float: right;
	width: 162px;
}

#slider	{
	height: 590px;
	position: relative;
}

#slider_content,
#slider_content li	{
	height: 550px;
	overflow: hidden;
}

#slider_content	{
	padding: 3px 0 3px 1px;
}

#slider_content li p	{
	width: 152px;
	height: 104px;
	padding-top: 6px;
	padding-left: 6px;
	text-align: center;
}

#slider_content li p img	{
	border: 1px solid #6b6b6b;
}

#prev,
#next	{
	height: 16px;
}

#next	{
	position: absolute;
	bottom: 0;
}

/* ====================================================================================================
   フッター
==================================================================================================== */
#footer	{
	background: #424242 url(../../gallery/images/pgallery_bg002.gif) no-repeat left bottom;
}

#footer .inner	{
	width: 880px;
	margin: 0 auto;
	padding: 16px 10px 15px;
	background: url(../../gallery/images/pgallery_line002.gif) no-repeat;
}

/* pager
---------------------------------------------------------------------------------------------------- */
.pager a	{
	color: #ffffff;
}

.pager .right li	{
	display: inline;
	padding-right: 3px;
}

.pages	{
	padding: 3px 4px;
	border: 1px solid #ffffff;
	text-decoration: none;
}

.ac .pages	{
	background-color: #ffffff;
	color: #2b2b2b;
}

/* ====================================================================================================
   共通
==================================================================================================== */
.left	{ float: left; }
.right	{ float: right; }
.center	{ text-align: center; }
.aright	{ text-align: right; }
.txt	{ padding: 2px; }
.btn	{ padding: 3px 10px; }

/* ====================================================================================================
   クリアフィックス
==================================================================================================== */
#navi:after,
.pager:after,
.inner:after	{
	content: ".";
	display: block;
	clear: both; 
	height: 0;
	visibility: hidden;
}

#navi,
.pager,
.inner	{
	display: block;
	#display: inline-block;
}
