@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);
	height: 150px;
	padding: 0px;
}
#image-photo h1 {
	padding:50px 0px 0px 75px;
	margin-top: 0px;
}
/* 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 {
	padding: 0px 10px;
	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-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: 1em;
	border-left: none;
}
#whatsnew h4 {
	color: #F00;
  font-weight:bold;
  text-decoration:underline;
  margin: 0px 10px 3px;
  line-height: 1.20em;
	text-align: center;
}
#renew {
	overflow:auto;
	background-color: #EEEEEE;
	height: 178px;
	font-size: 100%;
	margin: 5px 10px 5px 10px;
	padding: 5px;
	border-top: 2px solid #676767;
	border-right: 1px solid #AAA;
	border-bottom: 2px solid #AAA;
	border-left: 2px solid #676767;
}
#renew a {
	text-decoration: underline;
	line-height:1.25em;
}
#renew p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#renew dd {
  padding-left: 0.5em;
  font-size: 90%;
  line-height: 1.2em;
}
#renew dt {
  margin: 5px 0px 0px 0px;
  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-top: 0px;
	color: #FFFFFF;
	text-indent: 1em;
	border-left: none;
}
#hotcorner .goods {
	float: left;
	display: inline;
	overflow:hidden;
	width: 237px;
	height: 123px;
	border-right:	1px solid #676767;
	border-bottom: 1px solid #676767;
	margin: 0px 2px 5px 2px;
	padding: 3px 5px 0px 5px;
}
#hotcorner .goods a {
	color: #990033;
	text-decoration: underline;
}
#hotcorner .goods p {
	padding-top: 1px;
	line-height: 1.20em;
}
#hotcorner .goods img {
	float: left;
	width: 75px;
	height:85px;
	margin-right: 5px;
	border: 1px solid #676767;
}
