@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */
@import "/common/themes/cms/css/dr-calendar.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}

body {
	background: url(images/topBg.jpg) repeat-x left top;
}

/*
[
----------------------------------------------------------- */
#main {
	font-size: 108%;
}
dl.newsList dt {
	float: left;
	width: 80px;
	margin: 0 0 1px 0;
	padding: 7px 0 7px 10px;
}
dl.newsList dd {
	background: url(images/newsPoint.jpg) no-repeat 95px 11px;
	padding: 7px 0 7px 110px;
	border-bottom: #c8d1e6 1px dotted;
}

.blogEntryBody {
	padding: 15px 15px 15px 25px;
	background: url(images/entryBottom.gif) no-repeat left bottom;
}
.drName {
	text-align: right;
}
dl.guide {
}
dl.guide dt {
	font-size: 123.1%;
	color: #22499d;
	font-weight: bold;
	background: url(images/guidePoint.gif) no-repeat 0 6px;
	padding-left: 18px;
}
dl.guide dd {
	font-size: 116%;
}
.line {
	margin: 1em 0;
	border-bottom: #c8d1e6 1px dotted;
	height: 1px;
}
.section h3 {
	margin-bottom: 7px;
}
.box {
	margin: 0 0 0 15px;
}
h3.info {
	background: url(images/infoTitle.jpg) no-repeat 0 0;
	width: 651px;
	height: 30px;
	text-align: right;
	padding: 5px 0 0 0;
}