@charset "UTF-8";

body {
	background-color: white;
	margin: 0;
	color: black;
	font-size: .8em;
	font-family:
		Helvetica,
		Arial,
		Osaka,
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic";
}

a:link {
	color: #5d5d5d;
	text-decoration: none;
}
a:visited {
	color: #5d5d5d;
	text-decoration: none;
}
a:hover {
	color: #5d5d5d;
	text-decoration: underline;
}
a:active {
	color: #5d5d5d;
	text-decoration: none;
}

img,abbr,acronym,fieldset {
	border: 0;
	vertical-align: bottom;
}

img {
	font-size: 0;
	line-height: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
}

th,td {
	vertical-align: top;
}

body {
	text-align: center;		/*	IE6対策	*/
}

div.contents {
	padding: 0 9px;
}

.clear {
	clear: both;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.gray {
	color: dimgray;
}

.lh300 {
	line-height: 300%;
}

.mt10 {
	margin-top: 10px;
}

.bigtext {
	font-size: 130%;
}

.i {
	font-style: italic;
}

/*	ヘッダ関係
******************** */

div#header {
	width: 871px;
	height: 41px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/back_header.gif) no-repeat;
}

#header .selLanguage {
	float: left;
	padding-top: 10px;
}

#header div.search {
	float: right;
	vertical-align: middle;
	padding: 8px 5px 0 0;
}

/*	内容部
******************** */

div#main {
	width: 871px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/back_main.gif) repeat-y;
}

#main div.flash {
}

#main div.splitLine {
	height: 31px;
	font-size: 1px;
	background: url(../images/splitline.gif) no-repeat;
}

/* mainMenu */

#main div#mainMenu {
	text-align: center;
}

#jp #main div#mainMenu {
	font-size: 115%;
}

#en #main div#mainMenu {
	font-size: 125%;
}

#main #mainMenu span.menu {
	margin: 0 5px;
}

#top #main #mainMenu {
	padding-bottom: 26px;
}

#contents #main #mainMenu {
	padding: 14px 0;
}

#main div.title {
	margin: 16px 0 10px 0;
}

#main div.line1 {
	margin-top: 10px;
}

#main div.text {
	margin: 0 85px 0 130px;
}

#main div.return {
	margin-top: 0.5em;
	text-align: right;
}

/* /mainMenu */

/* トップページ内容 */

#top div#reading {
	padding-left: 10px;
}

#top #reading div.left {
	float: left;
	width: 619px;
}

#top #reading div.right {
	float: right;
	width: 224px;
	margin-left: 0px;
}

#top #reading div.read {
	width: 619px;
	height: 52px;
	background: url(../images/top/readback.gif) no-repeat;
}

#top #reading div.readText {
	color: #5d5d5d;
	height: 52px;
	vertical-align: middle;
	padding: 12px 20px 0 66px;
}

#top #reading img.button {
	margin-left: 11px;
	margin-bottom: 5px;
}

#top #reading div#news {
	width: 619px;
	margin-top: 16px;
	padding-top: 28px;
	margin-bottom: 10px;
	background: url(../images/top/box_news.gif) no-repeat;
}

#top #reading #news dl {
	margin: 0 0 8px 0;
}

#top #reading #news dl dt {
	float: left;
	clear: both;
	width: 90px;
}

#top #reading #news dl dd {
	margin-left: 90px;
}

#top #reading #news img.more {
	margin-left: 559px;
}

#jp #top #reading #news dt,dd {
	font-size: 85%;
}

#en #top #reading #news dt,dd {
	font-size: 85%;
}

/* /トップページ内容 */

/* コンテンツページ内容 */

#contents div#buttons {
	width: 853px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#contents #buttons img.button {
	margin: 0 5px;
}

#contents div#news {
	width: 780px;
	margin-left: 44px;
	margin-top: 16px;
}

#contents div#newsCaption {
	width: 780px;
	height: 89px;
	padding-top: 10px;
	background: url(../images/logo.gif) no-repeat;
}

#contents #news #newsCaption div.caption {
	margin-left: 86px;
}

#contents #news #newsCaption div#pages {
	margin-top: 10px;
	float:right;
}

#contents #news #newsCaption #pages a {
	display: block;
	margin-left: 4px;
	width: 60px;
	padding: 0.3em;
	float: left;
	text-decoration: none;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

#contents #news #newsCaption #pages a.on {
	background-color: #E4E7E9;
	color: #8E9CA4;
	border: 1px solid #8E9CA4;
}

#contents #news #newsCaption #pages a.off {
	background-color: #A6A6A6;
	color: white;
	border: 1px solid #A6A6A6;
}

#contents #news #newsCaption div.line {
	float:right;
	width: 700px;
	border-bottom: 1px solid #BDBDBD;
	margin-top: 15px;
	*margin-top: 3px;	/* for IE6 */
}

#contents #news div.news {
	margin-left: 85px;
	margin-top: 10px;
}

#contents #news dl {
	margin: 0 0 8px 0;
}

#contents #news dl dt {
	float: left;
	clear: both;
	width: 90px;
}

#contents #news dl dd {
	margin-left: 90px;
}

#contents #news img.more {
	margin-left: 559px;
}

#jp #contents #news dt,dd {
	font-size: 85%;
}

#en #contents #news dt,dd {
	font-size: 85%;
}

#contents div#works {
	width: 797px;
	margin: 0 28px;
	background: url(../images/logo_s.gif) no-repeat;
}

#contents div#books {
	width: 797px;
	margin: 0 28px;
	background: url(../images/logo_s.gif) no-repeat;
}

#contents div#translators {
	width: 797px;
	margin: 0 28px;
}

#contents div#sitemap {
	width: 100%;
	margin: 0 93px;
}

#contents div.caption {
	margin-left: 46px;
	padding-top: 13px;
}

#contents div.photo {
	float: left;
	width: 160px;
	text-align: left;
}

#contents div#text {
	margin-left: 160px;
	padding-top: 10px;
	text-align: left;
}

#contents #text div.datatitle {
	margin-top: 1em;
}

#contents #text div.data {
	margin-top: 0.2em;
}

#contents #text div.data2 {
	font-size: 30%;
	line-height: 100%;
}

#contents #text ul {
	margin: 0;
}

#contents #text li {
	margin: 0.2em 0 0 -1.5em;
	*margin: 0.2em 0 0 1.5em;
}

/*	翻訳作品紹介
	************************** */

#contents #works div#pages {
	margin-top: 22px;
	float: right;
}

#contents #works #pages a {
	display: block;
	margin-left: 4px;
	width: 112px;
	*width: 123px;	/* for IE6 */
	padding: 0.3em;
	float: left;
	text-decoration: none;
	text-align: center;
}

#contents #works #pages a.on {
	background-color: #E4E7E9;
	color: #8E9CA4;
	border: 1px solid #8E9CA4;
}

#contents #works #pages a.off {
	background-color: #A6A6A6;
	color: white;
	border: 1px solid #A6A6A6;
}

#contents #works table {
	width: 100%;
}

#contents #works th, td {
	padding: 2px;
}

#contents #works th {
	text-align: center;
}

#contents #works td.top {
	border-top: 1px solid #8E9CA4;
	padding-top: 0.5em;
}

#contents #works td.bottom {
	padding-bottom: 0.5em;
}

#contents #works td.title {
	width: 30%;
	text-align: left;
	vertical-align: top;
}

#contents #works td.author {
	width: 20%;
	text-align: left;
	vertical-align: top;
}

#contents #works td.language {
	width: 15%;
	text-align: center;
	vertical-align: top;
}

#contents #works td.translator {
	width: 35%;
	text-align: left;
	vertical-align: top;
}

#contents #works span.language {
	display: block;
	margin-left: 2px;
	width: 95px;
	*width: 103px;	/* for IE6 */
	padding: 0.2em 0.3em;
	float: left;
	text-decoration: none;
	text-align: center;
	font-size: 80%;
}

#contents #works span.en {
	background-color: #984F3A;
	color: white;
	border: 1px solid #984F3A;
}

#contents #works span.fr {
	background-color: #3B7ABD;
	color: white;
	border: 1px solid #3B7ABD;
}

#contents #works span.de {
	background-color: #9D8B3A;
	color: white;
	border: 1px solid #9D8B3A;
}

#contents #works span.ru {
	background-color: #067550;
	color: white;
	border: 1px solid #067550;
}

#contents #works span.tr {
	background-color: #685491;
	color: white;
	border: 1px solid #685491;
}

#contents #works span.pt {
	background-color: #067A96;
	color: white;
	border: 1px solid #067A96;
}

#contents #works span.id {
	background-color: #731D7B;
	color: white;
	border: 1px solid #731D7B;
}

#contents #works div.title {
	width: 100%;
	color: #8E9CA4;
	font-size: 170%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #8E9CA4;
}

#contents #works .attr {
	font-size: 85%;
	line-height: 16px;
}

#contents #works .attr img {
	vertical-align: top;
}

/*	************************** */

#contents #books div#pages {
	margin-top: 22px;
	float: right;
}

#contents #books #pages a {
	display: block;
	margin-left: 2px;
	width: 95px;
	*width: 103px;	/* for IE6 */
	padding: 0.5em 0.3em;
	float: left;
	text-decoration: none;
	text-align: center;
	font-size: 80%;
}

#contents #books #pages a.en {
	background-color: #984F3A;
	color: white;
	border: 1px solid #984F3A;
}

#contents #books #pages a.fr {
	background-color: #3B7ABD;
	color: white;
	border: 1px solid #3B7ABD;
}

#contents #books #pages a.de {
	background-color: #9D8B3A;
	color: white;
	border: 1px solid #9D8B3A;
}

#contents #books #pages a.ru {
	background-color: #067550;
	color: white;
	border: 1px solid #067550;
}

#contents #books #pages a.tr {
	background-color: #685491;
	color: white;
	border: 1px solid #685491;
}

#contents #books #pages a.pt {
	background-color: #067A96;
	color: white;
	border: 1px solid #067A96;
}

#contents #books #pages a.id {
	background-color: #731D7B;
	color: white;
	border: 1px solid #731D7B;
}

#contents #books #pages a.enOn {
	background-color: #ECDDDA;
	color: #984F3A;
	border: 1px solid #984F3A;
}

#contents #books #pages a.frOn {
	background-color: #DAE5F3;
	color: #3B7ABD;
	border: 1px solid #3B7ABD;
}

#contents #books #pages a.deOn {
	background-color: #ECE8D8;
	color: #9D8B3A;
	border: 1px solid #9D8B3A;
}

#contents #books #pages a.ruOn {
	background-color: #CFE5DE;
	color: #067550;
	border: 1px solid #067550;
}

#contents #books #pages a.trOn {
	background-color: #E2DFEA;
	color: #685491;
	border: 1px solid #685491;
}

#contents #books #pages a.ptOn {
	background-color: #CFE5EB;
	color: #067A96;
	border: 1px solid #067A96;
}

#contents #books #pages a.idOn {
	background-color: #E4D4E5;
	color: #731D7B;
	border: 1px solid #731D7B;
}

#contents #books div.title {
	width: 100%;
	font-size: 170%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #8E9CA4;
}

#contents #books div.title span.en {
	color: #984F3A;
}

#contents #books div.title span.fr {
	color: #3B7ABD;
}

#contents #books div.title span.de {
	color: #9D8B3A;
}

#contents #books div.title span.ru {
	color: #067550;
}

#contents #books div.title span.tr {
	color: #685491;
}

#contents #books div.title span.pt {
	color: #067A96;
}

#contents #books div.title span.id {
	color: #731D7B;
}

#contents div#books div.books {
	margin-left: 2em;
}

/*	************************** */

#contents #translators ul {
}

#contents #translators li {
	margin-bottom: 0.5em;
}

/*	************************** */

#contents div#sitemap ul {
	list-style-type: none;
}

#contents div#sitemap li {
	margin-top: 0.5em;
}

/*	************************** */

#contents #mailform div.line {
	border-bottom: 1px solid #BEBEBE;
}

#contents #mailform div.h2 {
	font-size: 1px;
}

#contents #mailform table {
	width: 640px;
	*width: 600px;
	margin-top: 10px;
	margin-left: 20px;
}

#contents #mailform th {
	padding-top: 10px;
	color: #8B4513;
	font-weight: normal;
	*font-size: 80%;
}

#contents #mailform td {
	padding-top: 10px;
	padding-left: 10px;
	*font-size: 80%;
}

#contents #mailform input.text {
	width: 400px;
	border: solid 1px #BEBEBE;
}

#contents #mailform textarea {
	width: 400px;
	height: 150px;
	border: solid 1px #BEBEBE;
}

#contents #mailform div.attention {
	font-size: 85%;
	*font-size: 70%;
}

#contents #mailform div.mes {
	margin: 10px 0;
	text-align: center;
}

#contents #mailform div.buttons {
	text-align: center;
}

#contents #mailform input.button {
	padding: 2px 10px;
}

#contents #mailform div.formErrorLine {
	text-align: center;
	background-color: red;
	color: yellow;
	margin-bottom: 1em;
	padding: 2px 0;
}

#contents #mailform span.formErrorStr {
	color: red;
	font-weight: bold;
}

#contents div#terms {
	margin: 0 85px 0 130px;
}

#contents #terms dt {
	font-size: 130%;
}

#contents #terms dd {
	margin-left: 0;
	margin-bottom: 2em;
	font-size: 100%;
	line-height: 200%;
}

#contents div#privacy {
	margin: 0 85px 0 130px;
}

#contents #privacy dt {
	font-size: 110%;
}

#contents #privacy dd {
	margin-left: 0;
	margin-bottom: 2em;
	font-size: 100%;
	line-height: 200%;
}

#contents #privacy div.inquiry {
	margin-left: 10em;
	margin-bottom: 2em;
}

/* /コンテンツページ内容 */

/*	フッタ関係
******************** */

div#footer {
	width: 871px;
	height: 17px;
	margin: 0 auto;
	padding-top: 8px;
	*padding-top: 16px;
	text-align: left;
	background: url(../images/back_footer.gif) no-repeat;
}

#footer div.link {
	text-align: center;
	margin-top: 12px;
}

#jp #footer div.link {
	font-size: 85%;
}

#footer span.link {
	margin: 0 3px;
}

#footer div.copy {
	text-align: center;
	margin-top: 8px;
	font-size: 85%;
	color: gray;
}
