@charset "UTF-8";

* {
	word-break: break-all;
}

/* 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: url(http://bbs.fc2.com/template/house/background.png) #000046 repeat;
	color: #0055aa;
	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: #ff9900;
}
a:visited {
	color: #ff9900;
}

a:focus,
a:hover {
	color: #ff5200;

}
/* 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; }

/*--------------------------------------------------
	各種ボタン
--------------------------------------------------*/
input.button_post,
input.button_reset,
input.button_reply,
input.button_edit,
input.button_del,
input.button_thispost,
input.button_search {
	padding: 2px 5px;
}
/*--------------------------------------------------
	上部ナビゲーションメニュー
--------------------------------------------------*/
#wrap {
	width: 900px;
	text-align: center;
	margin: 0 auto;
	background-color: #ffffff;
}

#header {
	background: url(http://bbs.fc2.com/template/house/header.png) #ffffff no-repeat center top;
	width: 900px;
	height: 170px
	margin: 70px 0px;
	padding: 70px 0px;
	text-align: left;
}

#counter {
	text-align: left;
	color: #ffffff;
	padding-left: 15px;
}

ul#navigation {
	height: 15px !important;
	height /*for win5.5*/: 35px;
	padding: 10px 0px 15px 0px;
	margin-bottom: 20px;
	background-color: #fedd58;
	color: #4c3300;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}
ul#navigation li {
	display: inline;
	border-left: 1px solid #87553E;
	margin-left: -1px;
	padding: 0 8px;
}
#navigation a:link, 
#navigation a:active {
	color: #87553E;
}
#navigation a:visited {
	color: #87553E;
}
#navigation a:focus,
#navigation a:hover {
	color: #FF9900;
}

#content_form {
	width: 670px !important;
	width /*for win5.5*/: 700px;
	background-color: #ffffff;
	margin: 15px auto;
	padding: 20px 15px;
	border: 1px solid #bababa;
}

.content {
	width: 670px !important;
	width /*for win5.5*/: 700px;
	background-color: #ffffff;
	margin: 15px auto;
	padding: 20px 15px;
}


/*--------------------------------------------------
	Header
--------------------------------------------------*/

#header h1 {
	text-align: left;
	padding-left: 15px;
	padding-bottom: 5px;
}

/*--------------------------------------------------
	投稿フォーム
--------------------------------------------------*/
#bbsform {
	width: 670px;
}

form.cmxform fieldset {
	width: 600px;
	text-align:left;
	margin: 0 auto;
}
form.cmxform fieldset dl {
	clear: left;
	margin-bottom: 3px;
	height: 22px;
}

form.cmxform fieldset dt {
	width: 148px;
	background-color: #dbe8fc;
	padding: 2px 5px;
	float: left;
}
form.cmxform fieldset dt label {
	font-weight: bold;
}
form.cmxform fieldset dd {
	width: 430px;
	float: left;
}
form.cmxform fieldset dd input, 
form.cmxform fieldset dd textarea, 
form.cmxform fieldset dd select, 
form.cmxform fieldset dd .label_color {
	margin-left: 5px;
}

form.cmxform fieldset dl.msg {
	height: 152px;
}
form.cmxform fieldset dt.msg_dt, 
form.cmxform fieldset dd.msg_dd {
	height: 148px;
}
form.cmxform fieldset dd.msg_dd textarea {
	width: 410px;
	height: 148px;
	font-size: 10pt;
}
form.cmxform fieldset dt.msg_dt a {
	width: 100px;
	float: left;
	margin-left: 10px;
}
form.cmxform label.fontcolor {
	display: block;
	float: left;
	width: 50px;
	margin-right: 2px;
	padding: 2px 0;	
}
form.cmxform label.fontcolor input {
	height: 13px;
}

form.cmxform fieldset #submit_btn {
	text-align: center;
	margin-top: 10px;
	display: block;
}
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;
	background-color: #ffffff;
	margin: 20px auto;
	padding: 20px 15px;
	border: 1px solid #bababa;
	text-align:right;
}

/*--------------------------------------------------
	編集・削除パスワード入力画面
--------------------------------------------------*/
.edit_deletion {
	margin-bottom: 45px;
}

/*--------------------------------------------------
	検索
--------------------------------------------------*/
ul li.posted {
	text-align: right;
}

/*--------------------------------------------------
	検索結果記事
--------------------------------------------------*/
.result_article {
	width: 630px;
	margin: 0px 20px 0px 20px;
	text-align:left;
	clear:both;
	background: url(http://bbs.fc2.com/template/house/maintitle.png) no-repeat left top;
}

.result_article li.search_title {
	padding: 15px 15px 15px 75px;
	background:url(http://bbs.fc2.com/template/house/mainline.png) no-repeat left bottom;
}

.result_article li.posted {
	text-align: right;
}
.result_article li.contents{
	margin: 10px 20px 10px 20px;
}
.search_pagelink {
	display: -moz-inline-box;
	display: inline-block;
	padding: 10px;
}
.search_pagelin > div{
	display: block;
}

/*--------------------------------------------------
	親記事
--------------------------------------------------*/
.thread_wrapper .parent_article {
	width: 630px;
	margin: 0px 20px;
	text-align: left;
	clear: both;
}

.thread_wrapper .parent_article_header {
	text-align: left;
	background: url(http://bbs.fc2.com/template/house/maintitle.png) no-repeat left top;
}

.thread_wrapper .parent_article_title {
	padding: 15px 10px 15px 75px;
	background:url(http://bbs.fc2.com/template/house/mainline.png) no-repeat left bottom;
}

.result_article_header {
	padding: 10px 50px;
	background:url(http://bbs.fc2.com/template/house/retitle.png) no-repeat right bottom;
}

/*--------------------------------------------------
	子記事
--------------------------------------------------*/

.thread_wrapper .child_article {
	width: 580px;
	margin: 0px 20px 0px 60px;
	text-align:left;
	clear:both;
}

.thread_wrapper .child_article_header {
	text-align: left;
	padding: 50px 10px 15px 10px;
	background:url(http://bbs.fc2.com/template/house/retitle.png) no-repeat right bottom;
}

/*--------------------------------------------------
	※※※
--------------------------------------------------*/
.thread_wrapper .parent_article form,
.thread_wrapper .child_article form {
	clear:both;
}
/*--------------------------------------------------
	記事の題名
--------------------------------------------------*/
.thread_wrapper span.title,
.result_article span.title {
	color: #725A59;
	font-weight: bold;
	font-size: large;
}

.thread_wrapper .parent_article span.title {
	font-size: large;
	padding-bottom: 100px;
}

/*--------------------------------------------------
	記事の投稿者・メールアドレス・サイトURL・日付
--------------------------------------------------*/
.thread_wrapper .parent_article ul.posted,
.thread_wrapper .child_article ul.posted,
.result_article ul.posted {
	text-align: right;
}
.thread_wrapper .parent_article ul.posted li,
.thread_wrapper .child_article ul.posted li,
.result_article ul.posted li {
	display: inline;
	padding: 0 5px;
}

/*--------------------------------------------------
	記事の内容（本文と画像の親要素）
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents,
.thread_wrapper .child_article div.contents,
.result_article div.contents {
	margin: 10px 0px 10px 20px;
}
.thread_wrapper .parent_article div.contents {
	width: 630px !important;
	width: : /**/650px;
}
.thread_wrapper .child_article div.contents {
	width: 600px !important;
	width: : /**/620px;
}

/*--------------------------------------------------
	記事の本文
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents div.body,
.thread_wrapper .child_article div.contents div.body,
.result_article div.contents div.body {
	width: 95%;
}

/*--------------------------------------------------
	記事の画像
--------------------------------------------------*/
.thread_wrapper img.userimage,
.result_article div.contents img.userimage {
	float: right;
	border: 0px;
	vertical-align: middle;
	padding-right: 25px;
}

/*--------------------------------------------------
	記事の返信ボタンや編集ボタンを含む親要素
--------------------------------------------------*/
.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 {

}
.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 {
	margin: 0 2px;
}

/*--------------------------------------------------
	スレッド（返信）画面の場合表示
--------------------------------------------------*/

.error {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	padding: 16px;
	border:1px solid #5a3d1c;
	text-align:left;
}


/*--------------------------------------------------
	プレビュー画面
--------------------------------------------------*/
.content .preview_box {
	width: 640px;
	margin: 0 auto 15px;
	text-align: left;
	background-color: #ffffff;
}
.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: #dbe8fc;
}
.content td.preview_rightbox {
	background-color: #ffffff;
}
/*--------------------------------------------------
	画像認証
--------------------------------------------------*/
ol#captcha {
	width: 640px;
	margin:15px auto 35px;
	padding: 0 0 10px;
	background-color: #fff2cc;
}

#captcha li {
	margin: 5px 0;
}

#captcha li .attestation {
	margin-top: 0;
	margin-bottom: 5px;
	background-color: #9debff;
}


/*--------------------------------------------------
	記事投稿完了画面
--------------------------------------------------*/
ul.comp {
	width:670px !important;
	width /*for win5.5*/: 700px;
	margin: 0 auto;
	background-color: #ffffff;
	background-repeat: repeat-y;
	padding: 10px 15px;
}

ul.comp li{
	padding-top: 5px;
	padding-bottom: 5px;
}

/*--------------------------------------------------
	ヘルプ
--------------------------------------------------*/
#help {
	width:660px !important;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	text-align:left;
	background-color: #ffffff;
	background-position: left topadding: 0 20px;
	text-align:left;
}
#help h3 {
	padding: 15px 0 0;
}
/*--------------------------------------------------
	ページリンク
--------------------------------------------------*/
.pagelink {
	margin: 20px auto;
	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 {
	width: 900px;
	height:120px;
	padding-top:20px;
	background: url(http://bbs.fc2.com/template/house/footer2.png) no-repeat center top;
}