/* Katsuyoshi Ueno website CSS - designed by 44design */

/* @group html */
*{
	margin : 0;
	padding : 0;
	zoom: 1;
}
html,body{
/*	height : 100%; */
}
body{
	margin:0;
}
body#photo{
	background: #002763 url(../img_cover/index_rise.png) repeat-x center top;

}
img {
	margin : 0;
	padding : 0;
	border: none;
}
/* @end */

/* @group link */
a:link {
	color: #EEE;
}
a:visited {
	color: #EEE;

}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #CC3300;
}
/* @end */

/* @group font */
body{
	font-family: Lucida Console, Courier,'Courier New', monospace;
	font-size: 12px;
	letter-spacing: 1px;
	color: #DDD;
}
em {
	font-style: normal;
}
strong {
	font-weight: bold;
}
/* @end */
div#lang{
	text-align: right;
	margin: 16px 16px 0 0;	
}
div#page{
	margin: 32px 0 24px 36px;
}
div#bio{
	margin: 24px 0 24px 24px;
}
div#bio{
	margin-left: 48px;
	margin-right: 24px;
	line-height: 200%;
}
div#head{
	line-height: 175%;
	text-align:left;
	margin-bottom: 36px;
}
div#body_txt{
	margin-left: 24px;
}
div.navi{
	margin: 16px 0 0 24px;
}
h1,h2,h3,h4,h5,h6{
	font-size: 12px;
	font-weight: normal;
}
#bio h1{
	margin-bottom: 16px;
}
h1,h2,h3{
	color: white;	
}
h2,h3{
	margin-bottom: 16px;
}
p.head{

}
p.head{
	margin: 0;	
}
#bio p{
	margin-bottom: 20px;
}
p{
	margin: 0 0 16px 16px;
}
div.sec{
	margin-bottom: 36px;
}
a.rss{
	font-size: 11px;
	font-weight: normal;
}
.gray{
/*	font-size: 11px; */
	color: #AAA;
}
ul{
	margin: 0 0 0 16px;
}
ul li{
	list-style-type: none;
	margin-bottom: 16px;
}