﻿@charset "utf-8";	/*	漢字コードの指定	*/
/*
ここの値を変更したり、追加することによって表示フォーマットを変更できます
*/

/*	このWebページで使用するフォントを指定（左側のフォトンを優先する。sans-serifはゴシック系を指定している）
	フォント名称にスペースを含む時は、全体をシングルクォテーションで囲む
*/
body{
	font-family:'Times New Roman','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ', sans-serif;
	background-color: #ffffff
}
img{
	border:	none;
	vertical-align: middle;
}

#MainTable{
	margin:	0 auto;
	border:	none;
}
#AutoMainTable{
	margin:	0 auto;
	border: none;
}
.SubTable{
	padding: 0;
	vertical-align:	middle;
	background-color:	#ffffff;
	border-collapse: collapse;
}
.ThumbnailTable{
	padding:0;
	background-color:	#ffffff;
	border: solid 1px #0000ff;
}
.TopCenter{
	vertical-align:	top;
	margin: 0 auto;
}
.tdclass{
	margin: 0 auto;
}
.bgcenter{
	margin:	0 auto;
	background-color:	#ffffff;
}
p{
	margin:	0;
	text-indent:	1em;
}
/*	これより上部はなるだけ変更しないでください	*/
/*		変更したら、それなりにかわりますが…	*/

/*	最上部の投稿作品のタイトル	*/
#Titol{
	font-size : 32px;
	font-weight : bold;		/*	本文字を使用	<b>の効果と同等	*/
	color : #0000ff;
	text-align : center;	/*	テキストをセンタリング	*/
	text-shadow:	#999999 3px 3px 2px;	/*	文字に影を付ける	*/
	margin : 24px 0 20px 0;			/*	左から順番に上、右、下、左側に設けるスペース	*/
}

/*	投稿者の氏名	*/
#credit_name{
	text-align : center;
	font-size : 18px;
	color : #000000;
	margin:	0 0 5px 0;
}
/*	ページ番号を修飾	*/
#PictureNumber{
	width:	60px;		/*	番号を表示するエリアの幅	*/
	font-size:	24px;	/*	フォントのサイズ	*/
	color:	#000000;	/*	フォントの色	*/
	margin-left:	25px;	/*　左に30pxのマージ	*/
	vertical-align:	top;	/*　上部に配置	*/
}

/*	各画像のタイトル	*/
#PictureTitol{
	text-indent:	1em;	/*	先頭の文字を一文字字下げ	*/
	font-size:	24px;
	color:	#000000;
	margin-left:10px;
}
/*	各の画像の説明	大きな画像の下部です	*/
#PictureGuig {
	margin:	0 0 35px 0;
	width:	640px;
	height:	0;
	line-height:	1em;
	font-size:	18px;
	color:	#000000;
	text-align:	left;
}

/*	投稿作品全体のコメント等	*/
#caption{
	margin:	0 auto 0 auto;		/*	全体をセンタリング	*/
	width : 850px;
	font-size: 18px;
	text-align:	left;
	background-color:	#ffffff;	/*	文字の背景色#e3e3e2	*/
	text-indent:	1em;
}
/*	最下部の掲載日付	*/
#credit_date{
	font-weight:	bold; 
	color : #000;
	text-align : center;
	font-size : 16px;
	font-weight: bold;
}
/*	ToPageに戻るボタンのマージン	*/
#credit_date #TopPageMargin{
	margin: 20px 25px 0 0;
}

/*	ジャンル一覧に戻るボタンのマージン	*/
#credit_date #IndexMargin{
	margin:0 0 0 25px;
}
