@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cmsEng/css/default.css"; /* initial setting */
@import "/common/themes/cmsEng/css/layout.css";/* layout style */
@import "/common/themes/cmsEng/css/blogstyle.css";/* blog control style */

/*
===== 3: link setting ===========================
*/
a:link{
	color: #0034db;
	text-decoration: none;
}
a:visited{
	color: #0034db;
	text-decoration: none;
}
a:hover{
	color: #ff7700;
	text-decoration:underline;	
}
a:active{
	color: #ff7700;
	text-decoration: none;	
}
#gmenu ul li.gnavi01 a {
	background-position: 0 -47px;
}
#flash {
	clear: both;
	width: 825px;
	height: 298px;
	background: url(images/activity.jpg) no-repeat;
}

#contentSet {
	width: 795px;
	padding: 10px 15px;
}

#contentSet .leftCol {
	width: 380px;
	float: left;
}
#contentSet .rightCol {
	width: 380px;
	float: right;
}
dl.indexLinks dt {
	font-size: 16px;
	font-weight: bold;
	background: url(images/point.gif) no-repeat 0 0;
	padding: 0 0 0 15px;
	border-bottom: #147835 1px solid;
}
dl.indexLinks dd {
	padding: 3px 0 10px 10px;
	margin-bottom: 10px;
}
dl.indexLinks dt a:link,
dl.indexLinks dt a:visited {
	color: #147835;
}
dl.indexLinks dt a:hover {
	color:#666666;
}
dl.indexLinks dt a:active {
	color: #147835;
}
dl.indexLinks dd p {
	border-bottom: #ddd 1px dotted;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
ul.link li {
	background: url(images/point02.gif) no-repeat 0 5px;
	padding-left: 13px;
}
ul.link li a:link,
ul.link li a:visited {
	color: #333;
}
ul.link li a:hover {
	color: #147835;
}
ul.link li a:active {
	color: #333;
}
ul.link li.none {
	background: none;
}
#main .maincol {
	margin: 0;
	padding: 0;
	float: left;
	width: 560px;
	padding-left: 10px;
}

/* Recent entries */
#entriesList dl,
#entriesList ul {
	margin:5px 10px 0px 10px;
	font-size: 90%;
}
#entriesList dl dt {
	text-indent: 22px;
	background: url(images/bulet.gif) no-repeat;
	background-position: 5px 4px;
}
#entriesList dl dd {
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#entriesList dl dd:after{
	content: "";
	clear:both;
	display:block;
}
#entriesList ul li {
	text-indent: 22px;
	background: url(images/bulet.gif) no-repeat;
	background-position: 5px 4px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#entriesList a:link, #entriesList a:visited, #entriesList a:active {
	color: #0034db;
}
#entriesList a:hover {
	color: #ff7700;
	text-decoration: none;
}
#entriesList dl dd img.photo {	
	margin-right: 10px;
}
.readmore {

}