/*****************
  全体
*****************/
body {
	background-color : #FFFFFF;
	scrollbar-base-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-3dlight-color : #000000;
	scrollbar-arrow-color : #000000;
}

body,table {
	/*フォント*/
	font-size : 10pt;
	font-family : "MS UI Gothic", "Osaka";
	color: #7d5203;
}

/*リンク*/
a:link  {
	font-size : 10pt;
	text-decoration : none;
	color : #7d5203;
}

a:visited {
	font-size : 10pt;
	text-decoration : none;
	color : #7d5203;
}

a:active  {
	font-size : 10pt;
	text-decoration : none;
	color : #9D9D9D;
}

a:hover {
	font-size : 10pt;
	text-decoration : none;
	color : #9D9D9D;
	position : relative; /*パディング*/
		top : 1px;
		left : 1px;
}

/*****************
  class
*****************/

/*[n_index.html][n_img.html]共通***************/

/*模様枠内側テーブル背景・td*/
.imagebgcolor{
	background-color : #FFFFFF;
}

/*枠線画像（上）・td*/
.imagetop{
	background-image: url(sozai/line_top.gif);
	background-repeat: repeat;
	background-position: left top;
}

/*枠線画像（下）・td*/
.imagebottom{
	background-image: url(sozai/line_bottom.gif);
	background-repeat: repeat;
	background-position: left bottom;
}

/*枠線画像（左）・td*/
.imageleft{
	background-image: url(sozai/line_left.gif);
	background-repeat: repeat;
}

/*枠線画像（右）・td*/
.imageright{
	background-image: url(sozai/line_right.gif);
	background-repeat: repeat;
}


/*[n_index.html]*******************************/

/*フォルダー一覧表示（外枠線）・table*/
.tablemenu{
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-style: solid;
	border-color: #7d5203;
}

/*フォルダー一覧（背景グラデーション）・td*/
.foldermenu{
	background-image:  url(sozai/folder_bg.gif);
	background-repeat: repeat;
	/*フォント*/
	font-weight: bold;
}

/*フォルダーのタイトル表示・table*/
.foldertitle{
	font-weight: bold;
	color: #7d5203;
	background-image:  url(sozai/folder_title.gif);
	background-repeat: repeat;
}

/*フォルダーに対するコメント・table*/
.Fcommenttable{
	color: #7d5203;
	border-top: 0px solid #CBCBCB;
	border-right: 0px solid #CBCBCB;
	border-bottom: 0px solid #CBCBCB;
	border-left: 3px solid #CBCBCB;
	background-image:  url(sozai/folder_title.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*サムネイル表示（下線）・td*/
.thumtable{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

/*[n_img.html]*****************************/

/*画像のタイトル表示・table*/
.imagetitle{
	font-weight: bold;
	color: #7d5203;
	background-image: url(sozai/comment_bg.gif);
	/*テーブル幅*/
	width: 600px; 
}

/*画像表示ページコメント・table*/
.comment{
	color: #7d5203;
	border-top: 0px solid #CBCBCB;
	border-right: 0px solid #CBCBCB;
	border-bottom: 0px solid #CBCBCB;
	border-left: 3px solid #CBCBCB;
	background-image: url(sozai/comment_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*テーブル幅*/
	width: 600px;
}

/*画像表示ページ年月日（下線）・table*/
.datetable{
	color: #7d5203;
	border-top: 0px dashed #CBCBCB;
	border-right: 0px dashed #CBCBCB;
	border-bottom: 2px dashed #CBCBCB;
	border-left: 0px dashed #CBCBCB;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
