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

*{
	margin: 0;
	padding: 0;
}
li {
		list-style-type:none;
}
a{
	text-decoration: none;
}
a:link {
	color: #993300;
}

a:visited {
	color: #e37252;
}

a:hover {
	text-decoration:underline;
}
a:active {
	color: #cda826;
}

a.hidden {
	color: #000000;
}
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Comic Sans MS";
	font-size: 12px;
	background-color: #9A461D;
	line-height: 130%;
	text-align: center;
	color: #333333;
}
#wrap{
	width: 800px;
	margin: auto;
	background-color:#FFFFFF;
	text-align: left;
}

#wrap #header p {
	background: url(../img/head_index.jpg);
	width: 780px;
	height: 30px;
	text-align: right;
	margin-right: 20px;
}
/*  ▼メニュー▼ */
.nav {
	width:800px;
	height:30px;
	background-color:#7C1A1C;
	font: bold 16px "Times New Roman", Times, serif;
}
.nav li {
	float:left;
}
.nav li a {
	display: block;
	width:133px;
	color:#FFFFFF;
	line-height:30px;
	text-align:center;
	text-decoration:none;
}

/* ▲メニュー▲ */
#contents {
	margin-top:10px;
}
#main{
	width: 500px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}
.mainBox{
	background-image:url(../img/box_main.gif);
	background-repeat:repeat-y;
}
#main p{
	line-height: 150%;
	margin-top: 10px;
	margin-left: 20px;
}
.info {
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}
.mainBox h3{
	padding-top: 5px;
	padding-right: 50px;
	background-image:url(../img/box_main.gif);
	background-repeat: repeat-y;
	text-align: right;
	color:#660000;
	font: bolder 16px Georgia, "Times New Roman", Times, serif;
}
#side{
	float: right;
	margin-right: 20px;
}
.new{
	background-image: url(../img/memo.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 172px;
	padding: 40px 5px 20px;
}
#new h4{
	padding-bottom: 5px;
}
.new h2 {
	font-size: 14px;
}

#i p,#shop p{
	font-weight: bold;
}
#red{
	color:#DB0066;
	font-size: 14px;
}
.osusume  {
	margin: 10px;
}
.osusume ul {
	margin-left: 150px;
	line-height: 150%;
}
.osusume li {
	margin-left: 10px;
}

#footer {
	clear:both;
	width: 760px;
	background: #7C1A1C;
	text-align: center;
	color:#FFFFFF;
	padding: 5px 20px;
}
#footer ul{
	text-align: center;
}
#footer li{
	display:inline;
	color:#FFFFFF;
	margin: 10px;
}
#footer li a{
	color:#FFFFFF;
}
.clear { clear:both; }   
.clear hr { display:none; } 
.font2 {
	font-size: 10px;
}
.link {
	margin-left: 15px;
	
}

