@charset "shift_jis";


/* Base
----------------------------------------------- */
body {
  margin: 0 0 0 15px;
  padding: 0;
	font-family: Verdana,‚l‚r ‚oƒSƒVƒbƒN,Osaka;
  font-size: 90%;
  color: #505a64;
	text-align: left;
  background: #fff url(images/background.gif) repeat-y;
}
h1,h2,h3,p,form,dl,dt,dd,ul,li,address,form {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
}
a {
  color: #505a64;
	text-decoration: underline;
}
a:hover {
  color: #0087c8;
}
img {
	border: 0;
}
hr {
	display: none;
}
#body {
  background: #fff url(images/body.gif) repeat-x;
}
.counter {
	color: #fff;
}


/* lang
----------------------------------------------- */
#lang {
	position: absolute;
	top: 0;
	left: 644px;
	width: 116px;
}
#lang li {
	float: left;
	height: 65px;
	text-indent: -9999px;
}
#lang a {
	display: block;
	height: 65px;
	text-decoration: none;
}
#lang00 {
	width: 75px;
  background: url(images/lang00_on.gif) no-repeat;
}
#lang01 {
	width: 41px;
  background: url(images/lang01_on.gif) no-repeat;
}
#lang00 a {
  background: url(images/lang00.gif) no-repeat;
}
#lang01 a {
  background: url(images/lang01.gif) no-repeat;
}
#lang:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


/* header
----------------------------------------------- */
#header h1 {
	font-size: 100%;
	text-indent: -9999px;
}
#header a {
	display: block;
	width: 245px;
	height: 85px;
	font-size: 100%;
	text-decoration: none;
  background: url(images/header_azur.gif) no-repeat;
}


/* footer
----------------------------------------------- */
#footer {
	margin: 0 0 10px 30px;
	padding: 10px 0 0;
	width: 715px;
	height: 45px;
	border-top: 5px solid #e6e6e6;
}
#footer_right {
	float: right;
}
#footer_right p {
	width: 144px;
	height: 43px;
	text-indent: -9999px;
  background: url(images/azur.gif) no-repeat;
}
#footer_left {
	float: left;
	margin: 5px 0;
}
#footer_left li {
	float: left;
	margin: 0	30px 0 0;
	font-size: 50%;
	text-indent: -9999px;
}
#footer_left a {
	display: block;
	height: 10px;
	text-decoration: none;
}
#footer_left00 a { width: 95px;	background: url(images/footer_left00.gif) no-repeat; }
#footer_left01 a { width: 80px;	background: url(images/footer_left01.gif) no-repeat; }
#footer_left02 a { width: 65px;	background: url(images/footer_left02.gif) no-repeat; }

#footer_left address {
  clear: both; 
	margin: 10px 0 0;
	float: left;
	color: #96a0aa;
	font-size: 72%;
}


/* nav
----------------------------------------------- */
#nav {
  display: inline-block;
	width: 760px;
}
#nav ul {
	float: left;
}
#nav li {
	float: left;
	padding: 0 6px 0 30px;
	text-indent: -9999px;
}
#nav a {
	display: block;
	height: 35px;
	text-decoration: none;
}
#nav00 a { width: 80px;		background: url(images/nav00.gif) no-repeat; }
#nav01 a { width: 210px;	background: url(images/nav01.gif) no-repeat; }
#nav02 a { width: 125px;	background: url(images/nav02.gif) no-repeat; }
#nav03 a { width: 95px;		background: url(images/nav03.gif) no-repeat; }
#nav04 a { width: 65px;		background: url(images/nav04.gif) no-repeat; }
#nav00 a:hover { background-position: 0 -36px; }
#nav01 a:hover { background-position: 0 -36px; }
#nav02 a:hover { background-position: 0 -36px; }
#nav03 a:hover { background-position: 0 -36px; }
#nav04 a:hover { background-position: 0 -36px; }
#nav:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


/* Home
----------------------------------------------- */
#topimage {
  clear: both; 
	margin: 15px 0 0 30px;
	width: 715px;
	height: 200px;
	text-indent: -9999px;
	background: url(../home/images/topimage.jpg) no-repeat;
}
#topic {
  display: inline-block;
	margin: 15px 0 10px 30px;
	width: 715px;
}
#topic_left {
	float: left;
	width: 350px;
/*	height: 153px;*/
	border: 1px solid #c8c8c8;
	background: #f0f0f0;
}
#topic_left h2 {
	padding: 5px 10px;
	font-size: 90%;
	font-weight: normal;
	border-bottom: 3px solid #c8c8c8;
}
#topic_left dl {
	margin: 0 0 10px 0;
}
#topic_left dt {
	padding: 10px 10px 0;
	color: #646e78;
	font-size: 75%;
}
#topic_left dd {
	padding: 3px 10px 0;
	font-size: 80%;
}
#topic_right {
	float: right;
	width: 358px;
}
#topic_right ul {
	margin: 0 0 15px;
}
#topic_right li {
	margin: 0 0 5px;
	width: 356px;
	height: 73px;
	text-indent: -9999px;
	border: 1px solid #c8c8c8;
}
#topic_right a {
	display: block;
	font-size: 90%;
	text-decoration: none;
}
#topic_right00 a { height: 72px; background: url(../home/images/topic_right00.gif) no-repeat; }
#topic_right01 a { height: 72px; background: url(../home/images/topic_right01.gif) no-repeat; }
#topic_right00 a:hover { background-position: -358px 0; }
#topic_right01 a:hover { background-position: -358px 0; }

#topic:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


/* contents
----------------------------------------------- */
#pageup {
	margin: 0 0 10px 710px;
	text-indent: -9999px;
}
#pageup a {
	display: block;
	width: 35px;
	height: 11px;
	text-decoration: none;
	background: url(images/b_pageup.gif) no-repeat;
}
#pageup a:hover {
	background-position: -35px 0;
}
#contents {
	margin: 0 0 0 30px;
	width: 715px;
}
#contents .loc {
	padding: 10px 0;
	font-size: 72%;
}
#contents h2 {
	margin: 0 0 20px;
	height: 40px;
	font-size: 100%;
}
#contents .book {
  display: inline-block;
	margin: 0 0 20px;
	width: 715px;
	border-top: 3px solid #e6e6e6;
}
#contents .book h3 {
	padding: 15px 0;
	font-size: 100%;
}
#contents .book_image {
	float: left;
	width: 335px;
}
#contents .book_spec {
	float: right;
	width: 380px;
}
#contents .book_spec table {
	font-size: 80%;
	border-collapse: collapse;
	empty-cells: show;
}
#contents .book_spec th {
	padding: 0 0 5px;
	width: 120px;
	font-weight: normal;
	text-align: left;
	line-height: 1em;
}
#contents .book_spec td {
	padding: 0 0 5px;
	width: 260px;
	line-height: 1.2em;
}
#contents .book:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


/* book_architecture
----------------------------------------------- */
#book_architecture {
	text-indent: -9999px;
	background: url(../book_architecture/images/title.gif) no-repeat;
}


/* book_graphic
----------------------------------------------- */
#book_graphic {
	text-indent: -9999px;
	background: url(../book_graphic/images/title.gif) no-repeat;
}


/* company
----------------------------------------------- */
#company {
	text-indent: -9999px;
	background: url(../company/images/title.gif) no-repeat;
}


/* privacy
----------------------------------------------- */
#privacy {
	text-indent: -9999px;
	background: url(../privacy/images/title.gif) no-repeat;
}


/* contact
----------------------------------------------- */
#contact {
	text-indent: -9999px;
	background: url(../contact/images/title.gif) no-repeat;
}
#country,#company_name,#name,#address,#email,#url,#comment {
	width: 100%;
	border: 1px solid #b4bec8;
}
#comment {
	width: 100%;
	height: 150px;
	border: 1px solid #b4bec8;
}
#tel1,#tel2,#tel3,#fax1,#fax2,#fax3 {
	width: 80px;
	border: 1px solid #b4bec8;
	ime-mode:disabled;
}
#contents .inputguide {
	display: inline-block;
	padding: 3px 0 0;
	width: 80px;
	font-size: 95%;
	text-align: center;
}
#email,#url {
	ime-mode:disabled;
}
#country,#name,#address,#email,#comment,#tel1,#tel2,#tel3 {
	background: #faebe1;
}
#contents .submit {
	margin: 15px 0 0;
	text-align: center;
}
#contents .error {
	color: #c83232;
	font-weight: bold;
}


/* column
----------------------------------------------- */
#contents .column {
  display: inline-block;
	margin: 0 0 20px;
	width: 715px;
}
#contents .column p {
	padding: 0 0 10px;
	font-size: 80%;
	line-height: 1.4em;
}
#contents .column_left {
	float: left;
	width: 200px;
}
#contents .column_right {
	float: right;
	width: 495px;
}
#contents .column table {
	margin: 10px 0 0;
	font-size: 80%;
	border-top: 3px solid #e6e6e6;
	border-collapse: collapse;
	empty-cells: show;
}
#contents .column th {
	padding: 10px 5px;
	width: 130px;
	font-weight: normal;
	text-align: left;
	border-right: 1px dotted #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
#contents .column td {
	padding: 10px;
	width: 365px;
	border-bottom: 1px solid #e6e6e6;
}
#contents .column ul {
	padding: 0 0 10px 10px;
	font-size: 80%;
}
#contents .column li {
	padding: 0 0 5px;
}
#contents .column:after {
  content: ".";
  display: block;
  height: 0; 
  clear: both; 
  visibility: hidden;
}
