@charset "utf-8";
/* CSS Document */

* {
     margin:0;
     padding:0;
     }

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	font-family: "ＭＳ Ｐゴシック";
	text-align: justify;
	text-justify: inter-ideograph;
	color: #333;
	text-align: left;
	font-size: medium;
	line-height: 1.5em;
	font-weight: normal;
}

.clear {
	clear:both;
}




/** メインイメージ ここから　↓↓↓　*****************************************************************************************************/
.content .main1 {
	width: 960px;
	height: auto;
	padding: 30px 0px 30px 40px;
}


.content .main1 p.title {
	display: inline-block;
	width: 920px;
	font-size: 103%;
	font-weight: bold;
	color: #FFF;
	background-image: url(../../images/program/edicle/bn-infomation.jpg);
	background-repeat: no-repeat;
	padding: 1px 0px 0px 10px;
}


.content .main1 .infomation {
	padding: 20px;
	margin: 20px 40px 0px 40px;
	background-color: #F1FCDA;
	clear: both;
}


.content .main1 .infomation .top-area {
	display: inline-block;
	width: 840px;
	height: 26px;
	margin-bottom: 10px;
	background-image: url(../../images/program/edicle/bar-info.jpg);
	background-repeat: no-repeat;
}


/**　共通　**/
.content .main1 .infomation p.text {
	text-align: justify;
	text-justify: inter-ideograph;
}


/**　日にち　**/
.content .main1 .infomation p.date {
	display: inline-block;
	float: left;
	width: auto;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 0 0 35px;
}


/**　トピックス　**/
.content .main1 .infomation p.topics {
	display: inline-block;
	float: left;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 0 0 35px;
}

/*************************** テキスト設定 **********************************/
/**　段落なし　**/
.content .main1 .infomation p.text {
	display: inline-block;
	font-size: 84%;
	margin: 0 0 0 1em;
	line-height: 19px;
}


/**　段落なし　下段0.5em　**/
.content .main1 .infomation p.text-1 {
	display: inline-block;
	font-size: 84%;
	margin: 0 0 1em 1em;
	line-height: 19px;
	text-align: justify;
	text-justify: inter-ideograph;
}


.content .main1 .infomation p.text-1 a {
	color: #00F;
	text-decoration: underline;
}

.content .main1 .infomation p.text-1 a:hover {
	color: #F00;
}



.content .main1 .infomation p.text-1a {
	display: inline-block;
	font-size: 84%;
	margin: 0 0 1em 1em;
	line-height: 19px;
	text-align: justify;
	text-justify: inter-ideograph;
}


.content .main1 .infomation p.text-1a a {
	float:left;
	color: #00F;
	text-decoration: underline;
}

.content .main1 .infomation p.text-1a a:hover {
	color: #F00;
}


/**　1段落　**/
.content .main1 .infomation p.text01 {
	display: inline-block;
	font-size: 84%;
	margin: 0 0 0 2em;
	line-height: 19px;
	text-justify: inter-ideograph;
}


/**　1段落　下段0.5em　**/
.content .main1 .infomation p.text01-1 {
	display: inline-block;
	font-size: 84%;
	margin: 0 0 1em 2em;
	line-height: 19px;
	text-justify: inter-ideograph;
}


/**　2段落　**/
.content .main1 .infomation p.text02 {
	display: inline-block;
	font-size: 84%;
	margin: 0 0 0 3em;
	line-height: 19px;
	text-justify: inter-ideograph;
}


/**　2段落　下段0.5em　**/
.content .main1 .infomation p.text02-1 {
	display: inline-block;
	font-size: 84%;
	margin: 0 0 1em 3em;
	line-height: 19px;
	text-justify: inter-ideograph;
}


/*************************** 文字スタイル設定 **********************************/
/**　太字　*/
.content .main1 .infomation p span.bold {
	font-weight: bold;
}


/**　赤字　*/
.content .main1 .infomation p span.red {
	color: #F00;
}


/**　青字　*/
.content .main1 .infomation p span.blue {
	color: #00F;
}


/**　赤太字　*/
.content .main1 .infomation p span.redb {
	color: #F00;
	font-weight: bold;
}


/**　青太字　*/
.content .main1 .infomation p span.blueb {
	color: #00F;
	font-weight: bold;
}



.content .main1 p.return-top a {
	display: inline;
	float: right;
	background-color: #666;
	color: #FFF;
	font-weight: bold;
	padding: 0px 5px 0px 8px;
	margin: 5px 40px 20px 0;
	clear: both;
}



/** メインイメージ ここまで　↑↑↑　*****************************************************************************************************/

