@charset "utf-8";
/* CSS Document */

/* GAX Official Site Style
=====================================================================
WebSite:  http://www.getamped.jp/
Author:   Cyber Step, Inc.
Version:  CS Generator 2010


/* 01. General Rules
--------------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	}
html {overflow-y:scroll;}
a img {border: 0px;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1, h2, h3, h4, h5, h6, img, input, p, ol, ul, pre, blockquote {
	margin: 0px;
	padding: 0px;
	}
form {margin: 0; padding: 0;}
li {list-style-type: none;}
.iepngfix {_behavior: expression(IEPNGFIX.fix(this));}
img{
	border:0px;
}
ul{
	list-style-type:none;
}
/* clearfix hack */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
	}
# * html .clearfix             { zoom: 1; } /* IE6 */  
# *:first-child+html .clearfix { zoom: 1; } /* IE7 */  

/* 02. body elements
--------------------------------------------------------------------- */
/*html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}IE6独自仕様hover画像のちらつきを失くす*/
body {
	font:12px/1 "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-weight: normal;
	line-height:1.5;
	/*background-color: #000000;*/
	background: url(../images/top/body_bg.jpg) 50% 0 repeat-x #000;
	scrollbar-base-color: #cccccc;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #cccccc;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #676767;
	scrollbar-shadow-color: #676767;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	}


/* 03.  links color
--------------------------------------------------------------------- */
a:link{
	color: #FF6600;
	text-decoration: underline;
	overflow:hidden;
}
a:visited {
	color:#FF6600;
}
a:hover{
	color:#FF9900;
	text-decoration: none;
}
a:active{
	color:#FF9900;
}

/* 04.  text hide
--------------------------------------------------------------------- */
.none{
	position:absolute;
	left:-9999em;
	overflow:hidden;
	}
.none_txt{
	text-indent:-9999px;
	overflow:hidden;
	}
	
.clr{
	clear:both;
	margin:0px;
	padding: 0px;
	position:relative;
	}
.clear{
	clear:both;
}
/* テキストの不可視 */
.text_none {
	width: 0;
	height: 0;
	overflow: hidden;
}



/* Parallel & Center 幅指定しなくてもボタンとかなんでもセンターに持ってくる*/
.center { text-align: center; }

ul.horizon_center li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	/margin-left: 3px;
}
	ul.horizon_center li * { float: left; }

/* 05.  footer elements
--------------------------------------------------------------------- */
#footer p,.copy p{
	font-size:100%;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", sans-serif;
}