@charset "euc-jp";

/* °ìÈÌ */
body {
	color: #666666;
	font-size: 80%;
	text-align: center;
}

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


#page {
	position:relative;
	background-image: url('/image/menu/bg_menu.gif');
	width: 760px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	max-height: none;
}

/*---HEADER---------------------------------------------*/
h1#caption {
	margin: 0px;
	color: #ffffff;
	background-color: #E37200;
	font-weight: normal;
	font-size: 9pt;
	padding: 3px;
	text-align: right;
}

#header {
	background-color: #ffffff;
	background-image: url('/image/common/bg_header.jpg');
	background-repeat: no-repeat;
	background-position: right;
	height: 92px;
}

#header div#logo {
    float:left;
    margin: 5px;
}

#header div#home {
	float:right;
	margin: 40px 5px 5px 5px;
}
div#header_bar {
	background-color: #ffffff;
	padding-bottom: 15px;
}
/*---HEADER---------------------------------------------*/


/*---DOCUMENTS------------------------------------------*/
#documents {
	width: 100%;
	font-size: inherit;
}
#documents:after {
	content: "";
	display: block;
	clear: both;
}
/*---MENU--------------------------------------------*/
div#documents div#menu {
  float:left;
  width: 200px;
}
div#menu div#contents {
	background-color: #ffffff;
}
div#menu div#info {
	text-align: center;
	padding: 10px;
}
div#info div#com_info {
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	padding: 5px;
	text-align: left;
	color: #ffffff;
	font-size: 8pt;
}
div#info div#inquiry {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
}
/*---MENU--------------------------------------------*/
/*---DOCS--------------------------------------------*/
div#documents div#document {
	float:right;
	background-color: #ffffff;
	width: 560px;
	text-align: center;
}

div#document div.top_image {
	text-align: right;
	margin-left: auto;
	margin-right: 0px;
}
div#document div.paragraph {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
div.paragraph div.caption{
	margin-top: 20px;
	margin-bottom: 10px;
}
div.paragraph div.doc{
	line-height: 130%;
	text-align: left;
}
div.paragraph div.doc_topics {
	text-align: left;
	line-height: 130%;
}
div.paragraph div.doc_topics p {
	margin: 0px;
}

/*---DOCS--------------------------------------------*/
/*---DOCUMENTS------------------------------------------*/

/*---FOOTER---------------------------------------------*/
div#footer {
	padding-top: 5px;
	width: 100%;
	position:relative;
	bottom:0px;
	background-color: #ffffff;
}
div#footer div#footer_bar {
	background-color: #ffffff;
}
div#footer div#footer_menu {
	padding-top: 10px;
	text-align: center;
	margin: auto 0px;
	font-size: 9pt;
}
div#footer div#copy {
	padding-top: 10px;
	text-align: center;
	margin: auto 0px;
	font-size: 9pt;
}
/*---FOOTER---------------------------------------------*/


/*---TOP----*/
img.dog01 {
	position: relative;
	margin-top: 50px;
	z-index: 10;
}
table.list {
	position: relative;
  top: 0px;
  z-index: 2;
	width: 100%;
	font-size: inherit;
	clear: none;
}
table.list th {
	position: relative;
  z-index: 2;
	font-size: inherit;
	padding: 5px;
	text-align: left;
	color: #e37200;
	background-color: #ffd9b3;
}
table.list td {
	position: relative;
  z-index: 2;
	font-size: inherit;
	padding: 5px;
	background-color: #ffd9b3;
}

/*---TOP----*/

strong.y12 {
	color: #E37200;
	font-size: 12pt;
}

/*--- ÉÂ±¡ÊØ¤ê  ----*/


#info_list {
	text-align: left;
	width: 540px;
	border-color: #E37200;
	border-style: solid;
	border-width: 1px;

}
#info_list h2.subcaption {
	text-align: left;
	background-repeat: no-repeat;
	height: 25px;
	padding: 5px 5px 0 10px;
	margin: 10px 5px 5px 5px;
	font-size: 11pt;
	font-weight: bold;
	color: #E37200;
	letter-spacing: 0.1em;
}

#info_list div.date {
	background-color: #EEAA66;
	padding: 3px;
}
#info_list div.comment {
	padding: 5px;
	margin: 5px;
}
#info_list div.comment p {
	margin-bottom: 10px;
}

