@charset "utf-8";
@import url(base.css);

/*--------------------------------------
  Layout Base Style Sheet
  Made by MASAKI http://www.ninemiles.net/
  2006-05-28

  - 共用ID, クラス
  - ページ毎の個別ID, クラス
  
  I.E用設定は別途用意
---------------------------------------*/

body {
	color: #f0f0f0;
	background-color: #2c2f3a;
	height: 100%;
}

h1 {
	margin: 0;
	padding: 0;
	width: 170px;
	height: 40px;
	float: left;
}

h2 {
	float: left;
	margin-left: 15px;
	font-size: 90%;
	padding-top: 0.85em;
}

h2 small {
	font-weight: normal;
}

h2 em {
	color: #fff902 !important;
}

li {
	line-height: 1.3;
}


/*****************************
           ブロック
 *****************************/

/* ヘッダ */
#header {
	color: #788198;
	margin: 0 auto;
	width: 94%;
	height: 40px;
}

/* コンテンツ全体 */
#mainbox {
	margin: 0 auto auto;
	width: 94%;
	font-size: 90%;
	position: relative;
	padding-bottom: 30px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	overflow: auto;
}

/* 左メニューブロック */
#lmenu {
	font-size: 90%;
	background-color: #484d60;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 170px;
	min-height: 500px;
	height: 500px;
}

/* 中ブロック */
#cbox {
	margin-left: 180px;
	margin-right: 175px;
	/*min-width: 570px;*/
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

/* 右ブロック内情報ブロック */
#infobox {
	width: 170px;
	position: fixed;
	right: 3%;
	top: 18px;
}

/* フッタブロック */
#footer {
    width: 100%;
    background: #000000;
    position: fixed;
    bottom: 0;
    height: 20px;
	text-align: center;
	font-size: 70%;
	padding-bottom: 5px;
}



/*****************************
           メニュー
 *****************************/
 
ul.menus {
	margin-top: 15px;
	margin-left: 10px;
	list-style-type: none;
}
ul.menus li {
	line-height: 1;
}


/*****************************
          パーツ設定
 *****************************/
 
/* サムネブロック */
div.photo {
	width: 134px; /* $thumbsize + div.ph margin x 2 */
	height: 170px;
	text-align: center;
	float: left;
	margin: 3px;
	background: url(./img/ph_bg.jpg) no-repeat;
	border: 1px solid #d0d0d0;
	color: #303030;
	font-size: 80%;
	line-height: 1.2;
}

/* 選択された画像 */
div.photo.selph{
	background: url(./img/ph_bg2.jpg) no-repeat;
}

.photo p {
	margin: 0;
	padding: 0 !important;
}

.photo a {
	background: transparent;
}

div.photo.thumb {
	/* リザーブ */
}

div.ph {
	width: 120px; /* $thumbsize */
	height: 120px; /* $thumbsize */
	overflow: hidden;
	margin: 6px;
	border: 1px solid #303030;
}

div.photo a {
	border-bottom: 0;
}

div.photo a:hover {
	border-bottom: 0;
}

p.caution {
	color: #bd0000;
	background-color: #fffdd7;
	padding: 1em;
	position: relative;
}

/* EXIFブロック */
div#exifinfo {
	margin-top: 10px;
	font-size: 80%;
}

div.section {
	background-color: #484d60;
	padding: 1px;
}

div.summary {
	padding: 1px 1em 2px;
}


/*****************************
          初期表示用
 *****************************/

#rbox h3, #rbox h4 {
	position: relative; /* for I.E */
	background: url(./img/h_bg.jpg) no-repeat;
	font-weight: normal;
	padding: 3px 0 3px 1em;
}

#rbox li {
	font-size: 90%;
}

/* ソース */
form#source textarea {
	font-family: monospace;
	font-size: 85%;
	width: 95%;
}




/*****************************
           管理者
 *****************************/

/* ログインフォーム */
#login {
	background-color: #000000;
	background-image: url(img/login_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: auto;
	padding-top: 45px;
	width: 350px;
	height: 80px;
	border: 1px solid #000000;
}

/* 管理者モードの表示 */
#adminnote {
	font-weight: bold;
	color: #fff902;
	text-align: center;
}

/* 作業中マーク */
.currentwork {
	color: #2c2f3a;
	background-color: #ffffff;
	padding: 2px;
	margin-right: 5px;
}

/* 画像削除フォーム：サブミット */
#delform p {
	clear: left;
	padding-top: 10px;
	text-align: center;
}

/* アップロード：テーブルブロック */
/*
div.uptable {
	padding-left: 60px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	width: 100%;
}

.uptable.c1 {
	background-image: url(img/tbl1.png);
}
.uptable.c2 {
	background-image: url(img/tbl2.png);
}
.uptable.c3 {
	background-image: url(img/tbl3.png);
}
.uptable.c4 {
	background-image: url(img/tbl4.png);
}
.uptable.c5 {
	background-image: url(img/tbl5.png);
}
.uptable.c6 {
	background-image: url(img/tbl6.png);
}
.uptable.c7 {
	background-image: url(img/tbl7.png);
}
.uptable.c8 {
	background-image: url(img/tbl8.png);
}
.uptable.c9 {
	background-image: url(img/tbl9.png);
}
.uptable.c10 {
	background-image: url(img/tbl10.png);
}


div.uptable strong {
	color: #ffffff;
}
*/



/* アップロード */
.upload_table {
	background-color: #000000;
	background-image: url(img/table_bg.jpg);
	background-repeat: no-repeat;
	margin: 5px;
	width: 100%;
	margin-left: 60px;
}

.upload_table strong {
	color: #ffffff;
}

.upload_table td {
	border: 0;
	font-size: 90%;
	padding: 10px;
}

select#target_directory {
	background: #ffffff;
}

select#target_directory option {
	padding-right: 0.5em;
}

.upload_table p {
	margin-bottom :0;
	font-size: 85%;
}

/* アップ済み一覧：タイトル */
h3#upped {
	color: #788198;
	font-size: 90%;
	margin: 2em 0 1em;
}

/* アップ済み一覧：テーブル */
table#t_uppedfile {
	background-color: #202020;
	background-repeat: no-repeat;
	margin-left: 60px;
	width: 100%;
	font-size: 80%;
}
