﻿
/*■■■■■■■■■■■■メインコンテンツ■■■■■■■■■■■■*/
/*各カテゴリへのリンク*/
#maincontents {
	width: 544px;
	/*background-color:#00FF00;*/
	float: right;
	height: auto;
}
/*■■■■■ヘッダーメニュー■■■■■*/
#category {
	width: 525px;
	height: 112px;
	margin: 0px 15px 10px 4px;
	border-bottom: #FF3591 solid 3px;
	padding: 0;
}
#category h1 {
	padding: 0;
	margin: 0 0 0 10px;
}
#category ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#category li {
	font-weight: bold;
	font-size: 12px;
	margin: 8px 0 0 0;
	height: 17px;
	float: left;
}
#category li a {
	color: #FF3591;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 17px;
}
#category li a:hover { color: #FFF;}
/*趣味*/
#category li.hobby a {
	background-image: url(./thread/img/bt_61.gif);
	margin: 0;
	width: 44px;
	padding: 5px 0 0 16px;
	float: left;
}
#category li.hobby a:hover {
	background-image: url(./thread/img/bt_61p.gif);
}
#category li.hobby_on a {
	background-image: url(./thread/img/bt_61p.gif);
	margin: 0;
	width: 44px;
	padding: 5px 0 0 16px;
	float: left;
	color: #FFF;
}
/*仕事*/
#category li.job a {
	background-image: url(./thread/img/bt_61.gif);
	width: 44px;
	padding: 5px  0 0 16px;
	float: left;
}
#category li.job a:hover {
	background-image: url(./thread/img/bt_61p.gif);
}
#category li.job_on a {
	background-image: url(./thread/img/bt_61p.gif);
	margin: 0;
	width: 44px;
	padding: 5px 0 0 16px;
	float: left;
	color: #FFF;
}
/*ファッション*/
#category li.fashion a {
	background-image: url(./thread/img/bt_85.gif);
	width: 84px;
	padding: 5px 0 0 0;
	float: left;
	text-align: center;
}
#category li.fashion a:hover {
	background-image: url(./thread/img/bt_85p.gif);
}
#category li.fashion_on a {
	background-image: url(./thread/img/bt_85p.gif);
	margin: 0;
	width: 84px;
	padding: 5px 0 0 0px;
	float: left;
	color: #FFF;
	text-align: center;
}
/*キレイ*/
#category li.beauty a {
	background-image: url(./thread/img/bt_65.gif);
	width: 49px;
	padding: 5px 0 0 15px;
	float: left;
}
#category li.beauty a:hover {
	background-image: url(./thread/img/bt_65p.gif);
}	
#category li.beauty_on a {
	background-image: url(./thread/img/bt_65p.gif);
	margin: 0;
	width: 49px;
	padding: 5px 0 0 15px;
	float: left;
	color: #FFF;
}
/*ホスト*/
#category li.host a {
	background-image: url(./thread/img/bt_65.gif);
	width: 49px;
	padding: 5px 0 0 15px;
	float: left;
}
#category li.host a:hover {
	background-image: url(./thread/img/bt_65p.gif);
}	
#category li.host_on a {
	background-image: url(./thread/img/bt_65p.gif);
	margin: 0;
	width: 49px;
	padding: 5px 0 0 15px;
	float: left;
	color: #FFF;
}
/*恋愛*/
#category li.love a {
	background-image: url(./thread/img/bt_65.gif);
	width: 52px;
	padding: 5px 0 0 12px;
	float: left;
}
#category li.love a:hover {
	background-image: url(./thread/img/bt_65p.gif);
}
#category li.love_on a {
	background-image: url(./thread/img/bt_65p.gif);
	margin: 0;
	width: 52px;
	padding: 5px 0 0 12px;
	float: left;
	color: #FFF;
}
/*エンターテイメント*/
#category li.entertainment a {
	background-image: url(./thread/img/bt_65.gif);
	width: 55px;
	padding: 5px 0 0 9px;
	float: left;
}
#category li.entertainment a:hover {
	background-image: url(./thread/img/bt_65p.gif);
}
#category li.entertainment_on a {
	background-image: url(./thread/img/bt_65p.gif);
	margin: 0;
	width: 55px;
	padding: 5px 0 0 9px;
	float: left;
	color: #FFF;
}
/*その他*/
#category li.other a {
	background-image: url(./thread/img/bt_65.gif);
	width: 50px;
	padding: 5px 0 0 15px;
	float: left;
}
#category li.other a:hover {
	background-image: url(./thread/img/bt_65p.gif);
}	
#category li.other_on a {
	background-image: url(./thread/img/bt_65p.gif);
	margin: 0;
	width: 50px;
	padding: 5px 0 0 15px;
	float: left;
	color: #FFF;
}	

/*================新着スレッド一覧================*/
#newthread {
	width: 525px;
	height: auto;
	margin: 0 15px 20px 4px;
	padding: 0;
}
#newthread h2 {
	margin: 0;
	height: 30px;
	padding: 0;
}
#newthread h3 {
	width: 525px;
	height: 23px;
	margin: 0;
	padding: 0;
	line-height: 2;
	text-indent: 1em;
	background-image: url(img/bg_pink.gif);
	background-repeat: repeat;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
#newthread table {
	width: 525px;
	height: auto;
}
#newthread td {
	font-size: 12px;
	color: #333;
}
/*----タイトル----*/
#newthread td.title {
	width: 377px;
}
/*崩れ防止*/
#newthread td.title div.layout {
	width: 377px;
	height: auto; 
	overflow: hidden;
	word-break: break-all;
	padding: 0 0 1px 0;
	line-height: 1.2;
}
/*//崩れ防止*/
#newthread td.title div.layout a {
	color: #FF3C8E;
	margin-left: 5px;
	text-decoration: none;
}
#newthread td.title div.layout a:hover {
	color: #FE6734;
	text-decoration: underline;
}
/*----カテゴリ----*/
#newthread td.category {
	font-size: 12px;
	text-align: right;
	width: 132px;
}
#newthread td.category a {
	color: #F74400;
	text-decoration: none;
}
#newthread td.category a:hover {
	color: #F74400;
	text-decoration: underline;
}
/*----投稿時間----*/
#newthread td.time {
	text-align: right;
	font-size: 12px;
	color: #666;
	background-image: URL(img/border.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*----もっと見る----*/
#newthread p {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-align: right;
	margin-top: 3px;
}
#newthread p a {
	text-decoration: underline;
	color: #F00;
}
#newthread p a:hover {
	color: #F00;
	text-decoration: none;
}
/*	
div.setumei{
	width:525px;
	height:23px;
	background-image:url(img/bg_pink.gif);
	margin:0;
}	
.setumei p{
	color:#666;
	margin:0;
	padding:4px 0 0 10px;}	
div.01{
	margin:9px 0 0 0px;
	font-size:14px;
	color:#333;
	width:50px;
	text-align:right;
	float:left;
	display: block;
	width: 40px;}
p.title{
	font-size:12px;
	display:block;
	float:right;
	margin:9px 0 0 0;
	padding:0;
}	
div.border{
	width:525px;
	margin:0;}
div.01{
	display: block;
	width: 40px;
	font-weight: normal;
	font-size:14px;
	color:#333;
	float:left;
}
div.title{
	margin:0;
	padding: 0;
	color:#f90083;
	text-align:left;
	font-size:12px;
	width:90px;
	float:right;
}
div.category{
	clear:both;
	text-align:right;
	color:#f74400;
	font-size:12px;
}
div.name{
	text-align:right;
	font-size:12px;
	color:#333;
}*/	
/*================カテゴリ別新着書き込み================*/	
#newcategory {
	width: 534px;
	height: auto;
	margin: 0 6px 0 4px;
}
#newcategory div.title {
	width: 534px;
	height: 95px;
	background-image: url(img/bar_newcategory.gif);
	background-repeat: no-repeat;
}
#newcategory div.title p {	
	color: #666;
	margin: 0;
	padding: 60px 0 0 10px;
	font-size: 12px;
}
/*左右合わせて525pxのボックス*/
#newcategory div.both_thread {
	width: 525px;
	height: auto;
}
/*左スレッドボックス*/
#newcategory div.left_thread {
	width: 255px;
	height: auto;
	padding: 0 0 20px 0;
	float: left;
	text-align: left;
}
/*右スレッドボックス*/
#newcategory div.right_thread {
	width: 255px;
	margin: 0 0 0 15px;
	padding: 0 0 20px 0;
	height: auto;
	float: right;
}
#newcategory div.thread_list{
	width: 255px;
	height: auto;
	margin: 0 0 10px 0;
}
/*左右それぞれのテーブル*/
#newcategory div.both_thread table {
	width: 255px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
}
/*----タイトル----*/
#newcategory td.new {
	width: 150px;
	height: 26px;
	padding-left: 5px;
}
/*崩れ防止*/
#newcategory div.layout2 {
	width: 150px;
	overflow: hidden;
	word-break: break-all;
	padding: 3px 0;
}
/*//崩れ防止*/
#newcategory td.new div.layout2 a{
	font-size: 12px;
	color: #01ACF5;
	text-decoration: none;
	text-align: left;
}
#newcategory td.new div.layout2 a:hover {
	font-size: 12px;
	color: #0155E0;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
/*日にち*/
#newcategory td.day {
	font-size: 10px;
	color: #666;
	text-align: right;
	padding-right: 3px;
	width: 97px;
	height: 23px;
}
/*---各スレッド---*/
/*趣味*/
#newcategory div.hobby {
	background-image: url(img/hobby.gif);
	background-repeat: no-repeat;
	width: 255px;
	height: 25px;
	margin: 10px 0px 0px 0px;
	padding: 0;
}
#newcategory div.hobby p {
	margin: 0;
	padding: 5px 4px 0 0;
	text-align: right;
}
#newcategory div.hobby p img {
	vertical-align: middle;
}
#newcategory div.hobby p a {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-left: 2px;
}
#newcategory div.hobby p a:hover {
	font-size: 12px;
	/*color:#999;*/
	font-weight: normal;
	padding-left: 2px;
	text-decoration: none;
}
/*ファッション*/
#newcategory div.fashion{
	background-image: url(img/fashion.gif);
	background-repeat: no-repeat;
	width: 255px;
	height: 25px;
	margin: 10px 0 0 0;
	padding: 0;
}
#newcategory div.fashion p {
	margin: 0;
	padding: 5px 4px 0 0;
	text-align: right;
}
#newcategory div.fashion p img {
	vertical-align: middle;
}
#newcategory div.fashion p a {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-left: 2px;
}
#newcategory div.fashion p a:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 2px;
}
/*恋愛・H*/
#newcategory div.love {
	background-image: url(img/love.gif);
	background-repeat: no-repeat;
	width: 255px;
	height: 25px;
	margin: 10px 0 0 0;
	padding: 0;
}
#newcategory div.love p {
	margin: 0;
	padding: 5px 4px 0 0;
	text-align: right;
}
#newcategory div.love p img {
	vertical-align: middle;
}
#newcategory div.love p a {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-left: 2px;
}
#newcategory div.love p a:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 2px;
}
/*友だち*/
#newcategory div.entertainment {
	background-image: url(img/friend.gif);
	background-repeat: no-repeat;
	width: 255px;
	height: 25px;
	margin: 0px;
	padding: 0;
}
#newcategory div.entertainment p {
	margin: 0;
	padding: 5px 4px 0 0;
	text-align: right;
}
#newcategory div.entertainment p img {
	vertical-align: middle;
}
#newcategory div.entertainment p a {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-left: 2px;
}
#newcategory div.entertainment p a:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 2px;
}
/*キレイ*/
#newcategory div.beauty {
	background-image: url(img/beauty.gif);
	background-repeat: no-repeat;
	width: 255px;
	height: 25px;
	margin: 10px 0px 0px 0px;
	padding: 0;
}
#newcategory div.beauty p {
	margin: 0;
	padding: 5px 4px 0 0;
	text-align: right;
}
#newcategory div.beauty p img {
	vertical-align: middle;
}
#newcategory div.beauty p a {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-left: 2px;
}
#newcategory div.beauty p a:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	padding-left:2px;
}
/*仕事*/
#newcategory div.job {
	background-image: url(img/job.gif);
	background-repeat: no-repeat;
	width: 255px;
	height: 25px;
	margin: 0px;
	padding: 0;
}
#newcategory div.job p {
	margin: 0;
	padding: 5px 4px 0 0;
	text-align: right;
}
#newcategory div.job p img {
	vertical-align: middle;
}
#newcategory div.job p a {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-left: 2px;
}
#newcategory div.job p a:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 2px;
}
/*ホスト*/
#newcategory div.host {
	background-image: url(img/host.gif);
	background-repeat: no-repeat;
	width: 255px;
	height: 25px;
	margin: 10px 0 0 0;
	padding: 0;
}
#newcategory div.host p {
	margin: 0;
	padding: 5px 4px 0 0;
	text-align: right;
}
#newcategory div.host p img {
	vertical-align: middle;
}
#newcategory div.host p a {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-left: 2px;
}
#newcategory div.host p a:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 2px;
}
/*その他*/
#newcategory div.other {
	background-image: url(img/other.gif);
	background-repeat: no-repeat;
	width: 255px;
	height: 25px;
	margin: 10px 0 0 0;
	padding: 0;
}
#newcategory div.other p {
	margin: 0;
	padding: 5px 4px 0 0;
	text-align: right;
}
#newcategory div.other p img {
	vertical-align: middle;
}
#newcategory div.other p a {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-left: 2px;
}
#newcategory div.other p a:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 2px;
}
/*//----*/

td.border{ text-align: center;}
div.right_thread_list {
	width: 245px;
	margin: 0 0 10px 0;
	height: auto;
	text-align: right;
}
table.hobbythread {
	border-bottom: solid #CCC 1px;
	border-left: solid #CCC 1px;
	border-right: solid #CCC 1px;
}
/*================書き込み数ランキング================*/
#ranking {
	width: 525px;
	height: auto;
	margin: 0 15px 20px 4px;
	padding: 0;
	clear: both;
}
#ranking h2 {
	margin: 0;
	height: 30px;
	padding: 0;
}
#ranking h3 {
	width: 525px;
	height: 23px;
	margin: 0;
	padding: 0;
	line-height: 2;
	text-indent: 1em;
	background-image: url(img/bg_pink.gif);
	background-repeat: repeat;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	width: 525px;
	height: auto;
}
/*順位*/
#ranking td.number {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	line-height: 2;
	text-align: right;
}
/*//順位*/
/*スレッドタイトル*/
#ranking td.title div.layout3 {
	 overflow: hidden;
	 word-break: break-all;
	 font-size: 12px;
	 height: auto;
	 padding: 8px 0;
}
#ranking td.title div.layout3 a {
	margin-left: 10px;
	font-size: 12px;
	color: #FF0294;
	text-decoration: none;
}
#ranking td.title div.layout3 a:hover {
	color: #FE6734;
	text-decoration: underline;
}
/*書き込み件数*/
#ranking td.categorynumber {
	height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin: 0;
}
/*カテゴリ*/
#ranking td.category {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	text-align: right;
}
#ranking td.category a {
	font-size: 12px;
	font-weight: normal;
	color: #F74400;
	text-decoration: none;
}
#ranking td.category a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #F74400;
	text-decoration: underline;
}
