html, body { 
	width: 100%; 
	height: 100%;
	margin: 0; 
	padding: 0; 
} 

a:link { color: #340a60 } 	/* 未訪問: link */
a:visited { color: #666699 }	/* 訪問済み: visited */
a:active {color: CC99CC }	/* アクティブ状態 :active */
a:hover { color: 330066 }   	/* カーソルが上に乗っている状態: hover */

#wrapper {
	position: absolute; 
	left: 50%; 
	margin-left: -375px;  
	width: 750px;
	height: auto;
	background: #FFFFFF;
	text-align: center;
}

.lightgray11 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.pink {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #CD5C5C;
}

.rosybrown13 {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 15px;
	color: #BC8F8F;
}
.topcomment {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 15px;
	width: 450px;
	height: 100px;
	color: #BC8F8F;
	background: url(../img/handmade.jpg) no-repeat right bottom;
}
.blue13 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 15px;
	color: #757DB7;
}
.gray11 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #808080;
}
#header {
	margin: 0;
	padding: 0;
	width: 750px;
	height: 60px;
	background: transparent;
}
#top {
	margin: 0;
	padding: 0;
	width: 600px;
	height: 100px;
	color: #FFFFFF;
	text-indent: -999px;
	background: url(../img/tedukuri.jpg) no-repeat transparent center top;
}
.main {
	margin: 0;
	padding: 0;
	background: transparent;
}

#taikentable {
	border: 3px dotted #FFDAB9;
}
#yousu {
	margin: 0;
	padding: 0;
	width: 600px;
	height: 100px;
	color: #FFFFFF;
	text-indent: -999px;
	background: url(../img/taikennoyousu.jpg) no-repeat transparent bottom;
}

#footer {
	crear: both;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 20px;
	background: url(../img/copyright.gif) no-repeat;
	text-align: center;
}

