@charset "utf-8";

/* ********************* 
  REGZA moved.dwt
  Last Modified:2009-01-20	
********************* */


/* -----------------
        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: #007297;}
a:visited {color:#007297;}
a:hover {text-decoration: underline; color:#FF0000;}

.noUse {
	display: none;
}

hr {
	clear: both;
	visibility: hidden;
}

hr.printRepear {
	display: none;
}

.navskip {
	display: none;
} 


/* #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/moved/bg_regzalogo.gif) 0 0 transparent repeat-x;
}

#regzaLogo a {
	display:block;
	width:107px;
	margin:0 0 0 623px;
}



/* #contentArea */

#contentArea {
	float: left;
	width: 750px;
	margin: 0 0 0 10px;
	display:inline;
}

#unavailable {
	width:650px;
	margin:50px;
}

p.message {
	font-weight:bold;
}


/* #footArea */

#footArea {
	clear: both;
	font-size: 80%;
	width: 750px;
	height:25px;
	margin-left: 10px;
	background:#00421C;
}

#footArea a:link,
#footArea a:visited {
	color:#FFFFFF;
}

#footArea p {
	float: left;
	display:inline;
	width: 365px;
	margin:5px 0 0 5px;
	color:#FFFFFF;
}

#footArea address {
	float: left;
	display:inline;
	width: 340px;
	margin:7px 0 0 35px;
}



