@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/top/css/yui-font.css";
@import "/common/themes/top/css/default.css"; /* initial setting */
@import "/common/themes/top/css/layout.css";/* layout style */
@import "/common/themes/top/css/blogstyle.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #346bb2;
	text-decoration: none;
}
a:visited{
	color: #346bb2;
	text-decoration: none;	
}
a:hover{
	color: #f3802e;
	text-decoration:underline;	
}
a:active{
	color: #346bb2;
	text-decoration: none;	
}

/*
===== 2: mainArea ===========================
*/
.content {
	padding: 15px;
	background: url(images/contentBg.jpg) no-repeat center top;
	width: 820px;
	height: 100%;
}
#main {
	width: 648px;
	margin-top: 83px;
	margin-left: 172px;
}

/*
 6.Main Contents [
----------------------------------------------------------- */
/*  [ Simple Entry
--------------------- */
.blogEntry {
	margin-bottom: 1em;
	text-align: left;	
}
.blogEntryHeader {
	background: url(images/entryHeader.gif) no-repeat left top;
	width: 648px;
	height:48px;
}
.blogEntryHeader h2 {
	font-size: 120%;
	padding: 10px 10px 0 19px;
}
.blogEntryBody {
	width: 628px;
	padding: 10px 0px 0px 20px;
	font-size: 90%;
 	line-height: 1.5;
  word-wrap: break-word; /* fix for long text breaking main-Column float in IE */				
  overflow: hidden;     /* fix for long non-text content breaking IE main-Column float */
}
.blogEntryPosted {
	text-align: right;
}
.blogEntryPosted,
.blogEntryPosted a:link,
.blogEntryPosted a:visited,
.blogEntryPosted a:active {
  color: #808080;
  font-size: x-small;
}
.blogEntryMetadata {
}
.blogEntryMetadata,
.blogEntryMetadata a:link,
.blogEntryMetadata a:visited,
.blogEntryMetadata a:active {
  color: #808080;
  font-size: x-small;
}
.blogEntryBottom {
  clear: both;	
}
.blogEntryLinks,
.itemLinks,
.commentLinks,
.trackbackLinks {
  color: #808080;
	text-align: right;
  font-size: x-small;
  float: right;
}
.bodyContentEven {
  background: #ffffff;
}
.bodyContentOdd {
  background: #e3e4e0;
}


.leftcol {
	width: 450px;
	float: left;
}
.rightcol {
	width: 160px;
	float: right;
}

table.outline {
	width: 100%;
}
table.outline td {
	padding: 8px;
	vertical-align: top;	
}
table.outline td.first {
	width: 80px;

}
table.outline tr {
	background: url(images/line.gif) repeat-x center bottom;
}
dl.outline dt {
	background: url(images/outline_point.gif) no-repeat 0 3px;
	padding-left: 20px;
}
dl.outline dd {
	padding-left: 20px;
	margin-bottom: 5px;
}

.blogEntry h3 {
	margin-top: 5px;
	background: url(images/point.jpg) no-repeat 0 0;
	padding-left: 30px;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	height: 27px;
}
.blogEntry h4 {
	margin-top: 10px;
	background: url(images/maruPoint.gif) no-repeat 10px 2px;
	padding-left: 30px;
}
dl.access {
	margin-left: 30px;
}
dl.access dt {
	font-weight: bold;
}
dl.access dd {
	padding-left: 20px;
	margin-bottom: 10px;
}

dl.polcy dt {
	font-size: 100%;
	font-weight: bold;
	background: url(images/maruPoint.gif) no-repeat 0px 2px;
	padding-left: 20px;	
}
dl.polcy dd {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 20px;
}

.red {
	color: #FF0000;
}
.small {
	font-size: 90%;
}
table.inquire {
	width: 500px;
}
table.inquire td {
	padding: 8px;
	margin-bottom: 5px;
	vertical-align: top;
}
table.inquire td.odd {
	background: url(images/outline_point.gif) no-repeat 0 12px;
	padding-left: 20px;
	width: 160px;
}
table.inquire tr {
	background: url(images/line.gif) repeat-x center bottom;
}
dl.sitemap dt {
	background: url(images/sitemap_point.gif) no-repeat 0 0;
	padding-left: 25px;
	padding-bottom: 3px;
	font-weight: bold;
}
dl.sitemap dd {
	padding: 2px 0 5px 25px;
}

img.name {
	padding-left: 230px;
}
p.submit {
	text-align: right;
	margin-right: 150px;
}
ul.thumb {
	margin-top: 15px;
}
ul.thumb li {
	float: left;
	padding-right: 10px;
}

dl.links dt{
	background: url(/themes/plant/images/point.gif) no-repeat 0 4px;
	padding-left: 16px;
	line-height: 1.3 !important;
	margin-bottom: 2px;
}
dl.links dd {
	padding-left: 32px;
	margin-bottom: 5px;
}