@charset "utf-8";

/*/////////////////////////////////////////////////////////////
about/index
------------------------------------------------------------*/
#mainImg {
	background: url(../../common/images/main_img_01.jpg) no-repeat left top;
	width: 953px;
	height: 154px;
}
#mainImg img{
	display: none;
}

#content p strong {
	font-weight: bold;
	color: #67a325;
}

#content p a {
	color: #3180c9;
	text-decoration: underline;
}
#content p a:hover {
	text-decoration: none;
}

#content p.links {
	font-weight: bold;
	border-bottom: 1px dashed #666;
	padding-bottom: 4px;
}

#content ul {
	margin: 11px 0 0 0;
}
#content li {
	margin-bottom: 3px;
}
#content li a {
	color: #3180c9;
	text-decoration: underline;
}
#content li a:hover {
	text-decoration: none;
}


#content div#doiBox {
	background: #fff;
	padding: 19px 16px 19px 16px;
	margin: 29px 0 0 0;
	color: #333;
}
#content p#doiTit {
	font-weight: bold;
	margin: 0 0 0 0;
	font-size: 16px;
	color: #376129;
}
#content ul#doiList {
	margin: 19px 0 0 0;
}
#content ul#doiList li {
	margin-bottom: 8px;
	padding: 8px 0 0 0;
	border-top: 1px dashed #ccc;
}
#content ul#doiList li span {
	font-weight: bold;
}

/*--------------------------------
--------------------------------*/
#checkBox {
	padding: 8px 0 8px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 16px;
	
}
*html #checkBox {
	padding: 4px 0 2px 0;
}
*:first-child+html #checkBox {
	padding: 4px 0 2px 0;
}

/*--------------------------------
--------------------------------*/
#content p.notes {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px 0 4px 0;
	color: #333;
	font-size: 13px;
	line-height: 1.6;
}

#content .txt {
	margin: 14px 0 8px 0;
}

/*--------------------------------
--------------------------------*/
.imgLeft {
	float: left;
	margin-right: 12px;
}
.b1 {
	font-weight: bold;
}


/*--------------------------------
--------------------------------*/
#content .title {
	font-weight: bold;
	border-top: 2px solid #376129;
	padding-top: 9px;
	font-size: 15px;
	margin: 19px 0 9px 0;
}

#content .headline {
	border-top: 1px dashed #666;
	padding-top: 9px;
	color: #e47512;
	font-weight: bold;
	margin: 19px 0 14px 0;
}
#content .headlineFirst {
	color: #e47512;
	font-weight: bold;
	margin: 19px 0 9px 0;
}
#content .secondindent{
margin-left:31px;
}



/*--------------------------------
--------------------------------*/
#nayami {
	background: #d9eac5;
	padding: 8px 18px;
	color: #fff;
	margin: 10px 0 20px 0;
}

#nayami p {
	font-weight: bold;
	line-height: 3;
	margin-top: 0;
}
#nayami ul {
	margin-top: 0;
}

/*--------------------------------
--------------------------------*/
table.list {
	margin-top: 10px;
	width: 655px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	line-height: 150%;
	font-size: 12px;
	background: #fcfef9;
}
*html table.list {
	font-size: 73%;
}

table.list th {
	padding: 5px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	background: #c5c993;
	vertical-align: middle;
	text-align: center;
}
table.list td {
	padding: 5px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	vertical-align: middle;
	text-align: center;
}
table.list td.textL {
	text-align: left;
}

/*--------------------------------
--------------------------------*/
#content .listBox {
	background: #d9eac5;
	padding: 14px;
	font-size: 13px;
	margin: 19px 0 14px 0;
}
#content .listBox p {
	margin: 0 0 .6em 0;
	font-weight: bold;
}

#content .listBox ul {
	margin: 0 0 0 0;
}

/*--------------------------------
--------------------------------*/
#content .listBox2 {
	margin: 14px 0 14px 0;
}

#content .imgLeft {
	float: left;
	padding-right: 19px;
}
#content .imgRight {
	float: right;
	padding-left: 19px;
}

#content .speechBox {
	margin-top: 19px;
	border-bottom: 1px dashed #666;
	padding-bottom: 19px;
	clear: both;
}

#content table {
	width: 655px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	background: #fff;
	margin-bottom: 19px;
}
#content table th {
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 6px;
	width: 205px;
}
#content table th.center {
	text-align: center;
}

#content table td {
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 6px;
}
/* 0314 indent*/

p.indent {
      margin-top: 7px;
      text-indent: -1.5em;
      padding-left: 2.5em;
      padding-right: 2em;
}
