@charset "utf-8";
/* CSS Document */

/* ----- ヘッダー ----- */
#header {
	width: 100%;
	height: 320px;
	position: relative;;
	margin-bottom: 0px;
}
#header h1 {
	font-size: 8px;
	line-height: 15px;
	color: #999;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	text-align: left;
}
#header h2 {
	font-size: 15px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#header h3 {
	position: absolute;
	top: 15px;
	left: 10px;
	border: none;
}
#header h4 {
	font-size: 8px;
	color: #2c1a10;
	letter-spacing: 0.1em;
	font-weight: normal;
	position: absolute;
	top: 10px;
	right: 0px;
	border: none;
}
#header p {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #000;
	clear: both;
}
#header strong {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #000;
}
#header b {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #800000;
}
#header #ban {
	width: 200px;
	height: 50px;
	position: absolute;
	top: 20px;
	right: 0px;
	float: left;
}
#header #ban a {
	width: 200px;
	height: 50px;
	margin-bottom: 0px;
}
#header #ban a img {
	float: right;
}
#header #ban a:hover {
	filter: alpha(opacity=80);
  	-moz-opacity:0.80;
  	opacity:0.80;
}
#header .h_box {
	width: 1010px;
	height: 205px;
	position: absolute;
	top: 110px;
	left: 0px;
	padding: 5px 0px 0px 0px;
	word-wrap: break-word;
	border: 0px solid #ccc;
	background-color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}
#header .h_box img {
	float: left;
	margin-top: 20px;
	margin-right: 0px;
}
#header .comment_box {
	width: 325px;
	height: 200px;
	float: left;
}
#header .comment_box h2 {
	font-size: 15px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
}
/* ----- 予定 ----- */
#header .message_box {
	width: 330px;
	height: auto;
	margin-top: 10px;
	margin-left: 2px;
	padding: 0px 5px 0px 5px;
	float: left;
	background-color: #fff;
	border: 5px solid #f6b894;
}
#header .message_box h2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
}
#header .message_box p {
	font-size: 10px;
	line-height: 15px;
	color: #800000;
}
#header .message_box p.bold {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #500000;
}
#header .message_box a.form {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #ee0000;
}
#header .message_box strong {
	font-size: 10px;
	line-height: 12px;
	color: #800000;
}
#header .message_box .nbox {
	width: 318px;
	height: 48px;
	float: left;
	margin-right: 0px;
	margin-bottom: 5px;
	border: 1px solid #36994b;
	background-color: #779c3e;
	word-wrap: break-word;
	padding: 5px;
}
#header .message_box .nbox:hover{
	border: 1px solid #999;
	background-color: #999;
}
#header .message_box .titlebox {
	width: 308px;
	height: 15px;
	float: left;
	padding: 0px 5px 0px 5px;
	word-wrap: break-word;
	margin: 0px;
}
#header .message_box .titlebox h2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	border-bottom: 2px dotted #ccc;
	float: left;
	width: 310px;
	max-height: 15px;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
	-moz-text-overflow:ellipsis; /* Firefox */
    -o-text-overflow: ellipsis; /* Opera */
    display: block;
}
#header .message_box .tbox{
	width: 298px;
	height: 28px;
	padding: 5px 10px 0px 10px;
	margin-left: 0px;
	word-wrap: break-word;
	float: left;
}
#header .message_box .tbox p {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	max-width: 298px;
	max-height: 28px;
    overflow: hidden;

    text-overflow: ellipsis;
	-moz-text-overflow:ellipsis; /* Firefox */
    -o-text-overflow: ellipsis; /* Opera */
    display: block;
}
#header .message_box .tbox strong {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #333;
}
/* ----- カテゴリーページ ----- */
#category_box {
	width: 1010px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	float: left;
	padding-bottom: 0px;
	border-top: 0px solid #ddd;
	border-right: 0px solid #ddd;
	border-left: 0px solid #ddd;
}
#category_box h1 {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	color: #000;
	text-align: center;
}
#category_box h2.sub {
	font-size: 14px;
	line-height: 23px;
	color: #fff;
	background-color: #000;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #996600;
	clear: both;
}

/* ----- 投稿者 ----- */
.friends_box {
	width: 996px;
	height: auto;
	padding: 5px;
	margin-bottom: 15px;
	float: left;
	background-color: #ddd;
	border: 2px solid #d8e698;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}
.friends {
	width: 976px;
	height: auto;
	position: relative;
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
	float: left;
}
.friends ul li a {
	color: #000;
	font-size: 13px;
	line-height: 25px;
	margin-right: 15px;
	float: left;
}
.friends ul li a:hover {
	text-decoration: none;
	color: #999;
	filter: alpha(opacity=100);
  	-moz-opacity:1.00;
  	opacity:1.00;
}
/* ----- ジャンル ----- */
.genre_box {
	width: 990px;
	height: auto;
	padding: 5px;
	margin-bottom: 15px;
	float: left;
	background-color: #425509;
	border: 5px solid #d8e698;
}
.genre {
	width: 970px;
	height: auto;
	position: relative;
	padding: 0px 10px 0px 10px;
	float: left;
}
.genre ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 20px 0px 0px;
	float: left;
}
.genre ul li a:hover {
	text-decoration: none;
	color: #fec601;
	filter: alpha(opacity=100);
  	-moz-opacity:1.00;
  	opacity:1.00;
}

/* ----- サムネイル表示 カテゴリーページ----- */

.box7 {
	width: 1005px;
	height: auto;
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 5px;
	border-bottom: 0px solid #fff;
}
.nbox {
	width: 236px;
	height: 236px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 4px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.nbox:hover {
	border: 1px solid #999;
	background-color: #eee;
}
/* ----- サムネイル写真 カテゴリーページ----- */
.pbox {
	width: 236px;
	height: 160px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.pbox img {
	max-width: 230px;
	max-height: 154px;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #ccc;
}
/* ----- サムネイル通常 カテゴリーページ----- */
#category_box .titlebox {
	width: 236px;
	height: 36px;
	float: left;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	word-wrap: break-word;
	margin: 0px;
}
#category_box .titlebox h2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	max-width: 236px;
	max-height: 34px;
    overflow: hidden;

    text-overflow: ellipsis;
	-moz-text-overflow:ellipsis; /* Firefox */
    -o-text-overflow: ellipsis; /* Opera */
    display: block;
}
#category_box .namebox {
	width: 231px;
	height: 25px;
	padding: 0px 0px 0px 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: right;
	word-wrap: break-word;
}
#category_box .namebox h3 {
	font-size: 11px;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	color: #000;
	max-width: 231px;
	max-height: 13px;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
	-moz-text-overflow:ellipsis; /* Firefox */
    -o-text-overflow: ellipsis; /* Opera */
    display: block;
}
#category_box .namebox p {
	font-size: 11px;
	margin-left: 0px;
	line-height: 12px;
	float: right;
	color: #000;
}
/* ----- サムネイル本文 カテゴリーページ----- */
#category_box .tbox {
	width: 236px;
	height: 15px;
	padding: 0px 0px 0px 0px;
	float: left;
	word-wrap: break-word;
	margin: 0px;
}
#category_box .tbox p {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	max-width: 236px;
	max-height: 14px;
    overflow: hidden;

    text-overflow: ellipsis;
	-moz-text-overflow:ellipsis; /* Firefox */
    -o-text-overflow: ellipsis; /* Opera */
    display: block;
}
#category_box .tbox strong {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #000;
}
