@charset "UTF-8";

/* ===================================================================
	01 初期化
	02 リンク設定
	03 clearfix
	04 フォント指定
=================================================================== */

/* 01 初期化
--------------------------------------------------------------------*/
html{color:#393939;background:#ffffff;text-align:center;line-height:1.2;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0; vertical-align: baseline;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{font-size:12px;}legend{color:#000}
body {font-size:12px;text-align:center;/* background: url("/spc/images/item_dammy/bg.jpg" */) no-repeat scroll center 0px rgba(0, 0, 0, 0); */}
strong {font-weight:bold}
ul,ol,li {
	list-style: none;
}


/* 02 リンク設定
--------------------------------------------------------------------*/
a:link{color:#595757; text-decoration:none;}
a:visited{color:#595757; text-decoration:none;}
a:hover{color:#4c4c4c; text-decoration:none; cursor:pointer;}
a:active{color:#4c4c4c;}

/* 03 clearfix
--------------------------------------------------------------------*/
ul:after,
ol:after,
dl:after,
.clearfix:after
	{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

/* WinIE7 only */
*:first-child+html ul,
*:first-child+html ol,
*:first-child+html dl,
*:first-child+html .clearfix
	{
	height:1%;
	}

/* WinIE6 and below */
/*\*/
* html ul,
* html ol,
* html dl,
* html .clearfix
	{
	height:1%;
	}
/**/

/* 04 フォント指定
--------------------------------------------------------------------*/
body, button, input, label, select, td, textarea {
	font-family: Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
