@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;
}

/*
===== 3: photo style ===========================
*/
dl.craftman {
	padding: 21px 0 0 18px;
	background: url(images/photoFrame.gif) no-repeat center top;
	width: 151px;
}
dl.craftman dd.comment {
	padding-top: 15px;
	line-height: 1.2;
}
table.craftman td {
	padding-bottom: 20px;
	padding-right: 3px;
}
