@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;	
}

.topNavi_bg {
	background: url(images/topLink_bg.gif) no-repeat center top;
}

table.sw td,
table.sw th {
	padding: 5px;
	vertical-align: top;	
}
table.sw td {
	padding-left: 10px;
}
table.sw img {
	padding: 5px;
	border: #999 1px solid;
}
.line-dot {
	height: 1px;
	border-bottom: #333 1px dotted;
	margin: 1em 0;
	clear: both;
}
.photo02 {
	padding: 5px;
	border: #999 1px solid;
	margin: 0 15px 10px 0;
}
.blogEntry h3 {
	clear: both;
	background: url(images/allow.gif) no-repeat 0 3px;
	padding-left: 15px;
	font-size: 108%;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
h3.title02 {
	background: url(images/h3Point.gif) no-repeat 0 0px;
	padding-left: 30px;
	font-size: 116%;
	color: #e46715;
}
ul.thumb {
	clear: both;
}
ul.thumb li {
	float:left;
}

.section {
	margin-bottom: 20px;
}
.hrLine {
	height: 1px;
	margin: 15px 0;
	border-top: #676767 1px dotted;
	clear: both;
}
