/*――――――――――――――――――――――

　　　スタジオモフモフ（Studio MofuMofu）

　　　　　　【基本ＣＳＳ】

　　　http://ousama-no-ehon.com/

――――――――――――――――――――――*/

body {
	margin: 0px;
	padding: 0px;
	background: url(http://ousama-no-ehon.com/flash_parts/webparts/web_back.gif) repeat left top;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
#column {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 960px;
}

#wrapper {
	background: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 750px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: left;
}

em {
	visibility: hidden;
}


/*――――――――――――――――――――――
　　　リンク
――――――――――――――――――――――*/

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}


/*――――――――――――――――――――――
　　　フッター
――――――――――――――――――――――*/

#footerflash {
	margin: 10px 0px 0px;
	padding: 0px;
	height: 100px;
}

#footer {
	margin: 0px;
	padding: 15px 0px 12px;
	height: auto;
	width: 750px;
	text-align: center;
}

#footer p {
	font-size: x-small;
	margin: 10px 0px 0px;
	padding: 0px;
	color: #333333;
}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 5px 0px;
	font: 11px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

#footer li {
	display: inline;
	margin: 0px;
	padding: 0px 4px;
}

#footer h4 {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

ul a:link {
	color: #333333;
	text-decoration: underline;
}

ul a:visited {
	text-decoration: underline;
	color: #666666;
}

ul a:hover {
	text-decoration: none;
}

ul a:active {
	text-decoration: underline;
}


/*――――――――――――――――――――――
　　　アクセシビリティ用（補助タグ）
――――――――――――――――――――――*/

abbr,span.abbr {
	border-bottom: 1px dotted;
}

acronym,span.acronym {
	border-bottom: 1px dotted #333333;
}


/*――――――――――――――――――――――
　　　アドレス
――――――――――――――――――――――*/

address {
	text-align: center;
	margin: 0px;
	padding: 8px 0px 0px;
	height: 25px;
	background: #D8F9E8;
	font: normal 11px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #333333;
}
