/* 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-image: url(http://bbs.fc2.com/template/hacokuma/background.gif);
	color: #5a3d1c;
	text-align: center;
	word-wrap: break-word;
　　　　word-break: break-all；
　　　　overflow: hidden;
	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;
	word-wrap: break-word;
	/*\*/
	overflow: hidden;	/* for Fx */
	/**/
}

a:link  {
	color: #725A58;
}
a:visited {
	color: #8c8c8c;
	text-decoration:none;
}

a:focus,
a:hover {
	color: #ff7f00;
}

a:active {
	color: #ff4f00;
}




/* 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; }



/* text
------------------------------------------------- */

span.preview_check{
	font-size: 80%; !important;
	font-size: 75%; /* forIE */
}

/*--------------------------------------------------
	上部ナビゲーションメニュー
--------------------------------------------------*/
#wrap {
	width: 741px;
	text-align: center;
	margin: 0 auto;
	background-color: #ffffff;
}

#header {
	width: 711px;
	height: 151px;
	background-image: url(http://bbs.fc2.com/template/hacokuma/header.png);
	background-repeat: no-repeat;
	background-position: left top;	
	padding-left: 30px;
	padding-top: 50px;
	text-align: left;
}

#header h1 a:link,
#header h1 a:visited {
	color: #ffffff;
}

#header h1 a:focus,
#header h1 a:hover {
	color: #5a3d1c;
}

#header h1 a:active {
	color: #5a3d1c;
}

#counter {
	width: 681px; 
        color: #ffffff;
}

#navigation {
	width: 741px;
	background-image: url(http://bbs.fc2.com/template/hacokuma/nav.png);
	background-repeat: repeat-x;
	background-position: left top;
        margin-bottom: 30px !important;
        margin-bottom: 30px; /* forIE */
	padding: 23px 0;
	color: #5a3d1c;
}

#navigation span {
       font-weight: bold;
       font-size:110%;
}

#navigation a:link, 
#navigation a:active {
	color: #5a3d1c;
}
#navigation a:visited {
	color: #5a3d1c;
}

#navigation a:focus,
#navigation a:hover {
	color: #ff7f00;
}


/*--------------------------------------------------
	投稿フォーム
--------------------------------------------------*/
.content {
	width: 700px;
	margin: auto;
        overflow: hidden;
}

#bbsform {
	width:670px;
	background-color: #ffffff;
	padding: 0 15px;
}

form.cmxform fieldset {
	width: 600px;
	text-align:left;
	margin: 0 auto;
}
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: #ffffff;
border: 1px solid #725A58;
}

input#image {
background-color: #ffffff;
}

form.cmxform label {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 150px; /* Width of labels */
  background-color: #ffffff;
  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: ffffff;
	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: 3px 5px 1px;
}
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;
        margin: 50px auto 0;
	text-align:left;
	background-color: #ffffff;
	background-position: left top;
	padding: 0 15px;
	text-align:right;
}

/*--------------------------------------------------
	編集・削除パスワード入力画面
--------------------------------------------------*/
.edit_deletion
{
	margin-bottom: 45px;
}

/*--------------------------------------------------
	検索
--------------------------------------------------*/

/*--------------------------------------------------
	検索結果記事
--------------------------------------------------*/
.result_article
{
	margin: 0 10px;
	text-align:left;
	clear:both;
}

.result_article_title
{
	width: 589px;
        height: 45px;
	text-align: left;
	background-color: #ffffff;
        margin:0 10px;
        padding-top: 15px;
        padding-left: 50px;
	float:left;
}

.result_article div.contents
{
	text-align: left;
        overflow: hidden;
}

.result_article .date
{
	text-align: right;
        padding-right:20px;
}

.result_article div.topic
{
	text-align: right;
        margin-top: 10px;
        margin-bottom: 10px;        
}

.result_article div.images
{
	text-align: right;
        margin: 5px;
}

.thread_wrapper .result_article div.contents{
	padding-left: 50px;
}

.search_pagelink {
	display: -moz-inline-box;
	display: inline-block;
	padding: 10px;
}

.search_pagelink > div{
	display: block;
}

.content ol {
        margin-top: 25px;
        margin-bottom: 25px;
        margin-top: 10px; /* IE6 */
}


/*--------------------------------------------------
	親記事
--------------------------------------------------*/
.thread_wrapper .parent_article
{
	width: 650px;
	margin:0 10px;
	text-align:left;
	clear:both;
}

.result_article,
.thread_wrapper .parent_article_header {
	text-align: left;
	background-image: url(http://bbs.fc2.com/template/hacokuma/title_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
}

.thread_wrapper .parent_article_title {
	width: 550px !important;
	padding: 10px 50px;
        background:url(http://bbs.fc2.com/template/hacokuma/title_bottom.png) no-repeat left bottom;
}

.result_article_header {
	width: 550px !important;
	padding: 10px 50px;
        background:url(http://bbs.fc2.com/template/hacokuma/title_bottom.png) no-repeat left bottom;
}

/*--------------------------------------------------
	子記事
--------------------------------------------------*/
.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/hacokuma/sub_title.png);
	background-repeat: no-repeat;
	background-position: 15px 10px;
}
.thread_wrapper .child_article_header {
	width: 500px;
	text-align: left;
	background-color: #ffffff;
}

.thread_wrapper .child_article_title {
	width: 570px !important;
	width /* for IE5.5 */: 405px;
	padding-bottom: 15px;
}
/*--------------------------------------------------
	※※※
--------------------------------------------------*/
.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;
}

/*--------------------------------------------------
	記事の日付
--------------------------------------------------*/
.thread_wrapper ul.date
{
	text-align:right;
        padding-right:20px;
        margin-top: 5px;
        margin-bottom: 10px;
	background-image: url(http://bbs.fc2.com/template/hacokuma/kuma.png);
	background-repeat: no-repeat;
	background-position: right top;
        clear:both;
}

.thread_wrapper ul.date li
{
       display:inline;
       padding-left: 5px;
}

.thread_wrapper .child_article div.date {
	width: 580px;
}

/*--------------------------------------------------
	記事の内容（本文と画像の親要素）
--------------------------------------------------*/
.thread_wrapper div.contents,
.result_article div.contents {
	margin: 12px 0;
        overflow: hidden;
}

.thread_wrapper .parent_article div.contents{
	float: right;
	width: 600px;
        overflow: hidden;
}

/*--------------------------------------------------
	記事の本文
--------------------------------------------------*/
.thread_wrapper div.body,
.result_article div.contents div.body
{
	float:left;
}
/*--------------------------------------------------
	記事の画像
--------------------------------------------------*/
.thread_wrapper img.userimage,
.result_article div.contents img.userimage
{
	float:right;
	border:0px;
	vertical-align:middle;
        padding-right: 25px;
}
/*--------------------------------------------------
	記事の返信ボタンや編集ボタンを含む親要素
--------------------------------------------------*/
.thread_wrapper div.panel
{
	text-align:right;clear:both;
	padding-top: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
}

.thread_wrapper .child_article div.panel {
	width: 600px;
        margin-top: 10px;
        margin-bottom: 10px;
}

.thread_wrapper div.panel form {
	display: inline;
        margin-top: 10px;
        margin-bottom: 10px;
}

.thread_wrapper div.panel form input.button,
.edit_deletion form input.button {
	padding: 2px 5px;
	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: #9debff;
}
.content td.preview_rightbox {
	background-color: #fff2cc;
}
/*--------------------------------------------------
	画像認証
--------------------------------------------------*/
ol#captcha {
	width: 640px;
	margin: 15px auto;
	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: 741px;
    height:95px;
        margin-top: 30px !important;
        margin-top: 15px; /* forIE */
    padding-top:35px;
	background-image: url(http://bbs.fc2.com/template/hacokuma/footer.png);
	background-position: left top;	
	background-repeat:repeat-x;
}																																																															