@charset "utf-8";
/* メイン部分
-------------------------------------------------------------------------------------*/
.form200 {
	width:200px;
}
.form300 {
	width:300px;
}
.form400 {
	width:400px;
}
/* topboard.html
-------------------------------------------------------------------------------------*/
#board {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
}
#board #banner {
	float:left;
	width:655px;
	height: auto;
	padding: 0px;
}

#board #topsearch {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 15px;
}
#board #topsearch h2 {
	float:left;
	width:655px;
	height: auto;
	display: block;
}
#board #topsearch .center {
	float:left;
	width:630px;
	height: auto;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#board #topsearch p {
	float:left;
	width:625px;
	height: auto;
	display: block;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
}
#board #theme {
	float:left;
	width:625px;
	height: auto;
	margin-bottom: 25px;
}
#board #theme table {
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FDCDCB;
	border-right-color: #FDCDCB;
	border-bottom-color: #FDCDCB;
	border-left-color: #FDCDCB;
	width: 100%;
}

#board #theme th {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: auto;
	height: auto;
	font-size: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FDCDCB;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#board #theme th.title {
	width: auto;
	height: auto;
	background-color: #FFEEDD;
	padding-left: 30px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FF0099;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FDCDCB;
	border-top-width: 1px;
	border-top-color: #FDCDCB;
}

/* thread.html
-------------------------------------------------------------------------------------*/
#thread {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
}
#thread #banner {
	float:left;
	width:655px;
	height: auto;
	padding: 0px;

}

#thread #toptitle {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 20px;
}
#thread #toptitle .center {
	float:left;
	width:635px;
	height: auto;
	text-align: center;
	padding-left: 20px;
	padding-top: 30px;
}
#thread #toptitle h2 {
	float:left;
	width:655px;
	height: auto;
	display: block;
}
#thread #toptitle p {
	float:left;
	width:610px;
	height: auto;
	display: block;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E8E8E8;
	padding-top: 10px;
}
#thread #category {
	float:left;
	width:630px;
	height: auto;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#thread #category p {
	float:left;
	width:600px;
	height: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #FFFFCC;
	font-weight: bold;
}
#thread #threadsearch {
	float:left;
	width:625px;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}
#thread #threadsearch p {
	float:left;
	width:625px;
	height: auto;
	font-size: 110%;
	padding-top: 10px;
}
#thread #threadsearch ul {
	float:left;
	width:625px;
	height: auto;
	padding-top: 10px;
}
#thread #threadsearch li {
	height: auto;
	display: inline;
	width: auto;
	padding-right: 5px;
}
#thread #list {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 40px;
}
#thread #list table {
	width: 95%;
	float: left;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#thread #list th {
	width: auto;
	height: auto;
	font-size: 100%;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px;
}
#thread #list td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	height: auto;
	background-color: #FFEEDD;
	vertical-align: middle;
	padding: 5px;
}
#thread #list td.difference {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	height: auto;
	background-color: #FFF8EE;
	vertical-align: middle;
	padding: 5px;
}

/* note.html
-------------------------------------------------------------------------------------*/
#note {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
}
#note #banner {
	float:left;
	width:655px;
	height: auto;
	padding: 0px;
}

#note #toptitle {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 20px;
}
#note #toptitle .center {
	float:left;
	width:635px;
	height: auto;
	text-align: center;
	padding-left: 20px;
	padding-top: 30px;
}
#note #toptitle h2 {
	float:left;
	width:655px;
	height: auto;
	display: block;
}
#note #toptitle p {
	float:left;
	width:610px;
	height: auto;
	display: block;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E8E8E8;
	padding-top: 10px;
}
#note #category {
	float:left;
	width:630px;
	height: auto;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#note #category p {
	float:left;
	width:600px;
	height: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #FFFFCC;
	font-weight: bold;
}
#note #category table {
	width: 100%;
	float: left;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 10px;
}
#note #category th {
	width: auto;
	height: auto;
	font-size: 100%;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#note #category td {
	width: auto;
	height: auto;
	font-size: 100%;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#note #select {
	float:left;
	width:630px;
	height: auto;
	display: block;
	margin-bottom: 20px;
	border: 1px dotted #EBEBEB;
}
#note #select table {
	width: 95%;
	float: left;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 10px;
}
#note #select td {
	width: auto;
	height: auto;
	font-size: 100%;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px;
	text-align: center;
}
#note #select ul {
	float:left;
	width:630px;
	height: auto;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#note #select li {
	height: auto;
	display: inline;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#note #list {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 40px;
}
#note #list table {
	width: 97%;
	float: left;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#note #list td {
	width: auto;
	height: auto;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#note #list th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	height: auto;
	background-color: #FFEEDD;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#note #list td.difference {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	height: auto;
	background-color: #FFF8EE;
	vertical-align: middle;
	padding: 5px;
}

/* note_thread.html
-------------------------------------------------------------------------------------*/
/* confirmation_note.html
-------------------------------------------------------------------------------------*/
/* completion.html
-------------------------------------------------------------------------------------*/

#note_thread {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
}
#note_thread #banner {
	float:left;
	width:655px;
	height: auto;
	padding: 0px;
}
#note_thread #toptitle {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 5px;
}
#note_thread #toptitle .center {
	float:left;
	width:635px;
	height: auto;
	padding-left: 20px;
	padding-top: 15px;
	text-align: left;
}
#note_thread #toptitle h2 {
	float:left;
	width:655px;
	height: auto;
	display: block;
}
#note_thread #toptitle p {
	float:left;
	width:610px;
	height: auto;
	display: block;
}
#note_thread #form {
	float:left;
	width:625px;
	height: auto;
	padding-left: 15px;
	padding-bottom: 50px;
}
#note_thread #form table {
	width: 95%;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FDCDCB;
	border-right-color: #FDCDCB;
	border-bottom-color: #FDCDCB;
	border-left-color: #FDCDCB;
}
#note_thread #form td {
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FDCDCB;
}
#note_thread #form  th {
	background-color: #FFEEDD; /* フォントを通常の太さに指定 */
	padding: 10px; /* 全方向にパディングを指定 */
	width: 150px; /* ボックスの幅を指定 */
	font-size: 110%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FDCDCB;
}
#note_thread #form p {
	float:left;
	width:625px;
	height: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#note_thread #completion {
	float:left;
	width:655px;
	height: auto;
	padding-bottom: 50px;
	padding-top: 10px;
}
#note_thread #completion p {
	float:left;
	width:655px;
	height: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 110%;
}

/* note_theme.html
-------------------------------------------------------------------------------------*/
/* confirmation_note2.html
-------------------------------------------------------------------------------------*/
/* completion2.html
-------------------------------------------------------------------------------------*/

#note_theme {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
}
#note_theme #banner {
	float:left;
	width:655px;
	height: auto;
	padding: 0px;
}
#note_theme #toptitle {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 5px;
}
#note_theme #toptitle .center {
	float:left;
	width:635px;
	height: auto;
	padding-left: 20px;
	padding-top: 15px;
	text-align: left;
}
#note_theme #toptitle h2 {
	float:left;
	width:655px;
	height: auto;
	display: block;
}
#note_theme #toptitle p {
	float:left;
	width:610px;
	height: auto;
	display: block;
}
#note_theme #form {
	float:left;
	width:625px;
	height: auto;
	padding-left: 15px;
	padding-bottom: 50px;
}
#note_theme #form table {
	width: 95%;
	float: left;
	font-size: 95%;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FDCDCB;
	border-right-color: #FDCDCB;
	border-bottom-color: #FDCDCB;
	border-left-color: #FDCDCB;
}
#note_theme #form td {
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FDCDCB;
}
#note_theme #form  th {
	background-color: #FFEEDD; /* フォントを通常の太さに指定 */
	padding: 10px; /* 全方向にパディングを指定 */
	width: 150px; /* ボックスの幅を指定 */
	font-size: 110%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FDCDCB;
}
#note_theme #form p {
	float:left;
	width:625px;
	height: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#note_theme #completion {
	float:left;
	width:655px;
	height: auto;
	padding-bottom: 50px;
	padding-top: 10px;
}
#note_theme #completion p {
	float:left;
	width:655px;
	height: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 110%;
}

/* note_report.html
-------------------------------------------------------------------------------------*/
/* confirmation_note_report.html
-------------------------------------------------------------------------------------*/
/* completion_report.html
-------------------------------------------------------------------------------------*/

#note_report {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
}
#note_report #toptitle {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 5px;
}
#note_report #toptitle .center {
	float:left;
	width:635px;
	height: auto;
	padding-left: 20px;
	padding-top: 20px;
	text-align: left;
}
#note_report #toptitle h2 {
	float:left;
	width:655px;
	height: auto;
	display: block;
}
#note_report #toptitle p {
	float:left;
	width:610px;
	height: auto;
	display: block;
}
#note_report #form {
	float:left;
	width:625px;
	height: auto;
	padding-left: 15px;
	padding-bottom: 50px;
}
#note_report #form table {
	width: 95%;
	float: left;
	font-size: 95%;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FDCDCB;
	border-right-color: #FDCDCB;
	border-bottom-color: #FDCDCB;
	border-left-color: #FDCDCB;
}
#note_report #form td {
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FDCDCB;
}
#note_report #form  th {
	background-color: #FFEEDD; /* フォントを通常の太さに指定 */
	padding: 10px; /* 全方向にパディングを指定 */
	width: 150px; /* ボックスの幅を指定 */
	font-size: 110%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FDCDCB;
}
#note_report #form p {
	float:left;
	width:625px;
	height: auto;
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
#note_report #completion {
	float:left;
	width:655px;
	height: auto;
	padding-bottom: 50px;
	padding-top: 10px;
}
#note_report #completion p {
	float:left;
	width:655px;
	height: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 110%;
}
