@charset "utf-8";
/* /////////////////////////////////////////
	1,RESET
	2,BASE
	///////////////////////////////////////// */
	
/* -----------------------------------------
	1,RESET
	----------------------------------------- */
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend,select,option,textarea,input,button,
blockquote,address,pre,code,
strong,em{margin:0;padding:0;}

ul,ol{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:none;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
caption,th,strong{font-style: normal;font-weight: normal;}
sup{line-height:-1px;vertical-align:text-top;}
sub{line-height:-1px;vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/* -----------------------------------------
	2,BASE
---------------------------------------------
[Order]
*Width* 950px
*BackGround* #ffffff
*BaseFont* Default
*BaseFontColor* #888888
*Font-size*
	134%	=16px
	120%	=14px
	110%	=13px
	100%	=12px
	92%	=11px
	85%	=10px
---------------------------------------------
	[1] Body [2]Anchor [3]Extra
	----------------------------------------- */
/* [1] Body */
body{
	width:100%;
	background-color:#ffffff;
	color:#888888;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
	line-height:1.5em;
	letter-spacing:0em;
	text-align:left;
	}
/* [2] Anchor */
a{overflow:hidden;outline:none;}/*FF用破線削除*/
a:link{color:#666666;text-decoration:none;}
a:visited{color:#666666;text-decoration: none;}
a:hover,a:active{color:#999999;text-decoration:none;}
/* [3] Extra */
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
* html .clearfix{zoom:1;}/* IE6 */
*:first-child+html .clearfix{zoom:1;}/* IE7 */


