@charset "utf-8";

/*
  Site URL  : http://www.hanamaki.ne.jp/
  File name : /_themes/201004/design_phone.css
  Target    : /phone/
  Summary   : Cable Plus Phone 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
------------------------------------- */
/*
#headCatch {
	display: none;
}
*/

/* -------------------------------------
Catch
------------------------------------- */
#catch {
	background-color: #00257A;
	background-image: url(img/catch_back_phone.gif);
	background-repeat: repeat-x;
}

#catch #catchLogo {
	height: 61x;
	width: 264px;
	margin-left: 368px;
	position: absolute;
	margin-top: 75px;
}

/* -------------------------------------
Contents
------------------------------------- */
#contents #contentsMain #pageTitle {
	background-color: #00257A;
}

#contents #sideMenu {
	background-color: #E5EBEC;
}
#contents #sideMenu .sMenuTitle {
	background-color: #00257A;
	background-image: url(img/smenu_title_back_phone.gif);
	background-repeat: repeat-x;
}
#contents #sideMenu .sMenuTitle2 {
	background-color: #00257A;
	background-image: url(img/smenu_title2_back_phone.gif);
	background-repeat: repeat-x;
}

h1 {
	background-image: url(img/back_h1_phone.gif);
	background-repeat: repeat-x;
}
h2 {
	border-color: #00257A;
}
h3 {
	border-left-color: #00257A;
}
h5 {
	background-color: #00257A;
	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 #00257A;
	background-color: #7FA6FF;
}
.cmnTable .tableHead th {
	background-color: #CCDBFF;
	border: 1px solid #99A8CC;
}
.cmnTable th.tableItem  {
	background-color: #FAFFCC;
	border: 1px solid #C7CC99;
}

.cmnTable .linkRight {
	margin-left: 0ex;
}
.cmnTable .linkPdf {
	margin-left: 0ex;
}

/* -------------- end --------------- */
