@charset "utf-8";

/*
  Site URL  : http://www.hanamaki.ne.jp/
  File name : /_themes/201004/design_other.css
  Target    : /support/ other
  Summary   : Others 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: #AC2973;
	background-image: url(img/catch_back_tv.gif);
	background-repeat: repeat-x;
}

/* -------------------------------------
Contents
------------------------------------- */
#contents #contentsMain #pageTitle {
	background-color: #AC2973;
}
#contents #sideMenu {
	background-color: #F2E1E6;
}
#contents #sideMenu .sMenuTitle {
	background-color: #AC2973;
	background-image: url(img/smenu_title_back_support.gif);
	background-repeat: repeat-x;
}
#contents #sideMenu .sMenuTitle2 {
	background-color: #AC2973;
	background-image: url(img/smenu_title2_back_support.gif);
	background-repeat: repeat-x;
}

h1 {
	background-image: url(img/back_h1_support.gif);
	background-repeat: repeat-x;
}
h2 {
	border-color: #AC2973;
}
h3 {
	border-left-color: #AC2973;
}

/* support */
.list {
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 4ex;
}
.list dl {
	margin: 0;
}
.list dt {
	margin: 0;
	padding: 2px;
	width: 73%;
	float: left;
	clear: left;
	text-align: left;
	border-bottom: 1px dashed #CCC;
	font-size: 100%;
	font-weight: normal;
}
.list dd {
	margin-left: 73%;
	padding: 2px;
	border-bottom: 1px dashed #CCC;
	text-align: right;
	font-size: 100%;
}
.list dt .linkPdf {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0ex;
}

/* copyright.html */
#contents #contentsMain ol {
	margin-left: 2ex;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#contents #contentsMain ol li {
	margin-top: 5px;
}
#contents #contentsMain ol ul {
	padding-left: 25px;
}
#contents #contentsMain ol ul {
	margin-left: 0;
	padding-left: 25px;
}

.marginTop10 {
	margin-top: 10px;
}

/* corp.html */
.outline {
	margin-top: 20px;
	margin-left: 2ex;
}
.outline dl {
	margin: 0;
}
.outline dt {
	margin: 0;
	padding: 7px;
	width: 200px;
	float: left;
	clear: left;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #CCC;
	font-size: 100%;
}
.outline dd {
	margin-left: 225px;
	padding: 7px;
	border-top: 1px solid #CCC;
	border-left: 4px solid #F2E1E6;
	text-align: left;
	font-size: 100%;
}
.outline dd.bno {
	border-left: 4px solid #FFF;
}

/* privacy.html */
#privacy {
	margin-left: 2ex;
	font-size: 90%;
}
#privacy hr {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#privacy h2 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	border-style: none;
}
#privacy h3 {
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-style: none;
}
#privacy p {
	margin-left: 0;
	text-indent: -3ex;
	padding-left: 3ex;
}
#privacy .indent6ex p {
	text-indent: -3ex;
	padding-left: 6ex;
}
#privacy p.indentNon {
	text-indent: 0ex;
	padding-left: 0ex;
}

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