/* CSS Document */

@charset"Shift_JIS";

/*------全体構造--------*/

body{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #e6e6e6;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

.wrapper{
	margin: 20px auto;
	width: 800px;
	text-align: left;
	color: #333333;
	background: #ffffff;
}

.fullsize{
	margin: 10px;
	padding: 10px;
}

.smallsize{
	margin: 40px 100px 40px 100px;
}

#maincontent{
	float: left;
	width: 540px;
	margin: 20px 10px 10px 10px;
	padding: 10px;
}

#sidebar{
	float: right;
	width: 180px;
	margin: 10px;
	padding: 10px;
}
	
.fotter{
	clear: both;
	padding: 10px 0px 10px 0px;
}

/*------リンクの設定--------*/
a:link{
	color: #CC3300;
	background:  transparent;
	text-decoration: none;
}

a:visited{
	color: #999999;
	background:  transparent;
	text-decoration: none;
}

a:hover, a:active{
	color: #999933;
	background: transparent;
	text-decoration: none;
}

/*------言語選択--------*/
ul.language{
	margin: 0;
	padding: 0.1em;
	line-height: 1.4em;
	list-style: none;
	text-align: right;
	color: #000000;
	background-color: #330000;
}
ul.language li{
	display: inline;
	color: #CCCCCC;
}

ul.language a{
	padding: 0.2em 0.5em;
}

ul.language a:visited{
	color: #CCCCCC;
	background:  transparent;
	text-decoration: none;
}

ul.language a:link{
	color: #CCCCCC;
	background:  transparent;
	text-decoration: none;
}

/*------ナビゲーション--------*/
ul.navigation{
	margin: 0;
	padding: 0.1em;
	line-height: 1.4em;
	list-style: none;
	text-align: center;
	color: #000000;
	background: #330000;
}
ul.navigation li{
	display: inline;
}
ul.navigation a{
	padding: 0.2em 1.0em;
}

ul.navigation a:visited{
	color: #CCCCCC;
	background:  transparent;
	text-decoration: none;
}

ul.navigation a:link{
	color: #CCCCCC;
	background:  transparent;
	text-decoration: none;
}

/*------トップページ--------*/
.top h2{
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
}

.photo {
	float:left;
	margin: 0px 10px 10px 0px;
}

.bio p{
	margin: 0px;
}	

/*------ニュース--------*/
.news td{
	padding: 0.7em;
	vertical-align: top;
	text-align: left;
	}
	
/*------リンク--------*/
img.logo {
	margin: 10px 10px 20px 10px;
}

.link{
	margin-left: 20px;
}

.link p{
	margin-left: 15px;
}

/*------プロフィール--------*/
.career h3{
	margin: 0px;
}

table.career {
	margin-left: 25px;
	padding: 0px 0px 10px 0px;
}

table.career td{
	padding-right: 10px;
}

ul.career li{
	margin: 0px 0px 10px 0px;
}

/*------Projects--------*/
p.project{
	margin: 10px 30px 10px 30px;
}

ul.project li{
	padding: 10px 0px 10px 0px;
}

	
/*------論文--------*/
ul.paper li{
	padding: 2px;
}

/*------書籍--------*/
#opennet{
	margin-left: 20px;
}



/*------業績リスト--------*/
ul.gyouseki li{
	padding: 2px;
}
	
/*------アクセス--------*/
p.access {
	
}

table.access td{
	padding: 5px 10px 5px 0px;

}
	
/*------その他--------*/
h1{
	font-weight: bold;
	font-size: 20px;
	
	
	padding-left: 10px;
	border-bottom-color: #FF6600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	border-left-color: #FF6600;
	border-left-style: solid;
	border-left-width: 10px;
}
h1 img{
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
table td{
	vertical-align: top;
}
img{
	border: 0px;
}

