@charset "iso-8859-1";

/* ----------------------------------------------
	Universal
-------------------------------------------------*/

*{
	margin: 0px;
	padding: 0px;
}


*:first-child+html body {
	padding-left: 1px;
}


*html body {
	padding-left: 1px;
}

img,a img{
	border: none;
}

body {
	text-align: 0px;
	font-size: small;
	background-color: #FFF;
	color: #000;
}

ul {
	list-style-type: none;
}


/* ----------------------------------------------
	Link
-------------------------------------------------*/

a,
a:link,
a:visited,
a:active {
	color: #5996cd;
	text-decoration: none;
}
a:hover {
	color: #5996cd;
	text-decoration: underline;
}


/* ----------------------------------------------
	Layout
-------------------------------------------------*/

#layout {
	margin: 0px;
	text-align: 0px;
}

#container {
	margin: 0px;
	padding: 0px;
	width: 600px;
}

#header {
	padding-left: 14px;
	text-align: left;
}
#header #headerlogoBlock {
	margin-top: 16px;
	margin-bottom: 20px;
}

#footer {
	margin-top: 50px;
	padding: 7px 18px 0px 16px;
	border-top: 1px solid #B2B2B2;
}
#footer #footernaviBlock {
	float: left;
}
#footer #footernaviBlock ul {
	margin: 0;
	padding: 0;
}
#footer #footernaviBlock ul li {
	float: left;
}
#footer #footernaviBlock ul li.btnInquiry {
	width: 70px;
	background-image: url("../img/foot_line.gif");
	background-repeat: no-repeat;
	background-position: 60px 0px;
}
#footer #footernaviBlock ul li.btnInquiry a {
	display: block;
	width: 70px;
	height: 11px;
	background-image: url("../img/foot_btninquiry.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	text-decoration: none;
}
#footer #footernaviBlock ul li.btnSitepolicy {
	width: 122px;
}
#footer #footernaviBlock ul li.btnSitepolicy a {
	display: block;
	width: 122px;
	height: 11px;
	background-image: url("../img/foot_btnsitepolicy.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	text-decoration: none;
}
#footer #copyrightBlock {
	float: right;
	width: 317px;
}
#footer #copyrightBlock address {
	width: 317px;
	height: 13px;
	border: solid 1px #000;
}


/* ----------------------------------------------
	Personal Area
-------------------------------------------------*/

.noflashtxt {
	font-size:12px; padding:15px; margin-top:100px; line-height:130%;
}

.adobebanner {
	margin-bottom:100px; padding-top:15px;
}


/* ----------------------------------------------
	Font
-------------------------------------------------*/

h1 {
}

h2 {
}

.normal {
	font-size:80%;
	line-height:140%;
}


/* ----------------------------------------------
	etc
-------------------------------------------------*/

.clear {
	clear:both;
}

.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
