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

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	background:#9D6E6E url(../img/common/bg/bg.jpg) repeat-x;
	color: #000000;
}
a:link {
	color: #DF0C24;
}
a:visited {
	color: #DF0C24;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #DF0C24;
}
p {
	margin:0 0 1em;
}
img,
fieldset {
}
/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:100%; /* the bottom margin is the negative value of the footer's height */
}
/*-----------------------------------------------
 __header
-----------------------------------------------*/
#header {
	width: 980px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
}
/*-----------------------------------------------
 __contents
-----------------------------------------------*/
#content {
	width:960px;
	margin:0px auto 0;
	background-repeat: repeat-y;
	padding: 0px 10px;
	background-image: url(../img/common/contntBg.gif);
}
#mainContents {
	width:940px;
	margin:0px auto 0;
	padding: 10px 20px;
	background-image: url(../img/index/mainContentsBg.png);
	background-repeat: repeat-y;
}
#footerContainer {
	background-color: #4e0e11;
	width: 100%;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 15px 3px;
	text-align: right;
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/common/footer.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
}
h1 {
	height: 63px;
	width: 940px;
	background-image: url(../img/index/header.jpg);
	padding: 7px 20px 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	line-height: 1.2em;
}
#header {
	height: 63px;
	width: 940px;
	background-image: url(../img/index/header_ja.jpg);
}
h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}
h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
#intro {
	margin: 0px;
	padding: 0.7em;
	width: 920px;
	line-height: 1.5em;
	color: #FFFFFF;
	background-image: url(../img/common/bg/bgcaption.png);
	background-repeat: repeat-x;
	font-size: 1em;
}
#intro p:first-child:first-letter {
   font-size: 270%;
   float: left;
   line-height: 1;
   padding: 2px;
   margin-right: 3px;
}
#p:dropcap:first-letter {
   font-size: 270%;
   float: left;
   line-height: 1;
   padding: 3px;
   margin-right: 3px;
}
#japanese {
	margin: 0px;
	padding: 5px;
	float: right;
	width: 455px;
	line-height: 1.7em;
	color: #FFFFFF;
	background-image: url(../img/common/bg/bgcaption.gif);
	background-repeat: repeat-x;
	font-size: small;
}
#address {
	margin: 10px 0px;
	padding: 5px;
	width: 455px;
	line-height: 1.4em;
	color: #FFFFFF;
	font-size: medium;
}
#left {
	padding: 0px;
	float: left;
	width: auto;
	font-size: small;
	color: #FFFFFF;
}
#left div.scrollBox {
	width: 440px;
	height: 80px;
	overflow: auto;
	padding: 0 1em;
	border: 1px solid #000000;
	background-color: #4D090B;
	background-repeat: repeat-x;
	font-size: small;
	color: #FFFFFF;
}
#left div.scrollBox2 {
	width: 440px;
	height: 24px;
	overflow: auto;
	padding: 0 1em;
	border: 1px solid #000000;
	background-color: #4D090B;
	background-repeat: repeat-x;
	font-size: small;
	color: #FFFFFF;
}
#right {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: right;
	width: 460px;
	text-align: right;
	font-size: small;
	color: #FFFFFF;
}
#right img {
	margin: 0px 0px 0px 10px;
}
#caption {
	margin: 0px;
	width: 100%;
	padding-bottom: 10px;
}
