p, li, address {
	color: #666666;
	font-size: 90%;
}

ul {
	margin: 0px 0px 20px 20px;
}

em {
	font-weight: bold;
}





form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}

@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}

a:link, a:visited {
	color: #0033FF;
	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;

	text-decoration: underline;
}



.parent {
	margin-top: 10px;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #CC6600;
}
.res {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC6600;
	margin-left: 30px;
}

	
div#page {
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #CC6600;
}
div#page ul {
	margin: 0px 0px 20px 0px;
	text-align: center;
	font-size: 80%;
}
div#page ul li {
	display: inline;

	margin: 0px 5px;
}

/* ----- ナビゲーション -------------------------------- */

div#navi ul {
	margin: 0px;
	font-size: 80%;
}
div#navi ul li {
	display: inline;

	margin-right: 10px;
}

/* ----- 削除フォーム ---------------------------------- */

div#edit {
	margin-top: 10px;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #CC6600;
}
div#edit form p {
	margin: 0px;

	text-align: right;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}







.btn {
	border: 2px solid #CC6600;
	background-color: #FDDCA6;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;

}
.textbox{
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CC6600;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-left: 20px;
	background-image: url(../bbs/images/bg_textbox.jpg);
	background-repeat: no-repeat;
}


textarea {
	border: 2px dashed #CC6600;
	background-color: #FFFFFF;
	padding: 3px;
}
form table {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
form th {
	text-align: left;
	padding-right: 15px;
	white-space: nowrap;
	font-size: 90%;
	vertical-align: top;
}
form td {
	padding-bottom: 10px;
}


.article_title {
	background-color: #FFDFBF;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}
.parent .article_title h2 {
	font-size: 150%;
	color: #804000;
	padding-right: 50px;
	padding-left: 10px;
}
h3 {
	font-size: 100%;
	color: #BD5F00;
	background-color: #FEEBB1;
	margin-bottom: 5px;
}

.textbox_normal {
	border: 1px solid #CC6600;
}
.parent th , .res th {
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	padding-right: 15px;
	padding-left: 3px;
	color: #333333;
}
parent p , .res p{
	font-size: 90%;
}

.parent td , .res td {
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	padding-right: 15px;
	color: #333333;
}
p.time {
	font-size: 10px;
}
table.article_author td,table.article_author th{
	font-size: 12px;
	color:#999999;
}
table.article_author td.txt_name{
	color:#333333;
	font-weight: bold;
	font-size: 13px;
}
.attention{
	font-size: 80%;
	color: #666666;
}


.admin_editlist{
	font-size:12px;
}
.admin_editlist td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.admin_editlist td em{
	font-style: normal;
	font-weight: bold;
}
.admin_editlist_host{
	font-size:10px;
}

.red{
	color:#CC0000;
}


/* 投稿キー説明 */
#check{
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#check span{
	font-size: 16px;
	color:#CC0000;
}
