/* 
 * [目次]
 * 1.タグに直接つけるスタイル
 * 2.ブロックにつけるスタイル
 * 3.テキスト
 * 4.リンクテキスト
 */


/**************************************
 1.タグに直接つけるスタイル
 **************************************/
body
{
	margin:			0;
	padding:		0;
	font-size:		12px;
	color:			white;
	line-height:	1.2;
	background:		black;
	font-family:	"ＭＳ Ｐゴシック", "Osaka";
}

img{
	border-width:	0px;
}

hr{
	border-top:	1px #606106 dotted;
}

input.submit{
	padding-top:		2px;
	padding-left:		0px;
	padding-right:		0px;
	font-size:			11px;
	margin-right:		2px;
	border:				solid 1px #666666;
	background-color:	#ccc;
}

/* 全体を囲うブロック */
#body{
	margin-left:	auto;
	margin-right:	auto;
	padding:		0px;
	width:			800px;
}

/* 左サイドバーの画像 */
#sub img{
	border:	1px solid #9f973c;
}

/* 特集記事の画像 */
#article img{
	border:	2px solid #666666;
	margin:	5px;
}

/* 投稿画像 */
#pic img{
	border:0px;
}

/* 投稿画像（サムネイル） */
#piclist img{
	border:	1px solid #666666;
}


/**************************************
 2.ブロックにつけるスタイル
 **************************************/

/* --------------------ヘッダ-------------------- */
#header{
	height:162px;
	width:800px;
}

/* --------------------左サイドバー-------------------- */
#sub{
	float:			left;
	margin:			0px;
	padding-top:	5px;
	padding-left:	4px;
	padding-right:	4px;
	width:			170px;
	background:		#222222;
}

/* 最近のコメントの1つ1つ */
.commentItem
{
	font-size:		x-small;
	margin-bottom:	5px;
}

/* --------------------本文-------------------- */
#main{
	float:			right;
	padding-left:	5px;
	text-align:		left;
	width:			610px;
}

#piclist{
	float:left;
}

.news
{
	width:580px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:3px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#2e1901;
	/*background-image:url("/img/window_under.gif");
	background-position:bottom right;
	background-repeat:no-repeat;*/
}

.newsimg{
	float:left;
	margin-bottom:1px;
	margin-right:2px;
	min-width:200;
}

.borderblock {
	width: 100%;
	height: 100%;
	border: 1px solid #606106;
}

/* 特集記事の著者名 */
#articleAuther
{
	margin-top:		0;
	margin-right:	0;
	margin-bottom:	15px;
	margin-left:	0;
}

/* フォーム送信後等のメッセージ */
#message
{
	margin:				0px;
	text-align:			left;
	padding:			5px;
	border:				1px #666666 dotted;
	background-color:	#CCCCCC;
}

/*----------------------------------PICTURE------------------------------------*/

#picmain{
	width:auto;
	padding-left:5px;
	padding-right;5px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#viewall{
	float:left;
	width:375px;
	background-image:url("/img/pic_viewall.gif");
	background-repeat:no-repeat;
	padding-top:38px;
	padding-left:6px;
}

#entrypic{
	float:right;
	width:218px;
}

#viewcategory{
	float:left;
	background-image:url("/img/pic_viewcategory.gif");
	background-repeat:no-repeat;
	padding-top:40px;
	padding-left:6px;
	margin-bottom:10px;
}

/**************************************
 3.テキスト
 **************************************/

/* 特集記事のタイトル */
#article h1{
	margin:			0px;
	margin-bottom:	5px;
	font-size:		xx-large;
	color:			white;
	border-bottom:	3px solid #9f973c;
	width:			95%;
}

/* 小タイトル 
h2{
	padding-top:7px;
	padding-left:10px;
	text-align:left;
	margin-bottom:0px;
	font-size:small;
	color:white;
}
*/

/* 小タイトル */
h2{
	float:		left;
	padding-top:	0px;
	padding-left:	2px;
	margin-top:		0px;
	margin-bottom:	5px;
	border-bottom:	1px solid #9f973c;
	font-size:		small;
	width:			95%;
	height:			16px;
}

#picmain h2{
	padding-top:0px;
	padding-left:2px;
	margin-top:0px;
	margin-bottom:5px;
	border-bottom:1px solid #9f973c;
	width:100%;
	height:16px;
}

/* 左サイドバーのタイトル */
#sub h2{
	padding-top:	0px;
	padding-left:	0px;
	margin-top:	10px;
	margin-bottom:	2px;
	color:		white;
	border-bottom:	1px solid #9f973c;
	width:		96%;
	height:		15px;
}

/* フォーム送信後等のメッセージ */
#message{
	color:	Black;
}

/* フッタ */
#footMessage{
	float:		center;
	width:		800px;
	margin-top:	10px;
	margin-left:	auto;
	margin-right:	auto;
}

/**************************************
 4.リンクテキスト
 **************************************/

a{
	color:#9f973c;
}

/* 左サイドバーの小さい文字リンク */
#main .flink a{
	color:#9f973c;
	font-size:small;
}

#main .flink a:hover{
	color:#cfc76c;
	font-size:small;
}

/* 左サイドバーのリンク */
#sub a{
	color:#DfD77c;
	text-decoration:none;
}

#sub a:hover{
	text-decoration:underline;
}

#sub a:active{
	text-decoration:none;
}

/* 「PICTURE」の"全て見る" */
#viewall a{
	color:#e0dcb1;
}

/* 「PICTURE」の"カテゴリごとに見る" */
#viewcategory a{
	color:#e0dcb1;
}