<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

*{ 
   padding: 0px;
   margin: 0px;
}
img{
   border: 0px;
}
body{
	background-color: #000000;
	color: #FFFFFF;
	font-family: "メイリオ", Meiryo, verdana, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 12px;
	background-image: url(../img/bg_head.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 198px;
	position: relative;
	background-image: url(../img/bg_header.png);
	background-repeat: no-repeat;
}
.sitename{
	position: absolute;
	left: 177px;
	top: 17px;
}
#headmenu {
	background-image: url(../img/bg_menu.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 123px;
	height: 61px;
	width: 651px;
	left: 0px;
}
#menubox {
	position: relative;
	height: 61px;
}
#menubox ul{
	position: absolute;
	left: 16px;
	top: 7px;
	width: 620px;
}
#menubox  ul li{
	float: left;
	padding-right: 24px;
	list-style-type: none;
}
#colum_box {
	padding-top: 14px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 12px;
}
.colum_left {
	background-image: url(../img/bg_colum.png);
	background-repeat: no-repeat;
	height: 299px;
	width: 228px;
	float: left;
	margin-right: 12px;
}
.colum_right {
	background-image: url(../img/bg_colum.png);
	background-repeat: no-repeat;
	float: right;
	height: 299px;
	width: 228px;
}
#colum_area {
	background-image: url(../img/bg_colum_area.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	clear: both;
}
#footer_area {
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 256px;
}
#footer_box {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
ul.foot_link{
	width: 542px;
	position: absolute;
	top: 20px;
	right: 0px;
	height: 54px;
}
ul.foot_link li{
	float: left;
	list-style-type: none;
	height: 54px;
}
#copyright {
	position: absolute;
	top: 230px;
}
#syusai {
	position: absolute;
	background-image: url(../img/syusai.png);
	background-repeat: no-repeat;
	height: 57px;
	width: 421px;
	top: 100px;
	padding-top: 8px;
	padding-left: 16px;
	font-size: 14px;
}
#foot_contact {
	background-image: url(../img/foot_contact.png);
	background-repeat: no-repeat;
	height: 58px;
	width: 471px;
	position: absolute;
	top: 100px;
	right: 0px;
}
#mail_magazine {
	position: absolute;
	top: 180px;
	right: 0px;
}
#good_btn {
	position: absolute;
	top: 64px;
	right: 0px;
}
#lang {
	position: absolute;
	top: 14px;
	right: 0px;
}
.colum_title {
	background-image: url(../img/colum_title.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	color: #EA9428;
	padding-left: 16px;
	margin-bottom: 6px;
	margin-top: 10px;
	line-height: 13px;
	height: 13px;
}
.colum_box {
	width: 198px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 299px;
}
.colum_box p{
	font-size: 10px;
}
.movie {
	margin-bottom: 4px;
	text-align: center;
}
.detail {
	position: absolute;
	right: 0px;
	bottom: 18px;
}
.twtr-hd{
    display:none
}
.twtr-doc a{
    color:#FFFFFF;
}

.txt_orange {
	color: #E99328;
	font-weight: bold;
}</pre></body></html>