body,td,th {
	color: #999999;
}
body {
	background-color: #FFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}


a:link {
	color: #424242;
}
a:visited {
	color: #424242;
}
a:hover {
	color: #424242;
}
a:active {
	color: #424242;
}
h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #424242;
}
#a_img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

img {
	max-width: 940px;
	height: auto;
}


/*全体のレイアウトの大きさ*/
#container {
	width: 940px;
	margin:40px auto;
}
/*サイトのタイトル部分*/
#name {
	float: left;
	width: 220px;
	height: 60px;
	background-attachment: scroll;
	background-image: url(../name.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/*コンテンツリンク*/
#navigation {
	float:left;
	width: 720px;
	height: 30px;
	padding-top: 30px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation  li {
	margin: 0px;
	float: left;
	width: auto;
	text-align: center;
	font-size:10px;
	display: inline;
　/* インライン表示 */
    margin-right: auto;
	border-left: 1px solid #C1C1C1;
	padding: 0px;
}
#navigation a {
	display: block;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#navigation a:active {
	color: #2E2E2E
}
#navigation a:hover {
	color: #2E2E2E;
	background-color: #eee;
}
#navigation a:visited {
	color: #2E2E2E;
}
#navigation a:link {
	color: #2E2E2E;
}
#contents {
	width: 940px;
	clear: both;
}
/*コピーライトのとこ*/
#footer {
	width: 934px;
	color: #999;
	padding: 2px;
	text-align: right;
	font-size: x-small;
}
/*トップの背景画像*/
#main {
	width: 940px;
	height: 414px;
	background-attachment: scroll;
	background-image: url(../top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/*バイオグラフィのページ。サイズ変ったらここで変更する*/

#bio {
	width: 940px;
	height: 2900px;
	background-attachment: scroll;
	background-image: url(../biography.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


#nl {
	width: 940px;
	height: 3253px;
	background-attachment: scroll;
	background-image: url(../nl2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#nl2 {
	width: 940px;
	height: 3415px;
	background-attachment: scroll;
	background-image: url(../nl22.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}





/*各ページの内容書くとこ。下に余白できちゃうページ用*/
.scr{
	margin: 0px;
	width: 940px;
	height: 414px;
}

.scr2{
margin:0px;
overflow:auto;
width:940px;
height:auto;
}

/*スクロールが必要になるページ用*/
.page{
	margin: 0px;
	width: 940px;
}

/*コンテンツの線指定*/
.b_right {
border-right: 1px solid #C1C1C1; /* 右線指定 */

}

/*画面がフェードイン*/
#wrapper{
	display: none;
}
