/*
-----------------------------------------------------
◆◆KM's www site indexスタイルシート◆◆
-----------------------------------------------------
*/

/* ---◆◆clearfix◆◆--*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* --◆ボディ設定--*/

body,p,td {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	}
	
body { font-size:16px; }
	
/*IE6*/
* html body {font-size:100%;}

/*IE7*/
*:first-child+html body {font-size:100%;}


body {
	margin:0;
	padding:0;
	color:#444;
	text-align:center;
	}

/* --◆本体ブロック-- */
	
div#Bk{
	position:relative;
	width:750px;
	height:400px;
	background-image:url(images/top_bk.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:auto;
	margin-top:20px;
	text-align:center;
	}

/* --◆区切り線（NN4以下でのみ表示させる）--*/
hr {
	display:none;
	}

	
/* --◆リンク（テキスト太字・下線点線）--*/
a:link {
	border-bottom:1px dotted #6699FF;
	text-decoration: none;
	}
a:visited {
	border-bottom:1px dotted #CC33CC;
	text-decoration: none;
	}
a:hover {
	border-bottom:1px solid #FF9933;
	text-decoration: none;
	}
	
	
/*--◆本体--*/

h1 {
	position:relative;
	width:750px;
	height:100px;
	margin:0px auto;
	background-image:url("images/top_bk1.gif");
	background-repeat:no-repeat;
	text-align:left;
	}
	
h1 img {
	position:absolute;
	left:75px;
	top:60px;
	}

div#Body {
	width:750px;
	margin:0px auto;
	padding-bottom:100px;
	background-image:url("images/top_bk3.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
	}
	
div#Wrapper {
	width:750px;
	margin:0px auto 0px auto;
	background-image:url("images/top_bk2.gif");
	background-repeat:repeat-y;
	}

div#Inner {
	width:600px;
	border:1px solid #1DB05B;
	margin:0px 75px;
	padding:30px 0px 30px 0px;
	background-color:#fff;
	background-image:url("images/ahiru.jpg");
	background-position:15px 15px;
	background-repeat:no-repeat;
	text-align:left;
	}

div#Body h2 {
	margin:0px 15px 0px 160px;
	font-size:90%;
	line-height:130%;
	color:#c33;
	}

div#Body p {
	margin:15px 10px 0px 160px;
	font-size:80%;
	line-height:150%;
	}

div#Body p strong {
	/*color:#f00;*/
	}

