
/*カラー関連 */

body{
text-align: center;
background-color:#EBF1EE;
background-image:url(img/back_img.gif);
background-position:center;
background-repeat:no-repeat;
}

a {
	color:#6495ed;
	text-decoration: underline; 
}

a: active{
	color: #6495ed;
	text-decoration: underline; 
}

a: visited{

	color:#6495ed;
	text-decoration: none; 
}


a: hover{

	color:#7469ff;
	text-decoration: underline; 
}

/* ボックス関連 */


#container{
	width: 800px;
	background-color:#EBF1EE;
	margin:100px auto 0 auto;
	position:relative;
	border:#CBDFD5 1px solid;
}

#top{
	width: 800px;
	height: 320px;
	background-repeat: no-repeat;
	background-image:url(img/top_img_road.jpg);
}

#top_link a{
	display: block;
	
}


#top_link h1{
	text-align: left;
	text-indent:-9999px;
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	position:absolute;
	width:416px;
	top:-70px;
	left:10px;
	height: 40px;
}

#top_link p{
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	position:absolute;
	top:10px;
	left:10px;
}



#top_link2 a{
	display: block;

}

#top_link2 h1{
	position:absolute;
	top:-30px;
	right:10px;
	color:#5E9EAA;
	font-size:12px;
}





/* 左のメニュー*/


#left{
	float: left;
	width: 220px;
	margin:0px;
	padding-top:10px;
	text-align: left;
	font-size: 11px;
	color: #666666;
	text-indent: 35px;
	}


#leftmenu-1 ul{
	list-style-type: none;
	padding-left: 5px;
	margin-left: 0px;
	margin-top: 5px;
	text-align: left;
}


#leftmenu-1 ul li{
	font-size: 14px;
	font-weight: 600;
}


#leftmenu-1 ul li a{
	color: #666666;
	font-size: 14px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-indent: 35px;
	text-decoration:none;
	background-image:url(img/left_menu_back.png);
	background-repeat: no-repeat;
}


#leftmenu-1 ul li a:hover{
	background-image:url(img/left_menu_back2.png);
	background-repeat: no-repeat;
}





#leftmenu-2 h1{
	margin-left: 15px;
	background-image: url(img/menu_topic.png);
	background-repeat: no-repeat;
	text-indent: 25px;
	color: #6495ed;
	font-size: 12px;
	text-decoration: underline; 
	height: 20px;
}

#leftmenu-3 h1{
	margin-left: 15px;
	background-image: url(img/menu_topic2.png);
	background-repeat: no-repeat;
	text-indent: 25px;
	color: #6495ed;
	font-size: 12px;
	text-decoration: underline; 
	height: 20px;
}

#leftmenu-4 h1{
	margin-left: 15px;
	background-image: url(img/menu_topic3.png);
	background-repeat: no-repeat;
	text-indent: 25px;
	color: #6495ed;
	font-size: 12px;
	height: 20px;
	margin-bottom:0px;
}

#leftmenu-4 h2{
	color: #666666;
	font-size: 11px;
	padding-top:0px;
	font-weight:400;
	margin-top:0;
	margin-bottom:0;
	margin-left:10px;

}

#leftmenu-4 a{
	color: #6495ed;

}


#internet_tv {
	text-align: left;
}

#internet_tv h1{
	background-image: url(img/internet_tv.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 21px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	margin-left: 10px;
	margin-bottom: 0;
	text-indent: 15px;
	line-height: 20px;
}




#internet_tv table{
	color: #666666;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 0;
	text-indent: 0px;
	border: 1px solid #7AAD94;
	width: 200px;
	text-align: left;

}

#internet_tv th{
	color: #666666;
	font-size: 12px;
}


#internet_tv td {
	padding: 5px;
}



/* 右の本文*/

#right{
	float: right;
	width: 550px;
	margin: 5px 0 0 0;
	text-align: left;

}

#right-text{
	background-color:#CBDFD5;
	margin:20px;
}


#right-text h1{
	background-image:url(img/right_h1_back.png);
	background-repeat:no-repeat;
	height:50px;
	font-size: 15pt;
	color: #ffffff;
	text-indent: 45px;
	padding-top:17px;

}


#right-text h2{

	font-size: 12pt;
	color: #666666;
	text-indent: 5px;
	margin: 0;
	padding-top: 5px;
}

#right-text h3{

	font-size: 10pt;
	color: #5A808C;
	text-indent: 15px;
	margin: 0;
	padding-top: 5px;
}


#right-text p{
	margin: 0;
	font-size: 10pt;
	color: #666666;
	padding: 5px 10px 5px 10px;
}

#right-text ul{
	margin: 0;
	font-size: 10pt;
	color: #666666;
	padding: 5px 10px 5px 10px;


}

#right-text ul li{
	margin: 5px;
	font-size: 10pt;
	color: #666666;
	text-indent: 15px;
	border-bottom: dotted #E1DDAA 1px;
	padding-bottom: 5px;
	list-style:none;
}



#morelink {
	color: #6495ed;
	text-decoration: underline;
	list-style-type: square;
	text-align: right;
	padding-right: 5px;
	font-size: 13px;
}


#right-text table{
	margin: 10px;
	font-size: 10pt;
	color: #ffffff;
	border: solid #ffffff 1px;
	text-align: left;
	width: 490px;
}

#right-text tr{
	margin: auto;
	font-size: 10pt;
	color: #FFFFFF;
}

#right-text th{
	margin: auto;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 5px;
	background-color: #999999;
}
#right-text td{
	margin: auto;
	font-size: 10pt;
	color: #666666;
	border: solid #ffffff 1px;
	padding: 5px;
}


#right-text span{
	font-size: 10px;
	color: #999999;
	text-align: left;
	padding: 5px;
}


/* お問合せ先*/

#adress{
	width: 510px;
	margin: 20px;

}


#adress h1{
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px;
	background-image: url(img/adress_h1_back.png);
	height: 20px;
	text-indent: 20px;
	padding-top: 10px;
}


#adress h2{
	font-size: 13px;
	color: #ffffff;
	padding: 0;
	margin: 0;
	font-weight: 500;
}

#adress h3{
	font-size: 13px;
	color: #666666;
	padding: 0;
	margin: 0;
	font-weight: 400;
}

#table-center{
	text-align: center;
}

#adress table{
	margin: auto;
	
}

#adress th{
	background-color: #55A698;
	border: solid 1px #55A698;
	padding: 0;
	margin: 0;
}

#adress tr{
	line-height: 120%;
	padding: 5px;
	margin: 0;
}

#adress td{
	padding: 0 10px 0 5px;
	margin: 0;
}


#adress-img{
	padding: 5px;
	text-align: right;
}



/* フッター*/

#footer{

	width: 800px;
	height:29px;
	background-image: url(img/footer.png);
	background-repeat: none;
	
}





/* その他*/

.c-both { clear:both; }

#toplink{
	text-indent: -9999px;
}

#toplink a{

	background-image: url(img/sankaku.png);
	background-repeat: no-repeat;
	background-position: -5px;
	height: 35px;
}

