@charset "utf-8";

#mainimg .wrapper {
	background: url(../../img/news/pic_main.jpg) no-repeat 50% 0;
}

#newsMainWrap {
	width: 700px;
	float: left;
	padding-top: 20px;
}

#newsSideWrap {
	width: 230px;
	float: right;
	padding-top: 20px;
}



.kijiList li {
	padding-bottom: 20px;
	border-bottom: 1px dotted #C6C6C6;
	margin-bottom: 20px;
}


.kijiImg {
	width: 178px;
	float: right;
}

.kijiDetail {
	width: 490px;
	float: left;
}

.kijiDate {
	font-size: 170%;
}

.kijiTtl {
	font-size: 170%;
	margin: 10px 0 8px;
	color: #1d6a94;
}

.kijiTtl a {
	color: #1d6a94;
	text-decoration: underline;
}

.kijiTtl a:hover {
	text-decoration: none;
}

.kijiExcerpt {
	font-size: 120%;
}

.kijiContent {
	font-size: 130%;
}

.kijiContent p {
	margin-bottom: 15px;
}


.kijiImgWrap {
	margin: 20px auto;
	max-width: 700px;
}
.kijiImgWrap img {
	width: 100%;
}

.archiveBox {
	margin-bottom: 15px;
}

#newsSideWrap h4 {
	font-size: 120%;
	color: #333;
	margin-bottom: 5px;
	padding: 10px 0 0 20px;
	background: url(../../../img/common/listhead01.png) no-repeat 5px 1.2em;
	/*line-height: 1.1;*/
	cursor: pointer;
	text-decoration: underline;
}

#newsSideWrap ul {
	margin: 0 0 10px 20px;
	font-size: 120%;
}

#newsSideWrap ul li {
	line-height: 1.8em;
	margin-bottom: 3px;
}
#newsideWrap ul li a {
	color: #333;
	text-decoration: underline;
}

.archive_ttl {
	color: #1d6a94;
	font-weight: bold;
	font-size: 130%;
	border-top: 2px solid #1d6a94;
	border-bottom: 1px solid #1d6a94;
	padding: 10px 0 10px 20px;
}

/* detail--------------------------*/

.syosaiWrap {
	padding-bottom: 40px;
	border-bottom: 1px dotted #C6C6C6;
	margin-bottom: 10px;
}

.toKijiTop {
    position: absolute;
    top: 0;
    left: 0;
}

.toKijiTop span {
	font-weight: bold;
    background: #1d6a94;
    color: #fff;
    padding: 8px 8px;
}

















































