@charset "utf-8";

/*
  Site URL  : http://www.hanamaki.ne.jp/
  File name : /_themes/201004/design_tv.css
  Target    : /tv/
  Summary   : TV design, color
*/

/* -------------------------------------
File Tree
  catv_design.css
    |-- catv_layout.css
          |-- layout.css
                |-- common.css

CSS Tree
  Container
    |-- Header
    |    |-- Global Menu
    |-- Catch
    |-- Contents
    |-- Footer
         |-- Site Map
------------------------------------- */

/* -------------------------------------
Import
------------------------------------- */
@import url("hana_layout.css");

/* -------------------------------------
Header
------------------------------------- */

/* -------------------------------------
Catch
------------------------------------- */
#catch {
	background-color: #0AB6A2;
	background-image: url(img/catch_back_tv.gif);
	background-repeat: repeat-x;
}

/* -------------------------------------
Contents
------------------------------------- */
#contents #contentsMain #pageTitle {
	background-color: #0AB6A2;
}

#contents #sideMenu {
	background-color: #DDEDE8;
}
#contents #sideMenu .sMenuTitle {
	background-color: #0AB6A2;
	background-image: url(img/smenu_title_back_tv.gif);
	background-repeat: repeat-x;
}
#contents #sideMenu .sMenuTitle2 {
	background-color: #0AB6A2;
	background-image: url(img/smenu_title2_back_tv.gif);
	background-repeat: repeat-x;
}

h1 {
	background-image: url(img/back_h1_tv.gif);
	background-repeat: repeat-x;
}
h2 {
	border-color: #0AB6A2;
}
h3 {
	border-left-color: #0AB6A2;
}
h5 {
	background-color: #0AB6A2;
	background-image: url(img/back_h5.gif);
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	padding: 14px 40px 0 0;
	height: 24px;
	text-align: center;
}
h5.h5Left {
	background-image: url(img/back_h5_l.gif);
	padding: 14px 0 0 40px;
}
h5.h5Right {
	background-position: -360px 0px;
}
h5 a {
	display:block;
	color: #FFFFFF;
	text-decoration: none;
}
h5 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h5 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Table */
.cmnTable {
	border: 1px solid #0AB6A2;
	background-color: #7FE5D9;
}
.cmnTable .tableHead th {
	background-color: #CCFFF9;
	border: 1px solid #99CCC6;
}
.cmnTable th.tableItem  {
	background-color: #FAFFCC;
	border: 1px solid #C7CC99;
}

.cmnTable .linkRight {
	margin-left: 0ex;
}
.cmnTable .linkPdf {
	margin-left: 0ex;
}

/* price.html */
.bunkatsuImg {
	height: 100px;
	width: 100px;
	margin-top: -15px;
	margin-left: 550px;
	position: absolute;
}

/* community.html */
.comCh {
	width: 100%;
}
.comCh h2 {
	margin-bottom: 10px;
	width: auto;
}
.comCh dl {
	height: 120px;
}
.comCh dl dt {
	margin: 0;
	padding: 0 10px 0 0;
	width: 180px;
	float: left;
	clear: left;
}
.comCh dl dd {
	margin-left: 190px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 90%;
	line-height: 1.4em;
}

.comCh a.linkRight {
	display: block;
	background-image: url(/img/icon_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 205px;
}

.comCh2 {
	display: inline;
	position: relative;
	width: 340px;
}
.comCh2 h2 {
	margin-bottom: 10px;
}
.comCh2 dl {
	height: 120px;
}
.comCh2 dl dt {
	margin: 0;
	padding: 0 10px 0 0;
	width: 180px;
	float: left;
	clear: left;
}
.comCh2 dl dd {
	margin-left: 190px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 90%;
	line-height: 1.4em;
}

/* ch_guide.html */
.guideTable {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: separate;
	border: none;
}
.guideTable th {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0AB6A2;
	width: 75px;
}
.guideTable td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0AB6A2;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 250px;
	font-size: 70%;
	line-height: 1.2em;
}
.guideTable .tableHead {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #0AB6A2;
}
.guideTable td.tableCol3 {
	width: auto;
}
.guideTable td a {
	font-size: 16px;
	line-height: 1.5em;
}

.lineupStb ul {
	margin: 0;
}
.lineupStb li {
	float: left;
	list-style-type: none;
	display:inline;
	padding: 10px 15px 5px 0;
}

/* set.html */
.setPlan {
	padding: 0;
	margin: 0;
	clear: both;
}
.setPlan ul {
	padding: 0;
	margin: 0;
}
.setPlan li {
	list-style-type: none;
	display:inline;
	float: left;
	width: 124px;
	padding: 13px 0px 12px 20px;
	margin: 0;
	background: url(/img/icon_set_plus.gif) no-repeat 0px 0px;
	background-position: left center;
}
.setPlan li.setTop {
	padding-left: 0px;
	background-image: none;
}
.setPlan li.setWari {
	background: url(/img/icon_set_minus.gif) no-repeat 0px 0px;
	background-position: left center;
}
.setPlan li.setPrice {
	background: url(/img/icon_set_eq.gif) no-repeat 0px 0px;
	background-position: left center;
}


/* -------------- end --------------- */
