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

/* ----- ヘッダー ----- */
#header {
	width: 100%;
	height: 200px;
	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: 13px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#header h2.prof {
	font-size: 20px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 130px;
	left: 0px;
}
#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: 20px;
	color: #000;
}
#header strong {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #640125;
}
#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;
}
.h_box {
	width: 775px;
	height: 60px;
	position: absolute;
	top: 110px;
	left: 0px;
	padding: 5px 5px 5px 10px;
	word-wrap: break-word;
	border: 5px solid #eee;
	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;
}
.h_box img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}

#category_box {
	width: 1010px;
	height: auto;
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	float: left;
}
#category_box h1 {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	color: #000;
	text-align: center;
}
/* ----- 記事一覧 ----- */
.box_wide {
	width: 1010px;
	height: auto;
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
}
.nbox {
	width: 194px;
	height: 315px;
	float: left;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ddd;
}
.nbox:hover{
	background-color: #eee;
	border: 1px solid #999;
}
.pbox {
	width: 194px;
	height: 194px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.pbox img {
	max-width: 186px;
	max-height: 186px;
	overflow: hidden;
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid #eee;
	padding: 0px;
}
#content .titlebox {
	width: 184px;
	height: 32px;
	float: left;
	padding: 3px 5px 2px 5px;
	word-wrap: break-word;
	margin: 0px;
}
#content .titlebox h2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1px;
}
#content .titlebox p {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
	text-align: right;
}
#content .namebox {
	width: 179px;
	height: 15px;
	padding: 2px 5px 0px 10px;
	float: left;
	word-wrap: break-word;
}
#content .namebox h3 {
	font-size: 11px;
	line-height: 15px;
	float: left;
	color: #460e44;
}
#content .namebox p {
	font-size: 11px;
	line-height: 15px;
	color: #000;
	text-align: right;
}
.tbox {
	width: 184px;
	height: 59px;
	padding: 3px 5px 5px 5px;
	margin-left: 0px;
	float: left;
	word-wrap: break-word;
}
#content .tbox p {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333;
	width: 184px;
	max-height: 54px;
    overflow: hidden;

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