@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;
	background: #ffffff;	
	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;
}

/*
 [ style up
----------------------------------------------------------- */
.rightBox {
	width: 150px;
	float: right;
}
.leftBox {
	float:left;
	width: 468px;
}
h3.size {
	font-weight: bold;
	background: url(images/sizePoint.gif) no-repeat 0 5px;
	padding-left: 18px;
}
table.size {
	width: 100%;
	border-top: #dddddd 1px solid;
	border-bottom: #dddddd 1px solid;
	margin-bottom: 1em;
}
table.size td {
	padding: 5px;
}
table.size tr.even {
	background: #e8e8e8;
}
.blogEntry h3 {
	margin-bottom: 0.5em;
	font-weight: bold;
	clear: both;	
}
.rightBox ul li {
	margin-bottom: 1em;
}
.rightBox ul li.caption {
	margin-bottom: 0;
}
ul.feature {
	margin-bottom: 1em;
}
ul.feature li {
	background: url(images/point.gif) no-repeat 0 5px;
	padding-left: 16px;
	line-height: 1.3 !important;
	margin-bottom: 2px;
}
ul.feature li.caption {
	margin-bottom: 0;
	font-size: 90%;
}
ul.left li {
	width: 225px;
	float: left;
}
.clear {
	clear: both;
}
p.maker {
	text-align: right;
	font-size: 90%;
}
ul.other {

}
ul.other li {
	width: 150px;
	float: left;
	padding-right: 45px;
}
table.feature {
	margin-bottom: 10px;

}
table.feature td {
	width: 135px;
	background: url(images/point.gif) no-repeat 0 5px;
	padding-left: 16px;
	line-height: 1.3 !important;
	margin-bottom: 2px;
}
table.feature td.null {
	background: none;
}