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

/* GetAmped2 member Site Style
=====================================================================
WebSite:  www.getamped2.jp/home/
Author:   Cyber Step, Inc.
Version:  CS Generator 2008


/* 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;
}
img,
.iepngfix {
	_behavior: expression(IEPNGFIX.fix(this));
}

/* 02. body elements
--------------------------------------------------------------------- */
html {
   filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	color:#333;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka,"ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:1.4;
	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 {
	color: #003366;
	text-decoration: underline;
	overflow:hidden;
}

a:hover {
	color: #3399ff;
	text-decoration: none;
}

/* 04.  text hide
--------------------------------------------------------------------- */
.none{
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.clr{
	clear:both;
	margin:0px;
	padding: 0px;
}

/* 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 {
	overflow: hidden;
	text-indent: -9999px
}

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