@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: underline;
}
a:visited {
	color: #1d3994;
  text-decoration: underline;
}
a:hover {
	color: #fe6e2b;
  text-decoration: none;
}
a:active {
	color: #1d3994;
  text-decoration: underline;
}
/*
[
----------------------------------------------------------- */
ul#gnavi li.gnavi04 a {
	background-position: 0 -112px;
}
ul#gnavi li.gnavi04 a:hover {
	background-position: 0 -56px;
}
#main h2 {
	margin-bottom: 1em;
}
.blogEntry {
	border: #ddd 5px solid;
	padding: 20px;
	margin-bottom: 3em;
}
.blogEntryHeader {
	background: url(images/blogEntryHeader.gif) no-repeat 0 5px;
	height: auto;
}
.blogEntryHeader h3 {
	padding: 0 0 0 20px;
}
.blogEntryBody {
	padding: 20px 0;
}
.blogEntryBody h4 {
	background: url(images/h4Point.gif) no-repeat left bottom;
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 21px;
}
p.marginLeft {
	margin: 20px 0 20px 35px;
}
p.name {
	padding: 3px 0 3px 20px;
	border-left: #999 3px solid;
}
.section{
	zoom:1;/*for IE 5.5-7*/
	margin-bottom: 1em;		
}
.section:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
* html .section{
	display:inline-table;
	/*\*/display:block;/**/
}
.hrLine {
	border-top: #999 1px dashed;
	margin: 2em 0;
	height: 1px;
	clear: both;
}
.photoWaku {
	padding: 5px;
	border: #999 1px solid;
	margin-bottom: 10px;
}
.photo {
	padding: 5px;
	border: #999 1px solid;
}
a.outLink {
	background: url(images/outLink.gif) no-repeat right 1px;
	padding-right: 25px;
}
.voiceRight02 {
	width: 300px;
	float: right;
}
.voiceLeft02 {
	float: left;
	width: 260px;
	padding: 0 20px 0 0px;
}
.voiceLeft {
	float: left;
}
.voiceRight {
	float: right;
	padding: 3px 0 3px 20px;
	border-left: #999 3px solid;
	width: 385px;
}
.marginB {
	margin-bottom: 10px;
}
.thumb {
	background: url(images/thumbBg.jpg) no-repeat 0 0;
	padding: 11px 1px 1px 1px;
	width: 150px;
	height: 113px;
	overflow: hidden;
}
strong {
	color: #379b17;
	font-size: 116%;	
}

.answer {
	background: #fefcf8;
	border: #ddd 3px solid;
	padding: 15px 20px;
}
.answer h4 {
	background: url(images/point.gif) no-repeat 0 6px;
}