
body{
	background-color: #B1A277;
	background-image: url(sozai/lineY.gif);
	background-repeat: repeat-y;
	background-position: 246px 0;
	background-attachment: scroll;
	/*スクロール*/
	scrollbar-base-color : #B1A277;
	scrollbar-face-color : #B1A277;
	scrollbar-track-color : #B1A277;
	scrollbar-highlight-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-3dlight-color : #000000;
	scrollbar-arrow-color : #000000;
}

body,table{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #000000;
}

/*リンク*/
a{
	text-decoration : none;
}

img{
	border: 0;
}

/*仕切線*/
div.LineX{
	clear: both;
	background-image: url(sozai/lineX.gif);
	background-repeat: repeat-x;
	height: 10px;
}

/*==========================================================
  HEADER
==========================================================*/
tr#HEADER{
	background-image: url(sozai/header_bg.gif);
	background-repeat: repeat-X;
	background-position: left bottom;
	vertical-align: middle;
	height: 38px;
	color: #EADBAF;
}

/*==============================
  HOME・TOP
==============================*/

td#HomeTop{
	padding-left: 10px;
	font-weight: bold;
}

td#HomeTop a{
	color: #EADBAF;
}

td#HomeTop a:hover{
	color: #6E4A20;
}

/*==============================
  アルバムタイトル
==============================*/

td#Title{
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	margin: 5px 5px 0px 7px;
	padding: 0px 10px 5px 0px;
}

/*==========================================================
  MAIN--LEFT
==========================================================*/

td#LEFT{
	 width: 250px;
	vertical-align: top;
}

img#LeftWidth{
	 width: 250px;
	 height: 20px;
}

/*==============================
  フォルダーメニュー
==============================*/

div#Menu{
	border-top: 2px solid #000000;
}

div#Menu img{
	width: 5px;
	height: 12px;
}

div#Menu a{
	float: right;
	padding: 3px 0px 3px 0px;
	border-left: 2px solid #000000;
	color: #000000;
}

div#Menu a:hover{
	font-weight: bold;
}

div#Menu span{
	float: right;
	padding: 3px 0px 3px 0px;
	border-left: 2px solid #000000;
	color: #6E4A20;
}

div#Menu .Open{
	background-image: url(sozai/folder_bg.gif);
	background-position: right top;
	font-weight: bold;
}

div#Menu .Clear{
	clear: both;
	border-bottom: 2px solid #000000;
}

/*階層１ インデント*/
.F1 a, .F1 span{
	width: 230px;
}

/*階層２ インデント*/
.F2 a, .F2 span{
	width: 210px;
}

/*階層３ インデント*/
.F3 a, .F3 span{
	width: 190px;
}

/*==============================
  ADMIN
==============================*/

div#Admin{
	background-image: url(sozai/lineX.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px 5px 15px 0px;
	text-align: right;
}

div#Admin a{
	color: #000000;
}

div#Admin a:hover{
	color: #6E4A20;
}

/*==========================================================
  MAIN--RIGHT
==========================================================*/

td#RIGHT{
	vertical-align: top;
	text-align: center;
	padding-bottom: 30px;
}

/*==============================
  初期画面
==============================*/

#Start{
	line-height: 140%;
	padding: 20px 0px 20px 0px;
}

#Start p{
	margin: 5px 0px 5px 0px;
}

#Start a{
	color: #000000;
	text-decoration : underline;
}

#Start a:hover{
	color: #6E4A20;
	text-decoration : none;
}

/*==============================
  フォルダー情報
==============================*/

/*タイトル*/
div#FolderTitle{
	color: #000000;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

/*コメント*/
#FolderComment{
	margin: 0px 60px 10px 60px;
	text-align: left;
	line-height: 140%;
}

#FolderComment a{
	color: #000000;
	text-decoration : underline;
}

#FolderComment a:hover{
	color: #6E4A20;
	text-decoration : none;
}

/*==============================
  サムネイル表示
==============================*/

table#Thumb{
	margin: 20px;
}

/*サムネイル画像*/
td.ThumbImage{
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
	font-size: 10px;
}

td.ThumbImage span{
	color: #C40026;
}

/*==============================
  ページナビ
==============================*/

div#Navi{
	text-align: center;
	width: 90%;
}

div#Navi img{
	width: 26px;
	height: 21px;
	margin: 8px 0px 8px 0px;
}

/*Prev*/
div#NaviPrev{
	float: left;
}

/*Next*/
div#NaviNext{
	float: right;
}

/*==============================
  画像表示
==============================*/

table#ImageNavi{
	margin: 0px 5px 0px 7px;
}

td#Image{
	text-align: center;
	padding: 30px 30px 30px 30px;
}

/*==============================
  画像情報
==============================*/

/*タイトル*/
div#ImageTitle{
	text-align: center;
	color: #000000;
	margin-top: 10px;
}

/*日付*/
div#ImageTitle span{
	font-weight: bold;
}

/*コメント*/
div#ImageComment{
	text-align: left;
	width: 500px;
	margin: 10px 5px 5px 5px;
	line-height: 140%;
}

#ImageComment a{
	color: #000000;
	text-decoration : underline;
}

#ImageComment a:hover{
	color: #6E4A20;
	text-decoration : none;
}

/*==========================================================
  FOOTER
==========================================================*/
tr#FOOTER{
	background-image: url(sozai/lineX.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

/*==============================
  NiconicoPHPリンク
==============================*/

td#FooterL{
	height: 30px;
	padding: 10px 0px 0px 5px;
}

/*==============================
  著作権表示
==============================*/

td#FooterR{
	text-align: center;
	padding: 10px 0px 0px 0px;
}

