@charset "UTF-8";

/* Reset
------------------------------------------------- */

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}


/* Default
------------------------------------------------- */

body {
	background-color: #ffffff;
	color: #725a59;
	text-align: center;
	font-family: Verdana, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	font-size: small !important; /* IE7 */
	font-size: 82%; /* IE6 */
}
/* Modern browser */
html>/**/body {
	font-size: 13px;
}

/* Hyper text
------------------------------------------------- */

a { 
	text-decoration: none;
	/*\*/
	overflow: hidden;	/* for Fx */
	/**/
}

a:link, 
a:active {
	color: #725A58;
}
a:visited {
	color: #6F2E29;
}

a:focus,
a:hover {
	color: #8F8F8F;

}



/* Image
------------------------------------------------- */

img,
a img {
	border: none;
}
	
.emoji {
	vertical-align:middle;
}



/* Base elements
------------------------------------------------- */

h1 { font-size: 180%; }
	
h2 { font-size: 130%; }
	
h3 { font-size: 115%; }
	
h4,h5,h6 { font-size: 100%; }
	
ul, ol, li, dl, dt, dd { list-style: none; }




/*--------------------------------------------------
	上部ナビゲーションメニュー
--------------------------------------------------*/
#wrap {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	background-color: #e5d7c0;
}

#header {
	width: 740px !important;
	width /*for win5.5*/: 800px;
	height: 240px !important;
	height /*for win5.5*/: 300px;
	background-image: url(http://bbs.fc2.com/template/sewing/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	padding: 30px;
	text-align: left;
}
#header h1 {
	width: 490px; 
}
#header #counter {
}

#navigation {
	width: 800px;
	height: 19px;
	background-image: url(http://bbs.fc2.com/template/sewing/nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 13px 0;
	margin-bottom: 20px;
	color: #F2EFDE;
}

#navigation a:link, 
#navigation a:active {
	color: #E5D7C0;
}
#navigation a:visited {
	color: #E5D7C0;
}

#navigation a:focus,
#navigation a:hover {
	color: #F2EFDE;
}

/*--------------------------------------------------
	投稿フォーム
--------------------------------------------------*/
.content {
	width: 700px;
	background-image: url(http://bbs.fc2.com/template/sewing/content_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px auto 0;
	padding-top: 26px;
}

.content_footer {
	width: 700px;
	background-image: url(http://bbs.fc2.com/template/sewing/content_footer.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0 auto;
	height: 26px;
}

#bbsform {
	width:670px !important;
	width /*for win5.5*/: 700px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(http://bbs.fc2.com/template/sewing/content_body.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 10px 15px;
}

form.cmxform fieldset {
	width: 600px;
	text-align:left;
	margin: 0 auto;
	background-image: url(http://bbs.fc2.com/template/sewing/form.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
form.cmxform fieldset span {
	font-weight: bold;
}
form.cmxform fieldset input#name, 
form.cmxform fieldset input#title, 
form.cmxform fieldset input#mail, 
form.cmxform fieldset input#site, 
form.cmxform fieldset input#pass, 
form.cmxform fieldset textarea#message {
	background-color: #EFEAE0;
	border: 1px dashed #725A58;
}
form.cmxform label {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 150px; /* Width of labels */
  background-color: gainsboro;
  padding: 0 5px;
}
form.cmxform label > span{
	width: 150px;
	display: block;
}

form.cmxform textarea#message {
	width: 420px;
	height: 150px;
	margin-left: 5px;
}
* html form.cmxform textarea#message {
	margin-left: 2px;
}

form.cmxform .msgbox {
	width: 160px !important;
	width /*for win5.5*/: 150px;
	height: 152px;
	background-color: gainsboro;
	float: left;
}
form.cmxform .msgbox label {
	height: auto;
}

form.cmxform label#postinfo_message {

}
form.cmxform label#postinfo_messagel > span{
	display: block;
}
form.cmxform .msgbox a {
	display: block;
	width: 100px;
	margin-left: 10px;
}
form.cmxform label.fontcolor {
	display: inline;
	padding: 2px 30px 2px 2px;
	width: 10px;
	height: 20px;
}
*html form.cmxform label.fontcolor {
	padding: 2px 25px 2px 2px;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 2px 5px;
  margin: 0;
}
form.cmxform fieldset li#submit_btn {
	text-align: center;
	margin-top: 10px;
}
form.cmxform fieldset li#submit_btn input.button {
	padding: 2px 5px;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

/*--------------------------------------------------
	スレッド全体
--------------------------------------------------*/
.thread_wrapper
{
	width:670px !important;
	width /*for win5.5*/: 700px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #ffffff;
	background-image: url(http://bbs.fc2.com/template/sewing/content_body.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0 15px;
	text-align:right;
}
/*--------------------------------------------------
	検索
--------------------------------------------------*/



/*--------------------------------------------------
	検索結果記事
--------------------------------------------------*/
.result_article
{
	margin: 0 16px;
	text-align:left;
	clear:both;
}
.search_pagelink {
	display: -moz-inline-box;
	display: inline-block;
	padding: 10px 10px 0;
}
.search_pagelin > div{
	display: block;
}
/*--------------------------------------------------
	親記事
--------------------------------------------------*/
.thread_wrapper .parent_article
{
	width: 650px;
	margin:0 10px;
	text-align:left;
	clear:both;
}

.thread_wrapper .parent_article_header {

	text-align: left;
	background-image: url(http://bbs.fc2.com/template/sewing/title.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #ffffff;
}

.thread_wrapper .parent_article_title {
	width: 530px !important;
	width /* for IE5.5 */: 650px;
	padding: 18px 60px
}
/*--------------------------------------------------
	子記事
--------------------------------------------------*/
.thread_wrapper .child_article
{
	width:600px;
	margin-left:auto;
	padding:20px;
	text-align:left;
	clear:both;
	margin-top: 20px;
	background-image: url(http://bbs.fc2.com/template/sewing/sub_title.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
}
.thread_wrapper .child_article_header {
	width: 600px;
	text-align: left;
	background-image: url(http://bbs.fc2.com/template/sewing/btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
}

.thread_wrapper .child_article_title {
	width: 320px !important;
	width /* for IE5.5 */: 405px;
	padding: 8px 40px
}
/*--------------------------------------------------
	※※※
--------------------------------------------------*/
.thread_wrapper .parent_article form,
.thread_wrapper .child_article form
{
	clear:both;
}
/*--------------------------------------------------
	記事の題名
--------------------------------------------------*/
.thread_wrapper .parent_article span.title,
.thread_wrapper .child_article span.title,
.result_article span.title
{
	color: #725A59;
	font-weight:bold;
}
.thread_wrapper .parent_article span.title {
	font-size: large;
}

/*--------------------------------------------------
	記事の日付
--------------------------------------------------*/
.thread_wrapper .parent_article div.date,
.thread_wrapper .child_article div.date,
.result_article .date
{
	text-align:right;
}
.thread_wrapper .child_article div.date {
	width: 600px;
}

/*--------------------------------------------------
	記事の内容（本文と画像の親要素）
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents,
.thread_wrapper .child_article div.contents,
.result_article div.contents {
	margin: 10px 0 10px 20px;
}
.thread_wrapper .parent_article div.contents {
	width: 620px;
}
.thread_wrapper .child_article div.contents {

}
/*--------------------------------------------------
	記事の本文
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents div.body,
.thread_wrapper .child_article div.contents div.body,
.result_article div.contents div.body
{
	float:left;
}
/*--------------------------------------------------
	記事の画像
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents img.userimage,
.thread_wrapper .child_article div.contents img.userimage,
.result_article div.contents img.userimage
{
	float:right;
	border:0px;
	vertical-align:middle;
}
/*--------------------------------------------------
	記事の返信ボタンや編集ボタンを含む親要素
--------------------------------------------------*/
.thread_wrapper .parent_article div.panel,
.thread_wrapper .child_article div.panel
{
	text-align:right;clear:both;
	padding-top: 10px;
}
.thread_wrapper .child_article div.panel {
	width: 600px;
}
.thread_wrapper .parent_article div.panel form,
.thread_wrapper .child_article div.panel form {
	display: inline;
}
.thread_wrapper .parent_article div.panel form input.button,
.thread_wrapper .child_article div.panel form input.button {
	padding: 2px 5px;
	margin: 0 2px;
}
/*--------------------------------------------------
	プレビュー画面
--------------------------------------------------*/
.content .preview_box {
	width: 640px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(http://bbs.fc2.com/template/sewing/content_body.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 10px 30px;
	text-align: left;
}
.content table.preview_table {
	width: 640px;
	margin: 0 auto;
}
.content table.preview_table td {
	padding: 2px;
}
.content td.preview_leftbox {
	width: 200px;
	text-align: left;
	font-weight: bold;
	background-color: gainsboro;
}
.content td.preview_rightbox {
	background-color: #EFEAE0;
}
/*--------------------------------------------------
	画像認証
--------------------------------------------------*/
ol#captcha {
	width: 700px;
	margin: 10px auto;
	padding: 10px 0;
	background-color: #F2EFDE;
}

/*--------------------------------------------------
	記事投稿完了画面
--------------------------------------------------*/
p.comp {
	width:670px !important;
	width /*for win5.5*/: 700px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(http://bbs.fc2.com/template/sewing/content_body.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 10px 15px;
}

/*--------------------------------------------------
	ヘルプ
--------------------------------------------------*/
#help {
	width:660px !important;
	width /*for win5.5*/: 700px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #ffffff;
	background-image: url(http://bbs.fc2.com/template/sewing/content_body.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0 20px;
	text-align:left;
}
#help h3 {
	padding: 15px 0 0;
}
/*--------------------------------------------------
	ページリンク
--------------------------------------------------*/
.pagelink {
	margin: 20px auto 0;
	width: 250px;
	height: 30px;
}

.pagelink form {
	width: 80px;
	margin: 0 auto;
	display: inline;
}

.pagelink .prev,
.pagelink .next {
	margin: 0 5px;
	padding: 2px 15px;
}

/*--------------------------------------------------
	広告
--------------------------------------------------*/

#footer_ad {
	padding: 35px 0;
	margin-top: 20px;
	background-image: url(http://bbs.fc2.com/template/sewing/footer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}