/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	基本スタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
body{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: "MS　Pゴシック", Osaka;
	color: #333;
	background-color: #ffffca;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	line-height:120%;
}
#base{
	text-align: left;
	width: 800px;
	background-color: #fff;
}
.font_pink{
	color: #ff7784;
}
.font_pink2{
	color: #ff0763;
	font-weight:bold;
}
.font_pink3{
	color: #ff0763;
}
.gray{
	background-color: #fcf9e5;
}
.bgcolor1{
	background-color: #fff;
}
.bgcolor2{
	background-color: #edffe0;
}
a:link { text-decoration:underline; color:#009900; }
a:hover { text-decoration:none; color:#ff0089; }
a:active { text-decoration:none; color:#ff0089; }
a:visited { text-decoration:underline; color:#009900; }
a:hover { text-decoration:none; color:#ff0089; }
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}
.contents{
	width:800px;
	height:100%;
	background-color: #fff;
}
h1{
	margin:0px 15px 20px;
	font-size:16px;
	font-weight:bold;
	color: #008900;
}
h2{
	margin:30px 0px 5px;
	font-size:14px;
	font-weight:bold;
	color: #008900;
}
h3{
	margin:20px 0px 5px;
	font-size:12px;
	font-weight:bold;
	color: #009300;
}
h4{
	margin:0px 0px 30px;
	font-size:16px;
	font-weight:bold;
	color: #e9185e
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	ヘッダースタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.header{
	width: 800px;
	height: 140px;
	padding: 0px;
	color: #d7c4b5;
	background-image: url(../img/header_bg.jpg);
}
.header p{
	text-align: right;
	padding:10px 15px 0px;
	color:#009300;
}
.logo{
	width:770px;
	margin:15px 10px 0px 15px;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	フッタースタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#fotter{
	vertical-align: botoom;
	background-image: url("../img/fotter.jpg");
	background-repeat: no-repeat;
	width:800px;
	height: 190px;
	margin:10px 0px 0px;
}
#fotter div{
	color: #dcedf5;
	padding:150px 15px 15px;
}
#fotter div a:link { text-decoration: underline; color: #dcedf5; }
#fotter div a:hover { text-decoration: underline; color: #166bc5; background-color:#dcedf5; }
#fotter div a:active { text-decoration: underline; color: #166bc5; background-color:#dcedf5; }
#fotter div a:visited { text-decoration: underline; color: #dcedf5; }
#fotter div a:hover { text-decoration: none; color: #166bc5; background-color:#dcedf5; }
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	メニュースタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#left{
	float:left;
	vertical-align: top;
	width:240px;
	background-image: url(../img/left_top.gif);
	background-repeat: no-repeat;
}
.menu_top{
	color:#8edd66;
	font-size: 10px;
	margin:40px 30px 0px;
}
.menu_top a:link { text-decoration: none; color: #a8ed7f; }
.menu_top a:hover { text-decoration: none; color: #ff77d8; }
.menu_top a:active { text-decoration: none; color: #ff77d8; }
.menu_top a:visited { text-decoration: none; color: #a8ed7f; }
.menu_top a:hover { text-decoration: none; color: #ff77d8; }
.menu{
	margin:10px 15px;
	background-color:#fff;
}
.menus{
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	height:35px;
	whidth:180px;
	color: #009900;
	font-weight:bold;
	text-align: left;
	margin:0px;
	padding:0px;
}
.menus p{
	float:left;
	width:18px;
}
.menus div{
	float:right;
	padding:5px;
	text-align: left;
}
.menus a:link { text-decoration:none; color:#009900; }
.menus a:hover { text-decoration:none; color:#fff; background-color: #009900;}
.menus a:active { text-decoration:none; color:#fff; background-color: #009900;}
.menus a:visited { text-decoration:none; color:#009900; }
.menus a:hover { text-decoration:none; color:#fff; background-color: #009900;}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	ページスタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#right{
	float:right;
	vertical-align: top;
	text-align: left;
	width:560px;
	padding:0px;
	background-image: url(../img/right_top.gif);
	background-repeat: no-repeat;
}
.maine_title{
	background-image: url(../img/contents_bg.gif);
	background-repeat: no-repeat;
	width:530px;
	height:5px;
	margin:70px 15px 0px;
}
.maine{
	margin:0px 15px;
	height:100%;
	vertical-align: top;
}
.section_list{
	margin: 0px 0px 20px 50px;
	line-height:200%;
}
.section_list ul{
	list-style-type:square;
}
.section_list2{
	margin: 0px 0px 20px 25px;
}
.section_list2 li{
	margin: 10px 0px;
	list-style-type:disc;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	トップページスタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.top_img{
	margin:70px 15px 0px;
	background-color:#fff;
}
.top_title{
	background-image: url(../img/contents_bg.gif);
	background-repeat: no-repeat;
	width:530px;
	height:10px;
	margin:10px 15px;
	opacity:0.7;
	filter: alpha(opacity=70);
}
.top{
	margin:0px 15px;
	height:100%;
	vertical-align: top;
}
.news{
	float:left;
	vertical-align: top;
	margin-top:0px;
	width:280px;
}
.top_kouji{
	margin:10px 0px 20px;
	padding:0px;
	border: solid 1px #ddd;
}
dl{
	margin: 0px;
	background-color:#fff;
	background-image: url(../img/news_bg.gif);
	background-repeat: no-repeat;
	padding:0px 10px;
}
dt{
	margin: 0px;
	padding:5px 0px 0px;
	color: #ff49c9;
}
dd{
	margin-left: 0px;
	margin-bottom: 10px;
	line-height:120%;
	padding: 2px 0px;
}
.top_link{
	float:right;
	vertical-align: top;
	margin-top:0px;
	width:230px;
}
.top_link p{
	margin: 0px 0px 10px;
	background-image: url(../img/top_links.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight:bold;
	color:#fff;
	padding:17px 0px 15px 55px;
}
.top_link p a:link { text-decoration:none; color:#fff;}
.top_link p a:hover { text-decoration:none; color:#ff77d8;}
.top_link p a:active { text-decoration:none; color:#ff77d8;}
.top_link p a:visited { text-decoration:none; color:#fff;}
.top_link p a:hover { text-decoration:none; color:#ff77d8;}
.top_banner{
	margin: 0px 0px 10px;
	background-image: url(../img/banner_price.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight:bold;
	color:#fff;
	padding:17px 0px 15px 55px;
}
.top_banner a:link { text-decoration:none; color:#fff;}
.top_banner a:hover { text-decoration:none; color:#ff77d8;}
.top_banner a:active { text-decoration:none; color:#ff77d8;}
.top_banner a:visited { text-decoration:none; color:#fff;}
.top_banner a:hover { text-decoration:none; color:#ff77d8;}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	デジタル放送ページスタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.degi{
	width: 530px;
	height:100%;
	vertical-align: top;
	margin:0px 0px 20px;
}
.degi table{
	border-width: 0px;
	width: 530px;
	margin:0px 0px 15px;
}
.degi td{
	padding: 0px;
	border-width: 0px;
	vertical-align:top;
	text-align: left;
	
}
.degi p{
	margin: 0px 0px 30px;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	工事価格表ページスタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.price{
	width: 530px;
	height:100%;
	vertical-align: top;
	margin:0px 0px 20px;
}
.price table{
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #c1ff54;
	width: 530px;
	text-align:center;
}
.price th{
	padding:8px 5px;
	background-color: #d8ffc1;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #c1ff54;
	vertical-align: top;
	text-align:center;
	color: #008400;
}
.price td{
	padding: 5px;
	background-color: #fff;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #c1ff54;
}
.price_list2{
	text-align:left;
	line-height:180%;
}
.price p{
	text-align:right;
}
.price_list{
	margin: 0px 0px 20px 50px;
	line-height:200%;
}
.price_list ul{
	list-style-image: url(../img/icon_kouji.gif);
}
.pattern {
	margin:10px 0px 10px;
	padding:10px;
	font-weight:bold;
	color: #009300;
	border-style:double;
}
.pattern_list{
	margin: 0px 0px 10px 20px;
}
.pattern_list ul{
	list-style-image: url(../img/icon_star.gif);
}
.pattern_list li{
	margin: 10px 0px;
	line-height:130%;
}
.to_top {
	text-align:right;
	margin:10px 0px 30px;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	テレビチャンネル表ページスタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.tv_list{
	margin: 0px 0px 20px 50px;
	line-height:200%;
}
.tv_list ul{
	list-style-image: url(../img/icon_tv2.gif);
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	よくある質問ページスタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.qa_list{
	margin: 0px 0px 50px 30px;
	line-height:130%;
}
.qa_list ul{
	list-style-image: url(../img/question.gif);
}
.qa_list li{
	margin: 15px 0px;
}
.qa{
	width: 530px;
	height:100%;
	vertical-align: top;
	margin:0px 0px 20px;
	line-height:130%;
}
.qa p{
	text-align:right;
	margin:10px 0px;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	会社案内ページスタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.company{
	width: 530px;
	height:100%;
	vertical-align: top;
	margin:0px 0px 15px;
}
.company table{
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #c1ff54;
	width: 530px;
}
.company th{
	padding: 12px 10px;
	background-color: #edffe0;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #c1ff54;
	vertical-align: top;
	width: 110px;
}
.company td{
	padding: 12px 10px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #c1ff54;
}
.company2{
	width: 530px;
	height:100%;
	vertical-align: top;
	margin:0px 0px 15px;
}
.company2 table{
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #c1ff54;
	width: 530px;
}
.company2 th{
	padding: 5px 10px;
	background-color: #edffe0;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #c1ff54;
	vertical-align: top;
	width: 110px;
}
.company2 td{
	padding: 5px 10px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #c1ff54;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	個人情報保護法ページスタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.rule_list{
	margin: 0px 0px 50px 30px;
	line-height:130%;
}
.rule_list ul{
	list-style-image: url(../img/icon_pen.gif);
}
.rule_list li{
	margin: 15px 0px;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	お問い合わせページスタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.info{
	width: 530px;
	height:100%;
	vertical-align: top;
	margin:0px 0px 15px;
}
.info table{
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #c1ff54;
	width: 530px;
}
.info th{
	padding: 12px 10px;
	background-color: #edffe0;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #c1ff54;
	vertical-align: top;
}
.info td{
	padding: 12px 10px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #c1ff54;
}