@charset "utf-8";


/* --------------------------------------------------
	■共通
-------------------------------------------------- */


/* --------------------------------------------------
	共通
-------------------------------------------------- */
body{
	color:#000000;
	font-size:12px;
}
a{
	color:#202020;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
a.Btn,
a.BtnM{text-decoration:none;}
.Case{margin:0 auto;}
.TColorW{color:#FFFFFF;}
.TBold{font-weight:bold;}
.TNormal{font-weight:normal;}
.LineNormal{line-height:1.8em;}
.TStrong{font-size:1.2em; font-weight:bold;}


/* ====================[ LogoArea ]========== */
#LogoArea{
	width:145px;
	height:105px;
	display:block;
	position:fixed;
	right:0;
	top:0;
	text-indent:-5000px;
	background:no-repeat 0 0;
	background-image:url(../img/share/logo.png);
	z-index:2000;
}

/* ====================[ MainArea ]========== */
#MainArea{}
#MainArea .Case{
	width:1000px;
	text-align:left;
}

/* ====================[ FooterArea ]========== */
#FooterArea{
	width:100%;
	position:fixed;
	left:0;
	bottom:0;
	color:#FFFFFF;
	z-index:2500;
}
#FooterArea .FooterTab{padding:0 20px 0 0;}
#FooterArea .FooterTab .FloatR{
	margin:0 5px;
	padding:0;
	display:block;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:18px;
	background-color:#111111;
	background-repeat:no-repeat;
	background-position:8px 50%;
}
#FooterArea .FooterTab .FloatR span{
	padding:5px 15px 9px;
	display:block;
	text-align:center;
	border-left:1px solid #333333;
} 
#FooterArea .FooterTab h3{
	font-family:'Maven Pro';
	background-image:url(/images/top/Common_Icon_03A.png);
	cursor:pointer;
}
#FooterArea .FooterTab h3.Open{background-image:url(/images/top/Common_Icon_03B.png);}
#FooterArea .FooterTab a{
	display:block;
	text-decoration:none;
	background-image:url(/images/top/Common_Icon_05.png);
}
#FooterArea .FooterTab a.FloatR span{
	padding:7px 16px 7px;
	letter-spacing:3px;
	background-color:#FFCC00;
}
#FooterArea .FooterTab h3:hover{color:#FFCC00;}
#FooterArea .FooterTab a.FloatR span:hover{background-color:#FFDB4C;}
#FooterArea #Footer{
	width:100%;
	background:#111111;
}
#FooterArea #Footer #FooterContents{
	width:1000px;
	padding:5px 0;
}
#FooterArea #Footer #FooterContents .FloatL{
	width:200px;
	padding:20px;
	color:#333333;
	text-align:left;
}
#FooterArea #Footer #FooterContents .Facebook{
	width:237px;
	position:relative;
}
#FooterArea #Footer #FooterContents .Facebook .FacebookLogo{
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	top:63px;
	left:25px;
	background:url(/images/top/Common_LogoS_facebook.gif) no-repeat 0 0;
}
#FooterArea #Footer #FooterContents .FloatL a{color:#666666;}
#FooterArea #Footer #FooterContents .FloatL h4{
	padding:10px 0;
	color:#999999;
	font-size:12px;
	font-weight:bold;
}
#FooterArea #Footer #FooterContents .FloatL ul li{padding:6px 0;}
#FooterArea #Footer #FooterContents .FloatL ul .PDF{
	padding:6px 0 6px 20px;
	background:url(/images/top/Common_Icon_11.png) no-repeat 1px 8px;
}
#FooterArea #Footer #FooterContents .FloatL ul li span{font-size:10px;}
#FooterArea #Footer #FooterLink{
	padding:20px 0;
	letter-spacing:30px;
	text-align:center;
	border-top:1px solid #222222;
	border-bottom:1px solid #222222;
}
#FooterArea #Footer #FooterCopy{
	padding:10px 20px;
	color:#333333;
}
#FooterArea #Footer #FooterCopy .FloatL a{
	color:#333333;
	text-decoration:none;
}
#FooterArea #Footer #FooterCopy .FloatR{font-weight:bold;}


/* ====================[ Copyright ]========== */
#Copyright {
	position:fixed;
	right:0;
	bottom:0;
	background:no-repeat 0 0;
	background-image:none;
	z-index:2500;
}


