@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 */
@import "/themes/technology/Scripts/thickbox.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;
}

/*
 [ style up
----------------------------------------------------------- */
ul.thumb-r {
	float: right;
	width: 150px;
	padding-left: 15px;
}
ul.thumb-r li.caption {
	margin-bottom: 10px;
	font-size: 80%;
	text-align: center;
}

/*
[ 
----------------------------------------------------------- */
.rightBox {
	float: right;
	margin: 0 0 1em 2em;
	text-align: right;
}
.rightBox img {
	padding: 5px;
	border:#dddddd 1px solid;
	background: #efefef;
}
.blogEntryBody h3 {
	font-weight: bold;
	background: url(images/sizePoint.gif) no-repeat 0 5px;
	padding-left: 18px;
}
ul.process li {
	float: left;
}
ul.process li.no01 {
	background: url(images/no01.gif) no-repeat 0 3px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 3px;
}
ul.process li.no02 {
	background: url(images/no02.gif) no-repeat 0 3px;
	padding-left: 40px;
	padding-top: 2px;
	padding-bottom: 3px;	
}
ul.process li.no03 {
	background: url(images/no03.gif) no-repeat 0 3px;
	padding-left: 40px;
	padding-top: 2px;
	padding-bottom: 3px;	
}
ul.process li.no04 {
	background: url(images/no04.gif) no-repeat 0 3px;
	padding-left: 40px;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 100px;	
}
.clear {
	clear: left;
}

ul.list01 {
	margin: 1em 0 1em 20px;
}
ul.list01 li {
	background: url(images/point.gif) no-repeat 0 3px;
	padding-left: 15px;
}
