/* ------------------------------------ */
/* Noscript */
/* ------------------------------------ */
.Noscript{
	margin: 0px;
	padding: 5px;
	background: #FFFFCC;
	border: 2px solid #FFCC00;
	text-align:center;
	font-size:12px;
	position: absolute;
	left: 62px;
	top: 30px;
	width: 590px;
	line-height: 1.3em;
}


/* ------------------------------------------- */
/* Basic CSS */
/* ------------------------------------------- */
body {
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align: center;
	background-color:#FFFFFF;
	color:#000000;
	font-family: "MS Pゴシック", "Osaka", Arial, sans-serif;
}

a:link {
	color:#0000FF;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#CC0000;
	text-decoration:underline;
}
a,img{
	border:0px;
	margin:0px;
	padding:0px;
}
/* ------------------------------------------- */
/* HeaderArea CSS */
/* ------------------------------------------- */
.HeaderAll{
	width:950px;
	margin:0px auto;
	padding:0px;
	text-align: left;
	position: relative;
}
.HeaderArea{
	margin: 0px;
	padding: 0px;
	position: relative;
}
.HeaderArea h1{
	font-size:12px;
	color:#FFFFFF;
	background:url("/images/FooterBg.gif") repeat-x;
	margin:0px;
	padding: 0px 4px;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
	display: block;
}
.HeaderMiddle{
	margin:5px 0px 0px;
	padding:0px;
}
.HeaderMiddleLogo{
	width: 250px;
	height:50px;
	float:left;
}
.HeaderMiddleAccount{
	width:700px;
	float:left;
}
.HeaderMiddleAccountIn{
	margin: 0px;
	padding: 0px;
}
.HeaderMiddleAccountIn b{
	margin: 0px 1px;
	padding: 3px;
	text-decoration: none;
	display: block;
	text-align: center;
	border: 1px solid #FFFFFF;
	float: right;
}
.HeaderMiddleAccountIn a,
.HeaderMiddleAccountIn a:link,
.HeaderMiddleAccountIn a:visited{
	margin: 0px 1px 0 10px;
	padding: 5px 3px 1px;
	text-decoration: none;
	color: #000000;
	display: block;
	float: right;
	width: 86px;
	height:18px;
	text-align: center;
	background-image: url("/images/Header/OutBtnBg.gif");
	background-repeat:no-repeat;
}
.HeaderMiddleAccountIn a:hover{
	background-image: url("/images/Header/OutBtnBg_hover.gif");
	background-repeat:no-repeat;
	color:#ffffff;
}
.HeaderMiddleAccountOut{
	margin: 0px;
	padding: 0px;
}
.HeaderMiddleAccountOut a,
.HeaderMiddleAccountOut a:link,
.HeaderMiddleAccountOut a:visited{
	margin: 0px 1px 0 10px;
	padding: 5px 3px 1px;
	text-decoration: none;
	color: #000000;
	display: block;
	float: right;
	width: 86px;
	height:18px;
	text-align: center;
	background-image: url("/images/Header/OutBtnBg.gif");
	background-repeat:no-repeat;
}
.HeaderMiddleAccountOut a:hover{
	background-image: url("/images/Header/OutBtnBg_hover.gif");
	background-repeat:no-repeat;
	color:#ffffff;
}
.HeaderMiddleAccountNavi{
	margin:0px;
	padding:10px 0 0;
	text-align: right;
	clear:both;
}

/* ------------------------------------------- */
/* FooterArea CSS */
/* ------------------------------------------- */

.FooterArea{
	margin:0 auto;
	padding:0px;
	width:950px;
	text-align:left;
	clear:both;
}
.FooterAttHead{
	color: #B60000;
	font-weight: bold;
	margin: 10px 0px 5px;
	padding: 0px;
}
.FooterAttContainer{
	margin: 0px;
	padding: 10px;
	line-height: 140%;
	border: 1px solid #CCCCCC;
}
.FooterParagraph{
	text-align: center;
}
.FooterLinks{
	line-height: 160%;
	text-align: center;
}
.FooterFreeDial{
	text-align: center;
	margin: 5px 0px;
	padding: 0px;
}
.FooterCopy{
	background:url("/images/FooterBg.gif") repeat-x;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.FooterCopy a:link {color:#FFFFFF; text-decoration:none;}
.FooterCopy a:visited {color:#FFFFFF; text-decoration:none;}
.FooterCopy a:active { color: #FFFFFF; text-decoration:none;}
.FooterCopy a:hover { color: #FFFFFF; text-decoration:none;}
.FooterGroup{
	width:600px;
	background-color:#FFFFFF;
	font-size:10px;
	margin-top:20px;
	padding:5px;
	text-align:left
}
.FooterGroup h2{
	font-size:12px;
}
.FooterGroup ul{
	margin-left:0px;
	list-style-image:none;
}
.FooterGroup li{
	display:inline;
	margin-right:6px;
}
.FooterGroup li a{
	display:inline;
	margin-right:6px;
}
