@charset"utf-8";

/*+++++++++++++++++++++++++*/
/*        Tops CSS         */
/*+++++++++++++++++++++++++*/

/*=======================ヘッダーエリア適用========================*/
#contents_area .info_space2 {
	float: center;
	margin: 0 auto 0;
	width: 800px;
	height: 500px;
	padding: 10px;
	background-color: #fff;
	}

.info_space2 .low_space {
	float: center;
	margin: 0 auto 0;
	width: 790px;
	height: 490px;
	background-image: url("../../../img_p/low_back.jpg");
	background-repeat: no-repeat;
	}

.low_space .link {
	float: center;
	margin: 0 auto 0;
	width: 790px;
	height: 60px;
	}

.link p.access {
	text-align: right;
	color: #646464;
	font-size: 12px;
	padding: 5px 20px 0 0;
	line-height: 14px;
	letter-spacing: 0;
	}

.low_space .content {
	float: center;
	margin: 0 auto 0;
	width: 600px;
    padding-top: 10px;
	}

.content h2.name {
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 1px;
	background-color: #e11e1e;
	}

.low_space .organization {
	float: center;
	margin: 0 auto 0;
	width: 600px;
    padding-top: 7px;
	}

.organization .topics .day {
    float: left;
    margin-left: 50px;
    width: 120px;
    display: inline;
	}

.organization .topics .news {
    float: left;
    margin: 0 auto 5px;
    display: inline;
	}

.organization .day p.daytime {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: bold;
    color: #646464;
	}

.organization .news p.information {
    font-size: 14px;
    text-align: left;
    line-height: 16px;
    color: #646464;
    padding: 0 10px 0 30px;
	}
	