@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/themes/concept/css/yui-font.css";
@import "/themes/concept/css/default.css"; /* initial setting */
@import "/themes/concept/css/layout.css";/* layout style */
@import "/themes/concept/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;	
}

.blogEntryBody h2 {
	margin: 1em 0 0.5em 0;
	background: url(images/point02.gif) no-repeat 0 0;
	padding-left: 30px;
	font-size: 116%;
}
.blogEntryBody {
	margin-left: 19px;
}
dl.inquiry {
	margin-top: 1.5em;
}
dl.inquiry dt {
	background: url(images/point.gif) no-repeat 8px 0;
	padding-left: 30px;
}
dl.inquiry dd {
	margin-bottom: 10px;
	padding-left: 30px;
}
.point {
	color: #ff0000;
}
.textarea {
	width: 391px;
	height: 150px;
}
