/* CSS Document */
/* リセット */
body {
	margin:0;
	padding:0;
	font-size:0.9em;
	line-height:1.7em;
}
ul,ol {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	border: 0;
	background: url(images/html4.jpg);
}

/* id */
#page {
	width:750px;
	margin:0 auto;
	background-image:url("images/mark.png");
	background-repeat:repeat-y;
	background-position:right;
}
#title {
	width::750px;
	height:200px;
	background-image:url("images/title3.jpg");
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#g-btn {
	margin:0;
	padding:0;
	height:40px;
	width:750px;
}
#g-btn a {
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
	height:40px;
	width:150px;
	text-indent: -9999px;
}
.btn1,.btn2,.btn3,.btn4,.btn5 
{
	float:left;
}
#g-btn .btn1 a {
	background:url("images/btn1.jpg") no-repeat;
}
#g-btn .btn1 a:hover {
	background:url("images/btn1hover.jpg") no-repeat;
}
#g-btn .btn2 a {
	background:url("images/btn2.gif") no-repeat;
}
#g-btn .btn2 a:hover {
	background:url("images/btn2hover.gif") no-repeat;
}
#g-btn .btn3 a {
	background:url("images/btn3.jpg") no-repeat;
}
#g-btn .btn3 a:hover {
	background:url("images/btn3hover.jpg") no-repeat;
}
#g-btn .btn4 a {
	background:url("images/btn4.gif") no-repeat;
}
#g-btn .btn4 a:hover {
	background:url("images/btn4hover.gif") no-repeat;
}
#g-btn .btn5 a {
	background:url("images/btn5.gif") no-repeat;
}
#g-btn .btn5 a:hover {
	background:url("images/btn5hover.gif") no-repeat;
}

#contents {
	width:700px;
}
#footer {
	margin:30px;
	font-size:0.8em;
	text-align:center;
}	
/* class */
.shop {
	margin:0 0 10px 0;
}
.photo {
	margin:0 20px 0 0;
	width:146px;
	height:125px;
	float:left;
}
.text {
	margin:0 0 0 166px;
	width:554px;
	float:top;
}
.desc {
	clear:left;
	text-align:right;
}
/* tag */
h2 {
	margin:10px 0 15px 0;
	padding:10px;
	border-top:1px solid #999;
	border-right:15px solid #999;
	border-bottom:1px solid #999;
	border-left:15px solid #999;
}
h3 {
	margin:0 0 10px 0;
}
p {
	margin:0;
}
/* a */
.desc a:link {
	color:#36F;
	text-decoration:none;
	padding:0 0 0 30px;
}
.desc a:visited {
	color:#36F;
}
.desc a:hover {
	background-image:url("images/mark2.png");
	background-repeat:no-repeat;
	color:#C33;
	text-decoration:underline;
}
	
	
.Flash1 {
	margin: 10px auto;
	height: 400px;
	width: 550px;
	border: 1px solid #ccc;
}
.Flash2 {
	margin: 10px auto;
	height: 600px;
	width: 800px;
	border: 1px solid #ccc;
}
