@charset "utf-8";

/*
  Site URL  : http://www.tomakomai.ne.jp/
  File name : /_themes/201004/design_safety.css
  Target    : /safety/
  Summary   : Safty 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
------------------------------------- */

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

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

.imgLeft {
	float: left;
	margin: 0px 20px 20px 20px;
}

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

