@charset "utf-8";

/*----------------------------------------

CSS Information

Site URL:     http://www.yohetec.com
File name:    common.css(http://www.yohetec.com/common.css)
Sumamary:     layout style
Create:       2009-11-16
Last update:  2009-11-16
Author:       Ichioka Toshio(admin),Katano Yasuhiro
Copy right:   (c)2009 kokusindo.inc

/*Page basic style 
------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 1.5;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#wrapper{
	width: 900px;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

li {
	list-style:none;
}

.bold{
	font-weight: bold;
}
img { 
    border:0;
}
a {
	color: #009900;
}

a:hover{
	color: #00FF00;
}

.font_red{
	color: #CC0000;
}
.font_blue{
	color: #0000FF;
}
.clear_right{
	clear: right;
}
.clear_left{
	clear: left;
	margin: 0px;
	padding: 0px;
}
.clear_both{
	clear: both;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
