#container {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
@media screen and (max-width:600px){
	#container{
		width: 100%;
	}
}

#banner {
	background: url(../src/top_tachiballoon.png) no-repeat;
        height:70px;
        width: 1080px;
}
@media screen and (max-width:600px){
	#banner{
		background-size: contain;
		width: 100%;
	}
}

#banner h1{
	font-size:40px;
	height: 30px;
	color:black;
	padding-top:15px;
	padding-bottom:5px;
	padding-left:70px;
}
@media screen and (max-width:600px){
	#banner h1{
		width: 100%;
		font-size: 15px;
	}
}

#main {
	background-color: white;
	float:left;
	width:791px;
	padding-left:20px;
	padding-right:20px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
@media screen and (max-width:600px){
	#main{
		float: none;
		width: 100%;
		padding-left:2px;
	}
}

/* --- ナビゲーションバー --- */
.nav {
	width: 100%; /* ナビゲーションの幅 */
	background: #000000 url(../src/hor_menu4_back1.gif) repeat-x top; /* ナビゲーションの背景 */
	border-top: 1px #333333 solid; /* 上境界線 */
	border-bottom: 1px #666666 solid; /* 下境界線 */
	font-size: 80%;
}

/* --- メニューエリア --- */
.nav ul.nl {
	width: 750px; /* メニューの幅 */
	margin: 0 auto; /* センターに配置 */
	padding: 0;
	background: #000000 url(../src/hor_menu4_back1.gif) repeat-x top; /* メニューの背景 */
	border-left: 1px #333333 solid; /* メニューの左境界線 */
	border-right: 1px #666666 solid; /* メニューの右境界線 */
	list-style-type: none;
	text-align: center;
}
@media screen and (max-width:600px){
	.nav ul.nl {
		width: 100%;
	}
}
/* --- メニュー項目 --- */
.nav ul.nl li {
	width: 20%; /* 項目の幅 */
	float: left;
}

/* --- リンク --- */
.nav ul.nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 9px 2px; /* リンクエリアのパディング（上下、左右） */
	border-left: 1px #666666 solid; /* リンクエリアの左境界線 */
	border-right: 1px #333333 solid; /* リンクエリアの右境界線 */
	text-decoration: none; /* テキストの下線（なし） */
	font-weight: bold; /* 太字 */
}
@media screen and (max-width:600px){
	.nav ul.nl li a {
		font-size: 6pt;
	}
}
/* --- リンクテキストの色 --- */
.nav ul.nl li a:link {
	color: #ffffff;
}
.nav ul.nl li a:visited {
	color: #ffffff;
}
.nav ul.nl li a:hover {
	color: #ff8000;
}
.nav ul.nl li a:active {
	color: #ff8000;
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

#side1 {
	background-color: white;
	float:right;
	width:180px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
@media screen and (max-width:600px){
	#side1{
		width: 100%;
		float: none;
		clear: both;
	}
}

#foot{
	clear:both;
	text-align:center;
	font-size:15px;
	background:#fff;
	width:790px;
	height:20px;
}
@media screen and (max-width:600px){
	#foot{
		font-size: 10pt;
		width: 100%;
		height: auto;
	}
}


.top_image{
	display: block;
	margin-left: auto;
	margin-right:auto;
	height: 532px;
	width: 798px;
	border="3"
}
.top_image2{
	display: block;
             margin-left: auto;
	margin-right:auto;
	height: auto;
	width: 400px;
	border="3"
}
@media screen and (max-width:600px){
	.top_image2{
		width: 50%;
		height: auto;
	}
}


.top_image3{
	display: block;
             margin-left: auto;
	margin-right:auto;
	height: auto;
	width: 400px;
	border="3"
}




/*
#add 2018/09/20#######################################################################################
a.top_image2:hover {
    position: relative;
    text-decoration: none;
}
a.top_image2 span {
    display: none;
#    position: absolute;
    position: fixed;
    top: 1em;
    left: 0;
}
a.top_image2:hover span {
    border: none;
    display: block;
    width: 210px;
}

a.top_image2:hover {
    position: relative;
    text-decoration: none;
}
a.top_image2 span {
    display: none;
#    position: absolute;
    position: fixed;
#    top: -44em;
#    right:10em;
    top: 1em;
    right: 45em;
}
a.top_image2:hover span {
    border: none;
    display: block;
    width: 210px;
}

###################################################################################################
*/

@media screen and (max-width:600px){
	.top_image{
		width: 100%;
		height: auto;
	}
	.top_image2{
		width: 100%;
		height: auto;
	}
}

#top_movie{
	margin-left: auto;
	margin-right:auto;
	width:798px;       
	display:block;
}
@media screen and (max-width:600px){
	#top_movie{
		width: 100%;
		height: auto;
	}
}

.image_wxt1{
	display: block;
	margin-left: auto;
	margin-right:auto;
	height: 484px;
	width: 601px;
}
@media screen and (max-width:600px){
	.image_wxt1{
		width: 100%;
		height: auto;
	}
}

.image_wxt2{
	display: block;
	margin-left: auto;
	margin-right:auto;
	height: 478px;
	width: 598px;
}
@media screen and (max-width:600px){
	.image_wxt2{
		width: 100%;
		height: auto;
	}
}

.image_wxt4{
	display: block;
	margin-left: auto;
	margin-right:auto;
	height: 478px;
	width: 607px;
}
@media screen and (max-width:600px){
	.image_wxt4{
		width: 100%;
		height: auto;
	}
}

.main_font{
	font-size: 132t;
}
@media screen and (max-width:600px){
	.main_font{
		font-size: 8pt;
	}
}


.header3 {
	background-color: rgb(240, 240, 240);
	color: hsl(240, 50%, 50%);
	padding-left: 5px;
	border-left: 4px solid hsl(240, 50%, 50%);
	border-top: 1px solid hsl(240, 50%, 50%);
	border-bottom: 1px solid hsl(240, 50%, 50%);
}

.header4{
	border-left: 15px solid #e60012;
	padding: 7px;
	padding-top: 10px;
	background: #ffccd0;
}

@media screen and (max-width:600px){
	.header4{
		font-size: 8pt;
	}
}

.link_button{
	font-size:0.75em;
	display:block;
	width:100px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	border:2px solid;
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
	background:#cccccc;
}

a.sample3:hover{
	background:#777777;
}


.table_weather{
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #999;
}
@media screen and (max-width:600px){
	.table_weather{
		width: 100%;
	}
}
.table_weather th{
	font-size: 20px;
	width: 15%;
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	background-color: #555;
	border-left: 5px solid #ff6633; 
	border-top: 1px solid #fff;
}
@media screen and (max-width:600px){
	.table_weather th{
		font-size: 10px;
	}
}

.table_weather td{
	font-size: 20px;
	text-align: center;
	width: 15%;
	padding: 6px;
	background-color: #fff;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
@media screen and (max-width:600px){
	.table_weather td{
		font-size: 10px;
	}
}

/* ハイライト*/
.table_highlight{
	width:100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.table_highlight th{
	width: 15%;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	color: #444;
	background-color: #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width:600px){
	.table_highlight th{
		font-size: 10px;
	}
}
.table_highlight td{
	padding: 4px;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.image_aicon{
	display: block;
	margin-left: auto;
	margin-right:auto;
	width: 145px;
}
@media screen and (max-width:600px){
	.image_aicon{
		width: 100%;
		height: auto;
	}
}

/* ベストショットセレクション*/
.table_best{
	width:100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.table_best th{
	width: 25%;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
@media screen and (max-width:600px){
	.table_best th{
		font-size: 10px;
	}
}

.table_best td{
	padding: 4px;
	background-color: #fafafa;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.best_aicon{
	display: block;
	margin-left: auto;
	margin-right:auto;
	width: 190px;
}
@media screen and (max-width:600px){
	.best_aicon{
		width: 100%;
		height: auto;
	}
}

#best_movie{
	margin-left: auto;
	margin-right:auto;
	width:190px;       
	display:block;
}
@media screen and (max-width:600px){
	#best_movie{
		align=left;
		width: 100%;
		height: auto;
	}
}


/* 活用編*/
.table_katsuyo{
	width:100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
.table_katsuyo th{
	width: 25%;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
@media screen and (max-width:600px){
	.table_katsuyo th{
		font-size: 10px;
	}
}

.table_katsuyo td{
	padding: 4px;
	background-color: #fafafa;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.katsuyo_aicon{
	display: block;
	margin-left: auto;
	margin-right:auto;
	width: 190px;
}
@media screen and (max-width:600px){
	.katsuyo_aicon{
		width: 100%;
		height: auto;
	}
}

#katsuyo_movie{
	margin-left: auto;
	margin-right:auto;
	width:190px;       
	display:block;
}
#secd_movie{
	margin-left: auto;
	margin-right:auto;
	width:400px;       
	display:block;
}


@media screen and (max-width:600px){
	#katsuyo_movie{
		align=left;
		width: 100%;
		height: auto;
	
	}

	#secd_movie{
		width: 100%;
		height: auto;
	
	}
}






