@charset "utf-8";
/******************************************************************************
{ ss_libs } - var:2.0.0
*******************************************************************************/
@import"../lib/css/reset.css";/* Don`t toutch me ! */
@import"../lib/css/fonts.css";/* Don`t toutch me ! */
@import"common/hd/hd.css";/* Don`t toutch me ! */
@import"common/bd/bd.css";/* Don`t toutch me ! */
@import"common/ft/ft.css";/* Don`t toutch me ! */
/*
 * Font size setting
	10px	77%
	11px	85%
	12px	93%
	13px	100%
	14px	108%
	15px	116%
	16px	123.1%
	17px	131%
	18px	138.5%
	19px	146.5%
	20px	153.9%
	21px	161.6%
	22px	167%
	23px	174%
	24px	182%
	25px	189%
	26px	197%

	.ss-t1 	160 on left
	.ss-t2 	180 on left
	.ss-t3 	300 on left
	.ss-t4 	180 on right
	.ss-t5 	240 on right
	.ss-t6 	300 on right
*/

html{
	color:#000;
	background:#FFF;
}

body {
	margin:0;
	padding:0;
	line-height:1.5;
	color:#333;
}

a {
	color:#06f;
	text-decoration:none;
}

a:hover {
	color:#09f;
	text-decoration:underline;
}

h1 {
	position:absolute;
	top:10px;
}

.wp {
	margin:0 auto;
	width:929px;
}

/* ClearFix */

.clearfix :after{
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}

.clearfix {
   display:inline-block;
}
* html .clearfix {
   height:1px;
}

div.clearfix {
   display:block;
}