/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
	background-image: url("image/back-line920.gif");
	background-position: center;
	background-repeat:  repeat-y;
	background-color: #D6FFFF;
}
/* ヘッダーの設定*/
#head{
    width:920px;
	height: 120px;
	text-align:left;
	background-image: url("image/title.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	font-family: Comic Sans MS;
	font-size: 16px;
}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:920px;
    background-color:#0000FF;
    background-image:  url("image/back.gif");
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
}
/* 左側の設定*/
#left{
    width:210px;
	text-align:left;
    float:left;
    background-color:#0000FF;
	text-decoration:none; color:#FFFFFF;
	font-size: 14px;
	line-height: 140%;
	padding: 0px;
	font-family: Comic Sans MS;	
}
/* 右側の設定*/
#right{
    width:710px;
    float:right;
    background-image:  url("image/back.gif");
	padding: 0px;
}
/* フッターの設定*/
#foot{
    position:relative;
    width:920px;
	background-color: #0000FF;
    clear:both;
	text-align:center;
	text-decoration:none; color:#FFFFFF;
	font-family: Verdana;
	font-size: 11px;
}

#head a:link{ text-decoration:none; color:#0000FF; }
#head a:visited{ text-decoration:none; color:#800080; }
#head a:hover{ text-decoration:none; color:#FF9933; }
#left a:link{ text-decoration:none; color:#00FFFF; }
#left a:visited{ text-decoration:none; color:#00FFFF; }
#left a:hover{ text-decoration: underline; color: #FF9933; }
em { font-size: 1em; color: #FFFF00; }

x {
	font-size: large;
	font-weight: bolder;
	text-decoration: none;
}


/* みんなの掲示板設定*/
/* 入力フォーム用 */
.f, .code_in {
	background:#F7FAFD ;
	color:#000000;
	FONT: 98% "MS UI Gothic", Osaka, sans-serif;
}

/* アイコン一覧の背景色 */
.tbl_color{
	background: #fff;
}


/* 掲示板全体を囲むBOX */
#main{
	color: #444;
	background: #fee;
	padding: 8px 36px;
	border: 2px solid #544;
	width: 500px;
	margin: 0px auto;
	text-align: left;
	font-size: 13px;

}


#menu {
	padding: 2px;
	border-color: #666;
	border-style: dashed;
	border-width: 1px 0px;
	width: 496px;
	margin: 0px 0px 12px;
	text-align: center;
}

/* 投稿フォームを囲むBOX */
#wform {
	margin: 10px 0px;
	padding: 10px;
	width: 480px;
}


/* スレッド全体を囲むBOX */
#threadBox{
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px;
	font-size: small;
}

/* レス記事を囲むBOX */
#res{ 
	width: 100%;
	margin-top: 6px;
	padding-top: 10px;
	border-color: #666;
	border-style: solid none none;
	border-width: 2px;
}

/* 親記事のタイトル部分 */
#titleThread{
	color: #ec8;
	background-color: #322;
	font-size: medium;
	margin: 2px 0px;
	padding: 1px 4px;
	width: 492px;
}

/* 返信記事のタイトル部分 */
#titleRes{
	color: #060;
	font-weight: bold;
}


#icon{
	margin: 8px 16px 8px 0px;
}

#formlink{
	text-align: right;
	margin-top: 16px;
	padding: 2px 8px 12px;
	border: #000 dashed;
	border-width: 1px 0px 0px 0px;
	width: 478px;
}


#indent1{
	margin: 0px 28px;
}

form { margin: 0px; }

h1{
	font-size: 0px;
	color: #0000FF;
	display: none;
}

.centerText	{ text-align: center; width:100%; }
.center		{ margin-left: auto; margin-right: auto;}

img{ border: none 0px; }

#codefrm	{ position: relative; top: 4px; } /* 認証コードの表示位置を補正 */

