@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;
}

.blogEntryHeader {
	margin: 0;
	padding: 4px 25px;
	background: url(images/entryHeader.gif) no-repeat center top;
	width: 485px;
	height: 38px;
}
.blogEntryHeader h2 {
	padding: 0;
	line-height: 1.2;
}
.blogEntryBody {
	margin-top: 0;
	padding: 20px 25px 10px 25px;
	background: url(images/entryBody.gif) repeat-y center top;
	width: 485px;
}
.blogEntryBottom {
	padding: 0 25px;
	background: url(images/entryBottom.gif) no-repeat center top;
	width: 485px;
	height: 22px;
}
.posted {
	background: url(images/postedPoint.gif) no-repeat 0 2px;
	padding-left: 15px;
	font-size: 85%;
}

.blogEntry h3 {
	background: url(images/h3Point.gif) no-repeat 0 4px;
	margin-top: 15px;
	font-size: 116%;
	font-weight: bold;
	padding: 5px 0 5px 15px;
	margin-bottom: 5px;
	color: #029757;
}

dl.event dt {
	background: url(images/point.gif) no-repeat 0 2px;
	padding-left: 18px;
	margin-bottom: 2px;
	font-weight: bold;
}
dl.event dd {
	margin-bottom: 5px;
	padding-left: 18px;	
}
ul.event li {
	background: url(images/point02.gif) no-repeat 0 5px;
	padding-left: 18px;
}
ul.event {
	margin-bottom: 1em;
}
dl.event02 dt {
	margin-bottom: 2px;
	font-weight: bold;
}
dl.event02 dd {
	margin-bottom: 5px;
	padding-left: 18px;	
}
h3.kihu {
	background: #FFF;
	padding: 5px 10px;
	text-align: center;
	border:1px solid #666;
	font-weight: normal;
	font-size: 90%;
	margin-bottom:15px;
}
.readmore {
	background: url(images/readmore.gif) no-repeat 1px 6px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 6px;
}
.red {
	color: #FF0000;
}
table.wakuwaku {
	margin-bottom: 10px;
}
table.wakuwaku td {
	padding: 7px 5px;
	vertical-align: top;
}
table.wakuwaku td img {
	margin-bottom: 5px;
}
ul.contact li {
	margin-bottom: 5px;
	margin-left: 10px;
}
.photo {
	margin: 0 5px 10px 10px;
}
h4.subTitle {
	font-weight: bold;
	font-size: 108%;
	margin-bottom: 5px;
}
