@import url(reset.css);
/* common

------------------------------------------------------ */



img { border:0; }
.clear { clear:both; }
/*+++++++++++++++++++++++++++++++++++++++++++ tex */

.x-small { font-size:x-small; }
.small { font-size:small; }
.medium { font-size:medium; }
.large { font-size:large; }
.x-large { font-size:x-large; }
/*\*/

a { overflow: hidden; }
/**/





/*+++++++++++++++++++++++++++++++++++++++++++ Link */

a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #0033FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: underline;
}
/* wrapper

------------------------------------------------------ */

html {
	background-image:url(../images/bg2head.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#89EDFC;
	height:100%;
}
body {
	background-image:url(../images/bg2foot.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin:0;
	font-size:small;
	line-height:1.3em;
}
#wrapper {
	width:939px;
	margin:0;
	padding:0 0 193px 0;
	text-align:left;
}
ul#lang {
	width:400px;
	float:right;
	margin:0;
	padding:10px 150px 0 0;
	list-style:none;
}
ul#lang li {
	float:right;
	padding:0 5px;
}
ul#lang li a {
}
h1 {
	float:left;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	width:309px;
	height:112px;
	margin:0 0 0 0px;
	padding:0 0 0 0;
	text-indent:-9999px;
}
h1 a {
	width:309px;
	height:112px;
	display:block;
}
#container {
	width:764px;
	margin:0px 0 0 42px;
	padding:0 0 0 0;
	clear:both;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
ul#menu {
	margin:9px 38px 0 4px;
	padding:0 0 0 0;
	float:left;
	list-style:none;
	width:168px;
}
ul#menu li {
	margin:0 0 20px 0;
	padding:0 0 0 0;
	width:168px;
	height:23px;
}
#contents {
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:right;
	background-image:url(../images/frame_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#C8F9FE;
}
#contents .frame {
	margin:0 0 0 0;
	padding:10px;
	color:#000033;
	width:529px;
	border:1px #FFFFFF solid;
}
#contents h2 { margin:0; }
#contents h3 {
	font-size:110%;
	margin:10px 6px;
	padding:0 0 0 0;
	color:#000066;
}
#contents p { margin:10px 6px; }
#contents ul,  #contents ol { margin:10px 16px; }
#contents ul li,  #contents ol li {
	margin:0 16px;
	padding:5px 0;
}
.dotLine {
	margin:0 0 5px 0;
	padding:0 0 0 0;
	width:506px;
	height:16px;
	background-image:url(../images/dotLine.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#nobuPaianoImageBox {
	background-image:url(../images/nobuPianoImage.gif);
	background-repeat:no-repeat;
	width:290px;
	height:184px;
	position:absolute;
	z-index:1;
	top:-215px;
	left:499px;
	text-indent:-9999px;
}
#footer {
	width:100%;
	margin:0;
	padding:0 0 30px;
	position:relative;
	background-color:#CD9D39;
}
#footer address {
	margin:0 0 0 43px;
	padding:0;
	background-image:url(../images/copyright.gif);
	background-position:0 10px;
	background-repeat:no-repeat;
	width:296px;
	height:20px;
	text-indent:-9999px;
}
/*------------------------------------ profile*/

dl.profileTable dt {
	padding:5px 0;
	font-weight:bold;
	float:left;
	width:60px;
	text-align:center;
}
dl.profileTable dd {
	padding:5px 0;
	margin-left:60px;
}
/*------------------------------------ contact*/

dl.contactTable dt {
	padding:5px 0;
	font-weight:bold;
	float:left;
	width:120px;
	text-align:center;
}
dl.contactTable dd {
	padding:5px 0;
	margin-left:130px;
}
/* general

------------------------------------------------------ */

.alignCenter { text-align:center; }
.alignLeft { text-align:left; }
.alignRight { text-align:right; }
.clear { clear:both; }
.floatL { float:left; }
.floatR { float:right; }
.weightNormal { font-weight:normal }
.x-small { font-size:x-small; }
.small { font-size:small; }
.medium { font-size:medium; }
.large { font-size:large; }
.x-large { font-size:x-large; }
.xx-large { font-size:xx-large; }
.photo {
	margin:10px;
	padding:5px;
	border-top: 1px solid #EEE;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #EEE;
	background-color:#FFFFFF;
}
/* clearfix

------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */
