/**********************************
         フォーラム用CSS
*********************************\*/

#contents {
	width: 648px;
}

#contents h2.bbs_title {
	text-align: center;
	margin-bottom: 15px;
}

#contents ul.forum_menu {
	overflow: hidden;
	width: 635px;
	height: 70px;
	list-style-type: none;
	margin-top: 10px;
}

#contents ul.forum_menu li {
	width: 127px;
	float: left;
	margin: 0;
}

#contents ul.forum_menu li a {
	display: block;
	width: 127px;
	height: 70px;
	background: url(img/forum_menu.gif) no-repeat;
	text-indent: -9999px;
}

#contents ul.forum_menu li.list1 a {
	background-position: 0 0;
}

#contents ul.forum_menu li.list1 a.active {
	background-position: 0 -70px;
}

#contents ul.forum_menu li.list2 a {
	background-position: -127px 0;
}

#contents ul.forum_menu li.list2 a.active {
	background-position: -127px -70px;
}

#contents ul.forum_menu li.list3 a {
	background-position: -254px 0;
}

#contents ul.forum_menu li.list3 a.active {
	background-position: -254px -70px;
}

#contents ul.forum_menu li.list4 a {
	background-position: -381px 0;
}

#contents ul.forum_menu li.list4 a.active {
	background-position: -381px -70px;
}

#contents ul.forum_menu li.list5 a {
	background-position: -508px 0;
}

#contents ul.forum_menu li.list5 a.active {
	background-position: -508px -70px;
}

/* フォーラム検索 */
#contents div.forum_search {
	margin: 15px 0;
	border: 1px solid #fcabab;
	background: url(img/search_bg.gif) repeat-y;
	line-height: 1.1;
}

#contents div.forum_search select option {
	padding-right: 4px;
}

/* 新規投稿 */
#contents div.write {
	clear: both;
	margin-bottom: 15px;
}

#contents div.write h3 {
	width: 273px;
	float: left;
}

#contents div.write p {
	width: 350px;
	float: right;
	margin-top: 20px;
}

/* 投稿リスト */
#contents div.list {
	border: 2px solid #ffa9a9;

}

#contents div.list div {
	border-top: 1px solid #ffa9a9;
	clear: both;
	list-style: none;
}

#contents div.list div p {
	padding: 4px 0;
	margin: 0;
}

#contents div.list div.first {
	border-top: none;
}

#contents div.list div.color {
	background-color: #fff1f1;
}

#contents div.list div p.category {
	width: 90px;
	float: left;
	padding-left: 5px;
}

#contents div.list div p.title {
	width: 500px;
	float: left;
	font-size: 110%;
	padding-left: 20px;
	padding-right: 15px;
}



#contents div.list div p.title img {
	vertical-align: middle;
}

#contents div.list div p.title span.name {
	font-size: 90%;
}

#contents div.list div p.title a {
	font-weight: bold;
	color: #d84949;
}
	

#contents div.list div p.time {
	float: left;
	width: 90px;
	font-size: 80%;
	text-align: right;
	margin-top: 5px;
}

/* 色わけここから \*/

/* マタニティ \*/
#contents div.mater { border: 2px solid #ffb59e; }
#contents div.mater div p.title a { color: #b10934;}
#contents div.mater div { border-top: 1px solid #ffb59e; }
#contents div.mater div.color { background-color: #ffe7df; }

/* ベビー \*/
#contents div.baby { border: 2px solid #ffce60; }
#contents div.baby div p.title a { color: #e97e00;}
#contents div.baby div { border-top: 1px solid #ffce60; }
#contents div.baby div.color { background-color: #fff5e1; }

/* キッズ \*/
#contents div.kids { border: 2px solid #8ed8ae; }
#contents div.kids div p.title a { color: #177e32;}
#contents div.kids div { border-top: 1px solid #8ed8ae; }
#contents div.kids div.color { background-color: #dbffe4; }

/* ジュニア \*/
#contents div.junior { border: 2px solid #b2d9e6; }
#contents div.junior div p.title a { color: #1f62a6; }
#contents div.junior div { border-top: 1px solid #b2d9e6; }
#contents div.junior div.color { background-color: #d7ebff; }

/* ひろば \*/
#contents div.hiroba { border: 2px solid #ae8bd8; }
#contents div.hiroba div p.title a { color: #633a92;}
#contents div.hiroba div { border-top: 1px solid #ae8bd8; }
#contents div.hiroba div.color { background-color: #eddeff; }

/* 色分けここまで \*/

/* ページ遷移 */
#contents div.pageshift {
	clear: both;
	text-align: center;
	margin-bottom: 15px;
}

/* インフォメーション \*/
#contents div.information {
	width: 310px;
	float: left;
}

#contents div.information ul {
	margin: 4px 0 8px 2px;
}

/* PR \*/
#contents div.pr {
	width: 310px;
	float: right;
}

#contents div.pr ul {
	margin: 4px 0 8px 2px;
}

#contents div.pr a {
	color: #993333;
}


/**********************************
           投稿ページ用
***********************************/

#contents div.input {
	margin: 20px 0 0 0;
}

#contents div.input select option {
	padding-right: 4px;
}

#contents div.input table td {
	padding: 0 2px 10px 2px;
}

/**********************************
           確認ページ用
***********************************/

#contents div.check {
	margin: 20px 0 0 0;
}

#contents div.check table {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

#contents div.check table td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px 4px;
}

/**********************************
           スレッド用
***********************************/

#contents div.thread_title {
	clear: both;
	padding: 10px 25px;
	border: 2px solid #ffa9a9;
    background:#ffffff;
}


#contents div.thread_title h3 {
	font-size: 140%;
	color: #e43e69;
	font-weight: bold;
	background: url(/common/img/line01.gif) repeat-x left bottom;
	padding-bottom: 2px;
}


/* 色わけここから \*/

/* マタニティ \*/
#contents div.mater  { border-color: #ffb59e; }
#contents div.mater h3 { color: #b10934; }

/* ベビー \*/
#contents div.baby { border-color: #ffce60; }
#contents div.baby h3 { color: #e97e00; }

/* キッズ \*/
#contents div.kids { border-color: #8ed8ae; }
#contents div.kids h3 { color: #177e32; }

/* ジュニア \*/
#contents div.junior { border-color: #b2d9e6; }
#contents div.junior h3 { color: #1f62a6; }

/* ひろば \*/
#contents div.hiroba { border-color: #ae8bd8; }
#contents div.hiroba h3 { color: #633a92; }

/* 色分けここまで \*/



#contents div.thread_title p.comment {
	clear: both;
	margin-bottom: 15px;
}

#contents div.thread_title p.name,time {
	float: left;
	padding: 0 10px 0 0;
}

#contents div.thread_res {
	clear: both;
	border: 2px dotted #ffb59e;;
	padding: 10px 15px;
	margin-bottom: 20px;
}

#contents div.thread_res h4 {
	font-size:120%;
	font-weight: bold;
	background: url(/common/img/line01.gif) repeat-x left bottom;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

#contents div.thread_res p.res_comment {
	margin-bottom: 15px;
}

#contents div.thread_res p.res_name,res_time {
	float: left;
	padding: 0 10px 0 0;
}


