﻿@charset "utf-8";

/* ********************* 
  REGZA 
  Last Modified:2009-04-07	
********************* */


/* -----------------
        Reset
 ------------------ */ 
html { 
	overflow-y: scroll; /* for IE */
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe {
	padding: 0;
	margin: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}

sup{
	vertical-align: baseline;
	position: relative;
	top: -1ex;
}


/* -----------------
        Base
 ------------------ */ 
body {
	font-family: "小塚ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic","Sans-Serif";
	font-size: 80%;
	color:#333333;
	line-height: 1.4;
	text-align: left;
	background: #FFFFFF;
}

* + html body {
	font-family:"小塚ゴシック","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic","Sans-Serif";
}

a:link {color: #005080;}
a:active {color: #005080;}
a:hover {text-decoration: none; color:#FF0000;}
a:visited {color:#5E006A;}

.noUse {
	display: none;
}

hr {
	clear: both;
	visibility: hidden;
}

hr.printRepear {
	display: none;
}

.navskip {
	display: none;
} 

.note {
	color:#6C6C6C;
	font-size:84%;
}

/* #headArea */

#headArea {
	float: left;
	width: 760px;
	font-size: 84%;
}

#headArea #logo {
	float: left;
	width: 170px;
}

#headArea #helpMenu {
	float: right;
	width: 366px;
	color: #666;
}

#headArea #helpMenu p.contact {
	width: 365px;
	text-align: right;
	padding: 15px 0 10px 0;
}

#regzaLogo {
	clear:both;
	width:750px;
	margin:0 0 0 10px;
	background:url(../../common/09/images/moved/bg_b_regzalogo.gif) 0 0 transparent repeat-x;
}

#regzaLogo a {
	display:block;
	width:107px;
	margin:0 0 0 633px;
}



/* #contentArea */

#contentArea {
	float: left;
	width: 750px;
	display:inline;
	margin: 0 0 0 10px;
}

#main {
	width:680px;
	margin:15px 35px 0 35px;
}

#main p.date {
	text-align:right;
	margin:0 0 5px 0;
}

#main p.text {
	width:680px;
	margin:0 0 1.5em 0;
	line-height:1.8;
}

#main p.indent {
	width:660px;
	margin-left:20px;
}

#main p.center {
	text-align: center;
}

#main h1 {
	text-align:center;
	font-size:130%;
	color:#006633;
	margin:0 0 5px 0;
}

#main h2 {
	text-align:center;
	font-weight: normal;
}

#main h3 {
	text-align:left;
	font-size:150%;
	font-weight: bold;
}

#main #flashContent {
	text-align:center;
	padding:20px 0 20px 0;
}

#main p.consumer {
	margin:0;
}

#main p.company {
	margin:0 0 1.5em 0;
	text-align:right;
}

#main p.toHome {
	text-align:right;
	margin:0 0 20px 0;
}

#main p.toHome a {
	background:url(../images/common_arrow_green.gif) 0 2px transparent no-repeat;
	padding:0 0 0 14px;
}

#main table.images{
	margin: 0 0 20px 10px;
	font-size: 100%;
}

#main table.images th{
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 3px;
}

#main table.images td{
	padding-right: 10px;
}

#main table.border_table{
	margin: 0 0 20px 10px;
	font-size: 100%;
	border: 1px solid #333;
}

#main table.border_table caption{
	padding-bottom: 5px;
}

#main table.border_table td,
#main table.border_table th{
	padding: 10px;
	border: 1px solid #333;
	line-height: 1.4;
	font-weight: normal;
}

#main table.border_table .noborder{
	border: none;
}

#main table.contact{
	margin-left: 20px;
	font-size: 100%;
}

#main table.contact td,
#main table.contact th{
	padding: 5px;
	vertical-align: top;
}

#main table.contact dl{
	padding-top: 10px;
}

#main table.contact dl dt{
	float: left;
	width: 100px;
}

#main table.contact dl dd{
	float: left;
	width: 320px;
}

/* お問い合わせ先 */

#contentArea .noticeContactContainer { 
  text-align: center;
}

#contentArea .noticeContact { 
  text-align: left; /* for IE6's bug */
  margin-top: 40px;
  margin-bottom: 40px; 
  padding: 10px 30px 10px 30px;
  border: #0000FF 1px solid;
  width: 590px !important;
  margin-left: auto;
  margin-right: auto;
}

#contentArea .noticeContact h2,
#contentArea .noticeContact h3 { 
  text-align: center;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 110%;
  background-color: white;
  border: none;
}

#contentArea .noticeContact p { 
  font-weight: bold;
  font-size: 100%;
  margin-left: 0px;
  margin-bottom:0px;
}

#contentArea .noticeContact table { 
  margin-left: 10px;
}

#contentArea .noticeContact table,
#contentArea .noticeContact th,
#contentArea .noticeContact td {
  text-align: left;
  background-color: white;
  border: none;
  font-weight: normal;
  font-size: 100%;
  
}

#contentArea .noticeContact th,
#contentArea .noticeContact td {
  padding: 0;
  margin: 0;
}

/* PDF IE6表示 */

#contentArea .pdfContainer { 
  text-align: center;
}

#contentArea .pdfContact { 
  text-align: left; /* for IE6's bug */
}
 
#contentArea .pdfContact table,
#contentArea .pdfContact th,
#contentArea .pdfContact td {
  text-align: left;
  background-color: white;
  border: none;
  font-weight: normal;
  font-size: 100%;
  
}


/* #footArea */

#footArea {
	clear: both;
	font-size: 80%;
	width: 750px;
	height:25px;
	margin-left: 10px;
	background:#00421C;
	color:#FFFFFF;
}

#footArea a:link,
#footArea a:visited {
	color:#FFFFFF;
}

#footArea p {
	float: left;
	display:inline;
	width: 360px;
	margin:5px 0 0 10px;
}

#footArea address {
	float: left;
	display:inline;
	width: 340px;
	margin:7px 0 0 30px;
}


/* #footArea */

#footArea_2 {
	clear: both;
	font-size: 80%;
	width: 750px;
	height:25px;
	margin-left: 10px;
	background:#000000;
	color:#FFFFFF;
}

#footArea_2 a:link,
#footArea_2 a:visited {
	color:#FFFFFF;
}

#footArea_2 p {
	float: left;
	display:inline;
	width: 275px;
	margin:5px 0 0 5px;
	color:#FFFFFF;
}

#footArea_2 address {
	float: left;
	display:inline;
	width: 455px;
	margin:7px 0 0 13px;
}


table.wall {
	font-size: 100%;
}

table.wall td {
	padding: 0 40px 20px 0;
}

table.r1bdp {
	font-size: 100%;
	line-height: 1.7em;
}

table.r1bdp th{
	vertical-align: top;
	font-weight: normal;
	padding: 0 10px 0 0;
}

table.r1bdp th,
table.r1bdp td{
	padding-bottom:10px;
}

/* Padding */

.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pl0 { padding-left: 0px !important; }
.pr0 { padding-right: 0px !important; }

.pt1 { padding-top: 1px !important; }
.pb1 { padding-bottom: 1px !important; }

.pt3 { padding-top: 3px !important; }
.pb3 { padding-bottom: 3px !important; }

.pt5 { padding-top: 5px !important; }
.pb5 { padding-bottom: 5px !important; }
.pl5 { padding-left: 5px !important; }
.pr5 { padding-right: 5px !important; }

.pt8 { padding-top: 5px !important; }
.pb8 { padding-bottom: 5px !important; }

.pt10 { padding-top: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pr10 { padding-right: 10px !important; }

.pt15 { padding-top: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pl15 { padding-left: 15px !important; }
.pr15 { padding-right: 15px !important; }

.pt18 { padding-top: 18px !important; }
.pb18 { padding-bottom: 18px !important; }

.pt20 { padding-top: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pl20 { padding-left: 20px !important; }
.pr20 { padding-right: 20px !important; }

.pt25 { padding-top: 25px !important; }
.pb25 { padding-bottom: 25px !important; }

.pt30 { padding-top: 30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pl30 { padding-left: 30px !important; }

.pt35 { padding-top: 35px !important; }
.pb35 { padding-bottom: 35px !important; }

.pt40 { padding-top: 40px !important; }
.pb40 { padding-bottom: 40px !important; }

.pt45 { padding-top: 45px !important; }
.pb45 { padding-bottom: 45px !important; }

.pt50 { padding-top: 50px !important; }
.pb50 { padding-bottom: 50px !important; }

.pt55 { padding-top: 55px !important; }
.pb55 { padding-bottom: 55px !important; }

.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }

.pt65 { padding-top: 65px !important; }
.pb65 { padding-bottom: 65px !important; }

.pt70 { padding-top: 70px !important; }
.pb70 { padding-bottom: 70px !important; }

.pt75 { padding-top: 75px !important; }
.pb75 { padding-bottom: 75px !important; }

.pt80 { padding-top: 80px !important; }
.pb80 { padding-bottom: 80px !important; }


/* Margin */

.mt0 { margin-top: 0px !important; }
.mb0 { margin-bottom: 0px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }

.mt1 { margin-top: 1px !important; }
.mb1 { margin-bottom: 1px !important; }

.mt3 { margin-top: 3px !important; }
.mb3 { margin-bottom: 3px !important; }

.mt5 { margin-top: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }

.mt8 { margin-top: 5px !important; }
.mb8 { margin-bottom: 5px !important; }

.mt10 { margin-top: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }

.mt15 { margin-top: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }

.mt18 { margin-top: 18px !important; }
.mb18 { margin-bottom: 18px !important; }

.mt20 { margin-top: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

.mt25 { margin-top: 25px !important; }
.mb25 { margin-bottom: 25px !important; }

.mt30 { margin-top: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }

.mt35 { margin-top: 35px !important; }
.mb35 { margin-bottom: 35px !important; }

.mt40 { margin-top: 40px !important; }
.mb40 { margin-bottom: 40px !important; }

.mt45 { margin-top: 45px !important; }
.mb45 { margin-bottom: 45px !important; }
.ml45 { margin-left: 45px !important; }

.mt50 { margin-top: 50px !important; }
.mb50 { margin-bottom: 50px !important; }

.mt55 { margin-top: 55px !important; }
.mb55 { margin-bottom: 55px !important; }

.mt60 { margin-top: 60px !important; }
.mb60 { margin-bottom: 60px !important; }

.mt65 { margin-top: 65px !important; }
.mb65 { margin-bottom: 65px !important; }

.mt70 { margin-top: 70px !important; }
.mb70 { margin-bottom: 70px !important; }
.ml70 { margin-left: 70px !important; }

.ml71 { margin-left: 71px !important; }
.mt75 { margin-top: 75px !important; }
.mb75 { margin-bottom: 75px !important; }
.ml75 { margin-left: 75px !important; }

.mt80 { margin-top: 80px !important; }
.mb80 { margin-bottom: 80px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }

/* position */
.posP03 { top: 0.3ex; vertical-align: baseline; position: relative; }
.posP04 { top: 0.4ex; vertical-align: baseline; position: relative; }
.posP05 { top: 0.5ex; vertical-align: baseline; position: relative; }
.posP06 { top: 0.6ex; vertical-align: baseline; position: relative; }
.posP07 { top: 0.7ex; vertical-align: baseline; position: relative; }
.posP08 { top: 0.8ex; vertical-align: baseline; position: relative; }
.posP09 { top: 0.9ex; vertical-align: baseline; position: relative; }

.posM03 { top: -0.3ex; vertical-align: baseline; position: relative; }
.posM04 { top: -0.4ex; vertical-align: baseline; position: relative; }
.posM05 { top: -0.5ex; vertical-align: baseline; position: relative; }
.posM06 { top: -0.6ex; vertical-align: baseline; position: relative; }
.posM07 { top: -0.7ex; vertical-align: baseline; position: relative; }
.posM08 { top: -0.8ex; vertical-align: baseline; position: relative; }
.posM09 { top: -0.9ex; vertical-align: baseline; position: relative; }


/* Align */
.al { text-align: left; }
.ac { text-align: center; }
.ar { text-align: right; }

.vt { vertical-align: top; }
.vm { vertical-align: middle; }
.vb { vertical-align: bottom; }


/* Indent */
.ind5 { text-indent: -0.5em; padding-left: 0.5em; }
.ind6 { text-indent: -0.6em; padding-left: 0.8em; }
.ind7 { text-indent: -0.7em; padding-left: 0.8em; }
.ind8 { text-indent: -0.8em; padding-left: 0.8em; }
.ind9 { text-indent: -0.9em; padding-left: 0.9em; }
.ind10 { text-indent: -1em; padding-left: 1em; }
.ind11 { text-indent: -1.1em; padding-left: 1.1em; }
.ind12 { text-indent: -1.2em; padding-left: 1.2em; }
.ind13 { text-indent: -1.3em; padding-left: 1.3em; }
.ind14 { text-indent: -1.4em; padding-left: 1.4em; }
.ind15 { text-indent: -1.5em; padding-left: 1.5em; }
.ind16 { text-indent: -1.6em; padding-left: 1.6em; }
.ind17 { text-indent: -1.7em; padding-left: 1.7em; }
.ind18 { text-indent: -1.8em; padding-left: 1.8em; }
.ind19 { text-indent: -1.9em; padding-left: 1.9em; }
.ind20 { text-indent: -2em; padding-left: 2em; }
.ind25 { text-indent: -2.5em; padding-left: 2.5em; }


/* Letter Spacing */
.lsM05 { letter-spacing: -0.05em }
.lsM10 { letter-spacing: -0.1em }
.lsM15 { letter-spacing: -0.15em }
.lsM20 { letter-spacing: -0.2em }

.lsP05 { letter-spacing: 0.05em }
.lsP10 { letter-spacing: 0.1em }
.lsP15 { letter-spacing: 0.15em }
.lsP20 { letter-spacing: 0.2em }

/* caution */

.caution16 {
	font-size: 75%; /* 16px * 0.75 = 12px */
	line-height: 1.2;
	color: #d90000;
	font-weight: normal;
}
.caution15 {
	font-size: 80%; /* 15px * 0.80 = 12px */
	line-height: 1.2;
	color: #d90000;
	font-weight: normal;
}
.caution14 {
	font-size: 86%; /* 14px * 0.86 = 12.04px */
	line-height: 1.2;
	color: #d90000;
	font-weight: normal;
}
.caution13 {
	font-size: 93%; /* 13px * 0.93 = 12.09px */
	line-height: 1.2;
	color: #d90000;
	font-weight: normal;
}
.caution12 {
	line-height: 1.2;
	color: #d90000;
	font-weight: normal;
}

.f_b {
	font-size: 140%; /* 16px * 0.75 = 12px */
	line-height: 1.5;
	color: #ffffff;
	font-weight: normal;
	background-color:#7f7f7f;
}
