@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
clear: both;
}
.clearfix {
  min-height: 1px;
}
/*
-------------------------------------------------------------- */
li {
list-style-type: none;
}
img {
border: none;
}
a:link   {
	color: #30F;
}
a:visited   {
	color: #30F;
}
a:hover   {
	color: #360;
}
a:active   {
   color: green;
}
body {
	background-color: #000;
	font-size: 14px;
}
#page {
	margin-left: 80px;
}
#link_list {
	clear: both;
	height: 60px;
	width: 700px;
}

#links #link1 {
	float: left;
	height: 60px;
	width: 175px;
}
#links #link2 {
	float: left;
	height: 60px;
	width: 175px;
}

#tenpo {
	background-image: url(img/info_back.gif);
	background-repeat: repeat-x;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding-top: 13px;
	padding-left: 8px;
	padding-bottom: 13px;
}
#tenpo #tennai_movie {
	height: 135px;
	width: 275px;
	margin-top: 10px;
	background-color: #FFF;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 5px;
}
#tenpo #tempo_info {
	height: 50px;
	width: 280px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 14px;
	color: #000;
}

#aisatu {
	margin-top: 30px;
	margin-right: 30px;
	background-image: url(img/info_back.gif);
	background-repeat: repeat-x;
	margin-left: 10px;
	padding-top: 13px;
	padding-left: 8px;
	margin-bottom: 30px;
	padding-bottom: 13px;
}

#aisatu #aisatu_info {
	height: 110px;
	width: 250px;
	margin-top: 10px;
	background-color: #FFF;
	font-size: 14px;
	color: #000;
	padding: 15px;
	margin-left: 5px;
}
#aisatu #aisatu_renraku {
	height: 50px;
	width: 280px;
	margin-top: 8px;
	margin-left: 10px;
}
#information {
	height: 80px;
	width: 640px;
	background-image: url(img/info_back_gray.gif);
	background-repeat: repeat-x;
	margin-left: 30px;
	font-size: 12px;
	color: #FFF;
}
#information #info_new1{
	padding-top: 6px;
	padding-left: 30px;
	float: left;
}
#information #info_new_2 {
	padding-top: 5px;
	padding-left: 60px;
}
#information #old_info {
	padding-top: 5px;
	padding-left: 60px;
}

#information #info_img {
	padding-top: 10px;
	padding-left: 20px;
}


#footer {
	text-align: center;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#footer #footer_link {
	font-size: 12px;
	color: #FFF;
}
#footer #footer_link a:link   {
	color: #FFF;
	text-decoration: none;
}
#footer #footer_link a:visited   {
	color: #FFF;
	text-decoration: none;
}
#footer #footer_link a:hover   {
	color: #FF0;
	text-decoration: none;
}
#footer #footer_link a:active   {
	color: #FF0;
	text-decoration: none;
}


#footer #copyright {
	font-size: 12px;
	font-style: italic;
	color: #FFF;
}
