/* 各コンテンツ基本CSS */

*{
	margin:0;
	padding:0;
	}

body {
	margin:0 auto;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Tahoma, Arial, "MS UIゴシック";
	color:#930;
	background:url(../img/bg_drop.jpg)  repeat top ;
	}
	
 
a {
	text-decoration: none;
	color: Blue;
	}
	
.pop a{
	text-decoration: none;
	color:#930;
	}
	
#contents{
	width:780px;
	margin:50px auto 0px;
}
	
#textbox{
	width:430px;
	padding:30px;
	}
	
#sidemenu{
	width:240px;
	}

#logo{
	width:145px;
	margin: 0px auto 0px;
}

#footer{
	text-align:right;
	padding:5px 5px 10px 5px ;
	letter-spacing: 1px;
}

.menu li{
	list-style:none;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-bottom: 20px;
	text-align:center;
	}

.bg{
	background:url(../img/bg.png);
	background-repeat:repeat-y;
	}	

/*
#top_border{
	width:780px;
	background-image:url(../img/border_top.jpg);
	background-repeat:no-repeat;
	}
*/
/* 各コンテンツ基本CSS 終わり*/

#itemtitle .underline02 {
	background-image: url(images/itemname_line.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	}

#bbs {
	width: 400px;
	padding: 10px;
	border: 1px solid #AAC6AA;
	margin-bottom:10px;
	}

/* what's new */

#whattitle {

	}
	
#whattitle .titimg {
	background-image: url(../img/what_title_bg.gif);
	background-repeat: no-repeat;
}
#whattitle .img {
	margin: 6px;
	clear: both;
	}

#whattitle .tit {
	font-weight: bold;
	font-size: 12px;
	color: #660000;
	margin-left: 24px;
	padding-top: 10px;
	height: 34px;
	}
	
#whattitle .day {
	font-weight: bold;
	font-size: 12px;
	color: #660000;
	background-image: url(../img/itemname_line.gif);
	background-position: top;
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 4px;
		}
		
.bold{
	font-weight:bold;
	}
	

.red {
	color:#FF0000;
	}
	
.RedBold{
	color:#FF0000;
	font-weight:bold;
	}

.underline {
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	}
	
.itemname{
	padding-bottom: 10px;
	background-image: url(../img/itemname_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
.itemname02 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	padding-bottom: 10px;
	background-image: url(../img/itemname_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
.endline01 {
	background-image:url(../img/line01.gif);
	background-repeat: repeat-x;
	}
	
.itemprice{
	font-size: 12px;
	color: #930;
	padding-bottom: 4px;
	padding-top: 4px;
	background-image: url(../img/itemname_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}

		
.txt01 {
	font-size: 12px;
	line-height: 1.5;
	}
	
.txt03 {
	font-size: 10px;
	color: #930;
	line-height: 1.5;
	}
	
#newpop {
	margin: 10px auto;
	}
