@charset "UTF-8";

/* ----------------------------------------------

	file / common/default.css

---------------------------------------------- */


/**************************************************************************************************

RECET STYLE

**************************************************************************************************/

/*body
---------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font: 12px/21px Georgia, Helvetica, Arial, sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック";
	color: #333333;
	background: #FCFAF5;
}

/*table
---------------------------------------------- */
table{ border-collapse: collapse; border: none; border-spacing: none; }
th,td{ vertical-align: top; border: solid 1px #000; font-weight: normal; text-align: left; }
caption{ text-align: left; }

/*h1_h6
---------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	border: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/*p
---------------------------------------------- */
p{ margin: 0px; padding: 0px; text-align: left; }

/*list
---------------------------------------------- */
ui,ol,dl,li,dd{ list-style: none; padding: 0px; margin: 0px; }

/*img,object
---------------------------------------------- */
img, a img{ border: none; background: transparent; vertical-align: bottom; }
object,embed{ vertical-align: top; }

/*form
---------------------------------------------- */
fieldset{ border: none; }
imput,textarea{ font-size: 1em; }

/*text
---------------------------------------------- */
em,address,dfn{ font-style: normal; }
ul ul,ul dl,dl ul,table p,table ul,table table{ font-size: 1em; }

/*other
---------------------------------------------- */
hr{ height: 0px; margin: 7px 0; border: none; border-top: 1px solid #000; display: none; }
*html hr{ /*for-IE6*/ margin: 0; }
*:first-child+html hr{ /*for IE7*/ margin: 0; }


/**************************************************************************************************

PAGE TOP

**************************************************************************************************/

/* for Mac IE5 \*//*/
#start { margin-top: -1px; }
/**/

/* except Mac IE5 \*/
#start { position: absolute;top: 0;left: 0; }

/* end of Holly Hack */


/**************************************************************************************************

CLEARFIX

**************************************************************************************************/

.clearfix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	line-height:0;
}

.clearfix{ display:inline-table; min-height:1%; }

/* FOR MAC IE 5
---------------------------------------------- */
* html .clearfix{ height:1%; }
.clearfix{display: block; }

/* END OF FOR MAC IE */
