/*** 基本的な設定の場所は書いてある通りです。 ***/
/*** それ以外の場所を修正したい場合は気合で頑張って下さい。 ***/

@charset "shift_jis";

#container{
	width:700px;				/***ページ全体の幅の設定***/
	}

body{
	padding:10px;				/***ページ全体の余白の設定***/
	background-color:#F0FAFF;		/***ページ背景色の設定***/
	color:#1E2864;				/***フォントカラーの設定***/
	margin:0px;
	font-size:90%;
	line-height:100%;
	}

#container h1{
	text-align:center;			/***メインタイトルの位置の設定***/
	font-size:130%;				/***メインタイトルの文字サイズの設定***/
	font-weight:bold;
	line-height:130%;
	padding:5px;;
	margin-bottom:5px;
	border-style:double none;
	}

.thread input,#move input,#entry .entry{
	border:#7882C8 solid 3px;		/***ボタンの枠線の色の設定***/
	background-color:#FFFFFF;
	}

#entry .c2{
	color:#CC0000;				/***書き込み文字色の設定2***/
	}
#entry .c3{
	color:#FF4444;				/***書き込み文字色の設定3***/
	}
#entry .c4{
	color:#008800;				/***書き込み文字色の設定4***/
	}
#entry .c5{
	color:#0000FF;				/***書き込み文字色の設定5***/
	}
#entry .c6{
	color:#CC00CC;				/***書き込み文字色の設定6***/
	}
#entry .c7{
	color:#000000;				/***書き込み文字色の設定7***/
	}

p{
	margin:0px;
	padding:0px;
	}

h1,h2,h3{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-weight:normal;
	}

form,input{
	margin:0px;
	padding:0px;
	}

dl,dt,dd{
	margin:0px;
	padding:0px;
	}

a:hover{
	font-weight:bold;
	text-decoration:overline underline;
	}

.outline{
	padding:0px 0px 20px 0px;
	}

.title p{
	float:left;
	padding:0px 3px 0px 0px;
	}

.title span{
	font-weight:bold;
	}

span.new{
	font-weight:bold;
	color:#FF0000;
	font-size:70%;
	}

.writtenby{
	float:right;
	padding:0px 0px 3px 0px;
	}

.writtenby p{
	display:inline;
	padding:0px 3px 0px 0px;
	}

.thread{
	clear:both;
	border:#1E2864 solid 1px;
	background-color:#FFFFFF;
	padding:10px;
	}

.thread .main{
	padding:0px 0px 3px 0px;
	border:#1E2864 solid 0px;
	border-bottom-width:1px;
	}

.thread .res{
	margin:0px 0px 0px 30px;
	padding:10px 0px 3px 10px;
	border:#1E2864 solid 0px;
	border-bottom-width:1px;
	}

.thread .resb{
	width:0%;
	margin:0px 0px 0px 30px;
	padding:3px 0px 0px 10px;
	}

.thread form{
	clear:both;
	width:100%;
	text-align:right;
	}

.thread .resb input{
	width:100px;
	}

#move{
	margin:0px 0px 10px 0px;
	}

#move input,#entry .entry{
	padding:0px 3px;
	}

#entry{
	width:550px;
	margin:0px 30px 0px 30px;
	padding:10px 10px 35px 10px !important;
	padding:10px;
	border:#1E2864 solid 1px;
	}

#entry h3{
	padding:0px 0px 5px 0px;
	font-size:80%;
	line-height:100%;
	font-weight:bold;
	color:#FF0000;
	}

#entry h2{
	padding:0px 0px 5px 0px;
	font-size:110%;
	line-height:110%;
	font-weight:bold;
	}

#entry input{
	margin:0px 3px 0px 0px;
	}

#entry input.entry{
	margin:0px;
	float:right;
	}

#entry .item{
	width:100px;
	padding:0px 3px 0px 0px;
	text-align:right;
	float:left;
	}

#entry .value{
	font-weight:bold;
	}

#entry .c{
	position:relative;
	left:-3px !important;
	left:-5px;
	top:-2px !important;
	top:-1px;
	padding:0px 5px 0px 0px;
	}