@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/themes/concept/css/default.css"; /* initial setting */
@import "/themes/concept/css/layout.css";/* layout 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;	
}
.entryBg {
	background: url(images/image.jpg) no-repeat right bottom;
	width: 665px;
	height: 100%;
	margin-bottom: 3em;
}
.strong {
	font-weight: bold;
}
.blogEntryBody p {
	padding-left: 19px;
}
.blogEntryBody h2 {
	margin-bottom: 1em;
}
.title {
	font-size: 116%;
	font-weight: bold;
	color: #009270;
	line-height: 1.2;
}

.box {
	border: #d9d9d9 5px solid;
	padding: 25px;
}
.box p {
	padding-left: 0;
}
