
body{
	background-color: #FFFFFF;
	/*スクロール*/
	scrollbar-base-color : #ddffff;
	scrollbar-face-color : #ddffff;
	scrollbar-track-color : #ddffff;
	scrollbar-highlight-color : #ddeeee;
	scrollbar-shadow-color : #ddeeee;
	scrollbar-darkshadow-color : #ddeeee;
	scrollbar-3dlight-color : #ddeeee;
	scrollbar-arrow-color : #ddeeee;
}

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

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

img{
	border: 0;
}

/*==========================================================
  LEFT（NiconicoPHPリンク）
==========================================================*/

td#LEFT{
	width: 50%;
	vertical-align: bottom;
	text-align: left;
	padding: 10px;
	background-image: url(sozai/lineY_left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

/*==========================================================
  HEDER
==========================================================*/

td#HEADER{
	width: 718px;
	height: 20px;
}

/*==========================================================
  RIGHT（Admin)
==========================================================*/

td#RIGHT{
	width: 50%;
	vertical-align: bottom;
	background-image: url(sozai/lineY_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: right;
	padding: 10px;
}

td#RIGHT a{
	color: #87CEFA;
	border: 1px solid #87CEFA;
	padding: 2px;
}

td#RIGHT a:hover{
	color: #FFE634;
	border: 1px solid ;
}

/*==========================================================
  MAIN
==========================================================*/

/*＜サムネイル表示・エリア＞==============================*/

td#ThumbArea{
	width: 427px;
	padding: 15px 0px 15px 40px;
	vertical-align: top;
	background-image: url(sozai/motifY.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

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

div#Start p{
	margin: 10px 20px;
	line-height: 130%;
}

div#Start a{
	color: #4D0306;
	text-decoration : underline;
}

div#Start a:hover{
	color: #FFE634;
	text-decoration : none;
}

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

td#ThumbTop, td#ThumbBottom{
	height: 14px;
}

td#ThumbTop img, td#ThumbBottom img{
	width: 427px;
	height: 14px;
}

td#ThumbCenter {
	vertical-align: top;
	background-color: #87CEFA;
	background-image: url(sozai/thumb_center.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right: 2px solid #7be5fc;
	border-left: 2px solid #7be5fc;
}

table#Thumb td{
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	border: 2px dotted #0066ff;
}

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

/*タイトル*/
div#FolderTitle{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 10px 0px 20px;
}

/*コメント*/
div#FolderComment{
	text-align: left;
	width: 360px;
	margin: 10px 0px 0px 0px;
	line-height: 130%;
}

div#FolderComment a{
	text-decoration : underline;
	color: #4D0306;
}

div#FolderComment a:hover{
	text-decoration : none;
	color: #FFE634;
}

img#motifX{
	margin: 10px 0px;
}

/*＜メニュー表示・エリア＞================================*/

td#MenuArea{
	width: 290px;
	padding: 20px 40px 20px 10px;
	vertical-align: top;
	text-align: left;
	background-image: url(sozai/motifY.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

/*==============================
  HOME・TOP
==============================*/
div#Button{
	margin-bottom: 15px;
	text-align: right;
}

div#Button a{
	color: #87CEFA;
	border: 1px solid #87CEFA;
	padding: 1px 5px;
}
div#Button a:hover{
	border: 1px solid #FFE634;
	color: #FFE634;
}

/*==============================
  メニュー表示
==============================*/

div#Menu{
	font-size: 14px;
	font-weight: bold;
}

div#Menu span{
	color: #0033ff;
}

div#Menu a{
	color: #87CEFA;
}

div#Menu a:hover{
	color: #FFE634;
}

div#Menu font{
	font-weight: normal;
	font-size: 12px;
}

.F1 {
	border-bottom: 2px dotted #0066ff;
	padding: 1px 5px;
	margin: 6px 0px 6px 5px;
}

.F2 {
	margin: 4px 0px 2px 20px;
}

.F3 {
	margin: 2px 0px 2px 35px;
}

/*＜画像表示・エリア＞====================================*/

td#ImageArea{
	background-image: url(sozai/motifY.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 20px 40px;
	vertical-align: top;
	color: #87CEFA;
}

/*==============================
  表示ナビ
==============================*/

div#Navi{
	margin-top: 20px;
	margin-bottom: 20px;
}

img#NaviMenu{
	vertical-align: 0.2em;
}

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

/*タイトル*/
div#ImageTitle{
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

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

div#ImageComment a{
	text-decoration : underline;
	color: #33ccff;
}

div#ImageComment a:hover{
	text-decoration : none;
	color: #FFE634;
}

/*日付*/
div#ImageDate{
	width: 550px;
	text-align: right;
	margin-top: 10px;
	padding: 5px 10px;
	border-top: 1px dotted #0066ff;
}

/*==========================================================
  FOOTER
==========================================================*/

td#FOOTER{
	height: 20px;
}

