/* base css 
@import url(/.shared-tpjbiz/themes/common/base-weblog.css);*/

/* portal css */
/* theme css 
@import url(/.shared-tpjbiz/themes/walt/theme-vicksburg_red.css); */


/* user css */

div#banner
{
  background-image: url( /blog/common/images/head_bg.gif);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: right;
  width:870px;
height:87px;
text-align:center;
}

/* バナー部分の中身 */

div#banner-inner {
padding:23px 15px 15px 33px;

}
div#banner-inner h1#banner-header {
float:left;
width: 222px;
margin: 0px;
}

/* ページの各部分の指定 */

body {
         background-image: url(/blog/common/images/body_bg.gif);
	 background-position:center top;
	 background-repeat:no-repeat;
}


div#container {
width:870px;
}
div#container-inner {
border-color:none;
border-style:none;
border-width:0pt 0px 0px;
}


/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", verdana, arial, sans-serif;
	font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
*+html body .pkg { height: 1%; }
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 720px;
	text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%;
}
#pagebody-inner { position: static; 
         background-image: url(/blog/common/images/sidebar_bg.gif);
	 background-position:center top;
	 background-repeat:repeat-y;
margin: 27px 14px 0; 
padding-bottom:50px;
 }

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 10px;
}

.trackbacks-link
{
        font-size: 0.8em;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}

img.emoticon,
.entry-content img.emoticon
{
	border: 0;
	padding: 0 1px;
	background-color: transparent;
}

/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }
.module-qrcode .module-content { text-align: center; }

.module-calendar .module-content table
{
	border-collapse: collapse;
	width: 100%;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.module-category-cloud .module-list
{
      margin-right: 0;
      margin-left: 0;
}

.module-category-cloud .module-list-item
{
    display: inline;
      margin: 0 5px 0 0;
      padding: 0;
      line-height: 1.2em;
      background: none;
}

.module-category-cloud .cloud-weight-1  { font-size: 0.9em; }
.module-category-cloud .cloud-weight-2  { font-size: 0.95em; }
.module-category-cloud .cloud-weight-3  { font-size: 1em; }
.module-category-cloud .cloud-weight-4  { font-size: 1.125em; }
.module-category-cloud .cloud-weight-5  { font-size: 1.25em; }
.module-category-cloud .cloud-weight-6  { font-size: 1.375em; }
.module-category-cloud .cloud-weight-7  { font-size: 1.5em; }
.module-category-cloud .cloud-weight-8  { font-size: 1.625em; }
.module-category-cloud .cloud-weight-9  { font-size: 1.75em; }
.module-category-cloud .cloud-weight-10 { font-size: 1.75em; }

.typelist-plain .module-list
{
	list-style: none;
}

.typelist-plain .module-list-item
{
	padding: 0;
	background: none;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
*+html body .typelist-thumbnailed .module-list-item { height: 1%; }
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.typelist-no-description
{
   text-align: center;
   margin: 10px 0;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
*+html body .module-recent-photos .module-list { height: 1%; }
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}
textarea
{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", verdana, arial, sans-serif;
}


#beta { width: 200px; background: #f0f0f0; }
#gamma, #delta { width: 160px; }

#beta-inner,
#gamma-inner,
#delta-inner
{
	padding: 10px 10px 0;
	border-width: 2px 2px 2px 0;
	border-style: solid;
	border-color: #fff;
}

#gamma-inner{
	padding: 10px 0 0 10px;
}

.date-header
{
	margin-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
text-align:right;
}

.entry-header{
	margin-top: 0;
	background-image: url(/blog/common/images/title_bg.gif);
	background-position:0 100%;
	background-repeat:no-repeat;
	padding: 3px 0 5px 15px;
	color: #000000;
	font-weight:bold;
	font-size:14px;
	clear:both;
}
.entry-content,
.comment-content,
.trackback-content
{
	margin: 0;
	line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
	margin: 0 0 20px;
	border-top: 1px solid #e4e4e4;
	padding-top: 3px;
	color: #666;
	font-size: 10px;
	text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
	margin-left: 10px;
}

.content-nav { margin-top: 0; }

.content-header
{
	margin: 0 0 30px;
	color: #334b5b;
	font-size: 24px;
}

#trackbacks-info
{
	margin: 10px 0;
	border: 1px dashed #a80101;
	padding: 0 10px;
	color: #334b5b;
	font-size: 11px;
	text-align: center;
	background: #f0f0f0;
}

.comments-open-footer
{
	margin: 10px 0;
}


/* modules */

.module
{
	margin: 0 0 10px;
	border-bottom: 1px solid #f8f8f8;
	background: #e4e4e4;
}

.module-content
{
	margin: 0 0 10px;
	border-top: 1px solid #d8d8d8;
	padding: 10px 10px 0;
	font-size: 10px;
	line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content
{
	margin-bottom: 0;
	border: 1px dashed #a80101;
	padding-bottom: 10px;
	color: #334b5b;
	background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: 1px solid #fff; }

.module-list
{
	margin: 0 15px 10px;
	list-style: disc;
}

.module-list .module-list
{
	margin: 5px 0 0;
	padding-left: 15px;
	list-style: circle;
}

.module-list-item
{
	margin-top: 0;
	color: #666;
	line-height: 1.2;
}

.typelist-thumbnailed .module-list
{
	margin: 0 0 10px;
	list-style: none;
}

.typelist-thumbnailed .module-list-item
{
	margin: 1px 0;
	padding: 0;
	background: #f8f8f8;
}

.typelist-thumbnail
{
	background: #fff;
}

.typelist-no-description { margin: 0; }
.typelist-no-description img { margin: 5px; }

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content
{
	margin: 0;
	border-width: 0;
	padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
	width: 64px; /* mac ie fix */
	margin: 0 10px 10px 0;
	padding: 0;
	background: none;
}

.module-recent-photos .module-list-item a
{
	border: 1px solid #d8d8d8;
	padding: 1px;
	background: #fff;
}

.module-recent-photos .module-list-item a:hover
{
	border-color: #3f5d72;
	background: #fff;
}


/* calendar tweaks */

	.layout-calendar #alpha { width: 260px; }
	.layout-calendar #beta { width: 420px; }

	.layout-calendar #gamma,
	.layout-calendar #delta
	{
		width: 190px;
	}

	.layout-calendar #gamma-inner,
	.layout-calendar #delta-inner
	{
		border: 0;
		padding: 0;
	}

	.module-mmt-calendar { width: 398px; }
	.module-mmt-calendar .module-content
	{
		margin: 0;
		border-width: 0;
		padding: 10px;
	}

	.module-mmt-calendar table
	{
		width: 378px;
		background: #a80101;
	}

	.module-mmt-calendar th
	{
		color: #fff;
		border-top: 1px solid #fff;
		border-right: 1px solid #f8f8f8;
		border-bottom: 1px solid #d8d8d8;
		padding: 2px;
		text-align: right;
		font-weight: bold;
	}

	.module-mmt-calendar td
	{
		border-top: 1px solid #fff;
		border-right: 1px solid #f8f8f8;
		border-bottom: 1px solid #d8d8d8;
		padding: 2px;
		text-align: right;
		font-weight: normal;
		background: #f0f0f0;
	}

	th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
	{
		border-right: none;
	}

	.module-mmt-calendar td { height: 70px; }

	.day-photo
	{
		width: 49px;
		height: 49px;
	}

	.day-photo a
	{
		border: 1px solid #d8d8d8;
		padding: 1px;
		background: #fff;
	}

	.day-photo a:hover
	{
		border-color: #36414d;
		background: #fff;
	}

	.day-photo a img
	{
		width: 45px;
		height: 45px;
	}


/* artistic tweaks */

	.layout-artistic #alpha { width: 260px; }
	.layout-artistic #beta { width: 420px; }

	.layout-artistic #gamma,
	.layout-artistic #delta
	{
		width: 190px;
	}

	.layout-artistic #gamma-inner,
	.layout-artistic #delta-inner
	{
		border: 0;
		padding: 0;
	}


/* moblog1 tweaks */

	.layout-moblog1 #alpha
	{
		margin: 0;
		width: 180px;
		background: #f0f0f0;
	}

	.layout-moblog1 #alpha-inner
	{
		padding: 10px 10px 0;
		border-width: 2px 0 2px 2px;
		border-style: solid;
		border-color: #fff;
	}

	.layout-moblog1 #beta
	{
		margin: 15px 15px 0;
		width: 320px;
		background: none;
	}

	.layout-moblog1 #beta-inner
	{
		padding: 0;
		border-width: 0;
	}

	.layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

	.layout-moblog2 #alpha
	{
		margin: 0;
		width: 86px;
		background: #f0f0f0;
	}

	.layout-moblog2 #alpha-inner
	{
		padding: 10px 10px 0;
		border-width: 2px 0 2px 2px;
		border-style: solid;
		border-color: #fff;
	}

	.layout-moblog2 #beta
	{
		margin: 15px 15px 0;
		width: 260px;
		background: none;
	}

	.layout-moblog2 #beta-inner
	{
		padding: 0;
		border-width: 0;
	}

	.layout-moblog2 #delta
	{
		width: 154px;
	}

	.layout-moblog2 .module-recent-photos
	{
		border: 0;
		background: none;
	}

	.layout-moblog2 .module-recent-photos .module-content
	{
		padding: 0;
		border: 0;
	}

	.layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px; }


/* timeline tweaks */

	.layout-timeline #alpha { width: 260px; }
	.layout-timeline #beta { width: 420px; }

	.layout-timeline #gamma,
	.layout-timeline #delta
	{
		width: 190px;
	}

	.layout-timeline #gamma-inner,
	.layout-timeline #delta-inner
	{
		border: 0;
		padding: 0;
	}


/* one-column tweaks */

	.layout-one-column body { min-width: 520px; }
	.layout-one-column #container { width: 520px; }
	.layout-one-column #banner { width: 510px; } /* necessary for ie win */


/* two-column-left tweaks */

	.layout-two-column-left #alpha
	{
background-image:url(/blog/common/images/left_nav_bg.gif);
background-position:center top;
background-repeat:no-repeat;
		margin: 0;
		width: 175px;
	}

	.layout-two-column-left #alpha-inner
	{
		padding: 14px 10px 10px;
	}

	.layout-two-column-left #beta
	{
		margin: 0 0 0 15px;
		width: 650px;
		background: none;
	}

	.layout-two-column-left #beta-inner
	{
		padding: 0 10px 0 0;
		border-width: 0;
	}


/* three-column tweaks */

	.layout-three-column #alpha
	{
		margin: 0;
		width: 175px;

		background-image: url(/blog/common/images/left_nav_bg.gif);
		background-position: top;
		background-repeat:no-repeat;
	}

	.layout-three-column #alpha-inner
	{
		padding: 10px 10px 0;

	}

	.layout-three-column #beta
	{
		margin: 0  40px 0 15px;
		width: 440px;
		background: none;
	}

	.layout-three-column #beta-inner
	{
		padding: 0;
		border-width: 0;
	}


/* three-column-right tweaks */

	.layout-three-column-right #alpha
	{
		margin: 15px 15px 0;
		width: 320px;
		background: none;
	}

	.layout-three-column-right #alpha-inner
	{
		padding: 0;
		border-width: 0;
	}

	.layout-three-column-right #beta
	{
		margin: 0;
		width: 180px;
		background: #f0f0f0;
	}

	.layout-three-column-right #beta-inner
	{
		padding: 10px 10px 0;
		border-width: 2px 2px 2px 0;
		border-style: solid;
		border-color: #fff;
	}

.layout-two-column-left #alpha-inner ul {
list-style:none;
		margin: 0;
		padding: 0;
}

.layout-two-column-left #alpha-inner ul li {
font-weight:bold;
font-size:12px;
margin-bottom:10px;
background-image: url(/blog/common/images/nav_arrow.gif);
background-position:0 0;
background-repeat:no-repeat;
padding-left: 20px;
}

.layout-two-column-left #alpha-inner ul li a {
text-decoration:none;
color:#000000;
}

.rss-area {
background-image: url(/blog/common/images/rss_bg.gif);
background-position:0 0;
background-repeat:no-repeat;
width:153px;
height:39px;
margin-top:20px;
}
.rss-area img {
margin-top:11px;
margin-left:5px;
}
.arrow {
color:#3E6D8B;
}

.btn {
margin:8px 0;
}
#searchBlock {
		background-image: url(/blog/common/images/search_bg.gif);
		background-position: 0 14px;
		background-repeat:no-repeat;
width: 183px;
float: right;
text-align :left;
}

#searchBlock form {
padding: 12px 8px 8px 9px;
}
* html #searchBlock form {
padding:8px 8px 8px 9px;
}
input.img {
background-image: url(/blog/common/images/btn_search.gif);
		background-position: top;
		background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
font-size:12px;
border-width: 0;
width: 49px;
height:17px;

}
* html input.img {
margin-bottom:4px;
}

input.txt {
width: 105px;
height:17px;
margin-right: 5px;
}

.visual {
margin-bottom:30px;
}


#foot{
	background-image: url(/blog/common/images/footer_bg.gif);
		background-position: top;
		background-repeat:no-repeat;
height50px;
text-align:center;
padding-top:20px;
}

.index_new ul,
.archives ul {
list-style:none;
margin: 0;
padding: 0;
}

.index_new { 
margin: 30px 10px 30px 0;
width;460px;
float:left;
}

.archives p.continue,
.index_new p.continue{

text-align:right;
margin-bottom:10px;
}

.archives {
margin-bottom: 30px;
}
.continue a {
background-image: url(/blog/common/images/arrow.gif);
background-position:0 0;
background-repeat:no-repeat;
padding-left:13px;
}

.archives dt {
font-weight :bold;
}

.archives dd {
margin:7px 0;
padding:0;
}

.inquiryBox {
border: 1px solid #999999;
padding: 15px;
}

.inquiryBox dt  {
float: left;
width: 100px;
font-weight: bold;
clear: both;

}

.inquiryBox dd  {
float: left;
width: 460px;
margin: 0;
padding:0;
}

.ulNomal {
margin: 0 0 0 30px;
padding:0;
}

.imgRight {
float: right;
margin: 0 0 10px 10px;
}

#memberCo ul{
list-style: none;
margin: 0;
padding: 0 0 0 10px;
}

#memberCo ul li{
margin: 0 0 5px;
}

#memberCo dl{
width:460px;
margin:0 0 0 10px;
padding: 0 0 10px 0;
}

#memberCo dt{
font-weight: bold;
border: 1px solid #cccccc;
border-bottom: none;
margin:7px 0 0 0;
padding: 10px 0 3px 10px;
}

#memberCo dd{
margin:0;
padding: 0 0 10px 20px;
border: 1px solid #cccccc;
border-top: none;
}

#memberCo dd ul{
margin:0;
padding: 0;
}

#memberCo dd ul li{
margin-bottom:5px;
}

.border99 {
border-collapse:collapse;
margin-bottom:20px;

}

.border99,
.border99 td,
.border99 th {
border:1px solid #999999;
}

.border99 td,
.border99 th {
padding: 5px 10px;
  text-align: left;
 vertical-align:top;
}
.border99 th {
background:#A4B8CB;
}

/*events
-----------------------*/

.sc_head_time { background-color:#5382A1; color:#ffffff; text-align:center; }
.sc_head_tr_a { background-color:#538A21; color:#ffffff; text-align:center; }
.sc_head_tr_b { background-color:#E76F00; color:#ffffff; text-align:center; }
.sc_head_tr_c { background-color:#35556B; color:#ffffff; text-align:center; }
.sc_head_keyn { background-color:#35556B; color:#ffffff; text-align:center; }

.sc_body_time { background-color:#5382A1; color:#ffffff; text-align:center; }
.sc_body_tr_a { border:2px solid #538A21; vertical-align:top; }
.sc_body_tr_b { border:2px solid #E76F00; vertical-align:top; }
.sc_body_tr_c { border:2px solid #35556B; vertical-align:top; }
.sc_body_keyn { border:2px solid #35556B; }
table.sc_body_keyn,
table.sc_body_keyn td { border:2px solid #35556B;
border-collapse:collapse; }

.sc_label_tr_a { background-color:#538A21; padding:2px 5px; color:#ffffff; white-space:nowrap; }
.sc_label_tr_b { background-color:#E76F00; padding:2px 5px; color:#ffffff; white-space:nowrap; }
.sc_label_tr_c { background-color:#35556B; padding:2px 5px; color:#ffffff; white-space:nowrap; }
.sc_label_keyn { background-color:#35556B; padding:2px 5px; color:#ffffff; white-space:nowrap; }

.sc_label_sorry { background-color:#FF0000; padding:2px 5px; color:#ffffff; white-space:nowrap; }

.sc_head_content { padding:3px 0px; }
.sc_body_content { padding:5px; }
.sc_speaker { padding:4px 0px 8px 0px; }

.entry-body dt,
.entry-body h2 {
font-weight: bold;
}

.entry-body dd {
margin: 0px;
}

.entry-body h2 {
border-left: 3px solid #5382a1;
padding-left: 5px;
font-size: 14px;
}

.entry-body {
margin-left: 10px;
}

a.pdf img {
margin-right: 5px;
vertical-align:bottom;
}

a.pdf {
text-decoration: none
}

table.spec{
	border:1px solid #999999;
	border-collapse: collapse;
	width: 100%;

}

table.spec td,
table.spec th{
	border:1px solid #999999;
	vertical-align: top;
	padding: 3px 7px;
}

table.spec th{
 	background-color:#f1f1f1;

}

/* e8 */
.e8v1{background:url("/blog/common/images/bg_dksunblue.gif") repeat-x left bottom #35556B;margin-bottom:10px;width:170px}
.e8v1 div.cornerBR{background:url("/blog/common/images/sidenav_corners.gif") no-repeat bottom right;padding:0}
.e8v1 div.cornerBR{height:8px}
.e8v1 .copy a:link,.e8v1 div.copy a:visited{color:#fff;
text-decoration: none;
}
.e8v1 .title{color:#ED9B09;font-weight:bold;padding:8px 8px 2px 8px;margin:0}
.e8v1 div.copy{color:#fff;padding:2px 8px 4px 8px;
line-height: 1.4;}

.e8 {
float:right;
width:170px;
margin-top:30px;
}

.e8 img {
vertical-align:bottom;
}

