@charset "UTF-8";
img {
	border:none;
}
.clearfloat {
	clear:both;
}
p {
	color:#333;
}

#catenavi {
	margin: 10px auto;
	padding: 0px;
	width: 890px;
}
#head1 {
	width: 950px;
}
#head_ad {
	width: 728px;
	margin:0px auto;
}
#main_contects #cont950 {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
}
#main_contects #footer {
	font-size: 10px;
}
#main_contects #footer td.f10 {
	text-align:right;
}
.notes {
	font-size: 10px;
	line-height: 1.2em;
}
.right {
	text-align: right;
}

#sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 180px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #fff; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin: 0px;
}
#sidebar11 {
	padding: 1px 0px 15px 10px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin: 0px;
}
#sidebar2 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 180px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #fff; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin: 0px;
}
#sidebar22 {
	padding: 1px 10px 15px 0px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin: 0px;
}
#mainContent {
	margin: 0px 190px 20px 190px; /* この div エレメントの右マージンと左マージンにより、ページの両側に 2 つのサイドバーが設定されます。#sidebar1 div と #sidebar2 div に含まれるコンテンツの量に関係なく、列のスペースは維持されます。サイドバーのコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
} 

#sidebar11 ul.level1 li { border-bottom:solid 2px #fff;} /* レベル1のボーダー */
#sidebar11 ul.level1 a { background-color: #f80;color:#fff;font-weight:bold; padding:2px 3px 2px 15px; background-position:1px 4px; }/* レベル1のリンク付き */
#sidebar11 ul.level1 a:hover { background-color: #fc0;color:#630;font-weight:bold; } /* レベル1のリンクhover */
#sidebar11 ul.level1 div { background-color: #f80;color:#fff;font-weight:bold; } /* レベル1のリンク無し */
#sidebar11 ul.level2 li { border-bottom:dotted 1px #ccc; } /* レベル2のボーダー */
#sidebar11 ul.level2 a { background-color: #fff; color:#630;font-weight:normal; padding:2px 3px 2px 20px; background-position:6px 4px; } /* レベル2のリンク付き */
#sidebar11 ul.level2 a:hover { background-color: #fc0;font-weight:normal; color:#630; } /* レベル2のリンクhover */
#sidebar11 ul.level2 div { background-color: #C3E255;color:#333; } /* レベル2のリンク無し */
#sidebar11 ul.level2 a.addc { background-color: #AADF58;font-weight:normal; }/* レベル2のリンク付き2 */

#sidebar11 ul.level2 a.menu_active {
	background-color: #fc0;
}

#mainContent #comhead {
	margin: 0px;
	padding: 0px 0px 10px;
	border: 0px solid #f80;
	overflow:auto;
	background: url(/images/html/bg_head.gif) no-repeat;
	min-height:42px;
}
#mainContent #comhead a:hover,
#mainContent #comhead a:visited,
#mainContent #comhead a {
	color:#00f;
	text-decoration:underline;
}
#mainContent h2 {
	margin: 0px;
	padding: 0px;
	font-size:22px;
}
#mainContent h2.rrev {
	margin: 0px;
	padding: 0px;
	font-size:22px;
	line-height:24px;
}
#mainContent h2 span { color:#999; font-size:12px; margin: 0px; line-height:20px; }
#mainContent h2 img { margin: 0px 5px 0px 0px; }

table#srlist {
	width:560px;
	margin:0px auto;
}
table#srlist th {
	background-color:#f80;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:0px;
	text-align:left
}
table#srlist td { padding:4px 0px; 	font-size:12px;}
table#srlist .rcolor1 td { background-color:#fec; }
table#srlist .rcolor2 td {
	background-color:#fff;
}
table#srlist tr:hover td {
	background-color:#fc0;
}
table#srlist td.ttitle {
	font-size:14px;
	overflow:hidden;
}
table#srlist .tokobi {
	text-align:center;
	white-space: nowrap;
}
table#srlist .newmark strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	white-space: nowrap;
}
table#srlist .tokosu {text-align:center;}
table#srlist .topleft { background: url(/images/html/bg_topleft.gif) no-repeat left top; min-width:10px; }
table#srlist .topright { background: #f80 url(/images/html/bg_topright.gif) no-repeat right top; }
#mainContent .pagenavi {
	text-align: left;
	margin: 5px auto 5px;
	padding: 0px;
	font: 14px/18px Arial, Helvetica, sans-serif;
	overflow: hidden;
	width:99%;
	zoom:100%
}
#mainContent .pagenavi2 {
	text-align: center;
	margin: 5px auto 5px;
	padding: 3px;
	background-color:#f8f8f8;
	border:1px solid #ccc;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
}
#mainContent .pagenavi2 a,
#mainContent .pagenavi a {
	text-decoration:underline;
}
#mainContent .commentnavi {
	text-align: left;
	margin: 2px 0px 2px 180px;
	padding: 3px;
	font: 12px Arial, Helvetica, sans-serif;
	width:200px;
	overflow: auto;
}
#mainContent form#search {
	background-color: #fec;
	margin: 0px 0px 10px;
	padding: 3px;
}
#mainContent form#search #like_value { width:100px; }
#mainContent a.addsread:visited,
#mainContent a.addsread {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#630;
	text-align: center;
	display: block;
	width: 200px;
	float: right;
	margin:0px;
	padding:3px 0px;
	border: 1px solid #630;
	text-decoration:none;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	background: #fc0 url(/images/html/bg_30h.gif) repeat-x left top;
}
#mainContent a.addsread:hover {
	color:#630;
	/*background-color:#fc0;*/
	background-image:none;
	text-decoration:none;
}

#mainContent a.btn_mc,
#mainContent a.btn_m {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#ff8800;
	background: #f80 url(/images/html/bg_toko.gif) no-repeat 10px center;
	background-color:#FFFFFF;
	border:1px solid #ff8800;
	text-align: center;
	display: block;
	width: 140px;
	margin:0px auto 0px;
	padding:5px 0px;
	text-decoration:none;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
}
#mainContent .formnavi {
	text-align:center;
}
#mainContent .formnavi a.btn_mc,
#mainContent .formnavi a.btn_m {
	width:auto;
	color:#fff;
	background-color:#f80;
	background-image:none;
	display:inline;
	margin:0px 10px;
	padding:8px 20px;
	text-decoration:none;
	font: bold 14px/20px Arial, Helvetica, sans-serif;
}
#mainContent .formnavi a.btn_mc {
	color:#f80;
	background-color:#fec;
}
#mainContent a.btn_m:hover {
	color:#630;
	background-color:#fc0;
}
#mainContent a.btn_mc:hover {
	color:#630;
	background-color:#fc0;
	background-image:none;
}

.sreadoya .cont {
	font-family: "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
	border-top: 10px solid #fec;
	background-color:#ffffff;
	padding:0px 5px 10px;
	border:2px solid #fc0;
	overflow:hidden;
	padding:0px 0px 0px;
}
#sread .cont p {
	/*font-family:"ＭＳ ゴシック", "MS Gothic", "ヒラギノ角ゴ8等幅", monospace;*/
	font-family: メイリオ, "ヒラギノ角ゴ8等幅", monospace;
	margin:0px 10px 10px;
	font-size:1.2em;
	line-height:1.5em;
}
#sread .cont table { margin:0px 0px 5px; }
#sread .cont table td {
	padding:0px 3px 0px 2px;
}
#sread h3 {
	margin: 0px 0px 10px;
	padding: 10px 5px 5px;
	font-size:16px;
	background-color:#fff;
	border-bottom:1px solid #fc0;
}
#sread h3 img {
	margin:0px 10px 0px 0px;
}
#sread h3 span {
	font-size:12px;
	color:#999;
	font-weight:normal;
}
#sread .comment .sreadoya .cont h3 {
	border-bottom:1px solid #f80;
	min-height:32px;
}
#sread .comment .cont h3 {
	border-bottom:1px solid #630;
	min-height:32px;
	width:97%;
	min-height:32px;
}
div.status {
	margin:0px 0px;
	font-size:12px;
	padding: 3px 0px;
	background: #fc0;
}
div.status strong {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
}
div.status td.commentsu,
div.status td.bebipo {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 128px;
	font-size:16px;
	font-weight:bold;
	height:20px;
	color:#F00;
}
div.status td.bebipo { background: url(/images/html/bg_bebipo.gif) no-repeat left center; }
div.status td.commentsu { background: url(/images/html/bg_commentsu.gif) no-repeat left center; }
div.status td.watchchuu {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
div.status td.watchsetsumei {
	padding: 3px 0px 0px 3px;
	font-size: 10px;
	line-height:12px;
}

.srinfo {
	margin:0px;
	padding:5px 0px;
	font-size:14px;
}

.comment .cont {
	margin:10px 0px 10px;
	font-family: "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
	overflow: auto;
	width:99%;
	padding:0px 0px 10px;
}

h3#ttlcomment {
	background-color:#Fc0;
	margin:10px 0px;
	padding:3px;
	font-size:18px;
	color:#630;
}
#sread .sankouarea {
	margin: 0px 0px 10px;
	padding: 0px 5px 0px;
	text-align:right;
	float:right;
	width:160px;
}
#sread div.comment_login {
	width:500px;
	margin:0px;
	padding:0px 0px 0px 10px;
	font-size:12px !important;
	line-height:120%;
	color:#630;
}

.comment  form h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px;
}
form .inputline {
	font-size:14px;
	color:#333;
	border:1px solid #333;
	padding:3px;
}
.po2 {
	color:#f00;
	font-weight:bold;
}
table.formpost {
	margin: 0px auto;
	padding: 0px;
}
table.formpost td {
	font-size: 12px;
}
table.formpost th {
	font-size: 12px;
	background-color:#fec;
	color:#630;
	text-align:left;
	padding:3px 5px;
	white-space:nowrap;
}
.comment h4.konocom {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#mainContent div.setting {
	margin:20px 0px 20px 24px;
	padding:0px;
}
#mainContent div.setting th {
	background-color:#fc0;
	font-size: 12px;
	text-align:left;
	white-space: nowrap;
	margin: 0px;
	padding: 3px 3px;
	width:190px;
	border:1px solid #fff;
}
#mainContent div.setting td {
	font-size:12px;
	background-color:#ffc;
	width:320px;
	padding: 3px 3px;
	border:1px solid #fff;
}
#mainContent #ftalkhead {
	background: url(http://com.babycome.ne.jp/images/area_obi.gif) no-repeat 150px bottom;
	margin: 0px 0px 10px;
	padding: 3px;
	border: 1px solid #eee;
}
#mainContent #ftalkhead table { background-color:#eee; }
#mainContent #ftalkhead table td p { font-size:12px; line-height:13px; }

.miniform {
	text-align:center;
}
.regist table {
	width: 98%;
}
.regist table th {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	margin: 0px;
	padding: 3px;
	background-color:#fc0;
	border:1px solid #fff;
	width:130px;
}
.regist table td {
	text-align:left;
	font-size:12px;
	font-weight:normal;
	margin: 0px;
	padding: 3px;
	background-color:#fec;
	border:1px solid #fff;
}
.regist form .b2d {
	font-size:12px;
	padding:2px;
	border:#333 1px solid;
}
.regist .tokuten {
	font-size:16px;
	text-align:center;
}
#regread {
	border:3px solid #f80;
	background-color:#fff;
	padding:5px;
	margin:10px 0px;
}
#regread  table {
	width:96%;
}
#regread p {
	color:#666;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}
#mainContent form.nomalform {
	text-align:center;
	margin: 0px;
	padding: 0px;
}
#mainContent form.nomalform table {
	margin: 0px auto;
	padding: 0px;
}
#mainContent form.nomalform table th {
	font-size:12px;
	padding: 3px 5px;
	background-color:#fc0;
	text-align:left;
	white-space:nowrap;
	border:1px solid #fff;
}
#mainContent form.nomalform table td {
	font-size:12px;
	padding: 3px 5px;
	background-color:#fec;
	text-align:left;
	border:1px solid #fff;
}
#mainContent #prof {
	background: url(/images/html/bg_prof.gif) repeat-y;
	margin:0px 32px 0px 32px;
	padding:0px 0px 4px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}
#mainContent #profbottom {
	background: url(/images/html/bg_profbottom.gif) no-repeat;
	margin:0px 32px;
	padding: 0px;
	height: 30px;
	border: 2px solid #ccc;
}
#mainContent #profin {
	padding:10px 10px 20px 30px;
}
#mainContent #prof td {
	font-size:14px;
	line-height:24px;
}
#mainContent .attention {
	margin: 20px;
	padding: 10px 0px 10px 80px;
	border: 5px dotted #f80;
	background: url(/images/html/icon_err.gif) no-repeat 10px center;
	min-height:64px;
}
#mainContent .attention img {
	margin:0px 10px 0px 0px;
}
#mainContent .attention h3 {
	margin:0px;
	padding:0px;
	line-height:22px;
	font-size:18px;
}
#mainContent .attention p {
	margin:0px;
	padding:0px;
	line-height:16px;
	font-size:12px;
}
#searchrslt {
	margin: 10px 20px;
	padding: 0px;
}
#searchrslt h3 {
	font-size:16px;
	margin:0px 0px 0px;
	padding:0px;
}
#searchrslt h4 {
	font-size:14px;
	margin:20px 0px 3px;
	padding:0px;
	border-bottom:1px #630 solid;
}
#searchrslt h4 span {
	font-size:12px;
	white-space:nowrap;
}
.com_image {
	margin:0px 0px 0px 5px;
	padding:3px 2px 10px;
	overflow:auto;
	width:96%;
}
.com_image input {
	display:none;
}


a.none0 {
	text-decoration:none;
}

a.none0:hover {
	text-decoration:none;
}

div.order_link {
	text-align:center;
	font-size:14px;
}

div.kyosan {
	margin:10px 0px 0px;
}
div.rlink {
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	line-height:22px;
	background-color:#fff;
	text-align:left;
}
div.rlink span {
	background-color:#f80;
	color:#fff;
	font-size:10px;
	padding:3px;
}
.top_link {
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	line-height:22px;
	background-color:#fff;
	text-align:left;
	margin:10px 0px 0px;
}

