@charset "utf-8";
/* CSS Document */
body{
	height:100%;
	margin:0;
	padding:0px;
	font-size:small;
	background-image: url(main_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
}
.main{
	width:780px;
	margin-left:10px;
}
/* コンテンツ */
.con{
	width:760px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
}


/* ヘッダー */
.header{
	width:100%;
	height:80px;
	background-image: url(header_img.jpg);
	background-repeat:no-repeat;
}
/* フッター */
.footer{
	clear:both;
	width:780px;
	height:50px;
	margin-top:25px;
	margin-left:10px;
	background-image:url(footer_bg.gif);
	background-repeat:repeat-x;
}
/* TOPICS */
#topics_frame{
	width:600px;
	margin-left:50px;
	margin-bottom:5px;
	margin-top:5px;
	line-height:130%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#topics_frame div#date{
	width:80px;
	float:left;
	margin-left:15px;
	height:120%;
}
#topics_frame div#con{
	width:500px;
	margin-left:15px;
}

/*プロダクツ*/
.pro{
	width:300px;
	font-size:12px;
	text-align:center;
	margin-top:15px;
	margin-left:25px;
	margin-bottom:15px;
}
.pro .pro_moji{
	padding:10px 10px;
}
.meshiagari_mojo{
	font-size:12px;
	text-align:left;
	margin-top:10px;
}

/*サテライトショップ*/
.shop_name{
	font-weight:bold;
}
.shop_moji{
	margin-top:5px;
	line-height:125%;
}
