@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;
}
ul.nayami {
	margin: 5px 0;
}
ul.nayami li {
	background: url(images/nayamiPoint.gif) no-repeat 0 4px;
	padding-left: 12px;
	padding-bottom: 2px;
	font-weight: bold;
}
.strong {
	font-weight: bold !important;
}

h3.q {
	background: url(images/q.gif) no-repeat 0 0;
	padding-left: 26px;
	font-size: 116%;
	color: #ff6600;
}
.a {
	margin: 7px 0 14px 0;
	background: url(images/a.gif) no-repeat left top;
	padding-top: 3px;
	padding-left: 26px;
	padding-bottom: 7px;
	border-bottom: #ddd 1px dotted;
}

.blogEntryBody h4 {
	font-size: 108%;
	font-weight: bold;
}
.line {
	margin: 1em 0;
	height: 1px;
	border-bottom: #ddd 1px dotted;
}
table.reform td,
table.reform th {
	padding: 5px 7px;
}
table.reform tr.even {
	background: #d1f0e3;
}

ul.thumb li {
	float: left;
	margin: 0 0px 15px 0;
}
ul.thumb li.allow {
	margin-top: 83px;
}
	
ul.thumb li.waku {
	background: url(images/reformBg.gif) no-repeat left top;
	padding: 32px 0 0 31px;
	width: 208px;
	height: 166px;
}
p.setsumei {
	text-align: right;
	padding: 0 30px 0 0;
}
