@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%;
	font-weight: bold;
	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;
}

.blogEntryBody h3 {
	clear: both;
	font-size: 110%;
	font-weight: bold;
}
.blogEntryBody dl {
	margin-bottom: 1em;
}
/* ¥ */
* html .blogEntryBody dl {
	height: 1%;
}
/**/
.blogEntryBody dl {
	zoom: 1;
}
.blogEntryBody dl:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
.blogEntryBody dl dt {
	padding: 10px 0 10px 5px;
	width: 160px;
	float: left;
	clear: both;
}
.blogEntryBody dl dd {
	margin-bottom: 1em;
	margin-left: 170px;
}

table.prosess {
	width: 628px;
}

table.prosess td.even {
}

.section {
	padding-bottom: 2em;
}
.blogEntryBody h3 {
	font-size: 15px;
	margin-bottom: 1em;
	font-weight: bold;
	color: #5b539c;
	background: url(images/h3Header.gif) no-repeat left bottom;
}
.blogEntryBody h3 div {
	border-left: #5c539d 1px solid;
	margin-left: 15px;
	padding: 5px 0 10px 10px;
	line-height: 1.3;
}
ul.process {
	margin: 0 0 0 22px;
}
ul.process li {
	display: inline;
}
ul.process li img {
	vertical-align: top;
}
.allowLine {
	margin: 0px 0 6px 0;
	background: url(images/allow02.gif) no-repeat center top;
	height: 39px;
}