@charset "utf-8";

/* == レフトサイド ========================================================== */

/* ==  == */
#pressReleaseListTitle{
	width:530px;
	height:25px;
	border-left:3px solid #666666;
	border-bottom:1px solid #666666;
}

	#pressReleaseListTitle h2{
		font-size:0.86em;
		font-weight:normal;
		line-height:25px;
		padding:0px 0px 0px 5px;
	}

#pressReleaseListSupplement{
        width:530px;
        height:25px;
}

        #pressReleaseListSupplement h2{
                font-size:0.86em;
                font-weight:normal;
                line-height:25px;
                padding:0px 0px 0px 10px;
        }


/* == 月別リスト == */
#monthlyPressReleaseList{
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	background-image:url('../images/page_center_background04.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}

	.monthlyPressReleaseTitle{
		width:120px;
		height:25px;
		background-image:url('../images/page_center_title02.gif');
		background-repeat:no-repeat;
	}

		.monthlyPressReleaseTitle h2{
			font-size:1.0em;
			color:#ffffff;
			line-height:25px;
			padding:0px 0px 0px 20px;
		}

.monthlyPressReleaseListItem{
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}

#monthlyPressReleaseList ul{
	margin:0em -3.6em 0em 0em;
	padding:0px;
	position:relative;
	left:-4em;
	overflow:hidden;
	list-style-type:none;
}

#monthlyPressReleaseList li{
	font-size:0.86em;
	line-height:1.5em;
	margin:0.25em 0em 0.25em 5.2em;
	padding-left:1.6em;
	background-image:url('../images/point06.gif');
	background-repeat:no-repeat;
	list-style-type:none;
}

/* == == */
.pressReleaseList{
	width:520px;
	margin:0px;
}

.pressReleaseListItem{
	width:520px;
	border-bottom:1px dotted #cccccc;
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
}

	.pressReleaseListText{
		width:390px;
		margin:0px 0px 0px 10px;
		padding:0px;
		float:left;
	}

		.pressReleaseListHeadline{
			line-height:1.6em;
		}

		.pressReleaseListHeadline h3{
		}

		.pressReleaseListExplain{
			margin:2px 0px 0px 0px;
		}

		.pressReleaseListExplain span{
                        width:180px;
                        font-size:0.86em;
                        line-height:1.5em;
                        text-align:right;
                        margin:2px 5px 0px 0px;
                        float:right;
                }

	.pressReleaseListImage{
		width:100px;
		margin:0px 10px 0px 10px;
		float:left;
	}

		.pressReleaseListImage a{
			width:100px;
			border:1px solid #333333;
			display:block;
			overflow:hidden;
		}

		.pressReleaseListImage a:hover{
			width:100px;
			border:1px solid #ff3333;
			display:block;
			overflow:hidden;
		}

		.pressReleaseListImage img{
			width:100px;
			border:none;
			-ms-interpolation-mode:bicubic;
		}

/* ==  == */
.dailyPressRelease{
        width:520px;
        margin:2px 0px;
        padding:2px 0px;
        font-size:0.86em;
        border-bottom:1px dotted #cccccc;
}

.dailyPressReleaseTitle{
        padding:0px 10px;
}

.dailyPressReleaseTitle span{
        font-size:0.8em;
        border:1px solid #cccccc;
        display: block;
        float: left;
        margin-right: 0px;
        text-align: right;
        width: 60px;
}

