@charset "utf-8";

/*
==================================================
Deshigne 基本スタイルシート
製作者：NAO
作成日：2010年3月6日
==================================================
*/

/*デフォルト
--------------------------------------------------*/
*{
	padding:0px;
	margin:0px;
	}
body {
	font-size:small;
	font-family:Verdana, Helvetica, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.6;
	color:#000000;
	background-color:#bab5b5;
	margin:0px auto;
	text-align:center;
	}
h1	{
	font-size:150%;}
h2	{
	font-size:120%;}
h3	{
	font-size:110%;}

/*--画像--*/
img{
	border:none;
	margin:0px;
	}

/*--リンク--*/
a:link,a:visited {
	color:#c10000;
	text-decoration:none;
	-moz-outline-style:none;
	}
a:hover,a:active,a:after {
	color:#ffffff;
	background-color:#666363;
	text-decoration:none;
	-moz-outline-style:none;
	}

/*--リスト--*/
ul,ol,dl,dt,dd,li{
	color:#000000;
	list-style:none;
	}

/*--clearfix--*/
.clearfix:after{
	content:url("images/pixel.gif");
	display:block;
	clear:both;
	height:0;
	}


/*レイアウト
--------------------------------------------------*/
#wrap{
	width:1000px;
	margin:0px auto;
	text-align:center;
	}
#header{
	width:1000px;
	height:80px;
	background:url("images/logo.jpg") no-repeat left;
	text-align:left;
	}
#main{
	width:1000px;
	background:url("images/mainbg.gif") repeat-x bottom #ffffff;
	-webkit-box-shadow:#999696 2px 2px 2px;
	-moz-box-shadow:#999696 2px 2px 2px;
	box-shadow:#999696 2px 2px 2px;
	}
#menu{
	width:380px;
	float:left;
	}
#contents{
	width:620px;
	min-height:560px;
	float:right;
	}
#footer{
	color:#ffffff;
	width:1000px;
	margin:5px auto 10px;
	text-align:center;
	}


/*ロゴ
--------------------------------------------------*/
#header a{
	display:block;
	width:400px;
	height:80px;
	background:url("images/logo.gif") no-repeat;
	margin:0px;
	}
h1 a{
	text-indent:-5000px;
	}

/*右サイドメニュー
--------------------------------------------------*/
#menu ul{
	text-align:left;
	color:#000000;
	}
#menu li{
	display:block;
	width:380px;
	font-size:46px;
	font-weight:bolder;
	font-family: "times new roman", "Times", "serif","ＭＳ 明朝", "Osaka";
	letter-spacing:-2px;
	line-height:60px;
	}
#menu a{
	background:url("images/menu_back.gif") no-repeat;
	background-position:-380px 0px;
	display:block;
	width:370px;
	padding-left:10px;
	}
#menu a:hover, #menu a:active, #menu a:after{
	color:#ffffff;
	}
/*言語切り替え
--------------------------------------------------*/
#language{
	text-align:right;
	padding-right:20px;
	}
#language .space{
	width:20px;
	float:right;
	}
#language .outer{
    margin:0px 1px;
    padding:1px 0px;
    background:#c10000;
    float:right;
	}
#language span{
	margin:0px -1px;
	padding:2px 8px;
	background-color:#c10000;
	color:#ffffff;
	display:block;
	cursor:pointer; 
	}

/*メインコンテンツ
--------------------------------------------------*/
/*-- index.html --*/
.catchimag{
	background:url("images/catchimg.gif");
	text-indent:-9999px;
	width:620px;
	height:620px;
	}

/*-- plofile,biography --*/
.maintext{
	margin:30px 0px;
	text-align:left;
	}
.biography_contents{
	margin:0px 10px 30px 5px;
	}
.biography_contents h2{
	border-bottom:solid 1px #c10000;
	margin-bottom:5px;
	}
.biography_contents h3{
	line-height:14px;
	border-left:solid 10px #dad5d5;
	padding-left:10px;
	}
.biography_contents p{
	padding-left:20px;
	margin-bottom:5px;
	}
	
.biography_contents img{
	width:120px;
	height:183px;
	float:right;
	margin:5px 30px;
	}
	
.biography_contents dl{
	padding-left:20px;
	margin-bottom:5px;
	}
	
.biography_contents dt{
	font-weight:bolder;
	}
	
#spanish{
	display:none;
	}
	
/*--books--*/
#books h2{
	border-bottom:solid 1px #c10000;
	margin:0px 10px 0px 5px;
	}
#books .ps{
	display:display;
	text-align:right;
	color:#999999;
	margin-right:40px;
	}
#books .booksimage{
	float:left;
	margin:5px 30px 15px 5px;
	}
#books .bookscontents{
	margin:10px 20px 10px 0px;
	}
/*--email--*/
.email_contents h2{
    border-bottom:solid 1px #c10000;
    margin-bottom:5px;
    }
.email_contents table th, td{
    padding: 3px;
    font-size: 12px;
    }
.email_contents table td{
    text-align:left;
    }
.email_contents table th{
    text-align:right;
    width: 180px;
    font-weight: normal;
    }
.email_contents table .input_text{
    border: 1px solid #999999;
    font-size: 18px;
    margin: 4px;
    width: 80%;
    }
.email_contents table .input_button{
    width:80px;
    padding: 3px;
    margin: 5px 0;
    }

/*フッター
--------------------------------------------------*/
#footer p a{
	color:#ffffff;
	}
#footer p a:hover,
#footer p a:active,
#footer p a:after{
	color:#ffffff;
	background-color:transparent;
	}