@charset "utf-8";

@import url("reset.css");
@import url("header.css");
@import url("footer.css");
@import url("print.css");
@import url("second.css");

/*==================================================================

　1. 基本設定

==================================================================*/

body { background:#FFF; margin:0; font-size:75%; }

body,td,th {
	font-family:'Lucida Grande', Verdana, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	color:#666;
	text-align:center;
	line-height:180%;
}
	
html>/**/body {
	font-size: 12px; /* Except IE */
}

a:link    { color:#DB176E; }
a:visited { color:#DB176E; }
a:hover   { text-decoration:none; color:#DB176E; }
a:active  { text-decoration:none; }

@media screen and (-webkit-min-device-pixel-ratio:0){
	body { background:#FFF; margin:0; font-size:70%; }
}

/*==================================================================

　2. 基本構造

==================================================================*/

#Wrapper {
	margin:0 auto;
	min-width:800px;
	text-align:center;
}

/*==================================================================

　3. 共通ハック

==================================================================*/

div.clearfix:after {
   content:".";
   display:block;
   clear:both;
   height:0;
   visibility: hidden;
}

div.clearfix { zoom:100%; }

.clearfix { display:inline-block; }

/* Hide from IE -mac \*/
*html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */

