@charset "utf-8";

/* 株式会社ココロ　スタイルシート
　 作成者：
　 平成00年00月00日
-------------------------------------------------------------------------------------*/


/* 基本スタイル
-------------------------------------------------------------------------------------*/

/* 全体
------------------------------*/
html {
	color:#000;
	background:#FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { border:0; }

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

li { list-style-type: none; }

caption, th { text-align:left; }

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after { content:''; }

abbr, acronym {
	border:0;
	font-variant:normal;
}

sup { vertical-align:text-top; }

sub { vertical-align:text-bottom; }

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input, textarea, select { *font-size:100%;
}

legend { color:#000; }


/* ボディ
------------------------------*/
body {
	/*font: 75%/18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;*/
	font-size: 9pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	margin:0;
	padding:0;
	background: url(../img/body_bg.gif) repeat-x left top;
}

/* リンク
------------------------------*/
a { color: #003399; }
a:visited { color: #333333; }
a:hover { color: #0066CC; }

/* 画像
------------------------------*/
img {
	border: none;
	vertical-align: top;
}
.inner {
	float:left;
}
/* ヘッダー部分
-------------------------------------------------------------------------------------*/
#header {
	height: 191px;
	clear: both;
}
#header .h-inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 155px;
	background: url(../img/header_bg.gif) no-repeat;
}
#header .hu-inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	background: url(../img/view_bg.gif) no-repeat;
}
#header h1 {
	height: 84px;
	width: 397px;
	padding-top: 68px;
	padding-left: 20px;
}
#header ul {
	height: 40px;
	width: 140px;
	float: left;
	display: block;
	padding-left: 270px;
	padding-top: 115px;
}
#header li {
	width: 130px;
	background: url(../img/arrow_red.gif) no-repeat left center;
	height: 20px;
	padding-left: 13px;
	display: block;
	float: left;
}
#header h3 {
	height: 40px;
	float: left;
	display: block;
	padding-top: 115px;
	width: 113px;
}
#header p {
	float: left;
	display: block;
	width: 477px;
	height: 25px;
	padding-left: 480px;
	padding-top: 8px;
	color: #FFFFFF;
	font-size: 90%;
	text-align: center;
}
/* サイト（コンテンツ部分）の幅指定
-------------------------------------------------------------------------------------*/
#wrapper {
	width: 950px;
	background: #FFFFFF;
	height: auto;
	clear: both;
	padding-left: 30px;
	margin: 10px auto 20px;
}
/* メニュー部分
-------------------------------------------------------------------------------------*/
#menu {
	float:left;
	width:220px;
	margin-bottom: 20px;
}
#menu #login {
	/*float:left;*/
	width:202px;
	height:200px;
	background: url(../img/login_bg.gif) no-repeat;
}
#menu #login h2 {
	float:left;
	width:187px;
	display: block;
	padding-left: 15px;
	padding-top: 5px;
}
#menu #login p {
	float:left;
	width:187px;
	display: block;
	padding-left: 15px;
	padding-top: 5px;
	height: 20px;
	color: #DF487F;
}
#menu #login ul {
	float:left;
	width:187px;
	display: block;
	padding-left: 15px;
	padding-top: 10px;
}
#menu #login li {
	float:left;
	width:187px;
	padding-bottom: 5px;
}
#menu #side-menu {
	/*float:left;*/
	width:202px;
	/*height:700px;*/
	/*background: url(../img/side_menu_bg.gif) no-repeat;*/
	background: url(../img/side_menu_bg_btm.gif) no-repeat left bottom;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom:10px;
}
#menu #side-menu .side-menu-wrapper { background: url(../img/side_menu_bg_upper.gif) no-repeat left top; padding-top: 10px;}
#menu #side-menu .inner { background: url(../img/side_menu_bg_mid.gif) repeat-y left top; float: none;}

#menu #side-menu h2 {
	/*float:left;*/
	width:187px;
	display: block;
	padding-left: 15px;
	padding: 10px;
}
#menu #side-menu p {
	float:left;
	width:187px;
	display: block;
	padding-left: 15px;
	padding-top: 5px;
	height: 20px;
	color: #DF487F;
}
#menu #side-menu ul {
	/*float:left;*/
	width:187px;
	display: block;
	padding-left: 15px;
	padding-top: 10px;
}
#menu #side-menu li {
	/*float:left;*/
	width:187px;
	padding-bottom: 1px;
}
/* メイン部分
-------------------------------------------------------------------------------------*/
#main {
	float:left;
	width:680px;
}
#main #banner {
	/*float:left;*/
	width:680px;
}
#main #banner h2 {
	/*float:left;*/
	width:680px;
	height: 25px;
	padding-bottom: 10px;
}
#main #banner ul {
	/*float:left;*/
	width:680px;
	display: block;
	padding-top: 10px;
}
#main #banner li {
	float:left;
	width:340px;
	margin-bottom: 4px;
}

#main #commu {
	/*float:left;*/
	clear: both;
	width:680px;
	margin-top: 20px;
}
#main #commu h2 {
	/*float:left;*/
	width:680px;
	height: 25px;
	padding-bottom: 10px;
}
#main #commu h3 {
	/*float:left;*/
	width:660px;
	font-size: 130%;
	color: #DF487F;
	font-weight: bolder;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	border-bottom: 1px dotted #999999;
	padding-top: 5px;
}
#main #commu h4 {
	/*float:left;*/
	width:600px;
	font-size: 130%;
	color: #DF487F;
	font-weight: bolder;
	margin-right: 12px;
	margin-left: 12px;
	display: block;
	height: 22px;
	background: url(../img/main_h3_new.gif) no-repeat;
	margin-top: 5px;
	padding-left: 55px;
}
#main #commu #blog {
	/*float:left;*/
	width:680px;
	margin-top: 5px;
	background: url(../img/main_contents_bg_1.gif) no-repeat;
	height: 150px;
}
#main #commu #blog ul {
	/*float:left;*/
	width:660px;
	/*margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;*/
}
#main #commu .topic-list ul { margin-top: 10px; margin-left: 20px;}
* html #main #commu .topic-list ul { height: 1%;} /* */
#main #commu .topic-list li { width: 190px; list-style-type: square; list-style-position: outside; float: left; padding-right: 10px; padding-bottom: 8px; margin-left: 16px;}
* html #main #commu .topic-list li { margin-left: 8px; height: 1%;} /* */
/*
#main #commu #blog li {
	width:200px;
	list-style: square inside;
	float: left;
}
*/
#main #commu #recipe {
	/*float:left;*/
	width:680px;
	margin-top: 5px;
	background: url(../img/main_contents_bg_1.gif) no-repeat;
	height: 150px;
}
#main #commu #recipe ul {
	/*float:left;*/
	width:660px;
	/*margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;*/
}
/*
#main #commu #recipe li {
	list-style: square inside;
	padding-right: 10px;
	display: inline;
}
*/
#main #commu #diet {
	/*float:left;*/
	width:680px;
	/*margin-top: 5px;*/
	background: url(../img/main_contents_bg_1.gif) no-repeat;
	height: 150px;
}

#main #commu #diet ul {
	/*float:left;*/
	width:660px;
	/*padding-right: 10px;
	padding-left: 10px;*/
}
/*
#main #commu #diet li {
	width:650px;
	float: left;
	height: 23px;
	background: url(../img/main_diet_bg.gif) no-repeat;
	padding-left: 10px;
}
*/

#main #commu #board {
	/*float:left;*/
	width:680px;
	margin-top: 5px;
	background: url(../img/main_contents_bg_1.gif) no-repeat;
	height: 150px;
}

#main #commu #board ul {
	/*float:left;*/
	width:660px;
	/*margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;*/
}
/*
#main #commu #board li {
	list-style: square inside;
	padding-right: 10px;
	display: inline;
}
*/
#main #commu #monitor {
	float:left;
	width:680px;
	margin-top: 10px;
	background: url(none);
}
#main #top {
	/*float:left;*/
	width:680px;
	height: 150px;
	padding-top: 5px;
	background: url(../img/main_contents_top_bg.gif) no-repeat;
}
#main #top h2 {
	float:left;
	width:362px;
	height: 42px;
	padding-top: 70px;
	padding-left: 250px;
	display: block;
}
#main #top h2.over {
	float:left;
	width:362px;
	height: 42px;
	padding-top: 70px;
	padding-left: 0px;
	padding-left: 150px;
	display: block;
}
#main #top h2.moni {
	float:left;
	width:450px;
	height: auto;
	padding-top: 70px;
	padding-left: 200px;
	display: block;
}
#main #top-next {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
}
#main #top-next h2 {
	float:left;
	width:660px;
	height: 25px;
	padding-top: 15px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 140%;
	font-weight: bolder;
}
#main #top-next h2.recipe {
	float:left;
	width:500px;
	height: 25px;
	padding-top: 10px;
	display: block;
	margin-right: 0px;
	margin-left: 15px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 140%;
	font-weight: bolder;
	background: url(none);
}
#main #top-next .top-next {
	float:left;
	width:680px;
	height: 150px;
	padding-top: 5px;
	background: url(../img/main_contents_top_blog_bg.gif) no-repeat;
}
#main #top-next .recipe {
	float:left;
	width:680px;
	height: 150px;
	padding-top: 5px;
	background: url(../img/main_contents_top_resipi_bg.gif) no-repeat;
}
#main #top-next .top-inner {
	float:left;
	width:680px;
	height: auto;
}
#main #top-next h3 {
	float:left;
	width:135px;
	height: 84px;
	padding-left: 10px;
	margin-top: 5px;
}
#main #top-next .recipe-detail {
	float:left;
	width:500px;
	/*height: 84px;*/
	padding-left: 10px;
	margin-top: 5px;
}
#main #top-next h3.recipe {
	float:left;
	width:135px;
	height: 84px;
	padding-left: 10px;
	margin-top: 5px;
	background: url(none);
	padding-top: 15px;
	display: block;
}
#main #top-next p.recipe {
	float:left;
	width:500px;
	height: 70px;
	padding-left: 15px;
	margin-top: 0px;
	background: url(none);
	padding-top: 0px;
}
#main #top-next p.recipe-link {
	float:left;
	width:180px;
	height: auto;
	padding-left: 480px;
	margin-top: 0px;
	background: url(none);
	padding-top: 5px;
	display: block;
}
#main #thread {
	float:left;
	width:680px;
	height: 108px;
	padding-top: 5px;
	background: url(../img/main_contents_top_thread.gif) no-repeat;
}
#main #thread h2 {
	float:left;
	width:660px;
	height: 25px;
	padding-top: 15px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
#main #thread p {
	float:left;
	width:678px;
	height: auto;
	padding-left: 10px;
	margin-top: 5px;
	text-align: center;
}
#main #thread-word {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
}
#main #thread-word p {
	float:left;
	width:355px;
	height: auto;
	padding-top: 5px;
	display: block;
	padding-left: 5px;
}
#main #thread-word p.nic {
	float:left;
	width:100px;
	height: auto;
	padding-top: 5px;
	display: block;
	padding-left: 5px;
	text-align: center;
}
#main #thread-word p.day {
	float:left;
	width:100px;
	height: auto;
	padding-top: 5px;
	display: block;
	padding-left: 5px;
	line-height: 12px;
	text-align: center;
}
#main #thread-word p.no {
	float:left;
	width:100px;
	height: auto;
	padding-top: 5px;
	display: block;
	padding-left: 5px;
}
#main #thread-word .red {
	float:left;
	width:677px;
	height: 35px;
	padding-top: 5px;
	background: url(../img/main_contents_top_bgred_thread.gif) no-repeat;
	margin-left: 3px;
}
#main #thread-word .ye {
	float:left;
	width:677px;
	height: 35px;
	padding-top: 5px;
	background: url(../img/main_contents_top_bgye_thread.gif) no-repeat;
	margin-left: 3px;
}
#main #page {
	/*float:left;*/
	width:680px;
	height: auto;
	padding-top: 5px;
	text-align: center;
	margin-bottom: 20px;
}
#main #comments {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
	margin-bottom: 20px;
}
#main #comments h2 {
	float:left;
	width:680px;
	height: auto;
	padding-top: 10px;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px dotted #CCCCCC;
}
#main #comments p {
	float:left;
	width:680px;
	height: auto;
}
#main #comments p.rright {
	float:left;
	width:680px;
	height: auto;
	text-align: right;
}
#main #back {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
	text-align: center;
}
#main #about {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
	background: url(../img/main_contents_abouttop_bg.gif) no-repeat;
}
#main #about h2 {
	/*float:left;*/
	width:670px;
	height: auto;
	padding-top: 0px;
	display: block;
	padding-left: 10px;
}
#main #about-contents {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
}
#main #about-contents .conte {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
}
#main #about-contents h2 {
	float:left;
	width:645px;
	height: auto;
	padding-top: 5px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 15px;
	background: url(../img/pochi1010.gif) no-repeat left 7px;
}
#main #about-contents p {
	float:left;
	width:678px;
	height: auto;
	padding-left: 10px;
}

#inquiry {
	width: 600px; /* ボックスの幅を指定 */
	float: left;
	padding-left: 15px;
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 200px;
}
#inquiry th.must {
	border-left-color: #D90000;
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {
	width: 100px;
}
.text2 {
	width: 4em;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {
	text-align: center;
	margin-top: 30px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}
/*
#main #monitor {
	float:left;
	width:680px;
	height: 308px;
	padding-top: 5px;
	background: url(../img/main_contents_top_moni_bg.gif) no-repeat;
}
*/
#main #monitor .bgbg {
	float:left;
	width:648px;
	height: 79px;
	padding-top: 0px;
	background: url(../img/main_contents_top_moni_bg2.gif) no-repeat;
	margin-left: 15px;
	margin-top: 15px;
}
#main #monitor p{
	float:left;
	width:615px;
	height: auto;
	padding-top: 0px;
	margin-left: 15px;
	margin-top: 15px;
	display: block;
	font-size: 130%;
	color: #FFFFFF;
}
#main #monitor p.ne{
	float:left;
	width:615px;
	height: auto;
	padding-top: 0px;
	margin-left: 15px;
	margin-top: 5px;
	display: block;
	font-size: 90%;
	color: #000000;
}
#main #monitor h3{
	float:left;
	width:615px;
	height: auto;
	padding-top: 0px;
	margin-left: 15px;
	margin-top: 15px;
	display: block;
	font-size: なし;
	color: #000000;
}
#main #monitor h2 {
	float:left;
	width:630px;
	height: 30px;
	padding-top: 10px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: 1px dotted #999999;
	padding-left: 25px;
	background: url(../img/arrow1818.gif) no-repeat left center;
	font-size: 130%;
	font-weight: bolder;
}

#main #detail-c {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
	background: url(../img/main_contents_detail_bgc.gif) repeat-y;
}
#main #detail-c p {
	float:left;
	width:650px;
	height: auto;
	padding-top: 20px;
	border-bottom: 1px none #666666;
	margin-right: 15px;
	margin-left: 15px;
}
#main #detail-u {
	float:left;
	width:680px;
	height: 20px;
	padding-top: 5px;
	background: url(../img/main_contents_detail_bgu.gif) no-repeat;
}
#main #detail {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
	background: url(../img/main_contents_detail_bg.gif) no-repeat;
}
#main #detail .d-d {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
}
#main #detail ul{
	float:left;
	width:300px;
	height: auto;
	padding-top: 10px;
}
#main #detail li{
	float:left;
	width:280px;
	height: 20px;
	border-bottom: 1px dotted #666666;
	margin-left: 10px;
}
#main #detail ul.ne{
	float:left;
	width:650px;
	height: auto;
	padding-top: 10px;
	padding-left: 5px;
}
#main #detail li.ne{
	float:left;
	width:650px;
	height: 20px;
	border-bottom: 1px dotted #666666;
	margin-left: 10px;
}
#main #detail p {
	float:left;
	width:650px;
	height: auto;
	padding-top: 20px;
	border-bottom: 1px none #666666;
	margin-right: 15px;
	margin-left: 15px;
}
#main #detail p.come {
	float:left;
	width:200px;
	height: auto;
	padding-top: 35px;
	border-bottom: 1px none #666666;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
	display: block;
	padding-left: 420px;
}
#main #detail h2 {
	float:left;
	width:640px;
	height: 35px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 140%;
	display: block;
	font-weight: bolder;
	color: #663300;
}
#main #detail h3 {
	float:left;
	width:347px;
	height: 253px;
	display: block;
	padding-top: 10px;
	padding-left: 15px;
}
#main #detail-sub {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
}
#main #detail-sub h3 {
	float:left;
	width:650px;
	height: auto;
	padding-top: 10px;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 120%;
	font-weight: bolder;
}
#main #detail-sub p {
	float:left;
	width:650px;
	height: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	margin-top: 5px;
}

#main #detail-sub .detaill {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
	background: url(../img/main_contents_detail_bg2.gif) no-repeat;
}
#main #detail-sub .detaillc {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
	background: url(../img/main_contents_detail_bg2c.gif) repeat-y;
}
#main #detail-sub .detaillu {
	float:left;
	width:680px;
	height: 20px;
	padding-top: 0px;
	background: url(../img/main_contents_detail_bg2u.gif) no-repeat;
}
/* フッター部分
-------------------------------------------------------------------------------------*/
#footer {padding-top10px;	height: 100px;
	clear: both;
}
#footer .fu-inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 5px;
	background: url(../img/footer_bg.gif) no-repeat;
}
#footer p {
	clear:left;
	width: 900px;
	padding-top: 5px;
	color: #333333;
	text-align: right;
}
/* ボディ
------------------------------*/
/*
body {
	font: 75%/18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	margin:0;
	padding:0;
	background: url(../img/body_bg.gif) repeat-x left top;
}
*/

/* リンク
------------------------------*/
a { color: #003399; }
a:visited { color: #333333; }
a:hover { color: #0066CC; }

/* 画像
------------------------------*/
img {
	border: none;
	vertical-align: top;
}
.inner {
	float:left;
	margin: 0px;
	padding: 0px;
}
/* ヘッダー部分
-------------------------------------------------------------------------------------*/
#header {
	height: 191px;
	clear: both;
}
#header .h-inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 155px;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
}
#header .hu-inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	background-image: url(../img/view_bg.gif);
	background-repeat: no-repeat;
}
#header h1 {
	height: 84px;
	width: 397px;
	padding-top: 68px;
	padding-left: 20px;
}
#header ul {
	height: 40px;
	width: 140px;
	float: left;
	display: block;
	padding-left: 270px;
	padding-top: 115px;
}
#header li {
	width: 130px;
	background: url(../img/arrow_red.gif) no-repeat left center;
	height: 20px;
	padding-left: 13px;
	display: block;
	float: left;
}
#header h3 {
	height: 40px;
	float: left;
	display: block;
	padding-top: 115px;
	width: 113px;
}
#header p {
	float: left;
	display: block;
	width: 477px;
	height: 25px;
	padding-left: 480px;
	padding-top: 8px;
	color: #FFFFFF;
	font-size: 80%;
	text-align: center;
}
/* サイト（コンテンツ部分）の幅指定
-------------------------------------------------------------------------------------*/
#wrapper {
	width: 950px;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	clear: both;
	margin-top: 10px;
	padding-left: 30px;
}
/* メニュー部分
-------------------------------------------------------------------------------------*/
#menu {
	float:left;
	width:220px;
	margin-bottom: 20px;
}
/*
#menu #login {
	float:left;
	width:202px;
	height:200px;
	background: url(../img/login_bg.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
*/
#menu #login h2 {
	float:left;
	width:187px;
	display: block;
	padding-left: 15px;
	padding-top: 5px;
	margin: 0px;
}
#menu #login p {
	float:left;
	width:187px;
	display: block;
	padding-left: 15px;
	padding-top: 5px;
	height: 20px;
	color: #DF487F;
}
#menu #login ul {
	float:left;
	width:200px;
	display: block;
	padding-top: 10px;
	padding-left: 0px;
}
#menu #login li {
	float:left;
	width:auto;
	padding-bottom: 5px;
	display: block;
	height: auto;
	padding-left: 15px;
}
/*
#menu #side-menu h2 {
	float:left;
	width:187px;
	display: block;
	padding-left: 15px;
	padding-top: 10px;
}
*/
#menu #side-menu p {
	float:left;
	width:187px;
	display: block;
	padding-left: 15px;
	padding-top: 5px;
	height: 20px;
	color: #DF487F;
}
/*
#menu #side-menu ul {
	float:left;
	width:187px;
	display: block;
	padding-left: 15px;
	padding-top: 10px;
}
#menu #side-menu li {
	float:left;
	width:187px;
	padding-bottom: 1px;
}
*/

/* メイン部分
-------------------------------------------------------------------------------------*/
/*
#main {
	float:left;
	width:680px;
}
*/
#main #banner li {
	float:left;
	width:340px;
	margin-bottom: 4px;
}
/*
#main #commu {
	float:left;
	width:680px;
	margin-top: 20px;
}

#main #commu h2 {
	float:left;
	width:680px;
	height: 25px;
	padding-bottom: 10px;
}
#main #commu h3 {
	float:left;
	width:645px;
	font-size: 130%;
	color: #DF487F;
	font-weight: bolder;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	border-bottom: 1px dotted #999999;
	padding-top: 5px;
}
#main #commu h4 {
	float:left;
	width:600px;
	font-size: 130%;
	color: #DF487F;
	font-weight: bolder;
	display: block;
	height: 22px;
	margin-top: 5px;
	padding-left: 67px;
	background-image: url(../img/main_h3_new.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-left: 0px;
	background-position: 12px top;
}

#main #commu #blog {
	float:left;
	width:680px;
	margin-top: 5px;
	background: url(../img/main_contents_bg_1.gif) no-repeat;
	height: 150px;
}

#main #commu #blog ul {
	float:left;
	width:660px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#main #commu #blog li {
	width:200px;
	list-style: square inside;
	float: left;
}
*/
/*
#main #commu #recipe {
	float:left;
	width:680px;
	margin-top: 5px;
	background: url(../img/main_contents_bg_1.gif) no-repeat;
	height: 150px;
}
#main #commu #recipe ul {
	float:left;
	width:660px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#main #commu #recipe li {
	list-style: square inside;
	padding-right: 10px;
	display: inline;
}

#main #commu #diet {
	float:left;
	width:680px;
	margin-top: 5px;
	background: url(../img/main_contents_bg_1.gif) no-repeat;
	height: 150px;
}

#main #commu #diet ul {
	float:left;
	width:660px;
	padding-right: 10px;
	padding-left: 10px;
}
#main #commu #diet li {
	width:650px;
	float: left;
	height: 23px;
	background: url(../img/main_diet_bg.gif) no-repeat;
	padding-left: 10px;
}

#main #commu #board {
	float:left;
	width:680px;
	margin-top: 5px;
	background: url(../img/main_contents_bg_1.gif) no-repeat;
	height: 150px;
}

#main #commu #board ul {
	float:left;
	width:660px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#main #commu #board li {
	list-style: square inside;
	padding-right: 10px;
	display: inline;
}
*/
#main #commu #monitor {
	float:left;
	width:680px;
	margin-top: 10px;
	background: url(none);
}
/*
#main #top {
	float:left;
	width:680px;
	height: 150px;
	padding-top: 5px;
	background: url(../img/main_contents_top_bg.gif) no-repeat;
}

#main #top h2 {
	float:left;
	width:362px;
	height: 42px;
	padding-top: 70px;
	padding-left: 250px;
	display: block;
}

#main #top h2.over {
	float:left;
	width:362px;
	height: 42px;
	padding-top: 70px;
	padding-left: 150px;
	display: block;
}

#main #top h2.moni {
	float:left;
	width:450px;
	height: auto;
	padding-top: 40px;
	padding-left: 200px;
	display: block;
}
*/
#main #top-next {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
}
#main #top-next h2 {
	float:left;
	width:660px;
	height: 25px;
	padding-top: 15px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 140%;
	font-weight: bolder;
}
#main #top-next h2.recipe {
	float:left;
	width:500px;
	height: 25px;
	padding-top: 0px;
	display: block;
	margin-right: 0px;
	margin-left: 15px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 140%;
	font-weight: bolder;
	background: url(none);
	margin-top: 5px;
}
#main #top-next .top-next {
	float:left;
	width:680px;
	height: 150px;
	padding-top: 5px;
	background: url(../img/main_contents_top_blog_bg.gif) no-repeat;
}
#main #top-next .recipe {
	float:left;
	width:680px;
	height: 150px;
	padding-top: 5px;
	background: url(../img/main_contents_top_resipi_bg.gif) no-repeat;
	margin-top: 20px;
}
#main #top-next .top-inner {
	float:left;
	width:680px;
	height: auto;
}
#main #top-next h3 {
	float:left;
	width:135px;
	height: 84px;
	padding-left: 10px;
	margin-top: 5px;
}

#main #top-next h3.recipe {
	float:left;
	width:135px;
	height: 84px;
	padding-left: 10px;
	margin-top: 5px;
	background: url(none);
	padding-top: 15px;
	display: block;
}
#main #top-next p.recipe {
	float:left;
	width:500px;
	height: 70px;
	padding-left: 15px;
	margin-top: 0px;
	background: url(none);
	padding-top: 0px;
}
#main #top-next p.recipe-link {
	float:left;
	width:180px;
	height: auto;
	padding-left: 480px;
	margin-top: 0px;
	background: url(none);
	padding-top: 5px;
	display: block;
}
#main #thread {
	float:left;
	width:680px;
	height: 108px;
	padding-top: 5px;
	background: url(../img/main_contents_top_thread.gif) no-repeat;
}
#main #thread h2 {
	float:left;
	width:660px;
	height: 25px;
	padding-top: 15px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
#main #thread p {
	float:left;
	width:678px;
	height: auto;
	padding-left: 10px;
	margin-top: 5px;
	text-align: center;
}
/*
#main #thread-word {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
}
*/
#main #thread-word p {
	float:left;
	width:355px;
	height: auto;
	padding-top: 5px;
	display: block;
	padding-left: 5px;
}
#main #thread-word p.nic {
	float:left;
	width:100px;
	height: auto;
	padding-top: 5px;
	display: block;
	padding-left: 5px;
	text-align: center;
}
#main #thread-word p.day {
	float:left;
	width:100px;
	height: auto;
	padding-top: 5px;
	display: block;
	padding-left: 5px;
	line-height: 12px;
	text-align: center;
}
#main #thread-word p.no {
	float:left;
	width:100px;
	height: auto;
	padding-top: 5px;
	display: block;
	padding-left: 5px;
}
#main #thread-word .red {
	float:left;
	width:677px;
	height: 35px;
	padding-top: 5px;
	background: url(../img/main_contents_top_bgred_thread.gif) no-repeat;
	margin-left: 3px;
}
#main #thread-word .ye {
	float:left;
	width:677px;
	height: 35px;
	padding-top: 5px;
	background: url(../img/main_contents_top_bgye_thread.gif) no-repeat;
	margin-left: 3px;
}
/*
#main #page {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
	text-align: center;
	margin-bottom: 20px;
}
*/
#main #comments {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
	margin-bottom: 20px;
}
#main #comments h2 {
	float:left;
	width:680px;
	height: auto;
	padding-top: 10px;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px dotted #CCCCCC;
}
#main #comments p {
	float:left;
	width:680px;
	height: auto;
}
#main #comments p.rright {
	float:left;
	width:680px;
	height: auto;
	text-align: right;
}
#main #back {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
	text-align: center;
}
#main #about {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
	background: url(../img/main_contents_abouttop_bg.gif) no-repeat;
}

#main #about h2 {
	float:left;
	width:670px;
	/*height: auto;*/
	height: 30px;
	padding-top: 0px;
	display: block;
	padding-left: 10px;
}

#main #about-contents {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
}
#main #about-contents .conte {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
}
#main #about-contents h2 {
	float:left;
	width:645px;
	height: auto;
	padding-top: 5px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 15px;
	background: url(../img/pochi1010.gif) no-repeat left 7px;
}
#main #about-contents p {
	float:left;
	width:678px;
	height: auto;
	padding-left: 10px;
}

#inquiry {
	width: 600px; /* ボックスの幅を指定 */
	float: left;
	padding-left: 15px;
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 200px;
}
#inquiry th.must {
	border-left-color: #D90000;
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {
	width: 100px;
}
.text2 {
	width: 4em;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {
	text-align: center;
	margin-top: 30px;
	height: 25px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}

#main #monitor {
	clear: both;
	/*float:left;
	width:680px;
	height: 308px;*/
	margin-bottom: 20px;
	padding-top: 5px;
	background: url(../img/main_contents_top_moni_bg.gif) no-repeat;
}
#main #monitor .bgbg {
	float:left;
	width:648px;
	height: 79px;
	padding-top: 0px;
	background: url(../img/main_contents_top_moni_bg2.gif) no-repeat;
	margin-left: 15px;
	margin-top: 15px;
}
#main #monitor p{
	float:left;
	width:615px;
	height: auto;
	padding-top: 0px;
	margin-left: 15px;
	margin-top: 15px;
	display: block;
	font-size: 130%;
	color: #FFFFFF;
}
#main #monitor p.ne{
	float:left;
	width:615px;
	height: auto;
	padding-top: 0px;
	margin-left: 15px;
	margin-top: 5px;
	display: block;
	font-size: 90%;
	color: #000000;
}
#main #monitor h3{
	float:left;
	width:615px;
	height: auto;
	padding-top: 0px;
	margin-left: 15px;
	margin-top: 15px;
	display: block;
	font-size: なし;
	color: #000000;
}
#main #monitor h2 {
	float:left;
	width:630px;
	height: 30px;
	padding-top: 10px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: 1px dotted #999999;
	padding-left: 25px;
	background: url(../img/arrow1818.gif) no-repeat left center;
	font-size: 130%;
	font-weight: bolder;
}

#main #detail-c {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
	background: url(../img/main_contents_detail_bgc.gif) repeat-y;
}
#main #detail-c p {
	float:left;
	width:650px;
	height: auto;
	padding-top: 20px;
	border-bottom: 1px none #666666;
	margin-right: 15px;
	margin-left: 15px;
}
#main #detail-u {
	float:left;
	width:680px;
	height: 20px;
	padding-top: 5px;
	background: url(../img/main_contents_detail_bgu.gif) no-repeat;
}
#main #detail {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
	background: url(../img/main_contents_detail_bg.gif) no-repeat;
}
#main #detail .d-d {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
}
#main #detail ul{
	float:left;
	width:300px;
	height: auto;
	padding-top: 10px;
}
#main #detail li{
	float:left;
	width:280px;
	height: 20px;
	border-bottom: 1px dotted #666666;
	margin-left: 10px;
}
#main #detail ul.ne{
	float:left;
	width:650px;
	height: auto;
	padding-top: 10px;
	padding-left: 5px;
}
#main #detail li.ne{
	float:left;
	width:650px;
	height: 20px;
	border-bottom: 1px dotted #666666;
	margin-left: 10px;
}
#main #detail p {
	float:left;
	width:650px;
	height: auto;
	padding-top: 20px;
	border-bottom: 1px none #666666;
	margin-right: 15px;
	margin-left: 15px;
}
#main #detail p.come {
	float:left;
	width:200px;
	height: auto;
	padding-top: 35px;
	border-bottom: 1px none #666666;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
	display: block;
	padding-left: 420px;
}
#main #detail h2 {
	float:left;
	width:640px;
	height: 35px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 140%;
	display: block;
	font-weight: bolder;
	color: #663300;
}
#main #detail h3 {
	float:left;
	width:auto;
	height: auto;
	display: block;
	padding-top: 10px;
	padding-left: 15px;
}
#main #detail-sub {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
}
#main #detail-sub h3 {
	float:left;
	width:650px;
	height: auto;
	padding-top: 10px;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 120%;
	font-weight: bolder;
}
#main #detail-sub p {
	float:left;
	width:650px;
	height: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	margin-top: 5px;
}

#main #detail-sub .detaill {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
	background: url(../img/main_contents_detail_bg2.gif) no-repeat;
}
#main #detail-sub .detaillc {
	float:left;
	width:680px;
	height: auto;
	padding-top: 5px;
	background: url(../img/main_contents_detail_bg2c.gif) repeat-y;
	margin-top: 20px;
}
#main #detail-sub .detaillcc {
	float:left;
	width:680px;
	height: auto;
	padding-top: 0px;
	margin-top: 20px;
}
#main #detail-sub .detaillu {
	float:left;
	width:680px;
	height: 20px;
	padding-top: 0px;
	background: url(../img/main_contents_detail_bg2u.gif) no-repeat;
}
/* フッター部分
-------------------------------------------------------------------------------------*/
#footer {
	height: 100px;
	clear: both;
}
#footer .fu-inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 5px;
	background: url(../img/footer_bg.gif) no-repeat;
}
#footer p {
	clear:left;
	width: 900px;
	padding-top: 5px;
	color: #333333;
	text-align: right;
}


/* ----------------------------------------------------------------------------------- */
#thread-create-title { font-size: 1.1em; }
#thread-create { background: #fee; border: 1px solid #c99; padding: 10px; display: none;}
#thread-create textarea { width: 500px;}
#thread-create-info { color: #f00; font-weight: bold;}


