@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;
}

ul.policy {

}
ul.policy li {
	font-size: 100%;
	letter-spacing: 1px;
	padding-bottom: 1em;
}
ul.policy li.no01 {
	background: url(images/no_01.jpg) no-repeat 0 3px;
	padding-left: 30px;
	line-height: 1.4;
	margin-bottom: 3px;
}
ul.policy li.no02 {
	background: url(images/no_02.jpg) no-repeat 0 0;
	padding-left: 30px;
	line-height: 1.4;
	margin-bottom: 3px;
}
ul.policy li.no03 {
	background: url(images/no_03.jpg) no-repeat 0 0;
	padding-left: 30px;
	line-height: 1.4;
	margin-bottom: 3px;
}
ul.policy li.no04 {
	background: url(images/no_04.jpg) no-repeat 0 0;
	padding-left: 30px;
	line-height: 1.4;
	margin-bottom: 3px;
}
ul.policy li.no05 {
	background: url(images/no_05.jpg) no-repeat 0 0;
	padding-left: 30px;
	line-height: 1.4;
	margin-bottom: 3px;
}
dl.goal dt {
	background: url(images/point.jpg) no-repeat 0 0;
	padding-left: 30px;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	height: 26px;
}
p.name {
	margin-left: 270px;
}
dl.goal dd {
	margin: 0 0 1em 30px;
}
ul.thumb {
	width: 420px;
}
ul.thumb li {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
table.goal {
	width: 508px;
}