@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-image:url(images/backPict.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div.contentsDiv {
	width: 780px;
	margin: 0 auto 0 auto;
}

div.menuDiv {
	width: 160px;
	text-align: center;
	float: left;
	padding-top: 10px;
	margin: 0 20px 0 20px;
}

div.headerDiv {
	width: 780px;
	margin: 0 auto 0 auto;
}

div.menuDiv img {
	margin: 0 auto 0 auto;
}

div.mainContentsDiv {
	width: 530px;
	float: right;
	margin: 0 25px 0 0;
	padding-top: 10px;
}

div.newsFrame{
	background-image: url(images/newsBack.gif);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 20px;
	float: left;
	width: 530px;
	height: 360px;	
	text-align: left;
}

div.newsArea {
	background-color: #FFFFFF;
	width: 490px;
	margin: 20px;
	height: 310px;
	overflow: auto;	
	color: #666666;
}

div.newsArea p {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	margin-bottom: 1em;
}

p.shopTxt {
	background-color: #EDEAD5;
	padding: 5px;
	font-size: 10px;
	margin: 5px 0 5px 0;
}

div.shopTextDiv {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #666666;
}

/*　-　*/
.colorRED {
	color: #F00;
}

