@charset "UTF-8";
@import url("../common/css/contents.css");
/* ---------- CSS ---------- */
/* コンテンツ名 */
h2 {
	background-image: url(img/title.jpg);
}

div#formarea span.caution {
color: #ff0000;
}

div#formarea {
clear: both;
width: 929px;
height: 200px;
padding: 0 35px 0 60px;
}

div#formitem {
float: left;
width: 820px;
height: 200px;
background-image: url(../../corkboard/img/back-form.gif);
background-repeat: no-repeat;
}

div#leftfitem {
float: left;
width: 270px;
height: 155px;
padding: 45px 0 0 50px;
}

div#rightfitem {
float: left;
width: 470px;
height: 155px;
padding: 45px 0 0 0;
}

div#formbutton {
float: left;
width: 109px;
height: 155px;
padding: 45px 0 0 0;
}

div#leftfitem dl {
width: 270px;
}

div#rightfitem dl {
width: 470px;
}

div#leftfitem dt {
font-family: "Verdana";
font-size: 80%;
float: left;
clear: both;
text-align: right;
padding: 5px 0 0 0;
width: 100px;
height: 23px;
}

div#rightfitem dt {
font-family: "Verdana";
font-size: 80%;
float: left;
clear: both;
text-align: right;
padding: 5px 0 0 0;
width: 100px;
height: auto;
}

div#leftfitem dd {
font-size: 80%;
float: left;
text-align: left;
padding: 5px 0 0 0;
width: 170px;
height: 23px;
}

div#leftfitem dd#caution {
font-size: 70%;
}

div#rightfitem dd {
font-size: 80%;
float: left;
text-align: left;
padding: 5px 0 0 0;
width: 370px;
height: auto;
}

div#rightfitem p#inputlength {
font-size: 75%;
}

input.design {
background-color: #666666;
border: 1px solid #aaaaaa;
color: #ffffff;
width: 150px;
}

input.design_ti {
background-color: #666666;
border: 1px solid #aaaaaa;
color: #ffffff;
width: 350px;
}

textarea.design_ta {
background-color: #666666;
border: 1px solid #aaaaaa;
color: #ffffff;
width: 350px;
height: 70px;
}

div#sysmsg {
background-color: #330000;
border: 1px solid #aaaaaa;
font-size: 75%;
text-align: center;
padding: 5px;
}

div.posts {
margin: 25px 0 25px 0;
clear: both;
}

div.post_no {
float: left;
font-size: 65%;
font-family: "Verdana";
margin: 0 5px 0 0;
}

div.post_name {
font-size: 75%;
font-weight: bolder;
}

div.post_title {
font-size: 120%;
font-weight: bolder;
color: #e3571c;
margin: 5px 0 5px 0;
}

div.post_datetime {
font-size: 65%;
font-family: "Verdana";
font-weight: bolder;
margin: 0 0 10px 0;
}

div.post_comment {
font-size: 80%;
line-height: 1.8;
}

span.qtmark {
color: #cccc00;
}

span.asciiart {
font-size: 80%;
line-height: 1;
font-family: "ＭＳ Ｐゴシック"
}

div.usr_agents {
font-size: 65%;
font-weight: bolder;
font-family: "Verdana";
margin: 0 0 10px 0;
}

div.pagelink {
	clear: both;
	margin: 10px auto;
}
div.pagelink a {
	width: auto;
	padding: 0.2em;
	margin: 0.1em;
	display: block;
	text-align: center;
	border: 1px solid #404040;
	background-color: #606060;
	text-decoration: none;
	float: left;
}
div.pagelink a:hover {
	background-color: #729fd8;
	color: #fff;
}
div.rowsfield {
	clear: both;
	margin: 10px auto;
}
