@charset "utf-8";

/*
  Site URL  : http://www.hanamaki.ne.jp/
  File name : /_themes/201004/design_topic.css
  Target    : /campaign/, set.html
  Summary   : Topic 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;
}

/* Campaign List */
.listCmp {
	width: 100%;
}
.listCmp h2 {
	margin: 20px 0 10px 0;
	width: auto;
	border-top: none;
	border-right: none;
	border-left-width: 10px;
}
.listCmp h2 a {
	text-decoration: none;
}
.listCmp h2 a:visited {
	text-decoration: none;
}
.listCmp h2 a:hover {
	text-decoration: underline;
}
.listCmp dt {
	margin: 0;
	padding: 0 10px 10px 0;
	width: 200px;
	float: left;
	clear: left;
}
.listCmp dd {
	margin: 0 0 0 210px;
	padding: 0 0 10px 0;
	text-align: left;
	font-size: 90%;
	line-height: 1.4em;
}
.listCmp .linkRight {
	float: right;
}

.labelRed{
	padding: 2px 3px 1px 3px;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF0000;
}
.labelGreen{
	padding: 2px 3px 1px 3px;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #009900;
}
.labelBlue{
	padding: 2px 3px 1px 3px;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000099;
}

#campaignTitle {
	height: 240px;
	width: 100%;
	margin-bottom: 20px;
	background-image: none;
}

/* Attention */
.noteIndent2ex {
	font-size: 90%;
}
.noteIndent3ex {
	font-size: 90%;
}
.noteIndent4ex {
	font-size: 90%;
}

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