@charset "utf-8";

/*---------------------------------------
    reset style
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding: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;}ul li{list-style-type:none;}p{margin-bottom:1em;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}


/* ==========================

　　common

========================== */
body {
	width: 100%;
	font-size: 13px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 24px;
	color: #555555;
	letter-spacing: 1px;
}
a {
	color: #4ebfcf ;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: underline;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

img.act:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}




/* ==========================

　　header

========================== */

#headerArea {
	width: 100%;
	height: 80px;
	background: #eeefef  ;
}

#header {
	margin: 0 auto;
	height: 80px;
	width: 1000px;
}

#header:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

#logo{
	width: 246px;
	float:left;
	padding:15px 0;
}

#header #logo h1{
	width: 246px;
}






/* ======global navigation====== */

#globalNav {
	width:570px;
	height:17px;
	float:right;
	padding-top:32px;
}


#globalNav ul {
	width:570px;
	height:17px;
	margin:0 auto;
}


#globalNav ul li {
	float: left;
	padding:0;
	margin:0;
}



#globalNav ul li a {
	display: block;
	height:17px;
	background: url(../../common/img/nav.png) no-repeat;
	text-indent: -9999px;
	padding:0;
	margin:0;
}

#globalNav ul li#gNav01 a { background-position: 0 0; width:82px; }
#globalNav ul li#gNav02 a { background-position: -82px 0;  width:82px; }
#globalNav ul li#gNav03 a { background-position: -164px 0;  width:68px; }
#globalNav ul li#gNav04 a { background-position: -232px 0;  width:70px; }
#globalNav ul li#gNav05 a { background-position: -302px 0;  width:123px; }
#globalNav ul li#gNav06 a { background-position: -425px 0;  width:103px; }
#globalNav ul li#gNav07 a { background-position: -583px 0;  width:110px; margin-left:55px;}


#globalNav ul li#gNav01 a:hover,
#about #globalNav ul li#gNav01 a { background-position: 0 -17px; }

#globalNav ul li#gNav02 a:hover,
#purchase #globalNav ul li#gNav02 a { background-position: -82px -17px; }

#globalNav ul li#gNav03 a:hover,
#terms #globalNav ul li#gNav03 a { background-position: -164px -17px; }

#globalNav ul li#gNav04 a:hover,
#stocks #globalNav ul li#gNav04 a { background-position: -232px -17px; }

#globalNav ul li#gNav05 a:hover,
#terms #globalNav ul li#gNav05 a { background-position: -302px -17px; }

#globalNav ul li#gNav06 a:hover,
#stocks #globalNav ul li#gNav06 a { background-position: -425px -17px; }

#globalNav ul li#gNav07 a:hover,
#stocks #globalNav ul li#gNav07 a { background-position: -583px -17px; }




#globalNav ul li#gNav01_on a { background-position: 0 -17px; width:82px; }
#globalNav ul li#gNav02_on a { background-position: -82px -17px;  width:82px; }
#globalNav ul li#gNav03_on a { background-position: -164px -17px;  width:68px; }
#globalNav ul li#gNav04_on a { background-position: -232px -17px;  width:70px; }
#globalNav ul li#gNav05_on a { background-position: -302px -17px;  width:123px; }
#globalNav ul li#gNav06_on a { background-position: -425px -17px;  width:103px; }
#globalNav ul li#gNav07_on a { background-position: -583px -17px;  width:110px; margin-left:55px;}




/* ==========================

　　contents common

========================== */

div.contentsArea{
	margin:0 auto;
	width:100%;
	border-top:8px solid #4ebfcf;
}

#contents{
	margin:0 auto;
	width:1000px;
}


div.about_text {
	margin:0 auto;
	padding-top:30px;
	width:840px;
}

#bottom-nav{
	padding-top: 30px;
}

#bottom-nav:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

#bottom-nav ul{
	margin:0;
	float:right;
}

#bottom-nav ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

#bottom-nav ul li{
	width:50px;
	margin:0 0 0 30px;
	float:left;
}



/* ==========================

　　page-top

========================== */
#page-top {
	position: fixed;
	bottom: 70px;
	right: -4px;
}
#page-top a {
	background: #595656;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 2px 1px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 2px 1px;
	-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 2px 1px;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}





/* ==========================

　　footer

========================== */


#footerArea{
	padding: 0;
	margin:30px 0 0 0;
	width:100%;
	background: #eeefef  ;
	height:200px;
}



#footer{
	margin:0 auto;
	width:100%;
	background:#4fbfcf;
}

#f_linkArea{
	margin:0 auto;
	width:1000px;
}


#footer:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }


#footer ul{
	padding:2px 0 12px 0;
	margin:0;
	float:left;
}

#footer ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }


#footer ul li{
	height:18px;
	float:left;
}

#footer ul li.btn1 a{
	margin-top:5px;
	float:left;
	background: url(../../common/img/f_01.png) no-repeat;
	width:125px;
	height:18px;
	text-indent:-9999px;
}

#footer ul li.btn1 a:hover{
	margin-top:5px;
	float:left;
	background: url(../../common/img/f_01_on.png) no-repeat;
	width:125px;
	height:18px;
	text-indent:-9999px;
}

#footer ul li.btn2 a{
	margin-top:5px;
	float:left;
	background: url(../../common/img/f_04.png) no-repeat;
	width:99px;
	height:18px;
	text-indent:-9999px;
}

#footer ul li.btn2 a:hover{
	margin-top:5px;
	float:left;
	background: url(../../common/img/f_04_on.png) no-repeat;
	width:99px;
	height:18px;
	text-indent:-9999px;
}


#copyright{
	padding: 0;
	margin:0;
	float:right;
	text-align:right;
}