/*
 * Generic
 */ 
body {
	font-family: verdana, 'bitstream vera sans', 'lucida grande', helvetica, arial, 'trebuchet ms', sans-serif;
	font-size: 80%;
	color: #333;
}

div#global {
  width: 960px;
  margin: 0 auto;
  padding-top: 20px;
}

body, h1, h2, p, ul, li, dl, dt, dd, form, fieldset, legend, hr {
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: none;  
}

a {
  color: #333;
  text-decoration: none;  
}

a:hover {
  color: #c00;
}

h1 {
  font-size: 3em;
}

h1 span {
  color: #999;
}

h2 {
  font-size: 1.4em;
}

hr {
  clear: left;
  width: 960px;
  height: 2px;
  background-color: #333;
  border: 0 none;
  margin: 20px 0 40px 0;
}

h1, h2, div#menu ul li, div#profile dl dt, form#contact fieldset legend {
  font-family: arial, 'bitstream vera sans', 'lucida grande', verdana, helvetica, 'trebuchet ms', sans-serif;
  font-weight: bold; 
}

/*
 * Welcome page
 */
div#welcome {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 250px;
  height: 200px;
  margin-left: -125px;
  margin-top: -100px;
}

div#welcome h1 {
  text-align: center;
}

div#welcome ul {
  font-size: 1.4em;
  margin-top: 100px;
}

li#language-en {
  float: left;
}

li#language-ja {
  float: right;
  text-align: right;
}

/*
 * Menu
 */
div#menu {

} 

div#menu h1 {
  float: left;
}

div#menu ul {
  padding-top: 1.6em;
  text-align: center;
}

div#menu ul li {
  display: inline;
  font-size: 1.4em;
}

/*
 * profile
 */
div#profile {
  float: left;
  width: 200px;
  padding: 20px;
  line-height: 1.4em;
  background-color: #e9e9e9;
  -moz-border-radius: 15px;
  border-radius: 15px;  
}

div#profile dl dt, div#profile p {
  margin-top: 20px;
}

/*
 * About
 */
div#about {
  line-height: 1.6em;
  margin-left: 300px;
} 

div#about p {
  margin-top: 10px;  
} 

div#about ul {
}

div#about ul li {
  font-weight: bold;
  padding: 20px 0 10px 0;
}

div#about ul li ul {
  margin-left: 30px;
}

div#about ul li ul li {
  font-weight: normal;
  padding: 0 0 0 15px;  
}

/*
 * Contact
 */
form#contact, p.message {
  margin-left: 350px;
}

p.message {
	color: green;
	padding-bottom: 30px;
	font-weight: bold;	
}

p.error {
	color: red !important;	
}

form#contact fieldset {
  border: 0 none;  
}

form#contact fieldset legend {
  color: #333;
  font-size: 1.4em;
  padding-bottom: 20px;
} 

form#contact fieldset p {
  margin: 15px 0;
}

form#contact fieldset p label {
  clear: left;
  float: left;
  display: block;
  width: 100px;
}

form#contact fieldset input, form#contact fieldset textarea {
  width: 400px;
}

p.form-submit {
  text-align: center;
}

p.form-submit input {
  width: 80px !important;
  height: 30px !important;
}
 
/*
 * footer
 */ 
p#footer {
  clear: all;
  text-align: center;
  padding-top: 180px;
  margin-bottom: 10px;		
}

p#footer_home {
  position: absolute;
  top: 90%;
  left: 50%;
  width: 250px;
  height: 20px;
  margin-left: -125px;
  margin-top: -10px;
  text-align: center;  
}

