body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	margin: 0px 0px 50px;
	line-height: 16px;
}

/*バナー*/
h1{
	float:left;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;

}
h1 a{
  margin-top: 5px;
  margin-left: 10px;
  height: 40px;
  width: 120px;

}
/*ナビゲーションテーブル部分*/
.table-left {
	background-image: url(images/table_side.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.table-under {
	background-image: url(images/teble_under.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*テキスト設定*/
.px12-olive {
	font-size: 12px;
	color: #666633;
}
.px14-olive {
	font-size: 14px;
	color: #666633;
}
.px10-gray {
	font-size: 10px;
	color: #666666;
}
.px10-white {
	font-size: 10px;
	color: #FFFFFF;
}
.navi {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
/*リンク色*/
.px10-white a:link{
	color:#FFFFFF;
	text-decoration: none;
}
.px10-white a:visited{
	color:#EEEEEE;
	text-decoration: none;
}
.px10-white a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
.px10-white a:active{
	color:#FFFFFF;
	text-decoration: underline;
}
a:link{
	color:#666666;
	text-decoration: none;
}
a:visited{
	color:#8D9416;
	text-decoration: none;
}
a:hover{
	color:#666666;
	text-decoration: underline;
}
a:active{
	color:#8D9416;
	text-decoration: underline;
}

input,select,textarea {
    font-size:12px;
    color:#666;
    background-color:#fff;
    border-top:1px solid #CCFF99;
    border-bottom:1px solid #CCFF99;
    border-left:1px solid #CCFF99;
    border-right:1px solid #CCFF99;
}
.under_line {
	background-color: #FFFFFF;
	background-image: url(images/under_line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
