@charset "utf-8";

/*
  Site URL  : http://www.hanamaki.ne.jp/
  File name : /_themes/201004/design_net.css
  Target    : /net/
  Summary   : Net 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: #FF5C3E;
	background-image: url(img/catch_back_net.gif);
	background-repeat: repeat-x;
}

/* -------------------------------------
Contents
------------------------------------- */
#contents #contentsMain #pageTitle {
	background-color: #FF5C3E;
}

#contents #sideMenu {
	background-color: #F4E9E6;
}
#contents #sideMenu .sMenuTitle {
	background-color: #FF5C3E;
	background-image: url(img/smenu_title_back_net.gif);
	background-repeat: repeat-x;
}
#contents #sideMenu .sMenuTitle2 {
	background-color: #FF5C3E;
	background-image: url(img/smenu_title2_back_net.gif);
	background-repeat: repeat-x;
}

h1 {
	background-image: url(img/back_h1_net.gif);
	background-repeat: repeat-x;
}
h2 {
	border-color: #FF5C3E;
}
h3 {
	border-left-color: #FF5C3E;
}
h5 {
	background-color: #FF5C3E;
	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 #FF5C3E;
	background-color: #FFA899;
}
.cmnTable .tableHead th {
	background-color: #FFE9E5;
	border: 1px solid #CCB6B2;
}
.cmnTable th.tableItem  {
	background-color: #E9FFCC;
	border: 1px solid #C8FF7F;
}

.cmnTable .linkRight {
	margin-left: 0ex;
}
.cmnTable .linkPdf {
	margin-left: 0ex;
}

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


/* faq */
.faqList {
	margin-bottom: 10px;
	margin-bottom: 10px;
}
.faqList p {
	background-image: url(/_themes/201004/img/icon_faq_q.gif);
	background-repeat: no-repeat;
	margin-top: 7px;
	padding-left: 70px;
	padding-top: 1px;
	padding-bottom: 3px;
	min-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0281FF;
}

.faq {
	margin-left: 2ex;
	margin-top: 10px;
	margin-bottom: 10px;
}
.faq dt {
	background-image: url(/_themes/201004/img/icon_faq_q.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0281FF;
	color: #003366;
}
.faq dd {
	font-size: 100%;
	background-image: url(/_themes/201004/img/icon_faq_a.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 40px;
	padding-top: 25px;
	padding-left: 0;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
}

.faq .noteIndent2ex {
	display: block;
	font-size: 80%;
	line-height: 1.3em;
	text-indent: -2ex;
	padding-left: 2ex;
	padding-top: 5px;
}
.faq .linkRight {
	margin-left: 2ex;
}

.faq ul {
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 2ex;
	padding-bottom: 6px;
}
.faq ul li {
	margin-bottom: 5px;
}

.faqTable {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FF7900;
	background-color: #FCC79D;
}
.faqTable th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF;
	border: 1px solid #DDD;
	line-height: 1.3em;
}
.faqTable td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF;
	border: 1px solid #DDD;
}
.faqTable .tableHead th {
	background-color: #F6DDCB;
	border: 1px solid #FFB47F;
	font-size: 90%;
	font-weight: normal;
}
.faqTable .tableFontBig td {
	text-align: center;
	font-size: 200%;
	line-height: 1.3em;
}
.faqTable .tableEven td {
	background-color: #FFFFDD;
}
.faqTable th.tableItem  {
	background-color: #E9FFCC;
	border: 1px solid #C8FF7F;
}

.ArrowDown {
	display: block;
	background-image: url(/img/icon_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 4ex;
}
.linkRight2ex {
	display: block;
	background-image: url(/img/icon_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 7ex;
}

.googleSearchFaq {
	height: 32px;
	margin-left: 3ex;
	padding-top: 3px; 
	padding-left: 80px;
	background-image: url(/img/logo_google.gif);
	background-repeat: no-repeat;
}
.googleSearchFaq .keywords {
	width: 210px;
}
.googleSearchFaq .submit {
	width: 60px;
}

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