/* 全コンテンツ共通css */

/* 全体デザイン設定 */
body {
	background-color: #FFF215;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/* 中央部（センタリング）コンテンツエリア */
#MainBlock {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 760px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	font-size: 12px;
}
#MainBlock h1 {
	line-height: 140%;
}
#MainBlock h2 {
	line-height: 140%;
}
#MainBlock h3 {
	line-height: 140%;
}
/* スポンサーバナー専用デコレーション */
#sponser img {
	text-decoration: none;
	border: 1px solid #999999;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* リストアップ項目用デコレーション */
.ListingTable {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 20px;
	padding-bottom: 4px;
}

/* リンク設定 */
a {
	text-decoration: none;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #000099;
}
a:active {
	color: #0066FF;
}
a:hover {
	color: #0066FF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.ImgLinkNoBorder {
	border-bottom-style: none;
}
/* メニューバーのリンクはエフェクト無し */
#menubar a {
	text-decoration: none;
}
#menubar a:link {
	color: #0000FF;
}
#menubar a:visited {
	color: #000099;
}
#menubar a:active {
	color: #0066FF;
}
#menubar a:hover {
	color: #0066FF;
	border-bottom-style: none;
}
/* スポンサーのリンクはエフェクト無し */
#sponser a {
	text-decoration: none;
}
#sponser a:link {
	color: #0000FF;
}
#sponser a:visited {
	color: #000099;
}
#sponser a:active {
	color: #0066FF;
}
#sponser a:hover {
	color: #0066FF;
	border-bottom-style: none;
}
/* 写真集のリンクはエフェクト無し */
#photolist a {
	text-decoration: none;
}
#photolist a:link {
	color: #0000FF;
}
#photolist a:visited {
	color: #000099;
}
#photolist a:active {
	color: #0066FF;
}
#photolist a:hover {
	color: #0066FF;
	border-bottom-style: none;
}
.SmallRed {
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
.FormBorder {
	border: 1px solid #999999;
}
.SmallNoColor {

	font-size: 10px;
	font-weight: bold;
}
.nor12 {
	font: normal 12px/normal "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}

