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

/*----------構成----------*/

#container {
	padding-top: 20px;
}


#newsset {
	float: right;
	width: 430px;
	display: inline;
}
#video {
	float: left;
	width: 195px;
	display: inline;
}

#kibou {
	float: left;
	width: 195px;
	display: inline;
}

/*----------ニュース一覧----------*/

#newsset h2 {
	text-indent: -9999px;
	height: 0px;
}
#newsset h3 {
	background-repeat: no-repeat;
	height: 28px;
	width: 430px;
	text-indent: -9999px;
	margin-top: 7px;
}
h3.new {
	background-image: url(../img/index/title_new.gif);
}
h3.blog {
	background-image: url(../img/index/title_blog.gif);
}
h3.jimin {
	background-image: url(../img/index/title_jimin.gif);
}
#newsset .box {
	background-color: #F5F5F5;
}
#newsset .box dl {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#newsset .box dl dt {
	line-height: 1.3em;
}
#newsset .box dl dd {
	font-size: 10px;
	line-height: 1.2em;
	color: #666;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 5px;
}

/*----------ビデオ----------*/

#video {
	border: 1px solid #D2D3D3;
}
#video .video-in {
	background-color: #EFEFEF;
	margin: 1px;
	padding-bottom: 5px;
}
.video-in h3 {
	background-image: url(../img/index/title_movie.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 60px;
	width: 100%;
	background-position: center center;
}

.ustream {
	padding-bottom: 10px;
}

.ustream object {
	padding-left: 6px;
}


.youtube object {
	width: 180px;
	height: 126px;
}

.youtube p,
.ustream p {
	padding: 6px;
	line-height: 1.3em;
}
.youtube h4,
.ustream h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 5px;
	padding-left: 6px;
}

/*----------希望の火プロジェクト----------*/

#kibou {
	text-align: center;
}

#kibou img {
	margin: 35px 0 10px 0px;
	paddign:0;
}
