@charset "utf-8";

/*
  Site URL  : http://www.tomakomai.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("toma_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;
}

/* 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 --------------- */
