@charset "UTF-8";
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
 
body {
  margin:0;
  padding:0;
  font-family:"Lucida Grande","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",　Meiryo, "メイリオ", sans-serif;
  font-size:75%;
}
table {
  font-family:"Lucida Grande","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",　Meiryo, "メイリオ", sans-serif;
  font-size:100%;
  font-size:inherit;
}
select, input, textarea {
  font-family:"Lucida Grande","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",　Meiryo, "メイリオ", sans-serif;
  font-size:1em;
  padding:5px;
}
.submit input {
  font-family:"Lucida Grande","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",　Meiryo, "メイリオ", sans-serif;
  font-size:1em;
  padding:5px 20px;
}

table th, table td {
  vertical-align: middle;
}
pre, code {
  font:115% monospace;
  *font-size:100%;
}
body * {
  line-height:1.4em;
}
h1, h2, h3, h4 {
  margin:0;
  padding:0;
}

a,img {
  border: none;
  font-weight: bold;
}
form {
  margin:0;
  padding:0;
}
/* CLEAR FIX */
.clearfix:after{
  visibility:hidden;
  content:url(../images/pixel.gif);
  display:block;
  clear:both;
  height:0px;
}
.clearfix {
  display:inline-block;
}
.clearfix {
  display:block;
}
