/* ---------------------------------------------------------------- *
	基本設定
 * ---------------------------------------------------------------- */


body, div {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
}

#container {
	width: 880px;
	text-align: left;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
}


#container, #header, #main, .contents, .contents img, #top #nav, #inside, #topimg, #news, #banner, #second_div, #item, .item_in, .item_in2, #footercontent, #other_div, #sitemap, #sitemap2 {
	position: relative;
}

#header, .contents, #footer {
  clear: both;
}

a img {
  border: none;
}


#main {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
	background-color: #FFF;
}

#footer {
	height: 45px;
	margin: 0px;
	padding: 0px;
	clear: both;
	white-space: nowrap;
}


/* ---------------------------------------------------------------- *
	ie6用
 * ---------------------------------------------------------------- */


* html #container {
	height: 100%;
}

* html .contents {
	width: 878px;
}

* html #nav ul {
	margin: 0px;
	padding: 0px;
} /* IE6 "fix" */

* html #nav ul li a {
	margin: 0px;
	padding: 0px;
} /* IE6 "fix" */

* html #sideimage img {
	position: static;
}

* html .item_photo img {
	position: static;
}

* html .links img {
	position: static;
}

#nav ul a {
	zoom: 1; 
} /* IE6/7 fix */


#nav *:hover {
	background-color: none;
}

* html #footercontent {
	width: 880px;
}

/* ---------------------------------------------------------------- *
	背景表示用
 * ---------------------------------------------------------------- */


#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #main {
    height: 1em;
    overflow: visible;
}
/**/
