@charset "UTF-8";


* {
	margin:0;
	padding:0;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


body {
	color:#444;
	font:13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	*font-size:small;
	*font:x-small;
	vertical-align:top;
	text-align:center;
}

table {
	font-size:inherit;
	font:100%;
}

img, table, th, td {
	border:none;
	margin:0;
	padding:0;
}

ul, ol {
	margin:0;
	padding:0;
	list-style-type:none;
}

textarea,select,input {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

textarea {
 font-size:93%!important;
}

hr {
	display:none;
}

a {
	color:#336699;
	text-decoration:underline;
	cursor:pointer;
}

a:link {
	color:#336699;
	text-decoration:underline;
}

a:hover {
	color:#336699;
	text-decoration:none;
}

#contents li img {
	background-color:transparent;
	text-decoration:none;
}

#contents a img {
	background-color:transparent;
}

#contents a:hover img {
	background-color:transparent;
	text-decoration:none;
}

img.icon {
	margin-right:3px;
	vertical-align:middle;
}

#contents p {
	line-height:140%;
	margin:0;
	padding:0 0 5px 0;
	word-break:break-all;
}

#contents li {
	line-height:140%;
}



/* clearfix */
.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	font-size:0.1em;
	line-height:0;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	min-height:1%;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */



/* br clear */
br.clear_noie, 
div.clear_noie {
	display:inline !important;
	display:none;
	clear:both;
	line-height:0px;
}
br.clear_all {
	clear:both;
	line-height:0px;
}

/*--------------------------------------------------------------------
uniqcss
--------------------------------------------------------------------*/

/* base */
#wrap {
	background-color:#f1ece1;
	margin:0 auto;
	width:810px;
}

div.spLink {
	background:url(/images/bg_special.gif) left top no-repeat;
	padding-top:82px;
	margin:0 auto;
	min-height:146px;
	width:782px;
}

div.spLink ul {
	margin:0 auto;
	width:700px;
}

div.spLink ul li {
	float:left;
	margin-right:5px;
}

div.spLink ul li.no {
	margin-right:0;
}


#section {
	background-color:#bcaf96;
	margin:0 auto 30px;
	padding:15px;
	width:750px;
}

#section ul li {
	float:left;
	margin-right:4px;
}

#section div.info {
	background:url(/images/bg_contents.jpg) left top no-repeat;
	position:relative;
	min-height:142px;
}

#section div.info p.infoBtn01 {
	position:absolute;
	top:16px;
	left:28px;
	margin:0;
	padding:0;
}

#section div.info p.infoBtn02 {
	position:absolute;
	top:16px;
	left:377px;
	margin:0;
	padding:0;
}



/*----------------------------------------------------
	☆footer
----------------------------------------------------*/

#footer {
	background:url(/lib/cmn_img/bg_fotter.gif) left top no-repeat;
	height:112px;
	position:relative;
	text-align:left;
}

#footer p.logo {
	position:absolute;
	top:27px;
	left:20px;
}

#footer div.bnrarea {
	background:url(/lib/cmn_img/bg_bnrarea.gif) left top no-repeat;
	height:61px;
	position:absolute;
	top:27px;
	left:264px;
	width:525px;
}

#footer div.bnrarea ul {
	position:absolute;
	top:13px;
	left:22px;
	height:35px;
}

#footer div.bnrarea ul li {
	float:left;
	margin-right:10px;
}





/*----------------------------------------------------
	☆gallery
----------------------------------------------------*/


#viewer {
	margin: 0 auto;
	width: 630px;
	text-align: left;
}
#viewer div.bigImg {
	float:left;
	width: 465px;
	height: 350px;
	margin-right:5px;
	overflow: hidden;
	position: relative;
}
#viewer div.bigImg img {
	top: 0;
	left: 0;
	position: absolute;
}

#viewer div.thumbList {
	float:right;
	width:150px;
}

#viewer ul {
	width:150px;
}

#viewer ul li {
	cursor:pointer;
	float:left;
	margin:0 4px 2px 0;
}

#viewer ul li.li03{
	float:left;
}


#viewer ul li span img, #viewer ul li span { border: none; overflow: hidden; float: left; }

#viewer ul li.active span { border: 3px solid #AFA462; }

#viewer ul li.active span img { margin: -3px; }


