@charset "utf-8";
/*-----------------------------------------------
 __base
-----------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	font-family: Meiryo, Verdana, Arial, sans-serif;
}

div,p,span,a,input,select,textarea,form,ul,ol,li,dl,dt,dd,tr,td,table{font-size:100%;}
img {
	border: 0px;
}
a:link { color:#ffffff; text-decoration:underline; }
a:visited { color:#ffffff; text-decoration:underline; }
a:hover { color:#999999; text-decoration:none; }
td { vertical-align: top; }
hr { clear: both; background-color: #ccc; width: 100%; margin: 5px 0 5px 0; }
blockquote  { font-size: 90%; line-height: 120%; background-color: #cccccc; padding: 10px }
li { list-style:none;}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.right { text-align: right; }
.font_s { font-size: 90%; }
.float_right { float: right; }
.float_left { float: left; }
.float_leftimg {
	float: left;
	margin: 0 10px 10px 0;
}
.float_rightimg {
	float: right;
	margin: 0 0 10px 10px;
}
.margin { margin: 5px; }
.margin4 { margin: 4px; }
.clear { clear: both; }
.center { text-align: center; }
.font_red { color: #FF0000; }
.font_og { color: #FF6600; }
.font110 { font-size: 110%; line-height: 130%; }
.font90 { font-size: 90%; line-height: 130%; }
.font80 { font-size: 80%; line-height: 130%; }
.inner { padding: 10px; }
.entry_img img {
	float: left;
	margin: 0 10px 10px 0;
}
.rollover a:hover img {
	filter:alpha(opacity=50);
	opacity:0.5;
}
.w50_left {
	width: 49%;
	float: left;
}
.w50_right {
	width: 49%;
	float: right;
}
.w25_left {
	width: 25%;
	float: left;
}
.w75_right {
	width: 75%;
	float: right;
}
.box {
	margin: 10px 0 10px 0;
	clear: both;
}
.box_news {
	margin: 10px 12px 10px 0;
}
.checkmark li {
	background-image: url(img/check.gif);
	background-repeat:no-repeat;
	padding-left: 18px;
	margin: 3px 0 3px 0;
	border-bottom: dotted 1px #666;
}
.calendar {
	height:120px;
	width:328px;
	padding: 10px;
	border: solid 1px #666666;
	background-color:#333333;
	overflow: auto;
	overflow-x:hidden;
	color: #cccccc;
}
.calendar li {
	border-bottom: dotted 1px #666;
}

.event-cat {
	color: #ffffff;
}
table.tbl_border {
	border-collapse: collapse;
	width: 80%;
}
.tbl_border td {
	border: solid #aaa 1px;
	padding: 4px;
	vertical-align: middle;
}
.tdleft {
	width: 6em;
}
/* __layout_style
-----------------------------------------------*/
body   {
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	font-size: 80%;
	line-height: 140%;
	text-align: center;
	margin: 10px 0 0 0;
	color: #dddddd;
}
#index {
	width:908px;
	margin:0 auto;
	text-align:left;
}
/* __header
-----------------------------------------------*/
#header {
	height: 40px;
}
#header div {
	float: left;
}
#header ul {
	float: right;
}
#header li {
	display: inline;
	margin-left: 1px;
}
#header li img {
	vertical-align: bottom;	
	padding-top:10px;
}
/* __container
-----------------------------------------------*/
#container {
	background:#000000;
	float:left;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	border-top: solid 1px #eee;
	background-image: url(img/contents-back.gif);
	background-repeat: repeat-y;
}

/* __contents
-----------------------------------------------*/
#contents {
	background:#000000;
	width:720px;
	float:left;
	border-right: solid 1px #eee;
	background-image: url(img/contents-back.gif);
	background-repeat: repeat-y;
	padding: 0 0 20px 0;
}
#contents_2 {
	background:#000000;
	width:906px;
	float:left;
	background-image: url(img/contents-back.gif);
	background-repeat: repeat-y;
	padding: 0 0 20px 0;
}

/* __main
------------------------------------------*/
#main {
	float:right;
	width:540px;
	font-size: 12px;
}
#main_2 {
	float:right;
	width:726px;
}
#main h1 {
	background-image: url(img/h2-back.gif);
	background-repeat: no-repeat;
	line-height: 33px;
	padding-left: 40px;
	vertical-align: middle;
	color: #FFFFFF;
	clear: both;
	font-size: 120%;
}
#main h2 {
	background-image: url(img/h2-back.gif);
	background-repeat: no-repeat;
	line-height: 33px;
	padding-left: 40px;
	vertical-align: middle;
	color: #FFFFFF;
	clear: both;
}
#main h3 {
	margin: 10px 0 10px 0;
	background-color: #454545;
	border-bottom: dotted 1px #cccccc;
	padding: 5px;
	clear: both;
}
#main h4 {
	margin: 10px 0 10px 0;
	background-color: #232323;
	border-bottom: dotted 1px #cccccc;
	padding: 5px;
	clear: both;
}
#main p.date {
	text-align: right;	
}
#main .multiple-pages {
	font-size: 14px;
	text-align: center;
}
.multiple-pages a,b {
	padding: 3px;
	text-align: center;
	border:solid 1px #ccc;
}
#main_2 h1 {
	background-image: url(img/h2-back.gif);
	background-repeat: no-repeat;
	line-height: 33px;
	padding-left: 40px;
	vertical-align: middle;
	color: #FFFFFF;
}
#main_2 h2 {
	background-image: url(img/h2-back.gif);
	background-repeat: no-repeat;
	line-height: 33px;
	padding-left: 40px;
	vertical-align: middle;
	color: #FFFFFF;
}
#main_head ul {
	background-color: #555555;
	padding: 3px 0 3px 5px;
}
#main_head li {
	display: inline;
}
.ad {
	width: 342px;
}
.ad img {
	border: solid 1px #cccccc;
	margin-bottom: 10px;
}
.margin_btm {
	margin-bottom: 5px;
}
/* __left
------------------------------------------*/
#left {
	float:left;
	width:180px;
	background-image: url(img/left-back.gif);
	background-repeat: no-repeat;
	background-color: #D40000;
}
#left h2 {
	margin-bottom: 5px;
}
/* __right
------------------------------------------*/
#right {
	background:#000000;
	float:left;
	width:185px;
}
#right img {
	border: solid 1px #cccccc;
	margin-bottom: 10px;
}
#right p {
	text-align: center;
}
.right_topimg {
	margin-top: 10px;
}
/* __footer
-----------------------------------------------*/
#footer {
	clear:both;
	border-top: solid 1px #eee;
}
#footer p {
	text-align: left;	
}
#footer ul {
	float: right;
	padding-top: 12px;
	font-size: 90%;
}
#footer li {
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
}
#footer li img {
	vertical-align: middle;
}

/* __other
-----------------------------------------------*/
table {
	border-collapse: collapse;
}
.tbl_line td{
	border: solid #aaa 1px;
	padding: 3px;
}
.bg_pink {
	background-color: #FFE8E1;
	color: #000000;
}
.bg_yellow {
	background-color: #FDFFD9;
	color: #000000;
}
.bg_blue {
	background-color: #DDE3FF;
	color: #000000;
}
.bg_green {
	background-color: #F0FFE8;
	color: #000000;
}
.bg_ccc {
	background-color: #ccc;
	color: #000000;
}
.bg_eee {
	background-color: #eee;
	color: #000000;
}
.base_red {
	background-color: #FF0000;
	border: #FF0000 solid 1px;
	color: #ffffff;
	padding: 3px;
}
.base_blue {
	background-color: #0000FF;
	border: #0000FF solid 1px;
	color: #ffffff;
	padding: 3px;
}
#form td {
	border: solid #ccc 1px;
	padding: 5px;
}
#form th {
	width: 10em;
	border: solid #ccc 1px;
	padding: 5px;
}
#blog {
	width: 342px;		
}
#blog ul {
	padding: 5px 0 5px 3px;
}
#blog li {
	line-height: 125%;
}
#blog a {
	color: #000;
}
.imgborder {
	border: solid 1px #eee;
}
.movie-play {
	width: 512px;
}
.movie-play li {
	line-height: 25px;
	vertical-align: middle;
	padding-left: 10px;
}
.movie-play .odd {
	background-color: #d1d1d1;
}
.movie-play .even {
	background-color: #f1f1f1;
}
.movie-play a {
	color:#000;
	text-decoration: none;
	display: block;	
}
.movie-play a:visited {
	color:#888;
	text-decoration: none;
	display: block;	
}
.movie-play a:hover {
	color:#888;
	text-decoration: none;
	display: block;	
}

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
  text-align: left;
  background-image: url(http://www.revo-just.com/java/lightbox/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(http://www.revo-just.com/java/lightbox/overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(http://www.revo-just.com/java/lightbox/blank.gif);
	filter: Alpha(opacity=50);
}

