@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 {
	line-height: 1.6;
	margin-bottom: 1.4em;
}

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(../images/common_bg_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:750px;
	padding: 12px 0 0 0;
}

#main div.section {
	width: 710px;
	margin: 0 20px 0 20px;
	padding: 0 0 30px 0;
}

#main h1 {
	margin:0 0 20px 0;
}

#main h2 {
	color: #0E4072;
	font-size: 120%;
	padding: 0 0 4px 0;
	margin: 0 0 10px 0;
	border-bottom: #D0E4F9 3px solid;
	line-height: 1.0;
}

#main h3 {
	color: #0E4072;
	margin: 0 0 10px 0;
}

#main p strong {
	font-size: 120%;
}

#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;
}	



/* #footArea */

#footArea {
	clear: both;
	font-size: 80%;
	width: 750px;
	height:25px;
	margin:0 0 0 10px;
	background:#00421C;
	color:#FFFFFF;
}

#footArea a:link,
#footArea a:visited {
	color:#FFFFFF;
}

#footArea p {
	float: left;
	display:inline;
	width: 275px;
	margin:5px 0 0 5px;
	color:#FFFFFF;
}

#footArea address {
	float: left;
	display:inline;
	width: 455px;
	margin:7px 0 0 13px;
}


