@charset "shift_jis";

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka ;
	font-size: 100%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	
}
input,textarea,select {
	font-size: 1em;
}

table {
	border-collapse:collapse;
	font-size: 100%;
}

strong {
	font-size: 120%;
}

/*--------------------------------------一般リンク*/
a {
	color: #000000;
}


a:hover {
	color: #66CCFF; 
	text-decoration: underline ;
}


/*--------------------------------------全体*/
#container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid col;
}


/*--------------------------------------*/
#header {
	position: relative;
	width: 100%;
	height: 120px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#header #logo {
	padding-top: 20px;
	padding-left: 20px;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	top: 0px;
	right: 0px;
}


/*--------------------------------------水平メニュー*/
ul#holmenu {
	margin-left: 40px;
	line-height: 30px;
}

ul#holmenu li {
	float: left;
	height: 30px;
	width: 110px;
}

ul#holmenu a {
	color: #999999;
	text-decoration: none;
	display: block;
	font-size: 14px;
	text-align: center;
}

ul#holmenu a:hover {
	font-size: 16px;
	color: #66CCFF;
	text-decoration: underline ;
}



/*--------------------------------------コンテンツ*/
#contents {
	clear: left;
	width: 100%;
	padding: 10px;
}

#bodies {
	width: 940px;
	border-top: 1px solid #999999;
}

#body0 {
	padding-top: 20px;
	padding-left: 60px;
	width: 760px;
	height: 100px;

}

#body1 {
	padding-top: 20px;
	padding-left: 60px;
	width: 760px;
	/*height: 700px;*/
	/*background-color: #cccccc;*/
}


#body1 h2 {
	font-size: 120%;
	padding-left: 10px;
	border-bottom: 5px solid #66CCFF;
	clear: both;
}
/*
#body1 p {
	padding: 0.5em 10px 1em;
	text-align: center;
}

#body1 dl {
	height: 100px;
	width: 750px;
	overflow: auto;
	margin-top: 5px;
	margin-left: 30px;
	padding: 10px;
	border: 1px solid #999999;
	margin-bottom: 1em;
}

#body1 dl dt {
	font-weight: bold;
	float: left;
	font-size: 80%;
}

#body1 dl dd {
	border-bottom: 1px solid #cccccc;
	padding-left: 8em;
	font-size: 80%;
}*/

#body21 {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	height: 400px;
	width: 300px;
	/*background-color: #ccccaa;*/
	text-align: left;
	margin-left: 20px;
}

#body21 p {
	text-align: left;
	font-size: 90%;
}


#body22 {
	padding-top: 10px;
	padding-left: 10px;
	height: 300px;
	width: 400px;
	float: right;
	margin-right: 20px;
	/*background-color: #aaccaa;*/	
}

#body22 dl {
	height: 335px;
	width: 400px;
	/*overflow: auto;*/
	margin-top: 5px;
	padding: 10px;
	/*border: 1px solid #999999;*/
	margin-bottom: 1em;
}
#body22 dt {
	font-weight: bold;
	font-size: 95%;
	border-bottom: solid 1px #cccccc;
	color: #444444;
}

#body22 dd {
	margin-left: 5em;
	font-size: 90%;
	color: #666666;
}



/*--------------------------------------カタログサムネイル  128*96*/
#thumb {

}

#thumb p {
	height: 130px;
	width: 140px;
	border: 1px solid #CCCCCC;
	text-align: center;
	background-image: url(images/itembox_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 5px;
	float: left;
	margin: 10px;
	font-size: 95%;
	line-height: 110%; 
}

#thumb *.value {
	font-size: 85%;
	text-decoration: underline;
	color: #000000;
}

#thumb a img {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

#thumb a:hover img {
	border: 1px solid #999999;
}

#thumb h2 {
	clear: both;
	border-top: 2px solid #66CCFF;
	border-bottom: 2px solid #66CCFF;
	border-left: 20px solid #66CCFF;
	font-size: 120%;
	padding-top: 5px;
	padding-left: 1em;
	background-color: #f7f7f7;
	
}

#thumb h2.vip{
	clear: both;
	border-top: 2px solid #66CCFF;
	border-bottom: 2px solid #66CCFF;
	border-left: 20px solid #66CCFF;
	font-size: 120%;
	padding-top: 5px;
	padding-left: 1em;
	background-color: #f7f7f7;
	background-image: url("vip/vip-image.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: scroll;
}

#h2box {
	padding-left: 3em;
	padding-top: 10px;
	padding-bottom: 30px;
}

#h2box p {
	text-align: left;
}

#h2box h3 {
	padding-left: 1em;
	border-bottom: 2px solid #cccccc;
	width: 400px;
}

#h2box ul {
	padding-left: 2em;
}

#h2box li {
	font-size: 90%;
}

p .address {
	text-align: center;
}

/*--------------------------------------カタログ単品　714*536*/
#catalog {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 550px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
#catalog img {
	padding: 20px;
}

#catalog h2 {
	font-size: 120%;
}

#cata {
	/*
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	
	border: 1px solid #CCCCCC;*/
	width: 880px; 
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 20px;
	height: 400px;
}

#cata img {
	float: left;
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin-right: 2em;
}

#cata h2 {
	width: auto;
	padding-left: 2em;
	font-size: 120%;
}

#cata *.value {
	font-size: 85%;
	text-decoration: underline;
	color: #000000;
	margin-left: 2em;
}

#cata p {
	font-size: 90%;
}



/*--------------------------------------テール*/
#tail {
	clear: both;
	width: 940px;
	text-align: center;
	border-top: 1px solid #999999;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 80%;
}

.top
{
   display: block;
   width: 50px;
   height: 16px;
   background-image: url('top.gif');
   background-repeat: no-repeat;
   text-indent: -4096px;
}

