/*フォントサイズの設定*/
.big{ font-size: 1.2em!important; }
.big2{ font-size: 1.5em!important; }
.big3{ font-size: 1.8em!important; }
.small{ font-size: 0.8em!important; }

/*フォントの色設定*/
.red{ color: #e53935!important; }/*赤*/
.blue{ color: #0000dd!important; }/*青*/
.green{ color: #4caf50!important; }/*緑*/
.yellow{ color: #ffff00!important; }/*黄*/
.navy{ color: #3f51b5!important; }/*紺*/
.orange{ color: #ff9800!important; }/*橙*/
.pink{ color: #ec407a!important; }/*ピンク*/
.purple{ color: #9c27b0!important; }/*紫*/
.olive{ color: #808000!important; }/*オリーブ*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #00bcd4!important; }/*水色*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #ccc!important; }/*灰*/
.white{ color: #fff!important; }/*白*/
.brown{ color: #6d4c33!important; }/*茶*/

/*マーカー表示（背景に着色）*/
.box-yellow,
.box-orange,
.box-pink,
.box-lime,
.box-gray{ padding: 2px; }

.box-yellow{ background-color: #ff6; }/*黄*/
.box-orange{ background-color: #f90; }/*橙*/
.box-pink{ background-color: #ffccff; }/*ピンク*/
.box-lime{ background-color: #9f9; }/*黄緑*/
.box-gray{ background-color: #ccc; }/*灰*/
.box-white{ background-color: #fff; }/*白*/


.font12 {font-size: 12px;}
.font15 {font-size: 15px;}
p {
	margin: 5px 0px;
}
table {
	font-size: 12px;
	border-collapse: collapse;
}
input, textarea {
	font-size: 12px;
	padding: 1px;
}
img {
	border: 0px;
	vertical-align: bottom;
}

hr {
	color: #333333;
	background-color: #333333;
	border: 0px;
	height: 1px;
}
#container {
	width: 750px;
	text-align: left;
	margin: 0px auto;
	clear: left;
}
#navi {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;

}
#navi ul {
	list-style-type: none;
}
#navi li {
	display: inline;
	padding: 0px 3px;
}
#formw table {
	margin: 10px 0px;
}
#formw td {
	border: none;
	padding: 2px 0px;
}
#formw td strong{
	color: #FF0000;
}

#read .reply {
	margin: 0px;
	float: right;
	padding: 0px;


}
#tree div {
	margin: 25px 0px;
}
#topic th,
#image th {
	color: #3080AB;
	background-color: #E1E7EC;
	border: 1px solid #D8D8D8;
	padding: 7px 0px;
	text-align: center;
}
#topic td,
#image td {
	color: inherit;
	background-color: #EEE;
	border: 1px solid #D8D8D8;
}
#topic td {
	padding: 7px 7px;
}
#topic .center {
	text-align: center;
}
#image table {
	background-color: #EEE;
}
#image td {
	padding-top: 4px;
	text-align: center;
	vertical-align: bottom;
}
#admin .post {
	text-align: right;
}
#admin .page form {
	margin-bottom: 25px;
	float: right;
}
#admin .reply {
	margin: 0px;
	float: right;
	padding: 0px;
}

#page {
	text-align: center;
	margin: 25px 0px 15px 0px;
}
#copyright {
	text-align: center;
	padding-bottom: 25px;
}
div.box {
	font-size: 13px;
	margin: 5px 0px;
	border: 1px solid #333333;
}
div.data {
	padding: 1px 10px;
}
.mail, .url, .reply, .new {
	margin-left: 5px;
}
.img img {
	background-color: #FFF;
	padding: 4px;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}
.new {
	font-weight: normal;
	color: #FF6600;
}
button.button8 {
	font-size: 2.6em;
	padding: 10px 30px;
	margin:10px 0 0;
}

float-l {
	float: left;
}
float-r {
	float: right;
}
disp-b {
	display: block;
}
disp-i {
	display: inline;
}
disp-ib {
	display: inline-block;
}

.thread_title{
	font-size: 18px;
	font-weight: bold;
	color: #263874;
}