@charset "utf-8";
/* CSS Information =============================
	File name: index.css
	Editors: Yukio Marubashi
	Last Editor: Yukio Marubashi
	Date: 2010.02.01
============================================== */

/* layout -----------------------------------------*/
#global-nav, h2 {
	background-image: url(../img/br-index.jpg);
	background-repeat: repeat-x;
}
#global-nav .pos {
  background-color: #666666;
  color: #FFFFFF;
}
#local-nav h3 {
	background-color:#333333;
}
#contents .cl-indent {
	line-height: 1.5em;
}
/* image-photo ----------------------------------- */
#image-photo {
/*	background-image: url(../img/image.jpg);*/
	background-image: url(../img/skytree.jpg);
  background-color:#DDD;
  height: 150px;
	padding: 0px;
}
#image-photo h1 {
/*	padding:20px 0px 0px 115px;*/
  padding:20px 0px 0px 0px;
  text-align: center;
  line-height: 1.3em;
	color: #000;
}
/* whatsnew ------------------------------------------ */
#whatsnew {
	float: left;
	display: inline;
  width: 235px;
	border-right: 1px solid #676767;
	border-bottom: 1px solid #676767;
	border-left: 1px solid #676767;
	background-color: #FFFFFF;
}
#whatsnew p {
	overflow: auto;
  padding: 0px 3px 0px 7px;
	color: #333333;
	font-size: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	text-indent: 1em;
	line-height: 1.25em;
}
#whatsnew a {
  text-decoration: underline;
}
#whatsnew h2 {
	width: 235px;
	height: 25px;
	margin: 0px;
  font-weight: normal;
	color: #FFFFFF;
	text-indent: 1em;
	border-left: none;
}
#whatsnew h3 {
  background: #333;
  color: #FFF;
	border-top: 1px solid #333;
	border-right: 5px solid #F00;
	border-bottom: 1px solid #333;
	border-left: 5px solid #F00;
  font-weight:bold;
  padding-top: 2px;
  margin: 0px 5px 5px 5px;
  line-height: 1.0em;
	text-align: center;
}
#whatsnew h4 {
	color: #F00;
  font-weight:bold;
  margin: 0px 0px 3px 0px;
  line-height: 1.20em;
	text-align: center;
}
#topics {
	overflow: auto;
	height: 155px;
	font-size: 100%;
  margin: 3px 0px 12px 0px;
}
#renew {
	overflow:auto;
	background-color: #EEEEEE;
	height: 210px;
	font-size: 95%;
  padding: 0px 5px 0px 10px;
  margin-top: 1px;
}
#renew a {
	text-decoration: underline;
	line-height:1.25em;
}
#renew dd {
  padding-left: 0.5em;
	margin-bottom: 2px;
  font-size: 90%;
  line-height: 1.05em;
}
#renew dt {
  font-size: 85%;
}
#privacy {
	margin: 40px;
}
#privacy h2 {
	color: #000000;
	border-left: none;
}
#privacy p {
	line-height: 1.25em;
}
#privacy dt {
	padding-top: 8px;
	padding-bottom: 4px;
}
#privacy dd {
	padding-left: 1em;
	text-indent: 1em;
	line-height: 1.25em;
}
/* hotcorner ------------------------------------------ */
#hotcorner {
	float: right;
	display: inline;
	width: 510px;
}
#hotcorner h2 {
	width: 510px;
	height: 25px;
	font-weight: normal;
	margin: 0px;
	color: #FFFFFF;
	text-indent: 1em;
	border-left: none;
}
#hotcorner h3 {
  padding-top: 1px;
  text-indent: 0.5em;
	line-height: 1em;
  background-color: #DDD;
	display:block;
	border-top: 0px solid #676767;
  border-right:  1px solid #676767;
  border-left: 5px solid #F00;
	border-bottom: 1px solid #676767;
}
#hotcorner .goods_2p {
	float: left;
	display: inline;
	overflow: hidden;
	width: 238px;
	height: 400px;
	border-right:	1px solid #676767;
	border-bottom: 1px solid #676767;
	margin: 0px 2px 0px 2px;
	padding: 3px 5px 0px 5px;
}
#hotcorner .goods_2p img {
	margin-top: 2px;
}
#hotcorner .goods {
	float: left;
	display: inline;
	overflow:hidden;
	width: 238px;
	height: 127px;
	border-right:	1px solid #676767;
	border-bottom: 1px solid #676767;
	margin: 1px 2px 4px 2px;
	padding: 3px 5px 0px 5px;
}
#hotcorner a {
	color: #036;
/*	color: #990033; */
	text-decoration: underline;
}
#hotcorner .goods p {
	padding-top: 1px;
	line-height: 1.20em;
}
#hotcorner .goods img {
	float: left;
	width: 75px;
	height: 95px;
	margin-top: 2px;
  border-right: 4px solid #FFF;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
