/* CSS Document */

.title {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #009900;
}

.title_kouenkai {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0033FF;
	border: thin double #00FFFF;
}


.title_ogata {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	border: thin double #00CC33;
}


.content2 {
	width:760px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009933;
}

.o_txt{
	float:right;
	width:300px;
	text-align: left;
	margin-top: 0px;
}


.o_img {
	float:left;
	width:450px;
	margin-bottom: 10px;
}


.content {
	width:760px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009933;
}

.content img{
	margin-bottom:10px;
}

.nenga_img {
	width:500px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: 0px;
}
.nenga_txt {
	float:right;
	width:240px;
	text-align: left;
	margin-top: 10px;
	padding-left: 20px;
}


.c_img {
	float:left;
	width:350px;
	margin-bottom: 10px;
}

.c_txt {
	float:right;
	width:350px;
	text-align: left;
}

.c_txt img{
	margin-bottom:10px;
}

.newsbox{
	line-height:1.5em;
}


/*↓↓メディア掲載情報ページ*/
.mediaFlv{
	width:400px;
	float:left;
}
.mediaFlvTxt{
	float:right;
	width:350px;
	text-align: left;
	margin-top: 0px;
}
.mediaImg {
	float:right;
	width:480px;
	margin-bottom: 10px;
}
.mediaTxt{
	float:left;
	width:280px;
	text-align: left;
	margin-top: 0px;
}
/*↑↑メディア掲載情報ページ*/
