@charset "utf-8";
@import url("page.css");
/*==================================================
	デフォルトのスタイルを再定義
==================================================*/
body, html, div,
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	border: none;
	font-style: normal;
	font-weight: normal;
}

/*==================================================
	body要素
==================================================*/
body {
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	text-align: center;
	background: url(img/bgBody.png);
}

/*==================================================
	テキスト
==================================================*/
p {
	color: #473a3f;
	font-size: 13px;
}

h1 {
	display :none;
}

/*==================================================
	リンク
==================================================*/
a:link {
	color: #10aecf;
	text-decoration: none;
}

a:visited {
	color: #10aecf;
	text-decoration: none;
}

a:hover {
	color: #ff53a2;
	text-decoration: none;
}

/*==================================================
	リスト
==================================================*/
ul,
dl {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	color: #473a3f;
}

/*==================================================
	画像
==================================================*/
img {
	vertical-align: bottom;
	border: none;
}

/*==================================================
	基本構造
==================================================*/
div#Container {
	width: 100%;
	background: url(img/bgContainer.png) top center no-repeat;
}

div#Curtain {
	width: 100%;
	height: 1118px;
	background: url(img/bgCurtain.png) top center no-repeat;
}

	div#Curtain.toppage {
		width: 100%;
		height: 1118px;
		background: url(img/bgCurtain.png) top center no-repeat;
	}

div#Contents {
	position: relative;
	width: 880px;
	margin: 0 auto;
}

/*==================================================
	共通
==================================================*/
div.submenu {
	width: 880px;
	height: 85px;
	background: url(img/bgSubmenu.png) no-repeat;
}
	
	div.submenu h2 {
		display: none;
	}
	
	div.submenu ul {
		margin: 0 auto;
	}
	
	div.submenu ul li {
		display: inline;
	}

div.table {
	display: block;
	width: 880px;
	margin-bottom: 13px;
	background: url(img/bgTable.png) repeat-y;
}

	div.table h3 {
		width: 880px;
		height: 75px;
		margin: 0 auto;
		padding-top: 23px;
		background: url(img/bgH3Subtitle.png) no-repeat;
	}
	
	div.table span {
		font-size: 0px;
	}

	div.table span.tableT {
		display: block;
		width: 880px;
		height: 4px;
		background: url(img/bgTableT.png) no-repeat;
	}
	
	div.table div.contents {
		width: 834px;
		margin: 0 auto;
		background: url(img/bgTable_contents.gif) repeat-y;
	}
	
		div.table div.contents h4 {
			margin-bottom: 20px;
		}
	
		div.table div.contents p {
			width: 500px;
			margin: 0 auto;
			padding-bottom: 36px;
			text-align: left;
		}
	
	div.table span.contentsB {
		display: block;
		width: 834px;
		height: 55px;
		margin: 0 auto 20px;
		background: url(img/bgTable_contentsB.png) no-repeat;
	}
	
	div.table span.tableB {
		clear: both;
		display: block;
		width: 880px;
		height: 5px;
		background: url(img/bgTableB.png) no-repeat;
	}

div.menuContents {
	width: 880px;
	height: 84px;
}

	div.menuContents h2 {
		display: none;
	}

	div.menuContents ul li {
		display: inline;
	}

p.copyright {
	width: 880px;
	height: 80px;
	margin: 0 auto 30px;
}

div.imgMainS {
	position: relative;
	width: 880px;
	height: 105px;
	background: url(img/imgMainS.jpg) no-repeat;
}

	div.imgMainS img {
		position: absolute;
		top: 0;
		left: 340px;
	}

div.menuSub {
	width: 880px;
	height: 85px;
}

span.icoHeart {
	position: relative;
	top: -4px;
}
