@charset "UTF-8";
/*contents
***********************************************************/
/*headline*/
#contents .headline {
	padding: 1px 10px;
	margin: 0;
	border-top: 2px solid #3861D9;
	border-bottom: 1px solid #3861D9;
}

#contents .headline h3 {
	margin: 0;
	padding: 3px 0 1px 5px;
	/*font-size: 別途指定*/
	line-height: 1;
	font-weight: bold;
	float: left;
	width: 300px;
	color: #000;
}

#contents .headline .down-menu {
	margin: 0;
	padding: 0;
	font-size: 12px;
	float:right;
	width: 100px;
	text-align: right;
}

#contents .headline .down-menu select {
	border: 1px solid #666;
	background-color: #fff;
	vertical-align: top;
}

#contents h4 span {
	color:#333;
	font-weight: normal;
	line-height: 1.2;
}

/*entry-unit*/
#contents .entry-unit {
	margin-bottom: 15px;
}

#contents .contents-unit td {
	vertical-align: top;
}
/*cate-description*/
#contents .contents-unit#cate-description h4 {
	padding-left: 5px;
	border-left: 5px solid #999;
	line-height: 1;
}

#contents .contents-unit#cate-description .item h4 {
	line-height: 1.4;
	white-space: nowrap;
}

#contents .contents-unit#cate-description .data p {
	padding: 0 0 0 10px;
	line-height: 1.4;
}

/*entry-list*/
#contents .contents-unit#entry-list {
	border-bottom: 1px solid #3861D9;
}

#contents .contents-unit#entry-list .date {
	white-space: nowrap;
	padding-right: 10px;
}

/*entry-box*/
#contents .contents-unit#entry-box .entry-head {
	border-left: 5px solid #3861D9;
	padding: 5px 0 0 5px;
	margin-bottom: 10px;
}

#contents .contents-unit#entry-box .entry-head p {
	margin-bottom: 0;
}

#contents .contents-unit#entry-box .entry-head h3 {
	margin: 0;
	padding: 0;
	/*font-size: 別途指定*/
	line-height: 1.4;
	font-weight: bold;
	color: #000;
}

#contents .contents-unit#entry-box .entry-top {
	margin: 0;
	padding: 0;
	height: 10px;
	font-size: 1px;/*Win IE*/
	line-height: 1%;/*Win IE*/
	background:url(../images/entry_base_t.gif) no-repeat;
}

#contents .contents-unit#entry-box .entry-inner {
	margin: 0;
	padding: 5px 20px;
	background:url(../images/entry_base_m.gif) repeat-y;
}

/* exlude MacIE5 \*/
* html #contents .contents-unit#entry-box .entry-inner {
	width: 100%;
}
/* end MacIE5 */

#contents .contents-unit#entry-box .entry-bottom {
	margin: 0;
	padding: 0;
	height: 10px;
	font-size: 1px;/*Win IE*/
	line-height: 1%;/*Win IE*/
	background:url(../images/entry_base_b.gif) no-repeat;
}

/*pdf/excel/word*/
#contents .contents-unit .pdffile, 
#contents .contents-unit .excelfile, 
#contents .contents-unit .wordfile {
	margin: 0 0 10px 0;
	padding-left: 22px;
}

#contents .contents-unit .pdffile {
	background:url(../images/pdf-icon.gif) no-repeat;
}

#contents .contents-unit .excelfile {
	background:url(../images/excel-icon.gif) no-repeat;
}

#contents .contents-unit .wordfile {
	background:url(../images/word-icon.gif) no-repeat;
}

/*cate-description*/
/*pdffile*/
#contents #cate-description .for-pdfnote {
	margin-top: 0;
	padding: 0 10px;
	background-color:#f7f7f7;
	border: 1px solid #ccc;
}

#contents #cate-description .for-pdfnote .pdffile {
	margin: 10px 0 0;
	padding-left: 22px;
	background:url(../images/pdf-icon.gif) no-repeat;
}
