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

/*RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
sup {vertical-align:super; font-weight:normal;}


body {
	margin:0;
	padding:0;
}
a:link {
	color: #999999;
	text-decoration: underline;
} 
a:visited {
	color: #999999;
}
a:hover,
a:focus {
	color: #999999;
	text-decoration: none;
}
a:active {
}
#pack {
	width:960px;
	margin:0 auto;
}
#pack-inner {
	padding:0 10px;
}

h1 {
	margin:0 0 10px 0;
	padding:0;
}
p {
	font-size:10px;
	line-height:1.5em;
	color:#737373;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
.box-left,
.box-center {
	width:600px;
	float:right;
}
.box-right {
	width:300px;
	float:left;
}
#menu {
	clear:both;
	text-align:right;
}
#menu a {
	width: 60px;
	height: 0;
	padding-top: 26px;
	display: block;
	overflow: hidden;
	background: url(../images/t_menu.gif) no-repeat 0 0;
	margin: 0 0 0 auto;
}
#menu a:hover {
	background-position: 0 -26px;
}
#footer {
	text-align:right;
	border-top:2px solid #000000;
	padding-top:5px;
}
#footer p {
	color:#999999;
	margin:0;
	padding:0 15px 0 0;
	background:url(../images/bg_h.gif) no-repeat right;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}


/* ギャラリー用 */
body#gallery {
	background-color: #EFEFEF;
}
body#gallery #footer {
	width: 940px;
	margin: 20px auto;
	text-align:right;
	border-top:2px solid #000000;
	padding-top:5px;
}
body#gallery #footer p {
	background:url(../images/bg_h-gray.gif) no-repeat right;
}
#pack-list {
	width: 980px;
	margin: 0 auto;
}
#pack-list-inner {
	padding-left: 20px;
}
#pack-list-inner li {
	display: inline;
	width: 140px;
	height: 140px;
	
}
#pack-list-inner li a {
	float: left;
	display: block;
	border: 10px solid #FFFFFF;
	margin: 20px 20px 0 0;
}
#pack-list-inner li a:hover {
	border: 10px solid #000000;
}
#pack-list-inner ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

