/*
ぶどうの樹　共通
*/


/* 初期化 */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 11px;
	color: #666666;
/*	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	background-color: #336666;
}
/* メニューバー */
.titlebar {
	line-height: 25px;
	text-align: right;
	color: #ffffcc;
	background-image: url("../images/heda2.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.titlebar2 {
	line-height: 25px;
	text-align: right;
	color: #ffffcc;
	background-position: 0px 0px;
}
/* メニュー */
a.menu {
	color: #00FFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #ff33ff;
}
a.menu:visited {
	color: #ffff33;
}
a.menu:active  {
  color: #ff33ff;
}

/* フッタ */
.footerbar {
	color: #336666;
	line-height: 35px;
	padding-right: 10px;
	height:60px;
	background: url(../images/foota.gif) no-repeat left top;
	padding-top: 0px;
	padding-left: 10px;
}
.footer {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFF99;
}
.noline {
	padding-left: 8px;
	border: none;
}
/* 段落 */
h2.sub2 {
	font-size: 13px;
	text-align: left;
	color: #336666;
	padding-top: 0;
	padding-bottom: 10px;
}
h2.sub {
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: #336666;
	padding: 5px 0;
	margin:0 0 20px 10px;
}
.title {
	font-size: 16px;
	font-weight: bold;
	line-height: 70px;
	margin-left: 15px;
	padding-left: 50px;
	background-image: url("../item/ha.gif");
	background-repeat: no-repeat;
	background-position: -10px 0px;
	color: #333366;
}
.subtitle {
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	color: #000066;
	font-style: normal;
	background-color: #cee38c;
	margin: 15px 0px 5px;
}
/* カラー */

.red1 {
	color: #990000;
}
.purple1 {
	color: #9900CC;
	font-weight: normal;
	margin-top: 10px;
}
.cha{
	color: #0A1B69;
	text-align: left;
}
.m1 {
  font-size: 12px;
 line-height: 110%;
}
/* リンクエリア */
a.foot {
	color: #336633;
	text-decoration: none;
}
a.foot:hover {
	color: #ff0000;
}
a.main:link {
  color: #0000ff;
}
a.main:active  {
  color: #ff0000;
}
a.main:visited {
  color: #0000ff;
}
a.main:hover {
  color: #ff0000;
}

/* 共通 */
.ileft {
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.gayoh {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.gayok {
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
td, th {
	font-size: 12px;
	line-height: 15px;
	color: #330000;
}
