@charset "UTF-8";
.defaults {
}
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にする */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-color: #180E0C;
	line-height: 20px;
	background-image: url(images/body_bak.jpg);
}
.twoColFixLtHdr #container {
	width: 930px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/main_bak.jpg);
	background-repeat: repeat-y;
	background-position: center top;
} 
.twoColFixLtHdr #header {
	height: 64px;
	width: 658px;
	float: right;
	padding:0;
	margin:0;
	text-align:left;
} 
.twoColFixLtHdr #header img {
	height: 64px;
	width: 646px;
	margin:0;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 257px;
	background-image: url(images/menu_bak.jpg);
	background-repeat: no-repeat;
	background-position: 0px 174px;
	padding: 0px;
	height: 1000px;
	margin: 0 0 0 10px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	float: right;
	padding: 0;
	width: 600px;
	margin-right: 20px;
} 
.twoColFixLtHdr #footer {
	width:930px;
	margin:0px;
	height: 300px;
	background-color: #DDDDDD;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 90%;
} 
.twoColFixLtHdr #footer p {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #000000;
	margin: 0;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #FFCC66;
}
a:visited {
	color: #ffcc66;
}
a:hover {
	color: #CC6633;
}
a img {
       border-width:0;
}

#footer a:link {
	color: #000000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover {
	color: #FFFFFF;
}
.TopContent {
	padding: 0;
	width: 600px;
	float: right;
	margin-right: 30px;
	height: 200px;
}
.movie {
	padding: 0;
	width: 600px;
	height: 340px;
}
.small {
	font-size: 90%;
	color: #CCCCCC;
	line-height: 130%;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #CC9966;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #CC9966;
}


.feedBox {
}

#officialFeed {
margin: 1em 0;
}
#officialFeed .gfc-resultsbox-visible {
text-align:left;
}
#officialFeed .gfc-resultsRoot {
}
#officialFeed .gfc-resultsHeader {
display : none;
}
#officialFeed .gfc-title {
}
#officialFeed .gfc-results {
padding-bottom : 1em;
}
#officialFeed .gfc-result {
margin-bottom : 0px;
}
#officialFeed .gf-result {
/*clear:both;*/
margin-bottom: 1em;
}
#officialFeed .gf-title {
}
#officialFeed div.gf-title {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}
#officialFeed a.gf-title {
}
#officialFeed .gf-author {
display : none;
}
#officialFeed .gf-spacer {
display : none;
}
#officialFeed .gf-relativePublishedDate {
/*display : none;*/
font-size:90%;
margin-left:1em;
color: #CCC;
}
#officialFeed .gf-snippet {
display : none;
}
