﻿@charset "utf-8";

@import url("reset.css");
@import url("header.css");
@import url("footer.css");
@import url("side.css");

/*==================================================================

　1. 基本設定

==================================================================*/

body { background:#FFF; }

body,td,th {
	font-family:'Lucida Grande', Verdana, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	color:#2A1110;
	text-align:center;
	line-height:180%;
}
	
body { font-size:75%; }

html>/**/body {
	font-size: 12px; /* Except IE */
}

a:link    { text-decoration:underline; color:#2A1110; }
a:visited { text-decoration:underline; color:#2A1110; }
a:hover   { text-decoration:none; color:#2A1110; }
a:active  { text-decoration:none; }


/*==================================================================

　2. 基本構造

==================================================================*/

#Wrapper {
	background:url(../images/bg_blog.jpg) no-repeat top center;
	min-width:900px;
	margin:0 auto;
	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 */

